diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-11-26 02:18:48 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-11-26 02:18:48 +0000 |
commit | aea31d5dddfe261e51f7462c8a8afdbb0114d1d9 (patch) | |
tree | cbae30eaff7dcd73b7e1aa2aafdde79e5774769f /apps/cloud_federation_api/l10n | |
parent | 82984b5c795113b1749a9bd5536dcce68eb3d280 (diff) | |
download | nextcloud-server-aea31d5dddfe261e51f7462c8a8afdbb0114d1d9.tar.gz nextcloud-server-aea31d5dddfe261e51f7462c8a8afdbb0114d1d9.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/cloud_federation_api/l10n')
-rw-r--r-- | apps/cloud_federation_api/l10n/en_GB.js | 8 | ||||
-rw-r--r-- | apps/cloud_federation_api/l10n/en_GB.json | 6 |
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 |