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

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