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:
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