diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-11-11 02:20:12 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-11-11 02:20:12 +0000 |
commit | 0ee4f43048bc7310eec6cbd8ac7664048d095b08 (patch) | |
tree | 4254d32a08379977f45af479be3321f7f468e8ab /apps/cloud_federation_api/l10n/is.js | |
parent | 03b436c0006f0362079c0978053c0a996e92c09f (diff) | |
download | nextcloud-server-0ee4f43048bc7310eec6cbd8ac7664048d095b08.tar.gz nextcloud-server-0ee4f43048bc7310eec6cbd8ac7664048d095b08.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/cloud_federation_api/l10n/is.js')
-rw-r--r-- | apps/cloud_federation_api/l10n/is.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/cloud_federation_api/l10n/is.js b/apps/cloud_federation_api/l10n/is.js new file mode 100644 index 00000000000..4667b774d88 --- /dev/null +++ b/apps/cloud_federation_api/l10n/is.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "cloud_federation_api", + { + "Cloud Federation API" : "API-forritsviðmót fyrir skýjasambandsveitur", + "Enable clouds to communicate with each other and exchange data" : "Gerir gagnaskýjum kleift að hafa samskipti við hvert annað og skiptast á gögnum", + "The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." : "API-forritsviðmót fyrir skýjasambandsveitur (Cloud Federation API) gerir Nextcloud-gagnaskýjum kleift að hafa samskipti við hvert annað og skiptast á gögnum." +}, +"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"); |