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

Source for file lang_news.utf-8.php

Documentation is available at lang_news.utf-8.php

  1. <?php
  2. /**
  3.  * @package linea21.languages
  4.  * @subpackage en
  5.  * @author linea21 <info@linea21.com> & Stéphanie Loubechine
  6.  * @version $id SVN
  7.  * @access public
  8.  * @license http://opensource.org/licenses/gpl-3.0.html
  9.  */
  10.  
  11.  
  12. $lang['news']['section'"news";
  13.  
  14. /*    nommage des modules
  15. *      */
  16. $lang['news']['name']='news';
  17. $lang['news']['confirm_add'"News successfully added\n";
  18. $lang['news']['confirm_mod'"News successfully updated\n";
  19. $lang['news']['confirm_sup'="News successfully deleted\n";
  20.  
  21.  
  22. /*    nommage rubrique module
  23. *      */
  24. $lang['news']['add']'Add a new '.$lang['news']['name'];
  25. $lang['news']['mod']'Edit '.$lang['news']['name'];
  26. $lang['news']['sup']'Delete '.$lang['news']['name'];
  27. $lang['news']['det']ucfirst($lang['news']['name'])' details';
  28. $lang['news']['list']'View '.$lang['news']['name'];
  29.  
  30.  
  31. /*    nommage rubrique add / mod /det
  32. *      */
  33. $lang['news']['add_title']='Enter data about the new '.$lang['news']['name'];
  34. $lang['news']['mod_title']='Edit data about '.$lang['news']['name'];
  35. $lang['news']['recap_commment']='no comment';
  36.  
  37.  
  38. /*    check integrité des données
  39. *      */
  40. $lang['news']['no_scale']='Scale is required';
  41. $lang['news']['no_level']='Level is required';
  42. $lang['news']['no_theme']='Theme is required';
  43. $lang['news']['no_title']='Title is required';
  44. $lang['news']['no_body']='Body is required';
  45. $lang['news']['no_header']='Header is required';
  46. $lang['news']['no_template']='Template is required';
  47. $lang['news']['no_visu1']='You have chosen a model with 1 visual presentation. Please, provide it to us';
  48. $lang['news']['no_visu2']='You have chosen a model with 2 visual presentation. Please, provide it to us';
  49.  
  50.  
  51.  
  52.  
  53. /*    nommage élément rubrique
  54. *      */
  55. $lang['news']['title']='title';
  56. $lang['news']['header']'header';
  57. $lang['news']['body']'body';
  58. $lang['news']['theme']='associated theme';
  59. $lang['news']['level']='associated level';
  60. $lang['news']['scale']='associated scale';
  61. $lang['news']['template']='template';
  62. $lang['news']['statut']='status';
  63. $lang['news']['photouri']='associated picture(s)';
  64. $lang['news']['visu1']='associated picture n°1';
  65. $lang['news']['visu2']='associated picture n°2';
  66. $lang['news']['author']='author';
  67.  
  68. $lang['news']['template_1']='Text + photo on the left';
  69. $lang['news']['template_2']='Text + photo on the right';
  70. $lang['news']['template_3']='Text + 2 pictures';
  71. $lang['news']['template_4']='Text only';
  72.  
  73.  
  74.  
  75.  
  76. /*    nommage quickbox
  77. *      */
  78. $lang['news']['qb_titleadd']=' latest additions';
  79. $lang['news']['qb_titlemod']=' latest modifications';
  80. $lang['news']['qb_titlesup']=' latest deletions';
  81. $lang['news']['qb_titlepubli']=' latest publications';
  82.  
  83.  
  84. /*    divers
  85. *      */
  86. $lang['news']['nb_total']='news in database.';
  87. $lang['news']['statut_filter']='Display by status';
  88. $lang['news']['all']='Display list';
  89. $lang['news']['noresult']='There is no news with this criteria ';
  90.  
  91.  
  92. /*    public
  93. *      */
  94.  
  95. $lang['news']['name2']='news';
  96. $lang['news']['next_news']='next news ';
  97. $lang['news']['prev_news']='previous news ';
  98. /*    rubrique d'aide
  99. *      */
  100. $lang['news']['help_add1']='To add a news, please insert the required informations in the form above';
  101. $lang['news']['help_add2']='After submitting the form, check your data in the summary';
  102. $lang['news']['help_add3']='After checking summary, click the \'review settings\' button to make changes';
  103.  
  104.  
  105. $lang['news']['help_list1']='Click on news title to display more informations';
  106. $lang['news']['help_list2']='Delete news by clicking on the delete icon linked in';
  107. $lang['news']['help_list3']='Edit news by clicking on the edit icon linked in';
  108. $lang['news']['help_list4']='Filter by status to display news for a given status';
  109. $lang['news']['help_list5']='Click \'add a news\' button for adding news';
  110. $lang['news']['help_list6']="To perform search on news only, just click the 'search' link";
  111.  
  112.  
  113. $lang['news']['help_mod1']='To edit a news, please insert the required informations in the form above';
  114. $lang['news']['help_mod2']='Once the form submitted, check your data in the summary';
  115. $lang['news']['help_mod3']='Once the summary displayed, click the \'review settings\' button if you need to make new changes';
  116.  
  117.  
  118. $lang['news']['help_det1']='Delete news by clicking on the delete icon linked in';
  119. $lang['news']['help_det2']='Edit news by clicking on the edit icon linked in';
  120.  
  121. $lang['news']['help_sup1']='Click cancel to abort deletion';
  122. ?>

Documentation generated on Fri, 16 Oct 2009 09:34:45 +0200 by phpDocumentor 1.4.1