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

Source for file lang_page.utf-8.php

Documentation is available at lang_page.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.  
  12. $lang['page']['section'"pages";
  13.  
  14. /*    nommage des modules
  15.  *      */
  16. $lang['page']['name']='page';
  17. $lang['page']['confirm_add'"Page successfully added\n";
  18. $lang['page']['confirm_mod'"Page successfully updated\n";
  19. $lang['page']['confirm_sup'="Page successfully deleted\n";
  20.  
  21.  
  22. /*    nommage rubrique module
  23.  *      */
  24. $lang['page']['add']'Add a new '.$lang['page']['name'];
  25. $lang['page']['mod']'Edit '.$lang['page']['name'];
  26. $lang['page']['sup']'Delete '.$lang['page']['name'];
  27. $lang['page']['det']ucfirst($lang['page']['name'])' details';
  28. $lang['page']['list']'View '.$lang['page']['name'];
  29.  
  30.  
  31. /*    nommage rubrique add / mod /det
  32.  *      */
  33. $lang['page']['add_title']='Enter data about the new '.$lang['page']['name'];
  34. $lang['page']['mod_title']='Edit data about '.$lang['page']['name'];
  35. $lang['page']['recap_commment']='no comment';
  36.  
  37.  
  38. /*    check integrité des données
  39.  *      */
  40. $lang['page']['no_title']='Title is required';
  41. $lang['page']['no_body']='Body is required';
  42. $lang['page']['no_header']='Header is required';
  43.  
  44.  
  45.  
  46. /*    nommage élément rubrique
  47.  *      */
  48. $lang['page']['title']='title';
  49. $lang['page']['header']'header';
  50. $lang['page']['body']'body';
  51. $lang['page']['is_homepage']='homepage';
  52. $lang['page']['statut']='status';
  53. $lang['page']['author']='author';
  54.  
  55.  
  56.  
  57. /*    nommage quickbox
  58.  *      */
  59. $lang['page']['qb_titleadd']=' latest additions';
  60. $lang['page']['qb_titlemod']=' latest modifications';
  61. $lang['page']['qb_titlesup']=' latest deletions';
  62. $lang['page']['qb_titlepubli']=' latest publications';
  63.  
  64.  
  65. /*    divers
  66.  *      */
  67. $lang['page']['nb_total']='pages in database.';
  68. $lang['page']['statut_filter']='Display by status';
  69. $lang['page']['all']='Display list';
  70. $lang['page']['noresult']='There is no page with this criteria ';
  71.  
  72.  
  73. /*    public
  74.  *      */
  75. $lang['page']['name2']='pages';
  76.  
  77. /*    rubrique d'aide
  78.  *      */
  79. $lang['page']['help_add1']='To add a page, please insert the required informations in the form above';
  80. $lang['page']['help_add2']='After submitting the form, check your data in the summary';
  81. $lang['page']['help_add3']='After checking summary, click the \'review settings\' button to make changes';
  82.  
  83.  
  84. $lang['page']['help_list1']='Click on page title to display more informations';
  85. $lang['page']['help_list2']='Delete page by clicking on the delete icon linked in';
  86. $lang['page']['help_list3']='Edit page by clicking on the edit icon linked in';
  87. $lang['page']['help_list4']='Filter by status to display pages for a given status';
  88. $lang['page']['help_list5']='Click \'add a page\' button for adding page';
  89. $lang['page']['help_list6']="To perform search on pages only, just click the 'search' link";
  90.  
  91.  
  92. $lang['page']['help_mod1']='To edit a page, please insert the required informations in the form above';
  93. $lang['page']['help_mod2']='Once the form submitted, check your data in the summary';
  94. $lang['page']['help_mod3']='Once the summary displayed, click the \'review settings\' button if you need to make new changes';
  95.  
  96.  
  97. $lang['page']['help_det1']='Delete page by clicking on the delete icon linked in';
  98. $lang['page']['help_det2']='Edit page by clicking on the edit icon linked in';
  99.  
  100. $lang['page']['help_sup1']='Click cancel to abort deletion';
  101. ?>

Documentation generated on Thu, 20 Mar 2014 16:48:17 +0100 by phpDocumentor 1.4.1