| 12345678910111213141516171819202122232425262728 |
- <?php
- /**
- * Namespace English lexicon topic
- *
- * @language en
- * @package modx
- * @subpackage lexicon
- */
- $_lang['namespace'] = 'Przestrzeń nazw';
- $_lang['namespace_create'] = 'Stwórz 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}assets/democomponent';
- $_lang['namespace_name_desc'] = 'Specify a name for the Namespace here.';
- $_lang['namespace_path'] = 'Ścieżka rdzenia';
- $_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}assets/democomponent';
- $_lang['namespace_remove'] = 'Usuń Namespace';
- $_lang['namespace_remove_confirm'] = 'Are you sure you want to delete "[[+name]]" 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'] = 'Aktualizuj Namespace';
- $_lang['namespaces'] = 'Namespaces';
- $_lang['namespaces_desc'] = 'Namespaces are global identifiers for packages and components, registering their vehicles, lexicon entries and resources all together.';
|