action.inc.php 1.7 KB

1234567891011121314151617181920212223242526272829303132
  1. <?php
  2. /**
  3. * Action English lexicon topic
  4. *
  5. * @language en
  6. * @package modx
  7. * @subpackage lexicon
  8. */
  9. $_lang['action'] = 'Action';
  10. $_lang['action_confirm_remove'] = 'האם אתה בטוח שברצונך להסיר פעולה זו? זה עלול לפגוע בפעילות ממשק מערכת הניהול.';
  11. $_lang['action_create'] = 'Create Action';
  12. $_lang['action_create_here'] = 'Create Action Here';
  13. $_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.';
  14. $_lang['action_err_create'] = 'An error occurred while creating the action.';
  15. $_lang['action_err_nf'] = 'Action not found!';
  16. $_lang['action_err_ns'] = 'No action specified!';
  17. $_lang['action_err_remove'] = 'An error occurred while removing the action.';
  18. $_lang['action_err_save'] = 'An error occurred while saving the action.';
  19. $_lang['action_none'] = 'No Action';
  20. $_lang['action_parent_err_nf'] = 'Parent Action not found!';
  21. $_lang['action_parent_err_ns'] = 'Parent Action not specified!';
  22. $_lang['action_place_here'] = 'Place Action Here';
  23. $_lang['action_remove'] = 'Delete Action';
  24. $_lang['action_update'] = 'Update Action';
  25. $_lang['actions'] = 'Actions';
  26. $_lang['controller'] = 'Controller';
  27. $_lang['controller_err_ae'] = 'Controller already exists with this path for this Namespace.';
  28. $_lang['controller_err_nf'] = 'Controller file not found!';
  29. $_lang['controller_err_ns'] = 'No controller specified!';
  30. $_lang['controller_parent'] = 'Parent Controller';
  31. $_lang['lang_topics'] = 'Language Topics';
  32. $_lang['lang_topics_desc'] = 'This is a list of strings that represent lexicon topics that this action should load.';