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.  
  47.  
  48.  
  49. /*    nommage élément rubrique
  50.  *      */
  51. $lang['news']['title']='title';
  52. $lang['news']['header']'header';
  53. $lang['news']['body']'body';
  54. $lang['news']['theme']='associated theme';
  55. $lang['news']['level']='associated level';
  56. $lang['news']['scale']='associated scale';
  57. $lang['news']['statut']='status';
  58. $lang['news']['author']='author';
  59.  
  60.  
  61.  
  62. /*    nommage quickbox
  63.  *      */
  64. $lang['news']['qb_titleadd']=' latest additions';
  65. $lang['news']['qb_titlemod']=' latest modifications';
  66. $lang['news']['qb_titlesup']=' latest deletions';
  67. $lang['news']['qb_titlepubli']=' latest publications';
  68.  
  69.  
  70. /*    divers
  71.  *      */
  72. $lang['news']['nb_total']='news in database.';
  73. $lang['news']['statut_filter']='Display by status';
  74. $lang['news']['all']='Display list';
  75. $lang['news']['noresult']='There is no news with this criteria ';
  76.  
  77.  
  78. /*    public
  79.  *      */
  80.  
  81. $lang['news']['name2']='news';
  82. $lang['news']['next_news']='next news ';
  83. $lang['news']['prev_news']='previous news ';
  84. /*    rubrique d'aide
  85.  *      */
  86. $lang['news']['help_add1']='To add a news, please insert the required informations in the form above';
  87. $lang['news']['help_add2']='After submitting the form, check your data in the summary';
  88. $lang['news']['help_add3']='After checking summary, click the \'review settings\' button to make changes';
  89.  
  90.  
  91. $lang['news']['help_list1']='Click on news title to display more informations';
  92. $lang['news']['help_list2']='Delete news by clicking on the delete icon linked in';
  93. $lang['news']['help_list3']='Edit news by clicking on the edit icon linked in';
  94. $lang['news']['help_list4']='Filter by status to display news for a given status';
  95. $lang['news']['help_list5']='Click \'add a news\' button for adding news';
  96. $lang['news']['help_list6']="To perform search on news only, just click the 'search' link";
  97.  
  98.  
  99. $lang['news']['help_mod1']='To edit a news, please insert the required informations in the form above';
  100. $lang['news']['help_mod2']='Once the form submitted, check your data in the summary';
  101. $lang['news']['help_mod3']='Once the summary displayed, click the \'review settings\' button if you need to make new changes';
  102.  
  103.  
  104. $lang['news']['help_det1']='Delete news by clicking on the delete icon linked in';
  105. $lang['news']['help_det2']='Edit news by clicking on the edit icon linked in';
  106.  
  107. $lang['news']['help_sup1']='Click cancel to abort deletion';
  108. ?>

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