diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-08-26 04:10:42 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-08-26 04:10:42 -0400 |
commit | 90e11ee0056e11b2275226edfb823bece0b7c5cf (patch) | |
tree | f017f513524a5a7038f182ebb465219c2b575993 /apps/files_trashbin/l10n | |
parent | 08a490df32e7744be5e5f47067746591e7fac05a (diff) | |
download | nextcloud-server-90e11ee0056e11b2275226edfb823bece0b7c5cf.tar.gz nextcloud-server-90e11ee0056e11b2275226edfb823bece0b7c5cf.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_trashbin/l10n')
-rw-r--r-- | apps/files_trashbin/l10n/is.js | 11 | ||||
-rw-r--r-- | apps/files_trashbin/l10n/is.json | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/apps/files_trashbin/l10n/is.js b/apps/files_trashbin/l10n/is.js index fb7f47295c6..38858a5a944 100644 --- a/apps/files_trashbin/l10n/is.js +++ b/apps/files_trashbin/l10n/is.js @@ -1,8 +1,19 @@ OC.L10N.register( "files_trashbin", { + "Couldn't delete %s permanently" : "Ekki tókst að eyða %s varanlega", + "Couldn't restore %s" : "Gat ekki endurheimt %s", + "Deleted files" : "eyddar skrár", + "Restore" : "Endurheimta", + "Delete permanently" : "Eyða varanlega", "Error" : "Villa", + "restored" : "endurheimt", + "No deleted files" : "Engar eyddar skrár", + "You will be able to recover deleted files from here" : "Þú getur endurheimt eyddum skrám héðan", + "No entries found in this folder" : "Engar skrár fundust í þessari möppu", + "Select all" : "Velja allt", "Name" : "Nafn", + "Deleted" : "Eytt", "Delete" : "Eyða" }, "nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"); diff --git a/apps/files_trashbin/l10n/is.json b/apps/files_trashbin/l10n/is.json index d6c73d91afd..ea2257a68ad 100644 --- a/apps/files_trashbin/l10n/is.json +++ b/apps/files_trashbin/l10n/is.json @@ -1,6 +1,17 @@ { "translations": { + "Couldn't delete %s permanently" : "Ekki tókst að eyða %s varanlega", + "Couldn't restore %s" : "Gat ekki endurheimt %s", + "Deleted files" : "eyddar skrár", + "Restore" : "Endurheimta", + "Delete permanently" : "Eyða varanlega", "Error" : "Villa", + "restored" : "endurheimt", + "No deleted files" : "Engar eyddar skrár", + "You will be able to recover deleted files from here" : "Þú getur endurheimt eyddum skrám héðan", + "No entries found in this folder" : "Engar skrár fundust í þessari möppu", + "Select all" : "Velja allt", "Name" : "Nafn", + "Deleted" : "Eytt", "Delete" : "Eyða" },"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);" }
\ No newline at end of file |