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-02-21 06:43:52 +0300
committerNextcloud bot <bot@nextcloud.com>2022-02-21 06:43:52 +0300
commitaf375e90e43265917c95252990ae4a4469801718 (patch)
tree6852e1c133664131a5f2ad8557c0dae977194513 /l10n
parentd71dab8f7e7580d5dcff173d380ba549661f2ddc (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
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