context.inc.php |
- Statistics
- Participants
- Translate into Russian
- Translation result
- Translated in draft, editing and proof-reading required. Completed: 1%.
If you do not want to register an account, you can sign in with OpenID.
context.inc.php | ||
<?php | <?php | |
$_lang['context'] = 'Context';$_lang['context_add'] = 'Add Context'; | $_lang['context'] = 'Контекст'; | |
$_lang['context_create'] = 'Create Context'; | ||
$_lang['context_data'] = 'Context Data';$_lang['context_duplicate'] = 'Duplicate Context';$_lang['context_err_ae'] = 'A context with that name already exists.'; | $_lang['context_data'] = 'Данные контекста'; | |
$_lang['context_err_create'] = 'An error occurred while creating the context.';$_lang['context_err_duplicate'] = 'An error occurred while trying to duplicate the Context.'; | $_lang['context_err_create'] = 'При создании контекста произошла ошибка.'; | |
$_lang['context_err_load_data'] = 'Error loading context data.'; | $_lang['context_err_load_data'] = 'Ошибка загрузки данных контекста.'; | |
$_lang['context_err_nf'] = 'Context not found!'; | ||
$_lang['context_err_nfs'] = 'Context not found with key: [[+key]]'; | $_lang['context_err_nfs'] = 'Не найден контекст по ключу: [[+key]]'; | |
$_lang['context_err_ns'] = 'Context not specified.';$_lang['context_err_ns_key'] = 'Please specify a valid key for the Context.'; | $_lang['context_err_ns'] = 'Контекст не указан.'; | |
$_lang['context_err_remove'] = 'An error occurred while removing the context.'; | $_lang['context_err_remove'] = 'Произошла ошибка при удалении контекста.'; | |
$_lang['context_err_save'] = 'An error occurred while saving the context.'; | $_lang['context_err_save'] = 'Произошла ошибка при сохранении контекста.'; | |
$_lang['context_id'] = 'Ctx ID'; | ||
$_lang['context_key'] = 'Context Key'; | ||
$_lang['context_management_message'] = 'Manage site contexts.'; | $_lang['context_management_message'] = 'Управление контекстами сайта.'; | |
$_lang['context_refresh'] = 'Refresh Context'; | ||
$_lang['context_remove'] = 'Remove Context'; | ||
$_lang['context_remove_confirm'] = 'Are you sure you want to remove this context? This is permanent and irreversible.'; | $_lang['context_remove_confirm'] = 'Вы уверенны, что хотите удалить этот контексt ? Контекст будет удалён его навсегда.'; | |
$_lang['context_settings'] = 'Context Settings';$_lang['context_settings_desc'] = 'Here you can set settings specific to this context. Context settings will override any System Settings with the same key.'; | $_lang['context_settings'] = 'Настройки контекста'; | |
$_lang['context_update'] = 'Update Context'; | ||
$_lang['context_with_key_not_found'] = 'Context with key %s not found!'; | $_lang['context_with_key_not_found'] = 'Контекст с ключом %s не найден!'; | |
$_lang['contexts'] = 'Contexts'; |
