| 1234567891011121314151617181920212223242526272829303132 |
- <?php
- /**
- * Action English lexicon topic
- *
- * @language en
- * @package modx
- * @subpackage lexicon
- */
- $_lang['action'] = 'Action';
- $_lang['action_confirm_remove'] = 'האם אתה בטוח שברצונך להסיר פעולה זו? זה עלול לפגוע בפעילות ממשק מערכת הניהול.';
- $_lang['action_create'] = 'Create Action';
- $_lang['action_create_here'] = 'Create Action Here';
- $_lang['action_desc'] = 'Actions are abstractions of MODX controllers. They can be used to create custom manager pages, as well as reorganize the top menu of the MODX manager.';
- $_lang['action_err_create'] = 'An error occurred while creating the action.';
- $_lang['action_err_nf'] = 'Action not found!';
- $_lang['action_err_ns'] = 'No action specified!';
- $_lang['action_err_remove'] = 'An error occurred while removing the action.';
- $_lang['action_err_save'] = 'An error occurred while saving the action.';
- $_lang['action_none'] = 'No Action';
- $_lang['action_parent_err_nf'] = 'Parent Action not found!';
- $_lang['action_parent_err_ns'] = 'Parent Action not specified!';
- $_lang['action_place_here'] = 'Place Action Here';
- $_lang['action_remove'] = 'Delete Action';
- $_lang['action_update'] = 'Update Action';
- $_lang['actions'] = 'Actions';
- $_lang['controller'] = 'Controller';
- $_lang['controller_err_ae'] = 'Controller already exists with this path for this Namespace.';
- $_lang['controller_err_nf'] = 'Controller file not found!';
- $_lang['controller_err_ns'] = 'No controller specified!';
- $_lang['controller_parent'] = 'Parent Controller';
- $_lang['lang_topics'] = 'Language Topics';
- $_lang['lang_topics_desc'] = 'This is a list of strings that represent lexicon topics that this action should load.';
|