linea21-languages
[ class tree: linea21-languages ] [ index: linea21-languages ] [ all elements ]

Source for file installer.utf-8.php

Documentation is available at installer.utf-8.php

  1. <?php
  2. /**
  3.  * @package linea21.languages
  4.  * @subpackage en
  5.  * @author Simon Georget <simon@linea21.com>
  6.  * @version $id SVN
  7.  * @access public
  8.  * @license http://opensource.org/licenses/gpl-3.0.html
  9.  */
  10.  
  11. $lang array(
  12.  
  13. 'direction' => 'ltr',
  14. 'charset' => 'UTF-8',
  15.  
  16. # Global
  17. 'G-01' => "Linea21 Install - version "LINEA_VERSION"",
  18. 'G-02' => "Steps (4)",
  19. 'G-03' => "Choose language (1/4)",
  20. 'G-04' => "Database Settings (2/4)",
  21. 'G-05' => "Configuration Settings (3/4)",
  22. 'G-06' => "Finish (4/4)",
  23.  
  24. # Errors
  25. 'L-01' => "The installer is locked! If you wish to continue with this installation please delete the installer.lock file",
  26. 'L-02' => "You must pass an array of options to the dbTables method",
  27. 'L-03' => "Please fill in all required fields.",
  28. 'L-04' => "Could not connect to the DB with those parameters",
  29. 'L-05' => "Could not select the right Database",
  30. 'L-06' => "Could not create the DB <b>%s</b> Error: %s",
  31. 'L-07' => "The database.php file was not found under %s",
  32. 'L-08' => "There was an error during a DB query. The error returned was: %s",
  33. 'L-09' => "DB Queries run. Total <b>%s</b> queries run. And a total of <b>%s</b> queries failed. %s",
  34. 'L-10' => "Configuration file written.",
  35. 'L-11' => "The template <b>%s</b> was not found under %s",
  36.  
  37. # Other
  38. 'I-01' => "Linea21 installation - Welcome",
  39. 'I-02' => "Choose the language you would like to view the installer with",
  40. 'I-03' => ">> Go!",
  41. 'I-04' => "Database Settings",
  42. 'I-05' => "Database Name",
  43. 'I-06' => "Database User",
  44. 'I-07' => "Database Pass",
  45. 'I-08' => "Database Host",
  46. 'I-09' => "Create Database if it doesn't exists?",
  47. 'I-10' => "Yes",
  48. 'I-11' => "No",
  49. 'I-12' => "Error!",
  50. 'I-13' => "Please <a href=\"javascript:history.go(-1)\">go back</a> and make sure the information provided is correct.",
  51. 'I-14' => "<h4>Those are the errors:</h4><br /> %s",
  52. 'I-15' => "Database creation",
  53. 'I-16' => "Continue Anyway...",
  54. 'I-17' => "Configuration File Settings",
  55. 'I-18' => "Base site url",
  56. 'I-19' => "Base site path",
  57. 'I-20' => "Finish",
  58.  
  59. 'I-21' => "Installation Completed",
  60. 'I-22' => "The installation is completed.",
  61. 'I-23' => "-- Choose Language --",
  62. 'I-24' => "<a href=\"".SITE_LINEA_URL ."\">Linea21</a> installation - version "LINEA_VERSION"",
  63.  
  64. 'l21-01' => "Database type",
  65. 'l21-02' => "Available for MySQL only! If you use PostgreSQL, the given database should already exists.",
  66. 'l21-03' => "Software inputs will be written with the selected language !",
  67. 'l21-04' => "Advanced settings options will be available after installation (from back-office).",
  68. 'l21-05' => "Do NOT change options below, except if you precisely know what you are doing.",
  69. 'l21-06' => "Site name (ex: <em>"SITE_NAME "</em>)",
  70. 'l21-07' => "Email (ex: <em>"MAIL_FROM "</em>)",
  71. 'l21-08' => "Associated name (ex: <em>"MAIL_FROMNAME "</em>)",
  72. 'l21-09' => "Access to<a href=\"../admin/\">back-office</a>.",
  73. 'l21-10' => "Login/password : <strong>admin/linea</strong><br />Don't forget to change the default password!",
  74. 'l21-11' => "Use of PostgreSQL databse is deprecated. It will not be implemented anymore in next releases."
  75. );

Documentation generated on Thu, 03 May 2012 15:05:13 +0200 by phpDocumentor 1.4.1