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

/system/expressionengine/language/english/member_import_lang.php

https://bitbucket.org/mbaily/tremain
PHP | 301 lines | 200 code | 99 blank | 2 comment | 0 complexity | 0d60467dde858f87cb66825d13e4247c MD5 | raw file
  1. <?php
  2. $lang = array(
  3. 'alphanumeric_not_allowed' =>
  4. 'Alphanumeric delimiters not allowed (a-z / 0-9)',
  5. 's_required' =>
  6. 'Required',
  7. 'select' =>
  8. 'Select',
  9. 'field_label' =>
  10. 'Field label',
  11. 'map_elements' =>
  12. 'Map elements',
  13. 'create_xml' =>
  14. 'Create XML',
  15. 'parse_error' =>
  16. 'Parse Error',
  17. 'unable_to_parse_custom_fields' =>
  18. 'Unable to parse custom fields.',
  19. 'unable_to_read_file' =>
  20. 'Unable to read file.',
  21. 'unable_to_parse_xml' =>
  22. 'Unable to parse XML.',
  23. 'field_name' =>
  24. 'Field name',
  25. 'custom_member_fields' =>
  26. 'Custom Member Fields',
  27. 'new_fields_success' =>
  28. 'The following custom member fields were successfully added:',
  29. 'assign_fields' =>
  30. 'Assign Fields',
  31. 'assign_fields_blurb' =>
  32. 'Match your data fields to ExpressionEngine\'s member fields.',
  33. 'comma' =>
  34. 'Comma',
  35. 'confirm_details' =>
  36. 'Confirm Details',
  37. 'confirm_details_blurb' =>
  38. 'Please review the details below before importing your data. If anything is incorrect, please go back and make any necessary changes.',
  39. 'confirm_field_assignment' =>
  40. 'Confirm Field Assignment',
  41. 'confirm_field_assignment_blurb' =>
  42. 'Please review your field assignments. If anything is incorrect, please go back and make any necessary changes.',
  43. 'convert_from_delimited' =>
  44. 'Convert delimited text to XML',
  45. 'convert_from_delimited_blurb' =>
  46. 'Allows you to create an ExpressionEngine Member XML file from another application\'s delimited text file',
  47. 'auto_custom_field' =>
  48. 'Create custom fields',
  49. 'auto_custom_field_blurb' =>
  50. 'Auto-generate custom member fields for any elements that do not match a default member field',
  51. 'default_group_id' =>
  52. 'Default Group ID',
  53. 'default_settings' =>
  54. 'Provide Default Options',
  55. 'default_settings_blurb' =>
  56. 'Set any options you wish to use as defaults. Please note that these default settings will only be used when a value is
  57. not implicitly given in the XML file. These options will NOT override XML data.',
  58. 'delimited_file_loc' =>
  59. 'Member File Location',
  60. 'delimiter' =>
  61. 'Delimiting Character',
  62. 'delimiter_blurb' =>
  63. 'This character separates your data, such as a tab, comma, pipe symbol, etc.',
  64. 'download' =>
  65. 'Download XML File',
  66. 'duplicate_email' =>
  67. 'Duplicate email: ',
  68. 'duplicate_field_assignment' =>
  69. 'Duplicate field assignment: %x',
  70. 'duplicate_member_id' =>
  71. 'Duplicate Member ID: "%x"<br />It is recommended that you do not use a &lt;member_id&gt; tag and allow ExpressionEngine to auto-increment member_id',
  72. 'duplicate_screen_name' =>
  73. 'Duplicate screen_name: ',
  74. 'duplicate_username' =>
  75. 'Duplicate username: ',
  76. 'enclosure' =>
  77. 'Enclosing Character',
  78. 'enclosure_blurb' =>
  79. 'This character encloses your data, if it exists. In the following example, the enclosure character is a double quote: "<br />',
  80. 'enclosure_example' =>
  81. '"John Doe", "jdoe", "john@example.com", ...',
  82. 'enclosure_label' =>
  83. 'Enclosure: ',
  84. 'encrypted_passwords' =>
  85. 'Passwords are already encrypted',
  86. 'file_loc_blurb' =>
  87. 'The location of the file must be relative to your site\'s control panel folder. e.g.: ../members.txt, if placed at the site root.',
  88. 'group_id' =>
  89. 'Default Member Group',
  90. 'import' =>
  91. 'Import!',
  92. 'import_from_xml' =>
  93. 'Import from XML File',
  94. 'import_from_xml_blurb' =>
  95. 'Allows you to import members from an XML file in ExpressionEngine\'s Member XML format',
  96. 'import_info' =>
  97. 'Import Information',
  98. 'import_success' =>
  99. 'Members Imported Successfully',
  100. 'import_success_blurb' =>
  101. 'Your XML member data was successfully imported into your database!',
  102. 'info_blurb' =>
  103. 'In order to use this utility, you must first put the file containing your exported member data
  104. on your server, and then submit the location of the file.',
  105. 'invalid_element' =>
  106. 'Missing or Invalid Element - &lt;member&gt; expected',
  107. 'invalid_path' =>
  108. 'INVALID PATH! File does not exist: ',
  109. 'invalid_tag' =>
  110. 'Invalid XML tag!',
  111. 'invalid_xml' =>
  112. 'There is a problem with your XML file. Please review the documentation on ExpressionEngine\'s Member XML file format.',
  113. 'language' =>
  114. 'Default Language',
  115. 'timezone' =>
  116. 'Default Timezone',
  117. 'member_fields' =>
  118. 'Member Fields',
  119. 'member_id_warning' =>
  120. 'WARNING: If you have &lt;member_id&gt; tags in your XML, existing members with the same member_id will be OVERWRITTEN! Proceed with caution!',
  121. 'member_import_utility' =>
  122. 'Member Import Utility',
  123. 'member_import_welcome' =>
  124. 'This utility allows you to import members from other systems into ExpressionEngine',
  125. 'missing_birthday_child' =>
  126. 'Missing child element(s) of &lt;birthday&gt;: &lt;day&gt; &lt;month&gt; &lt;year&gt; expected',
  127. 'missing_email_field' =>
  128. 'You must assign a field to "email"',
  129. 'missing_screen_name_field' =>
  130. 'You must assign a field to "screen_name"',
  131. 'missing_username_field' =>
  132. 'You must assign a field to "username"',
  133. 'no' =>
  134. 'No',
  135. 'no_delimiter' =>
  136. 'You must provide a delimiting character with the "%x" option.',
  137. 'no_file_submitted' =>
  138. 'You must submit a relative path to your member data file',
  139. 'no_read_access' =>
  140. 'Unable to read the file: ',
  141. 'none' =>
  142. 'None',
  143. 'not_enough_fields' =>
  144. 'You must have at least 3 fields: username, screen_name, and email address',
  145. 'option' =>
  146. 'Option',
  147. 'other' =>
  148. 'Other:',
  149. 'password_field_warning' =>
  150. 'Note: If you do not match one of your fields to "Password", random encrypted passwords will
  151. be assigned and imported users will need to use the "Forgot Password" link to log in.',
  152. 'password_warning' =>
  153. 'Password Warning',
  154. 'password_warning_blurb' =>
  155. 'If a password was not supplied, your imported members will need to use the "Forgot Password" link
  156. to log in. Also, if your ExpressionEngine encryption settings (sha1/md5) do not match the encryption
  157. type of your imported data, the passwords will not work, and affected members will need to use the
  158. "Forgot Password" link as well. Passwords of type="text" will be encrypted for you during the import.',
  159. 'plaintext_passwords' =>
  160. 'Passwords are plain text',
  161. 'required_fields' =>
  162. '* Username, Screen Name, and Email Address are required.',
  163. 'tab' =>
  164. 'Tab',
  165. 'time_format' =>
  166. 'Default Time Format',
  167. 'timezones' =>
  168. 'Default Timezone',
  169. 'total_members_imported' =>
  170. 'Total of %x members imported.',
  171. 'value' =>
  172. 'Value',
  173. 'view_in_browser' =>
  174. 'View in Browser',
  175. 'view_xml' =>
  176. 'View XML',
  177. 'within_user_record' =>
  178. 'within user record',
  179. 'xml_file' =>
  180. 'XML File',
  181. 'xml_file_loc' =>
  182. 'XML Member File Location',
  183. 'xml_file_loc_blurb' =>
  184. 'The location of the file must be relative to your site\'s control panel folder. e.g.: ../members.xml, if placed at the site root.',
  185. 'xml_imported' =>
  186. 'XML Member Data Imported',
  187. 'yes' =>
  188. 'Yes',
  189. 'your_data' =>
  190. 'Your Data',
  191. 'order' =>
  192. 'Order',
  193. 'is_reg_form' =>
  194. 'Registration form',
  195. 'is_public' =>
  196. 'Public',
  197. 'is_required' =>
  198. 'Required',
  199. ''=>''
  200. );
  201. /* End of file member_import_lang.php */
  202. /* Location: ./system/expressionengine/language/english/member_import_lang.php */