PageRenderTime 53ms CodeModel.GetById 25ms RepoModel.GetById 1ms app.codeStats 0ms

/core/lexicon/en/formcustomization.inc.php

https://github.com/pixelchutes/revolution
PHP | 132 lines | 125 code | 0 blank | 7 comment | 0 complexity | 18af37b012bde8dd37357dea100205ce MD5 | raw file
Possible License(s): Apache-2.0, BSD-3-Clause, LGPL-2.1, GPL-2.0
  1. <?php
  2. /**
  3. * Form Customization English lexicon topic
  4. *
  5. * @language en
  6. * @package modx
  7. * @subpackage lexicon
  8. */
  9. $_lang['action'] = 'Action';
  10. $_lang['action_desc'] = 'The Action that this Rule will apply to.';
  11. $_lang['activate'] = 'Activate';
  12. $_lang['constraint'] = 'Constraint';
  13. $_lang['constraint_class'] = 'Constraint Class';
  14. $_lang['constraint_class_desc'] = 'Optional. If set, along with the Constraint Field and Constraint options, will restrict this rule to the constraints applied.';
  15. $_lang['constraint_desc'] = 'Optional. The value of the Constraint Field that should be checked against.';
  16. $_lang['constraint_field'] = 'Constraint Field';
  17. $_lang['constraint_field_desc'] = 'Optional. The field by which this constraint should be applied.';
  18. $_lang['containing_panel'] = 'Containing Panel';
  19. $_lang['containing_panel_desc'] = 'The ID of the containing Form Panel the field is in. This is sometimes necessary for certain rules, so that the system can know what form or panel the field is in.';
  20. $_lang['deactivate'] = 'Deactivate';
  21. $_lang['default_value'] = 'Default Value';
  22. $_lang['export'] = 'Export';
  23. $_lang['fc.action_create'] = 'Create Resource';
  24. $_lang['fc.action_update'] = 'Update Resource';
  25. $_lang['field'] = 'Field';
  26. $_lang['field_desc'] = 'This is the field to affect. This may also be a tab, or TV. If it is a TV, please specify in this format: "tv#", where # is the ID of the TV.';
  27. $_lang['field_default'] = 'Field Default Value';
  28. $_lang['field_label'] = 'Field Label';
  29. $_lang['field_visible'] = 'Field Visible';
  30. $_lang['fields'] = 'Fields';
  31. $_lang['file'] = 'File';
  32. $_lang['filter_by_action'] = 'Filter by Action...';
  33. $_lang['filter_by_rule_type'] = 'Filter by Rule...';
  34. $_lang['filter_by_search'] = 'Search...';
  35. $_lang['for_parent'] = 'For Parent';
  36. $_lang['for_parent_desc'] = 'Check this when you want this rule to apply to the parent. Only use with Resources or objects with a `parent` field. Useful for the "create" page of Resources.';
  37. $_lang['form_customization_msg'] = 'Here is a list of currently applied Rules. More information on Rules and Form Customization can be found <a href="http://rtfm.modx.com/display/revolution20/Customizing+the+Manager" target="_blank">here</a>. Please note that improper Rules might cause problems with your MODX Revolution installation. Inactive Rules are faded gray.';
  38. $_lang['form_rules'] = 'Form Rules';
  39. $_lang['import'] = 'Import';
  40. $_lang['import_from_xml'] = 'Import New Set from XML';
  41. $_lang['label'] = 'Label';
  42. $_lang['original_value'] = 'Original Value';
  43. $_lang['profile'] = 'Profile';
  44. $_lang['profile_create'] = 'Create New Profile';
  45. $_lang['profile_err_nfs'] = 'Form Customization Profile not found with ID [[+id]].';
  46. $_lang['profile_err_ns'] = 'Form Customization Profile not specified!';
  47. $_lang['profile_err_remove'] = 'An error occurred while trying to remove the Profile.';
  48. $_lang['profile_err_save'] = 'An error occurred while trying to save the Profile.';
  49. $_lang['profile_msg'] = 'Here you can specify Sets for this Profile. A Set is a collection of Rules that apply for a given page (Update or Create Resource). They can also be restricted to certain Templates, or other field values on the Resource. Constraints for the Create Resource Sets will execute based on the parent of the newly created Resource\'s value.';
  50. $_lang['profile_new'] = 'New Form Customizaton Profile';
  51. $_lang['profile_remove'] = 'Delete Profile';
  52. $_lang['profile_remove_confirm'] = 'Are you sure you want to completely remove this Profile? This is irreversible.';
  53. $_lang['profile_remove_multiple'] = 'Delete Multiple Profiles';
  54. $_lang['profile_remove_multiple_confirm'] = 'Are you sure you want to completely remove these Profiles? This is irreversible.';
  55. $_lang['profile_usergroup_err_ae'] = 'That User Group is already assigned to this Profile!';
  56. $_lang['profile_usergroups_msg'] = 'Here you can assign the User Groups that will use this Profile. If no User Groups are assigned, all Users will use this Profile.';
  57. $_lang['profiles'] = 'Form Customization Profiles';
  58. $_lang['profiles_msg'] = 'This is a list of your Form Customization Profiles. Profiles can contain many Form Customization Rules, and can be activated or deactivated. They can also be configured to only apply to certain User Groups.';
  59. $_lang['rank'] = 'Rank';
  60. $_lang['rank_desc'] = 'The order the Rule is executed in. A lower number means that it will be executed earlier.';
  61. $_lang['region'] = 'Region';
  62. $_lang['regions'] = 'Regions';
  63. $_lang['rule'] = 'Rule';
  64. $_lang['rule_create'] = 'Create Rule';
  65. $_lang['rule_desc'] = 'The type of Rule that will be applied to this field.';
  66. $_lang['rule_description_desc'] = 'Optional. A description of the rule.';
  67. $_lang['rule_err_ae'] = 'A rule already exists for that field!';
  68. $_lang['rule_err_duplicate'] = 'An error occurred while trying to duplicate the rule.';
  69. $_lang['rule_err_nf'] = 'Rule not found.';
  70. $_lang['rule_err_ns'] = 'Rule not specified.';
  71. $_lang['rule_err_remove'] = 'An error occurred while trying to remove the rule.';
  72. $_lang['rule_err_save'] = 'An error occurred while trying to save the rule.';
  73. $_lang['rule_remove'] = 'Delete Rule';
  74. $_lang['rule_remove_confirm'] = 'Are you sure you want to remove this Rule?';
  75. $_lang['rule_remove_multiple'] = 'Delete Multiple Rules';
  76. $_lang['rule_remove_multiple_confirm'] = 'Are you sure you want to remove these Rules? This is irreversible.';
  77. $_lang['rule_update'] = 'Update Rule';
  78. $_lang['rule_value_desc'] = 'The value to set in the Rule.';
  79. $_lang['rules'] = 'Rules';
  80. $_lang['set'] = 'Set';
  81. $_lang['set_and_fields'] = 'Set Information and Fields';
  82. $_lang['set_change_template'] = 'Change Template For Set';
  83. $_lang['set_change_template_confirm'] = 'Are you sure you want to do this? This will change the Template that these Rules apply to. If so, MODX will first save your changes before reloading the page to refresh the new TVs for the new Template.';
  84. $_lang['set_constraint_field_desc'] = 'Setting the Constraint field will prevent the rules in this Set from executing unless the field for this Resource matches the "constraint" value.';
  85. $_lang['set_constraint_desc'] = 'Set the value of the field (specified above) to restrict the rules in this Set from being executed unless the Resource has this value on the specified constraint field.';
  86. $_lang['set_create'] = 'Create New Set';
  87. $_lang['set_err_nfs'] = 'No Set found with ID [[+id]]';
  88. $_lang['set_err_ns'] = 'No Set specified.';
  89. $_lang['set_fields_msg'] = 'Here you can adjust the fields for this page, including their visibility, labels and default values. Just double-click on a row to edit its value. Leave a field empty to use the default setting.';
  90. $_lang['set_import_err_upload'] = 'An error occurred while trying to find the XML file. Please specify a valid file.';
  91. $_lang['set_import_err_xml'] = 'An error occurred importing the XML file. Please ensure you specified a valid Form Customization Set XML File.';
  92. $_lang['set_import_msg'] = 'Select an XML file to import a Form Customization Set from. It must be in the correct XML Form Customization format.';
  93. $_lang['set_import_template_err_nf'] = 'Template not found while import Form Customization Set.';
  94. $_lang['set_msg'] = 'Here you can edit what fields, tabs and Template Variables show for this page, as well as their labels and default values. Just double-click on a column to edit its value. You can also use the tab key to progress through the grid. Leave a field blank to use the default setting.';
  95. $_lang['set_new'] = 'Create New Set';
  96. $_lang['set_edit'] = 'Edit Set';
  97. $_lang['set_remove'] = 'Delete Set';
  98. $_lang['set_remove_confirm'] = 'Are you sure you want to permanently remove this set? This is irreversable.';
  99. $_lang['set_remove_multiple'] = 'Delete Multiple Sets';
  100. $_lang['set_remove_multiple_confirm'] = 'Are you sure you want to permanently remove these sets? This is irreversable.';
  101. $_lang['set_tab_err_ae'] = 'A tab already exists with that ID. Please specify another.';
  102. $_lang['set_tabs_msg'] = 'Here you adjust the tabs and regions for this page, including their visibility and title. Just double-click on a row to edit its value. Leave a field empty to use the default setting.';
  103. $_lang['set_template_desc'] = 'Choosing a Template will limit the rules in the Set from executing unless the Resource has the specified Template.';
  104. $_lang['set_tvs_msg'] = 'Here you can set visibility, labels, default values and the tabs they reside in by double-clicking on the row in the grid. Note: If you move a TV to another Region, you can adjust the order of the TV in the "Region Rank" field. Leave a field empty to use the default setting.';
  105. $_lang['sets'] = 'Form Customization Sets';
  106. $_lang['simplexml_err_nf'] = 'MODX requires the SimpleXML PHP extension to use this feature. Please ensure the extension is installed before continuing.';
  107. $_lang['tab'] = 'Tab';
  108. $_lang['tab_create'] = 'Create New Tab';
  109. $_lang['tab_id'] = 'ID';
  110. $_lang['tab_name'] = 'Tab Name';
  111. $_lang['tab_title'] = 'Title';
  112. $_lang['tab_new'] = 'New Tab';
  113. $_lang['tab_rank'] = 'Region Rank';
  114. $_lang['tab_remove'] = 'Delete Tab';
  115. $_lang['tab_remove_confirm'] = 'Are you sure you want to delete this tab?';
  116. $_lang['tab_visible'] = 'Tab Visible';
  117. $_lang['tabs'] = 'Tabs';
  118. $_lang['tv'] = 'Template Variable';
  119. $_lang['tv_default'] = 'TV Default Value';
  120. $_lang['tv_label'] = 'TV Label';
  121. $_lang['tv_name'] = 'Name';
  122. $_lang['tv_move'] = 'Move TV to Tab';
  123. $_lang['tv_visible'] = 'TV Visible';
  124. $_lang['tvs'] = 'Template Variables';
  125. $_lang['usergroup'] = 'User Group';
  126. $_lang['usergroup_create'] = 'Add User Group';
  127. $_lang['usergroup_desc'] = 'Optional. If set, will restrict this Profile to only Users in the specified User Group.';
  128. $_lang['usergroup_remove'] = 'Remove User Group From Profile';
  129. $_lang['usergroup_remove_confirm'] = 'Are you sure you want this Profile to no longer apply to Users in this User Group?';
  130. $_lang['usergroups'] = 'User Groups';
  131. $_lang['visible'] = 'Visible';
  132. $_lang['xmlwriter_err_nf'] = 'MODX requires the XMLWriter PHP extension to use this feature. Please ensure the extension is installed before continuing.';