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']['begin_date']="starting date";
  43. $lang['project']['estimated_date']="estimated end date";
  44. $lang['project']['end_date']="effective end date";
  45. $lang['project']['progression']="progression (%)";
  46. $lang['project']['parent']="parent project";
  47. $lang['project']['sub-projects']="sub-projects";
  48. $lang['project']['priority']="priority ";
  49. $lang['project']['theme']="theme ";
  50. $lang['project']['workshop']="workgroup ";
  51. $lang['project']['sdi']="indicators ";
  52. $lang['project']['scale']="scale ";
  53. $lang['project']['author']="author ";
  54. $lang['project']['statut']='status';
  55.  
  56. /*    nommage quickbox
  57.  *      */
  58. $lang['project']['qb_titleadd']=" latest additions";
  59. $lang['project']['qb_titlemod']=" latest modifications";
  60. $lang['project']['qb_titlesup']=" latest deletions";
  61. $lang['project']['qb_titlepubli']=' latest publications';
  62.  
  63. /*    divers
  64.  *      */
  65. $lang['project']['select_choice']="~~ Choose in this list ~~";
  66.  
  67. $lang['project']['nb_total']='projects in database.';
  68. $lang['project']['statut_filter']='Display by status';
  69. $lang['project']['all']='Display list';
  70. $lang['project']['noresult']='There is no project with this criteria ';
  71.  
  72. /*    messages
  73.  *      */
  74. $lang['project']['no_name']='Name is required';
  75. $lang['project']['no_description']='Description is required';
  76. $lang['project']['no_body']='Body is required';
  77. $lang['project']['no_scale']='Scale is required';
  78. $lang['project']['no_priority']='Priority is required';
  79. $lang['project']['progression_error']='Progression indicator muste take a value between 0 and 100.';
  80. $lang['project']['begin_date_err']$lang['project']['begin_date']' : ';
  81. $lang['project']['estimated_date_err']=$lang['project']['estimated_date']' : ';
  82. $lang['project']['end_date_err']=$lang['project']['end_date']' : ';
  83.  
  84. /*    rubrique d'aide
  85.  *      */
  86. $lang['project']['help_add1']="To add a project, please insert the required informations in the form above";
  87. $lang['project']['help_add2']='After submitting the form, check your data in the summary';
  88. $lang['project']['help_add3']='After checking summary, click the \'review settings\' button to make new changes';
  89.  
  90. $lang['project']['help_list1']='Click on project name to display more informations';
  91. $lang['project']['help_list2']='Delete project by clicking on the delete icon linked in';
  92. $lang['project']['help_list3']='Edit project by clicking on the edit icon linked in';
  93. $lang['project']['help_list4']='Click \'add a project\' button for adding project';
  94. $lang['project']['help_list5']="To perform search on projects only, just click the 'search' link";
  95.  
  96. $lang['project']['help_mod1']='To edit a project, please insert the required informations in the form above';
  97. $lang['project']['help_mod2']='Once the form submitted, check your data in the summary';
  98. $lang['project']['help_mod3']='Once the summary displayed, click the \'review settings\' button if you need to make new changes';
  99.  
  100. $lang['project']['help_det1']="To access the parent project, click on its name";
  101. $lang['project']['help_det2']='Delete project by clicking on the delete icon linked in';
  102. $lang['project']['help_det3']='Edit project by clicking on the edit icon linked in';
  103.  
  104. $lang['project']['help_sup1']="Caution, if the current project contains sub-projects they will not be automatically deleted";
  105. ?>

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