namespace.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.
namespace.inc.php | ||
<?php | ||
$_lang['namespace'] = 'Namespace'; | ||
$_lang['namespace_create'] = 'Create Namespace'; | ||
$_lang['namespace_err_create'] = 'An error occurred while trying to create the namespace.'; | $_lang['namespace_err_create'] = 'Произошла ошибка при попытке создания пространства имён.'; | |
$_lang['namespace_err_nf'] = 'Namespace not found.'; | $_lang['namespace_err_nf'] = 'Пространство имён не найдено.'; | |
$_lang['namespace_err_nfs'] = 'Namespace not found with name: %s'; | $_lang['namespace_err_nfs'] = 'Не найдено пространство имён: %s'; | |
$_lang['namespace_err_ns'] = 'Namespace not specified.'; | $_lang['namespace_err_ns'] = 'Пространство имён не указано.'; | |
$_lang['namespace_err_remove'] = 'An error occurred while trying to remove the namespace.'; | $_lang['namespace_err_remove'] = 'Произошла ошибка при попытке удалить пространство имён.'; | |
$_lang['namespace_err_save'] = 'An error occurred while trying to save the namespace.'; | $_lang['namespace_err_save'] = 'Произошла ошибка при попытке сохранения пространства имён.'; | |
$_lang['namespace_path_desc'] = 'Specify an absolute pathname here: (example: MODX_CORE_PATH . "assets/democomponent")'; | $_lang['namespace_path_desc'] = 'Укажите здесь абсолютный путь: (например: MODX_CORE_PATH . "assets/democomponent")'; | |
$_lang['namespace_remove'] = 'Remove Namespace'; | ||
$_lang['namespace_remove_confirm'] = 'Are you sure you want to remove this namespace and all related content?'; | $_lang['namespace_remove_confirm'] = 'Вы уверенны, что хотите удалить это пространство имён и весь относящийся к нему контент?'; | |
$_lang['namespace_update'] = 'Update Namespace'; | ||
$_lang['namespaces'] = 'Namespaces'; | ||
$_lang['namespaces_desc'] = 'Namespaces are global identifiers for packages and components, registering their vehicles, lexicon entries and resources all together.'; | $_lang['namespaces_desc'] = 'Пространства имён это общии идентификаторы для пакетов и компонентов,которые обьединяют вместе транспортные средства,записи словарей и ресурсы.'; |
