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. $lang['resources']['multi_situ']='file path';
  61. $lang['resources']['multi_file_in']='internal file';
  62. $lang['resources']['multi_file_out']='external file';
  63.  
  64. /*    check integrité des données
  65. *      */
  66. $lang['resources']['no_url']='Please insert an '.$lang['resources']['url'];
  67. $lang['resources']['invalid_protocol']='Invalid protocol, please check your syntax';
  68. $lang['resources']['invalid_link']='Link must begin with \'http://\'.';
  69. $lang['resources']['server_noresponse']='Wrong url : no response from the server';
  70.  
  71. $lang['resources']['biblio_no_author']='Author is required';
  72. $lang['resources']['biblio_no_title']='Title is required';
  73.  
  74. $lang['resources']['multi_no_name']='Document name is required';
  75. $lang['resources']['multi_no_description']='Document description is required';
  76.  
  77.  
  78. /*    nommage quickbox
  79. *      */
  80. $lang['resources']['qb_titleadd']=' latest additions';
  81. $lang['resources']['qb_titlemod']=' latest modifications';
  82. $lang['resources']['qb_titlesup']=' latest deletions';
  83. $lang['resources']['qb_titlepubli']=' latest publications';
  84. $lang['resources']['qb_title_type_W']=' on report';
  85. $lang['resources']['qb_title_type_P']=' on publication';
  86.  
  87.  
  88. /*    divers
  89. *      */
  90. $lang['resources']['no_link']="There is no website associated with this publication";
  91. $lang['resources']['del_link']="Delete link";
  92. $lang['resources']['mod_link']="Edit link";
  93.  
  94. $lang['resources']['no_multi']="There is no document associated with this publication";
  95. $lang['resources']['del_multi']="Delete document";
  96. $lang['resources']['mod_multi']="Edit document";
  97.  
  98. $lang['resources']['no_biblio']="There is no bibliographical notice associated with this publication";
  99. $lang['resources']['del_biblio']="Delete this notice";
  100. $lang['resources']['mod_biblio']="Update tihs notice";
  101.  
  102. $lang['resources']['no_part']="There is no parts associated with this publication";
  103. $lang['resources']['del_part']="Delete part";
  104. $lang['resources']['mod_part']="Edit part";
  105.  
  106.  
  107. /*    rubrique d'aide
  108. *      */
  109. $lang['resources']['help_add1']='To add a new resource, please insert the required informations in the form above';
  110. $lang['resources']['help_add2']='After submitting the form, check your data in the summary';
  111. $lang['resources']['help_add3']='After checking summary, click the \'review settings\' button to make changes';
  112.  
  113. $lang['resources']['help_list1']='Click on the resource title to display more information';
  114. $lang['resources']['help_list2']='Delete resource by clicking on the delete icon linked in';
  115. $lang['resources']['help_list3']='Edit resource by clicking on the edit icon linked in';
  116. $lang['resources']['help_list4']='Filter by status to display resource for a given status';
  117. $lang['resources']['help_list5']='To add a new resource, please insert the required informations in the form above';
  118.  
  119. $lang['resources']['help_mod1']='You can update all fields in this form';
  120. $lang['resources']['help_mod2']='Once the form submitted, check your data in the summary';
  121. $lang['resources']['help_mod3']='Once the summary displayed, click the \'review settings\' button if you need to make new changes';
  122.  
  123. $lang['resources']['help_sup1']='Click cancel to abort deletion';
  124.  
  125.  
  126. ?>

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