diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-06-02 01:56:23 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-06-02 01:56:23 -0400 |
commit | baca5c60c010cb26d3845ad3863fe59e16a0a042 (patch) | |
tree | 7895a96d789b0093f5aab81853b44e84594f6a34 /apps/files_trashbin/l10n | |
parent | 1acdef5e347e368ca99014084e30c9b69f1df181 (diff) | |
download | nextcloud-server-baca5c60c010cb26d3845ad3863fe59e16a0a042.tar.gz nextcloud-server-baca5c60c010cb26d3845ad3863fe59e16a0a042.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_trashbin/l10n')
-rw-r--r-- | apps/files_trashbin/l10n/eo.js | 1 | ||||
-rw-r--r-- | apps/files_trashbin/l10n/eo.json | 1 | ||||
-rw-r--r-- | apps/files_trashbin/l10n/oc.js | 13 | ||||
-rw-r--r-- | apps/files_trashbin/l10n/oc.json | 13 |
4 files changed, 26 insertions, 2 deletions
diff --git a/apps/files_trashbin/l10n/eo.js b/apps/files_trashbin/l10n/eo.js index e13281d20eb..95edf8d3eb0 100644 --- a/apps/files_trashbin/l10n/eo.js +++ b/apps/files_trashbin/l10n/eo.js @@ -8,6 +8,7 @@ OC.L10N.register( "Delete permanently" : "Forigi por ĉiam", "Error" : "Eraro", "restored" : "restaŭrita", + "Select all" : "Elekti ĉion", "Name" : "Nomo", "Deleted" : "Forigita", "Delete" : "Forigi" diff --git a/apps/files_trashbin/l10n/eo.json b/apps/files_trashbin/l10n/eo.json index 7c60e595444..7fd1d85ff7a 100644 --- a/apps/files_trashbin/l10n/eo.json +++ b/apps/files_trashbin/l10n/eo.json @@ -6,6 +6,7 @@ "Delete permanently" : "Forigi por ĉiam", "Error" : "Eraro", "restored" : "restaŭrita", + "Select all" : "Elekti ĉion", "Name" : "Nomo", "Deleted" : "Forigita", "Delete" : "Forigi" diff --git a/apps/files_trashbin/l10n/oc.js b/apps/files_trashbin/l10n/oc.js index 26e577443c0..f8846950f59 100644 --- a/apps/files_trashbin/l10n/oc.js +++ b/apps/files_trashbin/l10n/oc.js @@ -1,8 +1,19 @@ OC.L10N.register( "files_trashbin", { + "Couldn't delete %s permanently" : "Impossible de suprimir %s definitivament", + "Couldn't restore %s" : "Impossible de restablir %s", + "Deleted files" : "Fichièrs suprimits", + "Restore" : "Restablir", + "Delete permanently" : "Suprimir de faiçon definitiva", "Error" : "Error", + "restored" : "restablit", + "No deleted files" : "Cap de fichièr pas suprimit", + "You will be able to recover deleted files from here" : "Poiretz restablir vòstres fichièrs suprimits aicí", + "No entries found in this folder" : "Cap d'entrada pas trobada dins aqueste dorsièr", + "Select all" : "Seleccionar tot", "Name" : "Nom", - "Delete" : "Escafa" + "Deleted" : "Escafat", + "Delete" : "Suprimir" }, "nplurals=2; plural=(n > 1);"); diff --git a/apps/files_trashbin/l10n/oc.json b/apps/files_trashbin/l10n/oc.json index 2ec4734761a..60bb205efe2 100644 --- a/apps/files_trashbin/l10n/oc.json +++ b/apps/files_trashbin/l10n/oc.json @@ -1,6 +1,17 @@ { "translations": { + "Couldn't delete %s permanently" : "Impossible de suprimir %s definitivament", + "Couldn't restore %s" : "Impossible de restablir %s", + "Deleted files" : "Fichièrs suprimits", + "Restore" : "Restablir", + "Delete permanently" : "Suprimir de faiçon definitiva", "Error" : "Error", + "restored" : "restablit", + "No deleted files" : "Cap de fichièr pas suprimit", + "You will be able to recover deleted files from here" : "Poiretz restablir vòstres fichièrs suprimits aicí", + "No entries found in this folder" : "Cap d'entrada pas trobada dins aqueste dorsièr", + "Select all" : "Seleccionar tot", "Name" : "Nom", - "Delete" : "Escafa" + "Deleted" : "Escafat", + "Delete" : "Suprimir" },"pluralForm" :"nplurals=2; plural=(n > 1);" }
\ No newline at end of file |