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.  * URL formatting
  14.  */
  15. $lang['project']['section'"projects";
  16. $lang['project']['link_value'"projects";
  17.  
  18. /*    nommage des modules
  19. *      */
  20. $lang['project']['name']="project";
  21. $lang['project']['confirm_add'"Project successfully added\n";
  22. $lang['project']['confirm_mod'"Project successfully updated\n";
  23. $lang['project']['confirm_sup'="Project successfully deleted\n";
  24.  
  25.  
  26. /*    nommage rubrique module
  27. *      */
  28. $lang['project']['add']"Add a new ".$lang['project']['name'];
  29. $lang['project']['mod']"Edit ".$lang['project']['name'];
  30. $lang['project']['sup']"Delete ".$lang['project']['name'];
  31. $lang['project']['det']ucfirst($lang['project']['name'])" details";
  32. $lang['project']['list']"View ".$lang['project']['name']."s";
  33.  
  34.  
  35.  
  36. /*    nommage rubrique add / mod /det
  37. *      */
  38. $lang['project']['add_title']='Add data about the new '.$lang['project']['name'];
  39.  
  40. /*    nommage élément rubrique
  41. *      */
  42. $lang['project']['name']="name";
  43. $lang['project']['description']="description";
  44. $lang['project']['body']="body";
  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']['parent']="parent project";
  49. $lang['project']['sub-projects']="sub-projects";
  50. $lang['project']['priority']="priority ";
  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 Sat, 08 Nov 2008 14:52:47 +0100 by phpDocumentor 1.4.1