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

Source for file lang_project.utf-8.php

Documentation is available at lang_project.utf-8.php

  1. <?php
  2. /**
  3.  * @package linea21.languages
  4.  * @subpackage en
  5.  * @author linea21 <info@linea21.com>
  6.  * @version $id SVN
  7.  * @access public
  8.  * @license http://opensource.org/licenses/gpl-3.0.html
  9.  */
  10.  
  11.  
  12.  
  13. $lang['project']['section'"projects";
  14.  
  15. /*    nommage des modules
  16.  *      */
  17. $lang['project']['name']="project";
  18. $lang['project']['confirm_add'"Project successfully added\n";
  19. $lang['project']['confirm_mod'"Project successfully updated\n";
  20. $lang['project']['confirm_sup'="Project successfully deleted\n";
  21.  
  22.  
  23. /*    nommage rubrique module
  24.  *      */
  25. $lang['project']['add']"Add a new ".$lang['project']['name'];
  26. $lang['project']['mod']"Edit ".$lang['project']['name'];
  27. $lang['project']['sup']"Delete ".$lang['project']['name'];
  28. $lang['project']['det']ucfirst($lang['project']['name'])" details";
  29. $lang['project']['list']"View projects";
  30.  
  31.  
  32.  
  33. /*    nommage rubrique add / mod /det
  34.  *      */
  35. $lang['project']['add_title']='Add data about the new '.$lang['project']['name'];
  36.  
  37. /*    nommage élément rubrique
  38.  *      */
  39. $lang['project']['name']="name";
  40. $lang['project']['description']="description";
  41. $lang['project']['body']="body";
  42. $lang['project']['budget']="budget (in €)";
  43. $lang['project']['coordinator']="coordinator";
  44. $lang['project']['partners']="partners";
  45. $lang['project']['begin_date']="starting date";
  46. $lang['project']['estimated_date']="estimated end date";
  47. $lang['project']['end_date']="effective end date";
  48. $lang['project']['progression']="progression (%)";
  49. $lang['project']['parent']="parent project";
  50. $lang['project']['sub-projects']="sub-projects";
  51. $lang['project']['priority']="priority ";
  52. $lang['project']['theme']="theme ";
  53. $lang['project']['workshop']="workgroup ";
  54. $lang['project']['sdi']="indicators ";
  55. $lang['project']['scale']="scale ";
  56. $lang['project']['author']="author ";
  57. $lang['project']['statut']='status';
  58.  
  59. /*    nommage quickbox
  60.  *      */
  61. $lang['project']['qb_titleadd']=" latest additions";
  62. $lang['project']['qb_titlemod']=" latest modifications";
  63. $lang['project']['qb_titlesup']=" latest deletions";
  64. $lang['project']['qb_titlepubli']=' latest publications';
  65.  
  66. /*    divers
  67.  *      */
  68. $lang['project']['select_choice']="-- Choose in this list --";
  69.  
  70. $lang['project']['nb_total']='projects in database.';
  71. $lang['project']['statut_filter']='Display by status';
  72. $lang['project']['all']='Display list';
  73. $lang['project']['noresult']='There is no project with this criteria ';
  74.  
  75. /*    messages
  76.  *      */
  77. $lang['project']['no_name']='Name is required';
  78. $lang['project']['no_description']='Description is required';
  79. $lang['project']['no_body']='Body is required';
  80. $lang['project']['no_scale']='Scale is required';
  81. $lang['project']['no_priority']='Priority is required';
  82. $lang['project']['progression_error']='Progression indicator muste take a value between 0 and 100.';
  83. $lang['project']['budget_integer']='Budget : an integer value is required';
  84. $lang['project']['begin_date_err']$lang['project']['begin_date']' : ';
  85. $lang['project']['estimated_date_err']=$lang['project']['estimated_date']' : ';
  86. $lang['project']['end_date_err']=$lang['project']['end_date']' : ';
  87.  
  88. /*    rubrique d'aide
  89.  *      */
  90. $lang['project']['help_add1']="To add a project, please insert the required informations in the form above";
  91. $lang['project']['help_add2']='After submitting the form, check your data in the summary';
  92. $lang['project']['help_add3']='After checking summary, click the \'review settings\' button to make new changes';
  93.  
  94. $lang['project']['help_list1']='Click on project name to display more informations';
  95. $lang['project']['help_list2']='Delete project by clicking on the delete icon linked in';
  96. $lang['project']['help_list3']='Edit project by clicking on the edit icon linked in';
  97. $lang['project']['help_list4']='Click \'add a project\' button for adding project';
  98. $lang['project']['help_list5']="To perform search on projects only, just click the 'search' link";
  99.  
  100. $lang['project']['help_mod1']='To edit a project, please insert the required informations in the form above';
  101. $lang['project']['help_mod2']='Once the form submitted, check your data in the summary';
  102. $lang['project']['help_mod3']='Once the summary displayed, click the \'review settings\' button if you need to make new changes';
  103.  
  104. $lang['project']['help_det1']="To access the parent project, click on its name";
  105. $lang['project']['help_det2']='Delete project by clicking on the delete icon linked in';
  106. $lang['project']['help_det3']='Edit project by clicking on the edit icon linked in';
  107.  
  108. $lang['project']['help_sup1']="Caution, if the current project contains sub-projects they will not be automatically deleted";
  109. ?>

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