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

Documentation generated on Sat, 08 Nov 2008 14:52:46 +0100 by phpDocumentor 1.4.1