diff options
Diffstat (limited to 'files/l10n/ru.php')
-rw-r--r-- | files/l10n/ru.php | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/files/l10n/ru.php b/files/l10n/ru.php index ff1c05ce8ee..a77e6e370b4 100644 --- a/files/l10n/ru.php +++ b/files/l10n/ru.php @@ -1,8 +1,13 @@ <?php $TRANSLATIONS = array( +"There is no error, the file uploaded with success" => "Файл успешно загружен", +"The uploaded file exceeds the upload_max_filesize directive in php.ini" => "Файл превышает допустимые размеры (описаны как upload_max_filesize в php.ini)", +"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Файл превышает размер MAX_FILE_SIZE, указаный в HTML-форме", +"The uploaded file was only partially uploaded" => "Файл был частично загружен", +"No file was uploaded" => "Файл не был загружен", +"Missing a temporary folder" => "Невозможно найти временную директорию", "Files" => "Файлы", "Maximum upload size" => "Максимальный размер файла", "Upload" => "Закачать", -"New Folder" => "Новая папка", "Nothing in here. Upload something!" => "Здесь ничего нет. Закачайте что-нибудь!", "Name" => "Название", "Download" => "Скачать", |