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

Source for file lang_workshoprep.utf-8.php

Documentation is available at lang_workshoprep.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['workshoprep']['section'"workgroups reports";
  13.  
  14. /*    nommage des modules
  15.  *      */
  16. $lang['workshoprep']['name']='report';
  17. $lang['workshoprep']['confirm_add'"Report successfully added\n";
  18. $lang['workshoprep']['confirm_mod'"Report successfully updated\n";
  19. $lang['workshoprep']['confirm_sup'="Report successfully deleted\n";
  20.  
  21.  
  22. /*    nommage rubrique module
  23.  *      */
  24. $lang['workshoprep']['add']'Add a new '.$lang['workshoprep']['name'];
  25. $lang['workshoprep']['mod']'Edit '.$lang['workshoprep']['name'];
  26. $lang['workshoprep']['sup']'Delete '.$lang['workshoprep']['name'];
  27. $lang['workshoprep']['det']ucfirst($lang['workshoprep']['name'])' details';
  28. $lang['workshoprep']['return_workshop']'Back to workgroup';
  29.  
  30.  
  31. /*    public
  32.  *      */
  33. $lang['workshoprep']['name2']='report details';
  34.  
  35.  
  36. /*    nommage rubrique add / mod /det
  37.  *      */
  38. $lang['workshoprep']['add_title']='Add data about the new '.$lang['workshoprep']['name'];
  39. $lang['workshoprep']['mod_title']='Edit data about '.$lang['workshoprep']['name'];
  40.  
  41.  
  42. /*    check integrité des données
  43.  *      */
  44. $lang['workshoprep']['no_title''Title is required.';
  45. $lang['workshoprep']['no_resume''Summary is required.';
  46.  
  47.  
  48. /*    nommage élément rubrique
  49.  *      */
  50. $lang['workshoprep']['title']='title';
  51. $lang['workshoprep']['resume']='summary';
  52. $lang['workshoprep']['workshop_product']='produced by workgroup';
  53.  
  54. $lang['workshoprep']['statut']='status';
  55. $lang['workshoprep']['comment']='comment';
  56.  
  57. $lang['workshoprep']['published_on']='published on';
  58. $lang['workshoprep']['not_published']='not published';
  59.  
  60. $lang['workshoprep']['generals']='global informations';
  61. $lang['workshoprep']['parts']='report\'s content parts';
  62. $lang['workshoprep']['link_res']='report links';
  63. $lang['workshoprep']['biblio_res']='report bibliographical notices';
  64.  
  65.  
  66. /*    nommage quickbox
  67.  *      */
  68. $lang['workshoprep']['qb_titleadd']=' latest additions';
  69. $lang['workshoprep']['qb_titlemod']=' latest modifications';
  70. $lang['workshoprep']['qb_titlesup']=' latest deletions';
  71. $lang['workshoprep']['qb_titlepubli']=' latest publications';
  72.  
  73.  
  74. /*    divers
  75.  *      */
  76. $lang['workshoprep']['description']='description';
  77. $lang['workshoprep']['part_number']='part ';
  78.  
  79.  
  80. /*    messages
  81.  *      */
  82. $lang['workshoprep']['add_new_part']="Add a new part to this report";
  83. $lang['workshoprep']['add_new_linkres']="Add a new link to this report";
  84. $lang['workshoprep']['add_new_bibliores']="Add a new bibliographical notice to this report";
  85.  
  86. $lang['workshoprep']['no_link']="There is no website in this report";
  87. $lang['workshoprep']['del_link']="Delete this link";
  88. $lang['workshoprep']['mod_link']="Edit this link";
  89.  
  90. $lang['workshoprep']['no_biblio']="There is no bibliographical notice in this report";
  91. $lang['workshoprep']['del_biblio']="Delete this bibliographical notice";
  92. $lang['workshoprep']['mod_biblio']="Edit this bibliographical notice";
  93.  
  94. $lang['workshoprep']['no_part']="There is no part in this report";
  95. $lang['workshoprep']['del_part']="Delete this part";
  96. $lang['workshoprep']['mod_part']="Edit this part";
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103. /*    rubrique d'aide
  104.  
  105. *      */
  106. $lang['workshoprep']['help_add1']='To add a new report, please insert the required informations in the form above';
  107. $lang['workshoprep']['help_add2']='After submitting the form, check your data in the summary';
  108. $lang['workshoprep']['help_add3']='After checking summary, click the \'review settings\' button to make new changes';
  109.  
  110. $lang['workshoprep']['help_mod1']='To edit a report, please insert the required informations in the form above';
  111. $lang['workshoprep']['help_mod2']='Once the form submitted, check your data in the summary';
  112. $lang['workshoprep']['help_mod3']='After checking summary, click the \'review settings\' button to make new changes';
  113.  
  114.  
  115. $lang['workshoprep']['help_det1']='Edit report by clicking on the edit icon linked in';
  116. $lang['workshoprep']['help_det2']='Delete report by clicking on the delete icon linked in';
  117. $lang['workshoprep']['help_det3']='Click on report titles to display more informations';
  118. $lang['workshoprep']['help_det4']='Click on the related icons to add, delete or update a report';
  119.  
  120. $lang['workshoprep']['help_sup1']='Click cancel to abort deletion';
  121.  
  122.  
  123. ?>

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