diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-03-11 01:55:49 -0500 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-03-11 01:55:49 -0500 |
commit | 1ed831564e47a35ce41f78cc6a67a95a06ad5f50 (patch) | |
tree | 13081c17e311211a35f353b8e0ccbb5fe37d631a /apps/federatedfilesharing/l10n | |
parent | 866de3c17485ea42fb83a10c3b6968bfb86932c9 (diff) | |
download | nextcloud-server-1ed831564e47a35ce41f78cc6a67a95a06ad5f50.tar.gz nextcloud-server-1ed831564e47a35ce41f78cc6a67a95a06ad5f50.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/federatedfilesharing/l10n')
-rw-r--r-- | apps/federatedfilesharing/l10n/is.js | 9 | ||||
-rw-r--r-- | apps/federatedfilesharing/l10n/is.json | 7 | ||||
-rw-r--r-- | apps/federatedfilesharing/l10n/sl.js | 4 | ||||
-rw-r--r-- | apps/federatedfilesharing/l10n/sl.json | 4 |
4 files changed, 20 insertions, 4 deletions
diff --git a/apps/federatedfilesharing/l10n/is.js b/apps/federatedfilesharing/l10n/is.js new file mode 100644 index 00000000000..54c9fa5bf14 --- /dev/null +++ b/apps/federatedfilesharing/l10n/is.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "federatedfilesharing", + { + "Invalid Federated Cloud ID" : "Ógilt skýjasambandsauðkenni (Federated Cloud ID)", + "Sharing %s failed, because this item is already shared with %s" : "Deiling %s mistókst, því þessu atriði er þegar deilt með %s", + "Not allowed to create a federated share with the same user" : "Ekki er heimilt að búa til skýjasambandssameign með sama notanda", + "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Deiling %s mistókst, gat ekki fundið %s, hugsanlega er þjónninn ekki tiltækur í augnablikinu." +}, +"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"); diff --git a/apps/federatedfilesharing/l10n/is.json b/apps/federatedfilesharing/l10n/is.json new file mode 100644 index 00000000000..e5989d430ff --- /dev/null +++ b/apps/federatedfilesharing/l10n/is.json @@ -0,0 +1,7 @@ +{ "translations": { + "Invalid Federated Cloud ID" : "Ógilt skýjasambandsauðkenni (Federated Cloud ID)", + "Sharing %s failed, because this item is already shared with %s" : "Deiling %s mistókst, því þessu atriði er þegar deilt með %s", + "Not allowed to create a federated share with the same user" : "Ekki er heimilt að búa til skýjasambandssameign með sama notanda", + "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Deiling %s mistókst, gat ekki fundið %s, hugsanlega er þjónninn ekki tiltækur í augnablikinu." +},"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);" +}
\ No newline at end of file diff --git a/apps/federatedfilesharing/l10n/sl.js b/apps/federatedfilesharing/l10n/sl.js index 3776e14ff45..3c7d08882ff 100644 --- a/apps/federatedfilesharing/l10n/sl.js +++ b/apps/federatedfilesharing/l10n/sl.js @@ -1,9 +1,9 @@ OC.L10N.register( "federatedfilesharing", { - "Invalid Federated Cloud ID" : "Neveljaven ID za prenos dovoljenj ownCloud", + "Invalid Federated Cloud ID" : "Neveljaven ID zveznega oblaka ownCloud", "Sharing %s failed, because this item is already shared with %s" : "Nastavljanje souporabe %s je spodletelo, ker je ima uporabnik %s predmet že v souporabi.", - "Not allowed to create a federated share with the same user" : "Ni dovoljeno ustvariti souporabe s prenosom dovoljenj z istim uporabnikom", + "Not allowed to create a federated share with the same user" : "Ni dovoljeno ustvariti souporabe zveznega oblaka z istim uporabnikom", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Omogočanje souporabe %s je spodletelo, ker ni mogoče najti %s. Najverjetneje je strežnik nedosegljiv." }, "nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"); diff --git a/apps/federatedfilesharing/l10n/sl.json b/apps/federatedfilesharing/l10n/sl.json index 805452572c3..6f374bbe917 100644 --- a/apps/federatedfilesharing/l10n/sl.json +++ b/apps/federatedfilesharing/l10n/sl.json @@ -1,7 +1,7 @@ { "translations": { - "Invalid Federated Cloud ID" : "Neveljaven ID za prenos dovoljenj ownCloud", + "Invalid Federated Cloud ID" : "Neveljaven ID zveznega oblaka ownCloud", "Sharing %s failed, because this item is already shared with %s" : "Nastavljanje souporabe %s je spodletelo, ker je ima uporabnik %s predmet že v souporabi.", - "Not allowed to create a federated share with the same user" : "Ni dovoljeno ustvariti souporabe s prenosom dovoljenj z istim uporabnikom", + "Not allowed to create a federated share with the same user" : "Ni dovoljeno ustvariti souporabe zveznega oblaka z istim uporabnikom", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Omogočanje souporabe %s je spodletelo, ker ni mogoče najti %s. Najverjetneje je strežnik nedosegljiv." },"pluralForm" :"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);" }
\ No newline at end of file |