Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/westberliner/checksum.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/l10n
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-04-18 06:51:14 +0300
committerNextcloud bot <bot@nextcloud.com>2022-04-18 06:51:14 +0300
commitd574ec994aaae12089a4ade41202c6f52c9c59ea (patch)
tree268bf70d87b22746fd4e2d8823eebc3d1b82aae0 /l10n
parent1a4b0533bac2e1f7899f0d851ac49765054aa74e (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'l10n')
-rw-r--r--l10n/oc.js8
-rw-r--r--l10n/oc.json6
2 files changed, 14 insertions, 0 deletions
diff --git a/l10n/oc.js b/l10n/oc.js
new file mode 100644
index 0000000..05abc25
--- /dev/null
+++ b/l10n/oc.js
@@ -0,0 +1,8 @@
+OC.L10N.register(
+ "checksum",
+ {
+ "File not found." : "Fichièr pas trobat",
+ "Checksum" : "Contraròtle de soma",
+ "Creating a hash checksum of a file." : "Creacion d’una emprenta de verificacion per un fichièr."
+},
+"nplurals=2; plural=(n > 1);");
diff --git a/l10n/oc.json b/l10n/oc.json
new file mode 100644
index 0000000..d0beac9
--- /dev/null
+++ b/l10n/oc.json
@@ -0,0 +1,6 @@
+{ "translations": {
+ "File not found." : "Fichièr pas trobat",
+ "Checksum" : "Contraròtle de soma",
+ "Creating a hash checksum of a file." : "Creacion d’una emprenta de verificacion per un fichièr."
+},"pluralForm" :"nplurals=2; plural=(n > 1);"
+} \ No newline at end of file