content_type.inc.php | Participants
|
- Statistics
- Participants
- Translate into Russian
- Translation result
- Translated in draft, editing and proof-reading required. Completed: 2%.
If you do not want to register an account, you can sign in with OpenID.
content_type.inc.php | ||
<?php | <?php | |
$_lang['binary'] = 'Binary';$_lang['binary_desc'] = 'Is the file a binary file or text/ascii?';$_lang['content_type'] = 'Content Type'; | $_lang['binary'] = 'Двоичный'; | |
$_lang['content_type_desc'] = 'Content types are specific filesystem types for your resources. Here you can manage them; as well as associate them with file extensions.'; | $_lang['content_type_desc'] = 'Тип содержимого для ресурсов это то, что MODx будет отправлять в строчке «Content-Type» заголовка сервера. Здесь вы можете управлять ими и сопоставлять с расширениями файлов(MODx будет добавлять расширение файла после псевдонима, если включены человекопонятные урлы).'; | |
$_lang['content_type_err_nf'] = 'Content type not found.'; | $_lang['content_type_err_nf'] = 'Тип содержимого не найден.'; | |
$_lang['content_type_err_nfs'] = 'Content type with ID [[+id]] not found.'; | $_lang['content_type_err_nfs'] = 'Тип содержимого с ID [[+id]] не найден.'; | |
$_lang['content_type_err_ns'] = 'Content type not specified.'; | $_lang['content_type_err_ns'] = 'Тип содержимого не указан.'; | |
$_lang['content_type_err_ns_name'] = 'Please specify a valid name for the content type.'; | $_lang['content_type_err_ns_name'] = 'Пожалуйста укажите правильное имя для типа содержимого.'; | |
$_lang['content_type_err_create'] = 'An error occurred while trying to create the content type.'; | $_lang['content_type_err_create'] = 'Произошла ошибка при попытке создать тип содержимого.'; | |
$_lang['content_type_err_remove'] = 'An error occurred while trying to remove the content type.'; | $_lang['content_type_err_remove'] = 'Произошла ошибка при попытке удалить тип содержимого.'; | |
$_lang['content_type_err_save'] = 'An error occurred while trying to save the content type.'; | $_lang['content_type_err_save'] = 'Произошла ошибка при попытке сохранить тип содержимого.'; | |
$_lang['content_type_new'] = 'New Content Type'; | $_lang['content_type_new'] = 'Новый тип содержимого'; | |
$_lang['content_type_remove'] = 'Remove Content Type'; | $_lang['content_type_remove'] = 'Удалить тип содержимого'; | |
$_lang['content_type_remove_confirm'] = 'Are you sure you want to remove this content type?'; | $_lang['content_type_remove_confirm'] = 'Вы уверенны, что хотите удалить этот тип содержимого?'; | |
$_lang['content_types'] = 'Content Types'; | ||
$_lang['file_extensions'] = 'File Extensions'; |
