/lang/en_US.php

https://github.com/NightJar/silverstripe-userforms · PHP · 291 lines · 288 code · 3 blank · 0 comment · 0 complexity · 0b209ff95e6fd54e8d1c0cd5a379ba40 MD5 · raw file

  1. <?php
  2. global $lang;
  3. $lang['en_US']['CustomRule.ss']['BLANK'] = 'Blank';
  4. $lang['en_US']['CustomRule.ss']['DELETE'] = 'Delete';
  5. $lang['en_US']['CustomRule.ss']['GREATERTHAN'] = 'Value Greater Than';
  6. $lang['en_US']['CustomRule.ss']['GREATERTHANEQUAL'] = 'Value Greater Than Or Equal';
  7. $lang['en_US']['CustomRule.ss']['HIDETHISFIELD'] = 'Hide This Field';
  8. $lang['en_US']['CustomRule.ss']['IS'] = 'Is';
  9. $lang['en_US']['CustomRule.ss']['LESSTHAN'] = 'Value Less Than';
  10. $lang['en_US']['CustomRule.ss']['LESSTHANEQUAL'] = 'Value Less Than Or Equal';
  11. $lang['en_US']['CustomRule.ss']['NOTBLANK'] = 'Not Blank';
  12. $lang['en_US']['CustomRule.ss']['NOTVALUE'] = 'Not Value';
  13. $lang['en_US']['CustomRule.ss']['SHOWTHISFIELD'] = 'Show This Field';
  14. $lang['en_US']['CustomRule.ss']['VALUE'] = 'Value';
  15. $lang['en_US']['CustomRule.ss']['WHEN'] = 'When';
  16. $lang['en_US']['EditableCheckbox']['PLURALNAME'] = array(
  17. 'Checkboxes',
  18. 50,
  19. 'Pural name of the object, used in dropdowns and to generally identify a collection of this object in the interface'
  20. );
  21. $lang['en_US']['EditableCheckbox']['SINGULARNAME'] = array(
  22. 'Checkbox Field',
  23. 50,
  24. 'Singular name of the object, used in dropdowns and to generally identify a single object in the interface'
  25. );
  26. $lang['en_US']['EditableCheckboxGroupField']['PLURALNAME'] = array(
  27. 'Checkbox Groups',
  28. 50,
  29. 'Pural name of the object, used in dropdowns and to generally identify a collection of this object in the interface'
  30. );
  31. $lang['en_US']['EditableCheckboxGroupField']['SINGULARNAME'] = array(
  32. 'Checkbox Group',
  33. 50,
  34. 'Singular name of the object, used in dropdowns and to generally identify a single object in the interface'
  35. );
  36. $lang['en_US']['EditableCountryDropdownField']['PLURALNAME'] = array(
  37. 'Country Dropdowns',
  38. 50,
  39. 'Pural name of the object, used in dropdowns and to generally identify a collection of this object in the interface'
  40. );
  41. $lang['en_US']['EditableCountryDropdownField']['SINGULARNAME'] = array(
  42. 'Country Dropdown',
  43. 50,
  44. 'Singular name of the object, used in dropdowns and to generally identify a single object in the interface'
  45. );
  46. $lang['en_US']['EditableDateField']['PLURALNAME'] = array(
  47. 'Date Fields',
  48. 50,
  49. 'Pural name of the object, used in dropdowns and to generally identify a collection of this object in the interface'
  50. );
  51. $lang['en_US']['EditableDateField']['SINGULARNAME'] = array(
  52. 'Date Field',
  53. 50,
  54. 'Singular name of the object, used in dropdowns and to generally identify a single object in the interface'
  55. );
  56. $lang['en_US']['EditableDropdown']['PLURALNAME'] = array(
  57. 'Dropdowns',
  58. 50,
  59. 'Pural name of the object, used in dropdowns and to generally identify a collection of this object in the interface'
  60. );
  61. $lang['en_US']['EditableDropdown']['SINGULARNAME'] = array(
  62. 'Dropdown Field',
  63. 50,
  64. 'Singular name of the object, used in dropdowns and to generally identify a single object in the interface'
  65. );
  66. $lang['en_US']['EditableEmailField']['PLURALNAME'] = array(
  67. 'Email Fields',
  68. 50,
  69. 'Pural name of the object, used in dropdowns and to generally identify a collection of this object in the interface'
  70. );
  71. $lang['en_US']['EditableEmailField']['SINGULARNAME'] = array(
  72. 'Email Field',
  73. 50,
  74. 'Singular name of the object, used in dropdowns and to generally identify a single object in the interface'
  75. );
  76. $lang['en_US']['EditableFileField']['PLURALNAME'] = array(
  77. 'File Upload Fields',
  78. 50,
  79. 'Pural name of the object, used in dropdowns and to generally identify a collection of this object in the interface'
  80. );
  81. $lang['en_US']['EditableFileField']['SINGULARNAME'] = array(
  82. 'File Upload Field',
  83. 50,
  84. 'Singular name of the object, used in dropdowns and to generally identify a single object in the interface'
  85. );
  86. $lang['en_US']['EditableFormField']['CHECKEDBYDEFAULT'] = 'Checked by Default?';
  87. $lang['en_US']['EditableFormField']['CUSTOMERROR'] = 'Custom Error Message';
  88. $lang['en_US']['EditableFormField']['DEFAULTTOTODAY'] = 'Default to Today?';
  89. $lang['en_US']['EditableFormField']['ENTERQUESTION'] = 'Enter Question';
  90. $lang['en_US']['EditableFormField']['GROUP'] = 'Group';
  91. $lang['en_US']['EditableFormField']['NO'] = 'No';
  92. $lang['en_US']['EditableFormField']['PLURALNAME'] = array(
  93. 'Editable Form Fields',
  94. 50,
  95. 'Pural name of the object, used in dropdowns and to generally identify a collection of this object in the interface'
  96. );
  97. $lang['en_US']['EditableFormField']['REQUIRED'] = 'Is this field Required?';
  98. $lang['en_US']['EditableFormField']['RIGHTTITLE'] = 'Right Title';
  99. $lang['en_US']['EditableFormField']['SINGULARNAME'] = array(
  100. 'Editable Form Field',
  101. 50,
  102. 'Singular name of the object, used in dropdowns and to generally identify a single object in the interface'
  103. );
  104. $lang['en_US']['EditableFormField']['YES'] = 'Yes';
  105. $lang['en_US']['EditableFormField.ss']['ADD'] = 'Add';
  106. $lang['en_US']['EditableFormField.ss']['ADDRULE'] = 'Add Rule';
  107. $lang['en_US']['EditableFormField.ss']['BLANK'] = 'Blank';
  108. $lang['en_US']['EditableFormField.ss']['CUSTOMRULES'] = 'Custom Rules';
  109. $lang['en_US']['EditableFormField.ss']['DELETE'] = 'Delete';
  110. $lang['en_US']['EditableFormField.ss']['DRAG'] = 'Drag to rearrange order of fields';
  111. $lang['en_US']['EditableFormField.ss']['FIELDCONFIGURATION'] = 'Field Configuration';
  112. $lang['en_US']['EditableFormField.ss']['FIELDONDEFAULT'] = 'Field On Default';
  113. $lang['en_US']['EditableFormField.ss']['GREATERTHAN'] = 'Value Greater Than';
  114. $lang['en_US']['EditableFormField.ss']['GREATERTHANEQUAL'] = 'Value Greater Than Or Equal';
  115. $lang['en_US']['EditableFormField.ss']['HIDE'] = 'Hide';
  116. $lang['en_US']['EditableFormField.ss']['HIDETHISFIELD'] = 'Hide This Field';
  117. $lang['en_US']['EditableFormField.ss']['IS'] = 'Is';
  118. $lang['en_US']['EditableFormField.ss']['LESSTHAN'] = 'Value Less Than';
  119. $lang['en_US']['EditableFormField.ss']['LESSTHANEQUAL'] = 'Value Less Than Or Equal';
  120. $lang['en_US']['EditableFormField.ss']['LOCKED'] = 'These fields cannot be modified';
  121. $lang['en_US']['EditableFormField.ss']['NOTBLANK'] = 'Not Blank';
  122. $lang['en_US']['EditableFormField.ss']['NOTVALUE'] = 'Not Value';
  123. $lang['en_US']['EditableFormField.ss']['OPTIONS'] = 'Options';
  124. $lang['en_US']['EditableFormField.ss']['SHOW'] = 'Show';
  125. $lang['en_US']['EditableFormField.ss']['SHOWOPTIONS'] = 'Show Options';
  126. $lang['en_US']['EditableFormField.ss']['SHOWTHISFIELD'] = 'Show This Field';
  127. $lang['en_US']['EditableFormField.ss']['VALIDATION'] = 'Validation';
  128. $lang['en_US']['EditableFormField.ss']['VALUE'] = 'Value';
  129. $lang['en_US']['EditableFormField.ss']['WHEN'] = 'When';
  130. $lang['en_US']['EditableFormHeading']['LEVEL'] = 'Select Heading Level';
  131. $lang['en_US']['EditableFormHeading']['PLURALNAME'] = array(
  132. 'Headings',
  133. 50,
  134. 'Pural name of the object, used in dropdowns and to generally identify a collection of this object in the interface'
  135. );
  136. $lang['en_US']['EditableFormHeading']['SINGULARNAME'] = array(
  137. 'Heading',
  138. 50,
  139. 'Singular name of the object, used in dropdowns and to generally identify a single object in the interface'
  140. );
  141. $lang['en_US']['EditableLiteralField']['PLURALNAME'] = array(
  142. 'HTML Blocks',
  143. 50,
  144. 'Pural name of the object, used in dropdowns and to generally identify a collection of this object in the interface'
  145. );
  146. $lang['en_US']['EditableLiteralField']['SINGULARNAME'] = array(
  147. 'HTML Block',
  148. 50,
  149. 'Singular name of the object, used in dropdowns and to generally identify a single object in the interface'
  150. );
  151. $lang['en_US']['EditableMemberListField']['PLURALNAME'] = array(
  152. 'Member List Fields',
  153. 50,
  154. 'Pural name of the object, used in dropdowns and to generally identify a collection of this object in the interface'
  155. );
  156. $lang['en_US']['EditableMemberListField']['SINGULARNAME'] = array(
  157. 'Member List Field',
  158. 50,
  159. 'Singular name of the object, used in dropdowns and to generally identify a single object in the interface'
  160. );
  161. $lang['en_US']['EditableMultipleOptionField']['PLURALNAME'] = array(
  162. 'Editable Multiple Option Fields',
  163. 50,
  164. 'Pural name of the object, used in dropdowns and to generally identify a collection of this object in the interface'
  165. );
  166. $lang['en_US']['EditableMultipleOptionField']['SINGULARNAME'] = array(
  167. 'Editable Multiple Option Field',
  168. 50,
  169. 'Singular name of the object, used in dropdowns and to generally identify a single object in the interface'
  170. );
  171. $lang['en_US']['EditableOption']['PLURALNAME'] = array(
  172. 'Editable Options',
  173. 50,
  174. 'Pural name of the object, used in dropdowns and to generally identify a collection of this object in the interface'
  175. );
  176. $lang['en_US']['EditableOption']['SINGULARNAME'] = array(
  177. 'Editable Option',
  178. 50,
  179. 'Singular name of the object, used in dropdowns and to generally identify a single object in the interface'
  180. );
  181. $lang['en_US']['EditableOption.ss']['DELETE'] = 'Remove this option';
  182. $lang['en_US']['EditableOption.ss']['DRAG'] = 'Drag to rearrange order of options';
  183. $lang['en_US']['EditableOption.ss']['LOCKED'] = 'These fields cannot be modified';
  184. $lang['en_US']['EditableRadioField']['PLURALNAME'] = array(
  185. 'Radio fields',
  186. 50,
  187. 'Pural name of the object, used in dropdowns and to generally identify a collection of this object in the interface'
  188. );
  189. $lang['en_US']['EditableRadioField']['SINGULARNAME'] = array(
  190. 'Radio field',
  191. 50,
  192. 'Singular name of the object, used in dropdowns and to generally identify a single object in the interface'
  193. );
  194. $lang['en_US']['EditableTextField']['NUMBERROWS'] = 'Number of rows';
  195. $lang['en_US']['EditableTextField']['PLURALNAME'] = array(
  196. 'Text fields',
  197. 50,
  198. 'Pural name of the object, used in dropdowns and to generally identify a collection of this object in the interface'
  199. );
  200. $lang['en_US']['EditableTextField']['SINGULARNAME'] = array(
  201. 'Text field',
  202. 50,
  203. 'Singular name of the object, used in dropdowns and to generally identify a single object in the interface'
  204. );
  205. $lang['en_US']['EditableTextField']['TEXTLENGTH'] = 'Text length';
  206. $lang['en_US']['FieldEditor.ss']['ADD'] = 'Add';
  207. $lang['en_US']['FieldEditor.ss']['SELECTAFIELD'] = 'Select a Field';
  208. $lang['en_US']['Form']['FIELDISREQUIRED'] = '%s is required';
  209. $lang['en_US']['SubmittedFileField']['DOWNLOADFILE'] = 'Download File';
  210. $lang['en_US']['SubmittedFileField']['PLURALNAME'] = array(
  211. 'Submitted File Fields',
  212. 50,
  213. 'Pural name of the object, used in dropdowns and to generally identify a collection of this object in the interface'
  214. );
  215. $lang['en_US']['SubmittedFileField']['SINGULARNAME'] = array(
  216. 'Submitted File Field',
  217. 50,
  218. 'Singular name of the object, used in dropdowns and to generally identify a single object in the interface'
  219. );
  220. $lang['en_US']['SubmittedForm']['PLURALNAME'] = array(
  221. 'Submitted Forms',
  222. 50,
  223. 'Pural name of the object, used in dropdowns and to generally identify a collection of this object in the interface'
  224. );
  225. $lang['en_US']['SubmittedForm']['SINGULARNAME'] = array(
  226. 'Submitted Form',
  227. 50,
  228. 'Singular name of the object, used in dropdowns and to generally identify a single object in the interface'
  229. );
  230. $lang['en_US']['SubmittedFormField']['PLURALNAME'] = array(
  231. 'Submitted Form Fields',
  232. 50,
  233. 'Pural name of the object, used in dropdowns and to generally identify a collection of this object in the interface'
  234. );
  235. $lang['en_US']['SubmittedFormField']['SINGULARNAME'] = array(
  236. 'Submitted Form Field',
  237. 50,
  238. 'Singular name of the object, used in dropdowns and to generally identify a single object in the interface'
  239. );
  240. $lang['en_US']['SubmittedFormReportField.ss']['DELETEALLSUBMISSIONS'] = 'Delete All Submissions';
  241. $lang['en_US']['SubmittedFormReportField.ss']['DELETESUBMISSION'] = 'Delete Submission';
  242. $lang['en_US']['SubmittedFormReportField.ss']['EXPORTSUBMISSIONS'] = 'Export submissions to CSV';
  243. $lang['en_US']['SubmittedFormReportField.ss']['NOSUBMISSIONS'] = 'No Submissions';
  244. $lang['en_US']['SubmittedFormReportField.ss']['SUBMITTED'] = 'Submitted at';
  245. $lang['en_US']['UserDefinedForm']['AEMAILRECIPIENT'] = 'A Email Recipient';
  246. $lang['en_US']['UserDefinedForm']['EMAILADDRESS'] = 'Email';
  247. $lang['en_US']['UserDefinedForm']['EMAILBODY'] = 'Body';
  248. $lang['en_US']['UserDefinedForm']['EMAILFROM'] = 'From';
  249. $lang['en_US']['UserDefinedForm']['EMAILRECIPIENTS'] = 'Email Recipients';
  250. $lang['en_US']['UserDefinedForm']['EMAILSUBJECT'] = 'Email Subject';
  251. $lang['en_US']['UserDefinedForm']['FORM'] = 'Form';
  252. $lang['en_US']['UserDefinedForm']['FROMADDRESS'] = 'Send Email From';
  253. $lang['en_US']['UserDefinedForm']['HIDEFORMDATA'] = 'Hide Form Data from Email';
  254. $lang['en_US']['UserDefinedForm']['ONCOMPLETE'] = 'On Complete';
  255. $lang['en_US']['UserDefinedForm']['ONCOMPLETELABEL'] = 'Show on completion';
  256. $lang['en_US']['UserDefinedForm']['OPTIONS'] = 'Options';
  257. $lang['en_US']['UserDefinedForm']['ORSELECTAFIELDTOUSEASFROM'] = '.. or Select a Form Field to use as the From Address';
  258. $lang['en_US']['UserDefinedForm']['ORSELECTAFIELDTOUSEASTO'] = '.. or Select a Field to use as the To Address';
  259. $lang['en_US']['UserDefinedForm']['PLURALNAME'] = array(
  260. 'User Defined Forms',
  261. 50,
  262. 'Pural name of the object, used in dropdowns and to generally identify a collection of this object in the interface'
  263. );
  264. $lang['en_US']['UserDefinedForm']['RECEIVED'] = 'Received Submissions';
  265. $lang['en_US']['UserDefinedForm']['SAVESUBMISSIONS'] = 'Disable Saving Submissions to Server';
  266. $lang['en_US']['UserDefinedForm']['SENDEMAILTO'] = 'Send Email To';
  267. $lang['en_US']['UserDefinedForm']['SENDPLAIN'] = 'Send Email as Plain Text (HTML will be stripped)';
  268. $lang['en_US']['UserDefinedForm']['SHOWCLEARFORM'] = 'Show Clear Form Button';
  269. $lang['en_US']['UserDefinedForm']['SINGULARNAME'] = array(
  270. 'User Defined Form',
  271. 50,
  272. 'Singular name of the object, used in dropdowns and to generally identify a single object in the interface'
  273. );
  274. $lang['en_US']['UserDefinedForm']['SUBMISSIONS'] = 'Submissions';
  275. $lang['en_US']['UserDefinedForm']['SUBMITBUTTON'] = 'Submit';
  276. $lang['en_US']['UserDefinedForm']['TEXTONSUBMIT'] = 'Text on submit button:';
  277. $lang['en_US']['UserDefinedForm_EmailRecipient']['PLURALNAME'] = array(
  278. 'User Defined Form Email Recipients',
  279. 50,
  280. 'Pural name of the object, used in dropdowns and to generally identify a collection of this object in the interface'
  281. );
  282. $lang['en_US']['UserDefinedForm_EmailRecipient']['SINGULARNAME'] = array(
  283. 'User Defined Form Email Recipient',
  284. 50,
  285. 'Singular name of the object, used in dropdowns and to generally identify a single object in the interface'
  286. );
  287. $lang['en_US']['UserFormsMigrationTask']['DEFAULTSUBMISSIONTITLE'] = 'Submission Data';
  288. ?>