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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/cloud_federation_api/l10n/da.js')
-rw-r--r--apps/cloud_federation_api/l10n/da.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/cloud_federation_api/l10n/da.js b/apps/cloud_federation_api/l10n/da.js
new file mode 100644
index 00000000000..941a8a761e8
--- /dev/null
+++ b/apps/cloud_federation_api/l10n/da.js
@@ -0,0 +1,8 @@
+OC.L10N.register(
+ "cloud_federation_api",
+ {
+ "Cloud Federation API" : "Cloud Federation API",
+ "Enable clouds to communicate with each other and exchange data" : "Gør det muligt for skyer at kommunikere med hinanden og udveksle data",
+ "The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." : "Cloud Federation API gør det muligt for forskellige Nextcloud-instanser at kommunikere med hinanden og udveksle data."
+},
+"nplurals=2; plural=(n != 1);");