diff options
Diffstat (limited to 'apps/files_trashbin/l10n')
-rw-r--r-- | apps/files_trashbin/l10n/pt_PT.js | 1 | ||||
-rw-r--r-- | apps/files_trashbin/l10n/pt_PT.json | 1 | ||||
-rw-r--r-- | apps/files_trashbin/l10n/sr@latin.js | 11 | ||||
-rw-r--r-- | apps/files_trashbin/l10n/sr@latin.json | 11 |
4 files changed, 24 insertions, 0 deletions
diff --git a/apps/files_trashbin/l10n/pt_PT.js b/apps/files_trashbin/l10n/pt_PT.js index 7427cebfca5..291d5085233 100644 --- a/apps/files_trashbin/l10n/pt_PT.js +++ b/apps/files_trashbin/l10n/pt_PT.js @@ -9,6 +9,7 @@ OC.L10N.register( "Error" : "Erro", "restored" : "Restaurado", "No deleted files" : "Sem ficheiros eliminados", + "No entries found in this folder" : "Não foram encontradas entradas nesta pasta", "Select all" : "Seleccionar todos", "Name" : "Nome", "Deleted" : "Eliminado", diff --git a/apps/files_trashbin/l10n/pt_PT.json b/apps/files_trashbin/l10n/pt_PT.json index 97fe7ac33aa..8fd729edc90 100644 --- a/apps/files_trashbin/l10n/pt_PT.json +++ b/apps/files_trashbin/l10n/pt_PT.json @@ -7,6 +7,7 @@ "Error" : "Erro", "restored" : "Restaurado", "No deleted files" : "Sem ficheiros eliminados", + "No entries found in this folder" : "Não foram encontradas entradas nesta pasta", "Select all" : "Seleccionar todos", "Name" : "Nome", "Deleted" : "Eliminado", diff --git a/apps/files_trashbin/l10n/sr@latin.js b/apps/files_trashbin/l10n/sr@latin.js index ee9560bf680..ab9f86c8d37 100644 --- a/apps/files_trashbin/l10n/sr@latin.js +++ b/apps/files_trashbin/l10n/sr@latin.js @@ -1,8 +1,19 @@ OC.L10N.register( "files_trashbin", { + "Couldn't delete %s permanently" : "Nije bilo moguće obrisati %s za stalno", + "Couldn't restore %s" : "Nije bilo moguće povratiti %s", + "Deleted files" : "Obrisani fajlovi", + "Restore" : "Povrati", + "Delete permanently" : "Obriši za stalno", "Error" : "Greška", + "restored" : "povraćeno", + "No deleted files" : "Nema obrisanih fajlova", + "You will be able to recover deleted files from here" : "Odavde ćete moći da povratite obrisane fajlove", + "No entries found in this folder" : "Nema unosa u ovom direktorijumu", + "Select all" : "Odaberi sve", "Name" : "Ime", + "Deleted" : "Obrisano", "Delete" : "Obriši" }, "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); diff --git a/apps/files_trashbin/l10n/sr@latin.json b/apps/files_trashbin/l10n/sr@latin.json index 3f64cf8f2b9..8e2d627c3e7 100644 --- a/apps/files_trashbin/l10n/sr@latin.json +++ b/apps/files_trashbin/l10n/sr@latin.json @@ -1,6 +1,17 @@ { "translations": { + "Couldn't delete %s permanently" : "Nije bilo moguće obrisati %s za stalno", + "Couldn't restore %s" : "Nije bilo moguće povratiti %s", + "Deleted files" : "Obrisani fajlovi", + "Restore" : "Povrati", + "Delete permanently" : "Obriši za stalno", "Error" : "Greška", + "restored" : "povraćeno", + "No deleted files" : "Nema obrisanih fajlova", + "You will be able to recover deleted files from here" : "Odavde ćete moći da povratite obrisane fajlove", + "No entries found in this folder" : "Nema unosa u ovom direktorijumu", + "Select all" : "Odaberi sve", "Name" : "Ime", + "Deleted" : "Obrisano", "Delete" : "Obriši" },"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" }
\ No newline at end of file |