PageRenderTime 60ms CodeModel.GetById 29ms RepoModel.GetById 1ms app.codeStats 0ms

/phplist/admin/lan/en/importadmin.php

https://github.com/radicaldesigns/amp
PHP | 50 lines | 45 code | 3 blank | 2 comment | 0 complexity | d083a0f02b7d7cdda47a07284b849ba7 MD5 | raw file
Possible License(s): LGPL-2.1, GPL-2.0, BSD-3-Clause, LGPL-2.0, CC-BY-SA-3.0, AGPL-1.0
  1. <?php
  2. $lan = array(
  3. 'File is either to large or does not exist.' => 'File is either to large or does not exist.',
  4. 'No file was specified.' => 'No file was specified.',
  5. 'Some characters that are not valid have been found. These might be delimiters. Please check the file and select the right delimiter. Character found:' => 'Some characters that are not valid have been found. These might be delimiters. Please check the file and select the right delimiter. Character found:',
  6. 'Name cannot be empty' => 'Name cannot be empty',
  7. 'Name is not unique enough' => 'Name is not unique enough',
  8. 'Cannot find the email in the header' => 'Cannot find the email in the header',
  9. 'Cannot find the password in the header' => 'Cannot find the password in the header',
  10. 'Cannot find the loginname in the header' => 'Cannot find the loginname in the header',
  11. 'Record has no email' => 'Record has no email',
  12. 'Invalid Email' => 'Invalid Email',
  13. 'Record has more values than header indicated, this may cause trouble' => 'Record has more values than header indicated, this may cause trouble',
  14. 'password' => 'password',
  15. 'loginname' => 'loginname',
  16. 'Empty loginname, using email:' => 'Empty loginname, using email:',
  17. 'Value' => 'Value',
  18. 'added to attribute' => 'added to attribute',
  19. 'new email was' => 'new email was',
  20. 'new emails were' => 'new emails were',
  21. 'email was' => 'email was',
  22. 'emails were' => 'emails were',
  23. 'All the emails already exist in the database' => 'All the emails already exist in the database',
  24. 'succesfully imported to the database and added to the system.' => 'succesfully imported to the database and added to the system.',
  25. 'Import some more emails' => 'Import some more emails',
  26. 'No default permissions have been defined, please create default permissions first, by creating one dummy admin and assigning the default permissions to this admin' => 'No default permissions have been defined, please create default permissions first, by creating one dummy admin and assigning the default permissions to this admin',
  27. # do not translate email, loginname and password
  28. 'importadmininfo' => '
  29. The file you upload will need to contain the administrators
  30. you want to add to the system. The columns need to have the following headers: <b>email</b>, <b>loginname</b>, <b>password</b>. Any other columns will be added as admin attributes.
  31. <b>Warning</b>: the file needs to be plain text. Do not upload binary files like a Word Document.
  32. ',
  33. 'File containing emails' => 'File containing emails',
  34. 'Field Delimiter' => 'Field Delimiter',
  35. 'Record Delimiter' => 'Record Delimiter',
  36. 'importadmintestinfo' => 'If you check "Test Output", you will get the list of parsed emails on screen, and the database will not be filled with the information. This is useful to find out whether the format of your file is correct. It will only show the first 50 records.',
  37. # this should be the same as the term between quotes in the previous one
  38. 'Test output' => 'Test output',
  39. 'Check this box to create a list for each administrator, named after their loginname' => 'Check this box to create a list for each administrator, named after their loginname',
  40. 'Do Import' => 'Do Import',
  41. 'default is TAB' => 'default is TAB',
  42. 'default is line break' => 'default is line break',
  43. 'testoutputinfo' => 'Test output:<br>There should only be ONE email per line.<br>If the output looks ok, go <a href="javascript:history.go(-1)">Back</a> to resubmit for real<br><br>',
  44. 'List for' => 'List for',
  45. 'login' => 'login',
  46. );
  47. ?>