namespace.inc.php
Translations of this material:
- into Russian: namespace.inc.php. Translated in draft, editing and proof-reading required. Completed: 2%.
-
Submitted for translation by elastic 08.04.2009
Text
<?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_nf'] = 'Namespace not found.';
$_lang['namespace_err_nfs'] = 'Namespace not found with name: %s';
$_lang['namespace_err_ns'] = 'Namespace not specified.';
$_lang['namespace_err_remove'] = 'An error occurred while trying to remove the namespace.';
$_lang['namespace_err_save'] = 'An error occurred while trying to save the namespace.';
$_lang['namespace_path_desc'] = 'Specify an absolute pathname here: (example: 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_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.';
