Archived
1
0
This repository has been archived on 2020-12-10. You can view files and clone it, but cannot push or open issues or pull requests.
old/assets/js/tinymce/plugins/jbimages/ci/application/language/russian/upload_lang.php
2018-10-16 18:28:42 +02:00

23 lines
2.1 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
$lang['upload_userfile_not_set'] = "Не найдена переменная POST[userfile].";
$lang['upload_file_exceeds_limit'] = "Размер файла слишком большой для загрузки.";
$lang['upload_file_exceeds_form_limit'] = "Размер файла слишком большой.";
$lang['upload_file_partial'] = "Файл загрузился неполностью.";
$lang['upload_no_temp_directory'] = "Внутренняя ошибка. Проблемы с временной папкой.";
$lang['upload_unable_to_write_file'] = "Внутренняя ошибка. Проблемы с записью на диск.";
$lang['upload_stopped_by_extension'] = "Загрузка прервана по неизвестной причине.";
$lang['upload_no_file_selected'] = "Пожалуйста, выберите файл для загрузки.";
$lang['upload_invalid_filetype'] = "Тип файла запрещен для загрузки.";
$lang['upload_invalid_filesize'] = "Ваш файл больше разрешенного размера.";
$lang['upload_invalid_dimensions'] = "Изображение которое вы пытаетесь загрузить превосходит максимально допустимые ширину/высоту.";
$lang['upload_destination_error'] = "Внутренняя ошибка. Проблема с переносом файла в конечную папку.";
$lang['upload_no_filepath'] = "Внутренняя ошибка. Указанный путь для загрузки неверен.";
$lang['upload_no_file_types'] = "Внутренняя ошибка. Не указан перечень разрешенных для загрузки типов.";
$lang['upload_bad_filename'] = "Файл уже существует.";
$lang['upload_not_writable'] = "Внутренняя ошибка. Конечная папка не представляется разрешенной для записи.";
/* End of file upload_lang.php */
/* Location: ./application/language/russian/upload_lang.php */