nextcloud/apps/files_trashbin/l10n/ru.php

19 lines
899 B
PHP
Raw Normal View History

2013-02-01 03:19:28 +04:00
<?php $TRANSLATIONS = array(
2013-02-09 03:14:08 +04:00
"Couldn't delete %s permanently" => "%s не может быть удалён навсегда",
"Couldn't restore %s" => "%s не может быть восстановлен",
2013-02-08 03:13:16 +04:00
"perform restore operation" => "выполнить операцию восстановления",
2013-04-09 04:14:02 +04:00
"Error" => "Ошибка",
2013-02-08 03:13:16 +04:00
"delete file permanently" => "удалить файл навсегда",
2013-02-22 03:08:47 +04:00
"Delete permanently" => "Удалено навсегда",
2013-02-01 03:19:28 +04:00
"Name" => "Имя",
2013-02-08 03:13:16 +04:00
"Deleted" => "Удалён",
2013-02-01 03:19:28 +04:00
"1 folder" => "1 папка",
"{count} folders" => "{count} папок",
"1 file" => "1 файл",
2013-02-08 03:13:16 +04:00
"{count} files" => "{count} файлов",
"Nothing in here. Your trash bin is empty!" => "Здесь ничего нет. Ваша корзина пуста!",
2013-02-22 03:08:47 +04:00
"Restore" => "Восстановить",
2013-03-09 03:06:34 +04:00
"Delete" => "Удалить",
"Deleted Files" => "Удаленные файлы"
2013-02-01 03:19:28 +04:00
);