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/da.js10
-rw-r--r--l10n/da.json8
2 files changed, 18 insertions, 0 deletions
diff --git a/l10n/da.js b/l10n/da.js
new file mode 100644
index 0000000..071567d
--- /dev/null
+++ b/l10n/da.js
@@ -0,0 +1,10 @@
+OC.L10N.register(
+ "checksum",
+ {
+ "The algorithm type \"%s\" is not a valid or supported algorithm type." : "Algoritmetypen \"%s\" er ikke en gyldig eller ikke understøttet algoritmetype.",
+ "File not found." : "Fil ikke fundet.",
+ "Checksum" : "Checksum",
+ "Creating a hash checksum of a file." : "Oprettelse af en hash-checksum af en fil.",
+ "Choose Algorithm" : "Vælg algoritme"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/da.json b/l10n/da.json
new file mode 100644
index 0000000..b72e879
--- /dev/null
+++ b/l10n/da.json
@@ -0,0 +1,8 @@
+{ "translations": {
+ "The algorithm type \"%s\" is not a valid or supported algorithm type." : "Algoritmetypen \"%s\" er ikke en gyldig eller ikke understøttet algoritmetype.",
+ "File not found." : "Fil ikke fundet.",
+ "Checksum" : "Checksum",
+ "Creating a hash checksum of a file." : "Oprettelse af en hash-checksum af en fil.",
+ "Choose Algorithm" : "Vælg algoritme"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file