diff options
Diffstat (limited to 'apps/files_trashbin/l10n/ru.js')
-rw-r--r-- | apps/files_trashbin/l10n/ru.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_trashbin/l10n/ru.js b/apps/files_trashbin/l10n/ru.js index bda138f4565..e5e4f3fb370 100644 --- a/apps/files_trashbin/l10n/ru.js +++ b/apps/files_trashbin/l10n/ru.js @@ -12,7 +12,6 @@ OC.L10N.register( "Confirm permanent deletion" : "Подтвердите постоянное удаление", "Are you sure you want to permanently delete all files and folders in the trash? This cannot be undone." : "Вы уверены, что хотите навсегда удалить все файлы и папки в корзине? Это действие нельзя отменить.", "Cancel" : "Отмена", - "Deletion cancelled" : "Удаление отменено", "Original location" : "Исходный путь", "Deleted by" : "Удалено", "Deleted" : "Удалён", @@ -25,6 +24,7 @@ OC.L10N.register( "No deleted files" : "Нет удалённых файлов", "Files and folders you have deleted will show up here" : "Файлы и каталоги, которые вы удалили, будут отображаться здесь", "All files have been permanently deleted" : "Все файлы были удалены без возможности восстановления", - "Failed to empty deleted files" : "Не удалось очистить удалённые файлы" + "Failed to empty deleted files" : "Не удалось очистить удалённые файлы", + "Deletion cancelled" : "Удаление отменено" }, "nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"); |