file.inc.php | Participants
|
- Statistics
- Participants
- Translate into Russian
- Translation result
- Translated in draft, editing and proof-reading required.
If you do not want to register an account, you can sign in with OpenID.
file.inc.php | ||
<?php | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
$_lang['file_confirm_remove'] = 'Are you sure you want to remove this file? This could potentially break your website.'; | $_lang['file_confirm_remove'] = 'Вы уверены, что хотите удалить этот файл? Это может нарушить работу сайта.'; | |
$_lang['file_deleted'] = 'Success!'; | ||
$_lang['file_delete_file'] = 'Delete File'; | ||
$_lang['file_delete_folder'] = 'Delete Folder'; | ||
$_lang['file_download_file'] = 'Download File'; | ||
$_lang['file_download_unzip'] = 'Unzip File'; | ||
$_lang['file_edit'] = 'Edit File'; | ||
$_lang['file_err_chmod'] = 'An unknown error occurred while trying to chmod the target.'; | $_lang['file_err_chmod'] = 'Произошла неизвестная ошибка при изменении прав файла.'; | |
$_lang['file_err_chmod_ns'] = 'Please specify a mode to chmod to.'; | $_lang['file_err_chmod_ns'] = 'Пожалуйста, задайте режим для изменения прав файла (chmod).'; | |
$_lang['file_err_filter'] = 'No files match the specified filter.'; | $_lang['file_err_filter'] = 'Ни один файл не попадает под заданный фильтр.'; | |
$_lang['file_err_invalid'] = 'The file is not a regular file and cannot be removed.'; | $_lang['file_err_invalid'] = 'Этот файл не является обычным файлом и не может быть удален.'; | |
$_lang['file_err_nf'] = 'File does not exist!'; | ||
$_lang['file_err_ns'] = 'Please specify a valid file.'; | $_lang['file_err_ns'] = 'Пожалуйста, укажите существующий файл.'; | |
$_lang['file_err_open'] = 'Cannot open file: '; | ||
$_lang['file_err_perms_rename'] = 'The webserver does not have the necessary permissions to rename the file.'; | $_lang['file_err_perms_rename'] = 'У веб-сервера не хватает прав для переименования файла.'; | |
$_lang['file_err_perms_remove'] = 'The webserver does not have the necessary permissions to remove the file.'; | $_lang['file_err_perms_remove'] = 'У веб-сервера не хватает прав для удаления файла.'; | |
$_lang['file_err_rename'] = 'MODx failed to rename the file. Please make sure your permissions are set correctly.'; | $_lang['file_err_rename'] = 'MODx не смог переименовать файл. Пожалуйста, проверьте корректность установки прав.'; | |
$_lang['file_err_remove'] = 'MODx failed to delete the file. Please make sure your permissions are set correctly.'; | $_lang['file_err_remove'] = 'MODx не смог удалить файл. Пожалуйста, проверьте корректность установки прав.'; |

— правильный файл? — andrey-nag