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

Source for file lang_resources.utf-8.php

Documentation is available at lang_resources.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. /*    nommage des modules
  13.  *      */
  14. $lang['resources']['name']='Resource';
  15. $lang['resources']['confirm_add'"Resource added successfully\n";
  16. $lang['resources']['confirm_mod'"Resource updated successfully\n";
  17. $lang['resources']['confirm_sup'="Resource deleted successfully\n";
  18.  
  19.  
  20. /*    nommage rubrique module
  21.  *      */
  22. $lang['resources']['add']'Add a new '.$lang['resources']['name'];
  23. $lang['resources']['mod']'Edit '.$lang['resources']['name'];
  24. $lang['resources']['sup']'Delete '.$lang['resources']['name'];
  25. $lang['resources']['det']ucfirst($lang['resources']['name']' details';
  26. $lang['resources']['list']'View resources';
  27. $lang['resources']['go_back']='Go back';
  28.  
  29. /*    nommage des 'parents'
  30.  *      */
  31. $lang['resources']['publication_type']='publication';
  32. $lang['resources']['workshop_type']='report';
  33.  
  34. /*    nommage rubrique add / mod /det
  35.  *      */
  36. $lang['resources']['add_title']='Add data about the new '.$lang['resources']['name'];
  37. $lang['resources']['mod_title']='Edit data about '.$lang['resources']['name'];
  38.  
  39.  
  40. /*    nommage élément rubrique
  41.  *      */
  42. $lang['resources']['supp_info']='You have chosen to delete the resource of type ';
  43. $lang['resources']['next']='next :';
  44. $lang['resources']['link_res']='link';
  45. $lang['resources']['biblio_res']='bibliographical';
  46. $lang['resources']['multi_res']='multimedia';
  47.  
  48. $lang['resources']['url']='<acronym title="Uniform Resource Locator">URL</acronym>';
  49. $lang['resources']['url_mask']='Text mask';
  50. $lang['resources']['url_visual_test']='visual test';
  51.  
  52. $lang['resources']['biblio_author']='author';
  53. $lang['resources']['biblio_title']='book\'s title';
  54. $lang['resources']['biblio_sub_title']='subtitle';
  55. $lang['resources']['biblio_editor']='editor';
  56. $lang['resources']['biblio_published_date']='date of publication';
  57.  
  58. $lang['resources']['multi_name']='name';
  59. $lang['resources']['multi_description']='description';
  60.  
  61. /*    check integrité des données
  62.  *      */
  63. $lang['resources']['no_url']='Please insert an '.$lang['resources']['url'];
  64. $lang['resources']['invalid_protocol']='Invalid protocol, please check URL syntax';
  65. $lang['resources']['invalid_link']='Link must begin with \'http://\'.';
  66. $lang['resources']['server_noresponse']='Wrong url : no response from the server';
  67.  
  68. $lang['resources']['biblio_no_author']='Author is required';
  69. $lang['resources']['biblio_no_title']='Title is required';
  70.  
  71. $lang['resources']['multi_no_name']='Document name is required';
  72. $lang['resources']['multi_no_description']='Document description is required';
  73.  
  74.  
  75. /*    nommage quickbox
  76.  *      */
  77. $lang['resources']['qb_titleadd']=' latest additions';
  78. $lang['resources']['qb_titlemod']=' latest modifications';
  79. $lang['resources']['qb_titlesup']=' latest deletions';
  80. $lang['resources']['qb_titlepubli']=' latest publications';
  81. $lang['resources']['qb_title_type_W']=' on report';
  82. $lang['resources']['qb_title_type_P']=' on publication';
  83.  
  84.  
  85. /*    divers
  86.  *      */
  87. $lang['resources']['no_link']="There is no website associated with this publication";
  88. $lang['resources']['del_link']="Delete link";
  89. $lang['resources']['mod_link']="Edit link";
  90.  
  91. $lang['resources']['no_multi']="There is no document associated with this publication";
  92. $lang['resources']['del_multi']="Delete document";
  93. $lang['resources']['mod_multi']="Edit document";
  94.  
  95. $lang['resources']['no_biblio']="There is no bibliographical notice associated with this publication";
  96. $lang['resources']['del_biblio']="Delete this notice";
  97. $lang['resources']['mod_biblio']="Update tihs notice";
  98.  
  99. $lang['resources']['no_part']="There is no parts associated with this publication";
  100. $lang['resources']['del_part']="Delete part";
  101. $lang['resources']['mod_part']="Edit part";
  102.  
  103.  
  104. /*    rubrique d'aide
  105.  *      */
  106. $lang['resources']['help_add1']='To add a new resource, please insert the required informations in the form above';
  107. $lang['resources']['help_add2']='After submitting the form, check your data in the summary';
  108. $lang['resources']['help_add3']='After checking summary, click the \'review settings\' button to make changes';
  109.  
  110. $lang['resources']['help_list1']='Click on the resource title to display more information';
  111. $lang['resources']['help_list2']='Delete resource by clicking on the delete icon linked in';
  112. $lang['resources']['help_list3']='Edit resource by clicking on the edit icon linked in';
  113. $lang['resources']['help_list4']='Filter by status to display resource for a given status';
  114. $lang['resources']['help_list5']='To add a new resource, please insert the required informations in the form above';
  115.  
  116. $lang['resources']['help_mod1']='You can update all fields in this form';
  117. $lang['resources']['help_mod2']='Once the form submitted, check your data in the summary';
  118. $lang['resources']['help_mod3']='Once the summary displayed, click the \'review settings\' button if you need to make new changes';
  119.  
  120. $lang['resources']['help_sup1']='Click cancel to abort deletion';
  121.  
  122.  
  123. ?>

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