diff options
Diffstat (limited to 'apps/files_trashbin')
-rw-r--r-- | apps/files_trashbin/l10n/nl.js | 1 | ||||
-rw-r--r-- | apps/files_trashbin/l10n/nl.json | 1 | ||||
-rw-r--r-- | apps/files_trashbin/l10n/pt_BR.js | 1 | ||||
-rw-r--r-- | apps/files_trashbin/l10n/pt_BR.json | 1 | ||||
-rw-r--r-- | apps/files_trashbin/l10n/ru.js | 7 | ||||
-rw-r--r-- | apps/files_trashbin/l10n/ru.json | 7 |
6 files changed, 12 insertions, 6 deletions
diff --git a/apps/files_trashbin/l10n/nl.js b/apps/files_trashbin/l10n/nl.js index 72dcac7206b..4b9227b563f 100644 --- a/apps/files_trashbin/l10n/nl.js +++ b/apps/files_trashbin/l10n/nl.js @@ -10,6 +10,7 @@ OC.L10N.register( "restored" : "hersteld", "No deleted files" : "Geen verwijderde bestanden", "You will be able to recover deleted files from here" : "U kunt verwijderde bestanden hier vandaan weer terugzetten", + "No entries found in this folder" : "Niets gevonden in deze map", "Select all" : "Alles selecteren", "Name" : "Naam", "Deleted" : "Verwijderd", diff --git a/apps/files_trashbin/l10n/nl.json b/apps/files_trashbin/l10n/nl.json index 9c493cc5321..7e78dde9baa 100644 --- a/apps/files_trashbin/l10n/nl.json +++ b/apps/files_trashbin/l10n/nl.json @@ -8,6 +8,7 @@ "restored" : "hersteld", "No deleted files" : "Geen verwijderde bestanden", "You will be able to recover deleted files from here" : "U kunt verwijderde bestanden hier vandaan weer terugzetten", + "No entries found in this folder" : "Niets gevonden in deze map", "Select all" : "Alles selecteren", "Name" : "Naam", "Deleted" : "Verwijderd", diff --git a/apps/files_trashbin/l10n/pt_BR.js b/apps/files_trashbin/l10n/pt_BR.js index 08dbe7260ba..737a522eea1 100644 --- a/apps/files_trashbin/l10n/pt_BR.js +++ b/apps/files_trashbin/l10n/pt_BR.js @@ -10,6 +10,7 @@ OC.L10N.register( "restored" : "restaurado", "No deleted files" : "Aquivos não removidos", "You will be able to recover deleted files from here" : "Você pode recuperar arquivos removidos daqui", + "No entries found in this folder" : "Nenhuma entrada foi encontrada nesta pasta", "Select all" : "Selecionar tudo", "Name" : "Nome", "Deleted" : "Excluído", diff --git a/apps/files_trashbin/l10n/pt_BR.json b/apps/files_trashbin/l10n/pt_BR.json index ddc2c20dd20..25ee0439d67 100644 --- a/apps/files_trashbin/l10n/pt_BR.json +++ b/apps/files_trashbin/l10n/pt_BR.json @@ -8,6 +8,7 @@ "restored" : "restaurado", "No deleted files" : "Aquivos não removidos", "You will be able to recover deleted files from here" : "Você pode recuperar arquivos removidos daqui", + "No entries found in this folder" : "Nenhuma entrada foi encontrada nesta pasta", "Select all" : "Selecionar tudo", "Name" : "Nome", "Deleted" : "Excluído", diff --git a/apps/files_trashbin/l10n/ru.js b/apps/files_trashbin/l10n/ru.js index 2a4138d8490..39a47584221 100644 --- a/apps/files_trashbin/l10n/ru.js +++ b/apps/files_trashbin/l10n/ru.js @@ -1,7 +1,7 @@ OC.L10N.register( "files_trashbin", { - "Couldn't delete %s permanently" : "%s не может быть удалён навсегда", + "Couldn't delete %s permanently" : "%s не может быть удалён окончательно", "Couldn't restore %s" : "%s не может быть восстановлен", "Deleted files" : "Удалённые файлы", "Restore" : "Восстановить", @@ -9,8 +9,9 @@ OC.L10N.register( "Error" : "Ошибка", "restored" : "восстановлен", "No deleted files" : "Нет удалённых файлов", - "You will be able to recover deleted files from here" : "Отсюда вы сможете восстановить удалённые файлы", - "Select all" : "Выбрать все", + "You will be able to recover deleted files from here" : "Здесь вы сможете восстановить удалённые файлы", + "No entries found in this folder" : "Каталог пуст", + "Select all" : "Выделить все", "Name" : "Имя", "Deleted" : "Удалён", "Delete" : "Удалить" diff --git a/apps/files_trashbin/l10n/ru.json b/apps/files_trashbin/l10n/ru.json index b454b842d97..171c0aa2325 100644 --- a/apps/files_trashbin/l10n/ru.json +++ b/apps/files_trashbin/l10n/ru.json @@ -1,5 +1,5 @@ { "translations": { - "Couldn't delete %s permanently" : "%s не может быть удалён навсегда", + "Couldn't delete %s permanently" : "%s не может быть удалён окончательно", "Couldn't restore %s" : "%s не может быть восстановлен", "Deleted files" : "Удалённые файлы", "Restore" : "Восстановить", @@ -7,8 +7,9 @@ "Error" : "Ошибка", "restored" : "восстановлен", "No deleted files" : "Нет удалённых файлов", - "You will be able to recover deleted files from here" : "Отсюда вы сможете восстановить удалённые файлы", - "Select all" : "Выбрать все", + "You will be able to recover deleted files from here" : "Здесь вы сможете восстановить удалённые файлы", + "No entries found in this folder" : "Каталог пуст", + "Select all" : "Выделить все", "Name" : "Имя", "Deleted" : "Удалён", "Delete" : "Удалить" |