tv.inc.php | Participants
|
- Statistics
- Participants
- Translate into Russian
- Translation result
- Translated in draft, editing and proof-reading required. Completed: 5%.
If you do not want to register an account, you can sign in with OpenID.
tv.inc.php | ||
<?php | <?php | |
$_lang['has_access'] = 'Has Access?'; | $_lang['has_access'] = 'Доступно для редактирования?'; | |
$_lang['rank'] = 'Rank'; | ||
$_lang['rendering_options'] = 'Rendering Options'; | $_lang['rendering_options'] = 'Настройки отображения'; | |
$_lang['tv'] = 'Template Variable'; | ||
$_lang['tv_access_msg'] = 'Select the Resource Groups that this Template Variable belongs to. Only users with access to the Groups selected will be able to modify this TV. If no Groups are selected, all users with access to the Manager will be able to modify the TV.'; | $_lang['tv_access_msg'] = 'Выберите группу ресурсов к которой принадлежит дополнительное поле. Только пользователи имеющие доступ к этой группе смогут изменять значение дополнительного поля. Если группа не будет выбрана то дополнительное поле смогут изменять все пользователи имеющие доступ к бэкэнду сайта.'; | |
$_lang['tv_binding_msg'] = 'This field supports data source bindings using the @ commands'; | $_lang['tv_binding_msg'] = 'Это поле поддерживает привязку данных с использованием @-команд'; | |
$_lang['tv_caption'] = 'Caption'; | ||
$_lang['tv_change_template_msg'] = 'Changing this template will cause the page to reload the Template Variables, losing any unsaved changes.<br /><br /> Are you sure you want to change this template?'; | $_lang['tv_change_template_msg'] = 'Изменение этого шаблона приведёт к перезагрузке дополнительных полей (TV) для страницы с потерей всех не сохранённых изменений.<br /><br /> Вы уверены, что хотите изменить этот шаблон?'; | |
// | ||
$_lang['tv_description'] = 'Description'; | ||
// | ||
$_lang['tv_err_delete'] = 'An error occurred while deleting the template variable.'; | $_lang['tv_err_delete'] = 'При удалении дополнительное поля произошла ошибка.'; | |
$_lang['tv_err_duplicate_error'] = 'An error occurred while trying to duplicate the template variable.'; | $_lang['tv_err_duplicate_error'] = 'Произошла ошибка при попытке сделать копию дополнительного поля .'; | |
$_lang['tv_err_duplicate_templates'] = 'An error occurred while duplicating the TV templates.'; | $_lang['tv_err_duplicate_templates'] = 'Произошла ошибка при дублировании дополнительного поля.'; | |
$_lang['tv_err_duplicate_documents'] = 'An error occurred while duplicating TV documents.'; | $_lang['tv_err_duplicate_documents'] = 'Произошла ошибка при дублировании дополнительных полей документа.'; | |
$_lang['tv_err_duplicate_documentgroups'] = 'An error occurred while duplicating TV document groups.'; | $_lang['tv_err_duplicate_documentgroups'] = 'При дублировании групп ресурсов, ассоциированных с доп. полями (TV), возникла ошибка.'; | |
$_lang['tv_err_exists_name'] = 'A template variable already exists with this name.';$_lang['tv_err_invalid_name'] = 'You have invalid characters in your Template Variable name.'; | $_lang['tv_err_exists_name'] = 'Дополнительное поле с таким именем уже существует.'; | |
$_lang['tv_err_locked'] = 'Template variable locked!'; | $_lang['tv_err_locked'] = 'Дополнительное поле заблокировано!'; | |
$_lang['tv_err_nf'] = 'Template variable not found.'; | $_lang['tv_err_nf'] = 'Дополнительное поле не найдено.'; | |
$_lang['tv_err_nfs'] = 'Template variable not found with key: [[+id]]'; | $_lang['tv_err_nfs'] = 'Не найдено дополнительных полей при поиске по ключу: [[+id]]'; | |
$_lang['tv_err_ns'] = 'Template variable not specified.'; | $_lang['tv_err_ns'] = 'Дополнительное поле не указано.'; | |
$_lang['tv_err_reserved_name'] = 'A template variable cannot have the same name as a Resource field.'; | $_lang['tv_err_reserved_name'] = 'Дополнительное поле не может иметь такое-же имя как имя поля ресурса.'; | |
$_lang['tv_err_save_access_permissions'] = 'An error occured while attempting to save template variable access permissions.'; | $_lang['tv_err_save_access_permissions'] = 'Произошла ошибка при попытке сохранить права доступа к редактированию дополнительного поля.'; | |
$_lang['tv_err_save'] = 'An error occurred while saving the template variable.'; | $_lang['tv_err_save'] = 'Произошла ошибка при сохранении дополнительного поля.'; | |
$_lang['tv_inuse'] = 'The following document(s) are currently using this Template Variable. To continue with the delete operation click the Delete button otherwise click the Cancel button.'; | $_lang['tv_inuse'] = 'Следующие ресурсы используют это дополнительное поле. Для продолжения удаления щёлкните по кнопке «Удалить». Если вы передумали, то щёлкните по кнопке «Отмена».'; | |
$_lang['tv_lock'] = 'Lock variable for editing'; | $_lang['tv_lock'] = 'Запретить редактирование дополнительного поля'; |
