19 lines
899 B
PHP
19 lines
899 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Couldn't delete %s permanently" => "%s не может быть удалён навсегда",
|
|
"Couldn't restore %s" => "%s не может быть восстановлен",
|
|
"perform restore operation" => "выполнить операцию восстановления",
|
|
"Error" => "Ошибка",
|
|
"delete file permanently" => "удалить файл навсегда",
|
|
"Delete permanently" => "Удалено навсегда",
|
|
"Name" => "Имя",
|
|
"Deleted" => "Удалён",
|
|
"1 folder" => "1 папка",
|
|
"{count} folders" => "{count} папок",
|
|
"1 file" => "1 файл",
|
|
"{count} files" => "{count} файлов",
|
|
"Nothing in here. Your trash bin is empty!" => "Здесь ничего нет. Ваша корзина пуста!",
|
|
"Restore" => "Восстановить",
|
|
"Delete" => "Удалить",
|
|
"Deleted Files" => "Удаленные файлы"
|
|
);
|