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

Source for file installer_input.utf-8.php

Documentation is available at installer_input.utf-8.php

  1. <?php
  2. /**
  3.  * @package linea21.languages
  4.  * @subpackage en
  5.  * @author linea21 <info@linea21.com>
  6.  * @version $id SVN
  7.  * @access public
  8.  * @license http://opensource.org/licenses/gpl-3.0.html
  9.  */
  10.  
  11. $db_input array(
  12.  
  13. 'direction' => 'ltr',
  14. 'charset' => 'UTF-8',
  15.  
  16. // category_user
  17. 'db-01' => "administrator",
  18. 'db-02' => "super administrator",
  19. 'db-03' => "privileged user",
  20. 'db-04' => "simple user",
  21.  
  22. // level
  23. 'db-05' => "kids",
  24. 'db-06' => "You want to get in touch with sustainable development and environment",
  25. 'db-07' => "beginner",
  26. 'db-08' => "You have a small knowledge of sustainable development",
  27. 'db-09' => "average",
  28. 'db-10' => "You already have good knowledge on sustainable development and want to get more",
  29. 'db-11' => "expert",
  30. 'db-12' => "You are an expert of sustainable development",
  31.  
  32. // profile
  33. 'db-13' => "change_your@address.com",
  34. 'db-14' => "linea21 administrator",
  35.  
  36. // scale
  37. 'db-15' => "Root scale",
  38.  
  39. // sd_theme
  40. 'db-16' => "social",
  41. 'db-17' => "economic",
  42. 'db-18' => "environment",
  43. 'db-19' => "gouvernance",
  44. 'db-25' => "another one - to modify",
  45.  
  46. // theme
  47. 'db-20' => "to modify",
  48. 'db-21' => "description",
  49.  
  50. // priority
  51. 'db-22' => "low",
  52. 'db-23' => "normal",
  53. 'db-24' => "high"
  54.  
  55. );

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