Server : Apache System : Linux indy02.toastserver.com 3.10.0-962.3.2.lve1.5.85.el7.x86_64 #1 SMP Thu Apr 18 15:18:36 UTC 2024 x86_64 User : palandch ( 1163) PHP Version : 7.1.33 Disable Function : NONE Directory : /home/palandch/www/core/lexicon/en/ |
<?php /** * Namespace English lexicon topic * * @language en * @package modx * @subpackage lexicon */ $_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_assets_path'] = 'Assets Path'; $_lang['namespace_assets_path_desc'] = 'Specify an absolute path to the assets for this Namespace here. You may use placeholders like {assets_path}. Example: {assets_path}components/democomponent/'; $_lang['namespace_name_desc'] = 'Specify a name for the Namespace here.'; $_lang['namespace_path'] = 'Core Path'; $_lang['namespace_path_desc'] = 'Specify an absolute path to the core for this Namespace here. You may use placeholders like {core_path}. Example: {core_path}components/democomponent/'; $_lang['namespace_remove'] = 'Delete Namespace'; $_lang['namespace_remove_confirm'] = 'Are you sure you want to delete this namespace and all related content?'; $_lang['namespace_remove_multiple'] = 'Delete Namespaces'; $_lang['namespace_remove_multiple_confirm'] = 'Are you sure you want to delete these namespaces and all their 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.';