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:
authorNextcloud bot <bot@nextcloud.com>2020-11-26 05:18:48 +0300
committerNextcloud bot <bot@nextcloud.com>2020-11-26 05:18:48 +0300
commitaea31d5dddfe261e51f7462c8a8afdbb0114d1d9 (patch)
treecbae30eaff7dcd73b7e1aa2aafdde79e5774769f /apps/cloud_federation_api
parent82984b5c795113b1749a9bd5536dcce68eb3d280 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'apps/cloud_federation_api')
-rw-r--r--apps/cloud_federation_api/l10n/en_GB.js8
-rw-r--r--apps/cloud_federation_api/l10n/en_GB.json6
2 files changed, 14 insertions, 0 deletions
diff --git a/apps/cloud_federation_api/l10n/en_GB.js b/apps/cloud_federation_api/l10n/en_GB.js
new file mode 100644
index 00000000000..9876aa4b953
--- /dev/null
+++ b/apps/cloud_federation_api/l10n/en_GB.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" : "Enable clouds to communicate with each other and exchange data",
+ "The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." : "The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data."
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/apps/cloud_federation_api/l10n/en_GB.json b/apps/cloud_federation_api/l10n/en_GB.json
new file mode 100644
index 00000000000..85cb7986481
--- /dev/null
+++ b/apps/cloud_federation_api/l10n/en_GB.json
@@ -0,0 +1,6 @@
+{ "translations": {
+ "Cloud Federation API" : "Cloud Federation API",
+ "Enable clouds to communicate with each other and exchange data" : "Enable clouds to communicate with each other and exchange data",
+ "The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." : "The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data."
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file