PageRenderTime 28ms CodeModel.GetById 12ms RepoModel.GetById 0ms app.codeStats 0ms

/lang/en_US.php

https://github.com/wolfv/silverstripe-userforms
PHP | 281 lines | 278 code | 3 blank | 0 comment | 0 complexity | bc543dedb8b3f7378373375d1590896b 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']['EditableDateField']['PLURALNAME'] = array(
  37. 'Date Fields',
  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']['EditableDateField']['SINGULARNAME'] = array(
  42. 'Date Field',
  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']['EditableDropdown']['PLURALNAME'] = array(
  47. 'Dropdowns',
  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']['EditableDropdown']['SINGULARNAME'] = array(
  52. 'Dropdown 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']['EditableEmailField']['PLURALNAME'] = array(
  57. 'Email Fields',
  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']['EditableEmailField']['SINGULARNAME'] = array(
  62. 'Email 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']['EditableFileField']['PLURALNAME'] = array(
  67. 'File Upload 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']['EditableFileField']['SINGULARNAME'] = array(
  72. 'File Upload 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']['EditableFormField']['CHECKEDBYDEFAULT'] = 'Checked by Default?';
  77. $lang['en_US']['EditableFormField']['CUSTOMERROR'] = 'Custom Error Message';
  78. $lang['en_US']['EditableFormField']['DEFAULTTOTODAY'] = 'Default to Today?';
  79. $lang['en_US']['EditableFormField']['ENTERQUESTION'] = 'Enter Question';
  80. $lang['en_US']['EditableFormField']['GROUP'] = 'Group';
  81. $lang['en_US']['EditableFormField']['NO'] = 'No';
  82. $lang['en_US']['EditableFormField']['PLURALNAME'] = array(
  83. 'Editable Form Fields',
  84. 50,
  85. 'Pural name of the object, used in dropdowns and to generally identify a collection of this object in the interface'
  86. );
  87. $lang['en_US']['EditableFormField']['REQUIRED'] = 'Is this field Required?';
  88. $lang['en_US']['EditableFormField']['RIGHTTITLE'] = 'Right Title';
  89. $lang['en_US']['EditableFormField']['SINGULARNAME'] = array(
  90. 'Editable Form Field',
  91. 50,
  92. 'Singular name of the object, used in dropdowns and to generally identify a single object in the interface'
  93. );
  94. $lang['en_US']['EditableFormField']['YES'] = 'Yes';
  95. $lang['en_US']['EditableFormField.ss']['ADD'] = 'Add';
  96. $lang['en_US']['EditableFormField.ss']['ADDRULE'] = 'Add Rule';
  97. $lang['en_US']['EditableFormField.ss']['BLANK'] = 'Blank';
  98. $lang['en_US']['EditableFormField.ss']['CUSTOMRULES'] = 'Custom Rules';
  99. $lang['en_US']['EditableFormField.ss']['DELETE'] = 'Delete';
  100. $lang['en_US']['EditableFormField.ss']['DRAG'] = 'Drag to rearrange order of fields';
  101. $lang['en_US']['EditableFormField.ss']['FIELDCONFIGURATION'] = 'Field Configuration';
  102. $lang['en_US']['EditableFormField.ss']['FIELDONDEFAULT'] = 'Field On Default';
  103. $lang['en_US']['EditableFormField.ss']['GREATERTHAN'] = 'Value Greater Than';
  104. $lang['en_US']['EditableFormField.ss']['GREATERTHANEQUAL'] = 'Value Greater Than Or Equal';
  105. $lang['en_US']['EditableFormField.ss']['HIDE'] = 'Hide';
  106. $lang['en_US']['EditableFormField.ss']['HIDETHISFIELD'] = 'Hide This Field';
  107. $lang['en_US']['EditableFormField.ss']['IS'] = 'Is';
  108. $lang['en_US']['EditableFormField.ss']['LESSTHAN'] = 'Value Less Than';
  109. $lang['en_US']['EditableFormField.ss']['LESSTHANEQUAL'] = 'Value Less Than Or Equal';
  110. $lang['en_US']['EditableFormField.ss']['LOCKED'] = 'These fields cannot be modified';
  111. $lang['en_US']['EditableFormField.ss']['NOTBLANK'] = 'Not Blank';
  112. $lang['en_US']['EditableFormField.ss']['NOTVALUE'] = 'Not Value';
  113. $lang['en_US']['EditableFormField.ss']['OPTIONS'] = 'Options';
  114. $lang['en_US']['EditableFormField.ss']['SHOW'] = 'Show';
  115. $lang['en_US']['EditableFormField.ss']['SHOWOPTIONS'] = 'Show Options';
  116. $lang['en_US']['EditableFormField.ss']['SHOWTHISFIELD'] = 'Show This Field';
  117. $lang['en_US']['EditableFormField.ss']['VALIDATION'] = 'Validation';
  118. $lang['en_US']['EditableFormField.ss']['VALUE'] = 'Value';
  119. $lang['en_US']['EditableFormField.ss']['WHEN'] = 'When';
  120. $lang['en_US']['EditableFormHeading']['LEVEL'] = 'Select Heading Level';
  121. $lang['en_US']['EditableFormHeading']['PLURALNAME'] = array(
  122. 'Headings',
  123. 50,
  124. 'Pural name of the object, used in dropdowns and to generally identify a collection of this object in the interface'
  125. );
  126. $lang['en_US']['EditableFormHeading']['SINGULARNAME'] = array(
  127. 'Heading',
  128. 50,
  129. 'Singular name of the object, used in dropdowns and to generally identify a single object in the interface'
  130. );
  131. $lang['en_US']['EditableLiteralField']['PLURALNAME'] = array(
  132. 'HTML Blocks',
  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']['EditableLiteralField']['SINGULARNAME'] = array(
  137. 'HTML Block',
  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']['EditableMemberListField']['PLURALNAME'] = array(
  142. 'Member List Fields',
  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']['EditableMemberListField']['SINGULARNAME'] = array(
  147. 'Member List Field',
  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']['EditableMultipleOptionField']['PLURALNAME'] = array(
  152. 'Editable Multiple Option 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']['EditableMultipleOptionField']['SINGULARNAME'] = array(
  157. 'Editable Multiple Option 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']['EditableOption']['PLURALNAME'] = array(
  162. 'Editable Options',
  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']['EditableOption']['SINGULARNAME'] = array(
  167. 'Editable Option',
  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.ss']['DELETE'] = 'Remove this option';
  172. $lang['en_US']['EditableOption.ss']['DRAG'] = 'Drag to rearrange order of options';
  173. $lang['en_US']['EditableOption.ss']['LOCKED'] = 'These fields cannot be modified';
  174. $lang['en_US']['EditableRadioField']['PLURALNAME'] = array(
  175. 'Radio fields',
  176. 50,
  177. 'Pural name of the object, used in dropdowns and to generally identify a collection of this object in the interface'
  178. );
  179. $lang['en_US']['EditableRadioField']['SINGULARNAME'] = array(
  180. 'Radio field',
  181. 50,
  182. 'Singular name of the object, used in dropdowns and to generally identify a single object in the interface'
  183. );
  184. $lang['en_US']['EditableTextField']['NUMBERROWS'] = 'Number of rows';
  185. $lang['en_US']['EditableTextField']['PLURALNAME'] = array(
  186. 'Text fields',
  187. 50,
  188. 'Pural name of the object, used in dropdowns and to generally identify a collection of this object in the interface'
  189. );
  190. $lang['en_US']['EditableTextField']['SINGULARNAME'] = array(
  191. 'Text field',
  192. 50,
  193. 'Singular name of the object, used in dropdowns and to generally identify a single object in the interface'
  194. );
  195. $lang['en_US']['EditableTextField']['TEXTLENGTH'] = 'Text length';
  196. $lang['en_US']['FieldEditor.ss']['ADD'] = 'Add';
  197. $lang['en_US']['FieldEditor.ss']['SELECTAFIELD'] = 'Select a Field';
  198. $lang['en_US']['Form']['FIELDISREQUIRED'] = '%s is required';
  199. $lang['en_US']['SubmittedFileField']['DOWNLOADFILE'] = 'Download File';
  200. $lang['en_US']['SubmittedFileField']['PLURALNAME'] = array(
  201. 'Submitted File Fields',
  202. 50,
  203. 'Pural name of the object, used in dropdowns and to generally identify a collection of this object in the interface'
  204. );
  205. $lang['en_US']['SubmittedFileField']['SINGULARNAME'] = array(
  206. 'Submitted File Field',
  207. 50,
  208. 'Singular name of the object, used in dropdowns and to generally identify a single object in the interface'
  209. );
  210. $lang['en_US']['SubmittedForm']['PLURALNAME'] = array(
  211. 'Submitted Forms',
  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']['SubmittedForm']['SINGULARNAME'] = array(
  216. 'Submitted Form',
  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']['SubmittedFormField']['PLURALNAME'] = array(
  221. 'Submitted Form Fields',
  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']['SubmittedFormField']['SINGULARNAME'] = array(
  226. 'Submitted Form Field',
  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']['SubmittedFormReportField.ss']['DELETEALLSUBMISSIONS'] = 'Delete All Submissions';
  231. $lang['en_US']['SubmittedFormReportField.ss']['DELETESUBMISSION'] = 'Delete Submission';
  232. $lang['en_US']['SubmittedFormReportField.ss']['EXPORTSUBMISSIONS'] = 'Export submissions to CSV';
  233. $lang['en_US']['SubmittedFormReportField.ss']['NOSUBMISSIONS'] = 'No Submissions';
  234. $lang['en_US']['SubmittedFormReportField.ss']['SUBMITTED'] = 'Submitted at';
  235. $lang['en_US']['UserDefinedForm']['AEMAILRECIPIENT'] = 'A Email Recipient';
  236. $lang['en_US']['UserDefinedForm']['EMAILADDRESS'] = 'Email';
  237. $lang['en_US']['UserDefinedForm']['EMAILBODY'] = 'Body';
  238. $lang['en_US']['UserDefinedForm']['EMAILFROM'] = 'From';
  239. $lang['en_US']['UserDefinedForm']['EMAILRECIPIENTS'] = 'Email Recipients';
  240. $lang['en_US']['UserDefinedForm']['EMAILSUBJECT'] = 'Email Subject';
  241. $lang['en_US']['UserDefinedForm']['FORM'] = 'Form';
  242. $lang['en_US']['UserDefinedForm']['FROMADDRESS'] = 'Send Email From';
  243. $lang['en_US']['UserDefinedForm']['HIDEFORMDATA'] = 'Hide Form Data from Email';
  244. $lang['en_US']['UserDefinedForm']['ONCOMPLETE'] = 'On Complete';
  245. $lang['en_US']['UserDefinedForm']['ONCOMPLETELABEL'] = 'Show on completion';
  246. $lang['en_US']['UserDefinedForm']['OPTIONS'] = 'Options';
  247. $lang['en_US']['UserDefinedForm']['ORSELECTAFIELDTOUSEASFROM'] = '.. or Select a Form Field to use as the From Address';
  248. $lang['en_US']['UserDefinedForm']['ORSELECTAFIELDTOUSEASTO'] = '.. or Select a Field to use as the To Address';
  249. $lang['en_US']['UserDefinedForm']['PLURALNAME'] = array(
  250. 'User Defined Forms',
  251. 50,
  252. 'Pural name of the object, used in dropdowns and to generally identify a collection of this object in the interface'
  253. );
  254. $lang['en_US']['UserDefinedForm']['RECEIVED'] = 'Received Submissions';
  255. $lang['en_US']['UserDefinedForm']['SAVESUBMISSIONS'] = 'Disable Saving Submissions to Server';
  256. $lang['en_US']['UserDefinedForm']['SENDEMAILTO'] = 'Send Email To';
  257. $lang['en_US']['UserDefinedForm']['SENDPLAIN'] = 'Send Email as Plain Text (HTML will be stripped)';
  258. $lang['en_US']['UserDefinedForm']['SHOWCLEARFORM'] = 'Show Clear Form Button';
  259. $lang['en_US']['UserDefinedForm']['SINGULARNAME'] = array(
  260. 'User Defined Form',
  261. 50,
  262. 'Singular name of the object, used in dropdowns and to generally identify a single object in the interface'
  263. );
  264. $lang['en_US']['UserDefinedForm']['SUBMISSIONS'] = 'Submissions';
  265. $lang['en_US']['UserDefinedForm']['SUBMITBUTTON'] = 'Submit';
  266. $lang['en_US']['UserDefinedForm']['TEXTONSUBMIT'] = 'Text on submit button:';
  267. $lang['en_US']['UserDefinedForm_EmailRecipient']['PLURALNAME'] = array(
  268. 'User Defined Form Email Recipients',
  269. 50,
  270. 'Pural name of the object, used in dropdowns and to generally identify a collection of this object in the interface'
  271. );
  272. $lang['en_US']['UserDefinedForm_EmailRecipient']['SINGULARNAME'] = array(
  273. 'User Defined Form Email Recipient',
  274. 50,
  275. 'Singular name of the object, used in dropdowns and to generally identify a single object in the interface'
  276. );
  277. $lang['en_US']['UserFormsMigrationTask']['DEFAULTSUBMISSIONTITLE'] = 'Submission Data';
  278. ?>