* @version $Id$ * @access public * @license http://opensource.org/licenses/gpl-3.0.html */ $lang['project']['section'] = "projects"; /* nommage des modules * */ $lang['project']['name']="project"; $lang['project']['confirm_add'] = "Project successfully added\n"; $lang['project']['confirm_mod'] = "Project successfully updated\n"; $lang['project']['confirm_sup'] ="Project successfully deleted\n"; $lang['project']['mine']="My projects"; $lang['project']['all']="All projects"; /* nommage rubrique module * */ $lang['project']['add']= "Add new ".$lang['project']['name']; $lang['project']['mod']= "Edit ".$lang['project']['name']; $lang['project']['sup']= "Delete ".$lang['project']['name']; $lang['project']['det']= ucfirst($lang['project']['name']). " details"; $lang['project']['list']= "See projects"; $lang['project']['modify_actors']='Modify actors'; $lang['project']['modify_actors_notice']='To update an actor, just click on it and change value.'; /* nommage rubrique add / mod /det * */ $lang['project']['add_title']='Enter new '.$lang['project']['name'].' data'; /* nommage élément rubrique * */ $lang['project']['name']="name"; $lang['project']['target']="target(s)"; $lang['project']['goal']="goal(s)"; $lang['project']['opgoal']="operational goal"; $lang['project']['description']="description"; $lang['project']['body']="body"; $lang['project']['budget']="budget (in €)"; $lang['project']['budget_comment']="budget - complement"; $lang['project']['elected']="associated elected official(s)"; $lang['project']['manager']="manager(s)"; $lang['project']['coordinator']="coordinator"; $lang['project']['team']="project team"; $lang['project']['partners']="partners"; $lang['project']['begin_date']="starting date"; $lang['project']['estimated_date']="estimated end date"; $lang['project']['end_date']="effective end date"; $lang['project']['cal']="schedule"; $lang['project']['cal_comment']="schedule - complement"; $lang['project']['progression']="progression (%)"; $lang['project']['progression_sync']="synchronisation based on tasks"; $lang['project']['parent']="parent project"; $lang['project']['sub-projects']="sub-projects"; $lang['project']['priority']="priority"; $lang['project']['level']="level"; $lang['project']['workshop']="workgroup"; $lang['project']['comment']="comment"; $lang['project']['sdi']="indicators"; $lang['project']['sdi_s']="indicator"; $lang['project']['scale']="scale"; $lang['project']['author']="author"; $lang['project']['statut']='status'; $lang['project']['add_indicator']="add an indicator"; $lang['project']['add_indicator_value']="enter an indicator value"; $lang['project']['completion']="completion"; $lang['project']['report']="Export/generate report"; $lang['project']['steering_title']='Monitoring/facilitation'; $lang['project']['calendar_title']='Schedule'; $lang['project']['tasks_title']='Scheduled tasks'; $lang['project']['budget_title']='Budget'; $lang['project']['finalities']='Purposes'; $lang['project']['impacts'] = "Impacts"; $lang['project']['impactsItems']['Energy']="Energy"; $lang['project']['impactsItems']['GHG']="GHG"; $lang['project']['impactsItems']['Air']="Air"; // views $lang['project']['level_view']='View by levels'; $lang['project']['flat_view']='Flat view'; $lang['project']['finality_view']='View by purpose'; /* nommage quickbox * */ $lang['project']['qb_titleadd']=" latest additions"; $lang['project']['qb_titlemod']=" latest modifications"; $lang['project']['qb_titlesup']=" latest deletions"; $lang['project']['qb_titlepubli']=' latest publications'; /* divers * */ $lang['project']['select_choice']="-- Choose in list --"; $lang['project']['nb_total']='projects in database.'; $lang['project']['statut_filter']='Show by status'; $lang['project']['all']='Show list'; $lang['project']['completion-percentage']='%s %% of projects have been completed'; $lang['project']['noresult']='There are no projects matching this criteria '; $lang['project']['session-stored']="%s projects are stored in session"; $lang['project']['missing-dates']='Missing dates for following projects'; /* messages * */ $lang['project']['no_name']='Name is required'; $lang['project']['no_description']='Description is required'; $lang['project']['no_body']='Body is required'; $lang['project']['no_scale']='Scale is required'; $lang['project']['no_level']='Level is required'; $lang['project']['no_priority']='Priority is required'; $lang['project']['progression_error']='Completion indicator muste take a value between 0 and 100.'; $lang['project']['incorrect_user']='The manager you entered \'%s\' is unknown from the application'; $lang['project']['incorrect_userperm']='The manager you entered \'%s\' does not have the required permissions'; $lang['project']['budget_integer']='Budget: an integer value is required'; $lang['project']['begin_date_err']= $lang['project']['begin_date']. ' : '; $lang['project']['estimated_date_err']=$lang['project']['estimated_date']. ' : '; $lang['project']['end_date_err']=$lang['project']['end_date']. ' : '; $lang['project']['inconsistent_date']='The dates you entered seem to be inconsistent. Please modify them.'; /* rubrique d'aide * */ $lang['project']['help_add1']="To add a project, please insert the required information in the form above"; $lang['project']['help_add2']='After submitting the form, check your data in the summary'; $lang['project']['help_add3']='If you are not satisfied with the summary, click the \'review settings\' button to make new changes'; $lang['project']['help_list1']='Click on a project\'s name to show its details'; $lang['project']['help_list2']='Delete a project by clicking on the associated delete icon'; $lang['project']['help_list3']='Edit a project by clicking on the associated edit icon'; $lang['project']['help_list4']='Click \'add a project\' to enter a new project'; $lang['project']['help_list5']="You can search projects at any time by just clicking 'search'"; $lang['project']['help_mod1']='You can edit all accessible fields in the form above'; $lang['project']['help_mod2']='After submitting the form, check your data in the summary'; $lang['project']['help_mod3']='If you are not satisfied with the summary, click the \'review settings\' button to make new changes'; $lang['project']['help_det1']="To display the project's parent project, click on its name"; $lang['project']['help_det2']='Delete a project by clicking on the associated delete icon'; $lang['project']['help_det3']='Edit a project by clicking on the associated edit icon'; $lang['project']['help_sup1']="Caution: if the current project contains sub-projects, they will not be automatically deleted"; $lang['task']['status_todo'] = 'to do'; $lang['task']['status_wip'] = 'in progress'; $lang['task']['status_done'] = 'completed'; $lang['task']['progression'] = '%s/%s tasks completed (%s %%)'; $lang['task']['achieved_at'] = 'completed on'; $lang['task']['duration'] = 'duration'; $lang['task']['months'] = 'months'; $lang['task']['add'] = 'Add task'; $lang['task']['edit'] = 'Edit task'; $lang['task']['delete'] = 'Delete task'; $lang['task']['deleted_success'] = 'Task was successfully deleted'; $lang['task']['edited_success'] = 'Task was successfully edited'; $lang['task']['added_success'] = 'Task was successfully added'; $lang['task']['updated_success'] = 'Task list has been updated'; $lang['task']['label'] = 'Description'; $lang['task']['no_label'] = 'Please enter a task description'; $lang['task']['status'] = 'Status'; $lang['task']['date_done'] = 'Completion date'; $lang['task']['reminder_freq'] = 'Reminder frequency'; $lang['task']['reminder_freq_info'] = 'Reminders are only sent when "to do" status is assigned.'; $lang['task']['reminder_lastdate'] = 'Last reminder sent on %s'; $lang['task']['reminder_nextdate'] = 'Next reminder will be sent on %s'; $lang['task']['reminder_freq_noreminder'] = 'No reminder'; $lang['task']['reminder_freq_8days'] = '8 days'; $lang['task']['reminder_freq_15days'] = '15 days'; $lang['task']['reminder_freq_1month'] = '1 month'; $lang['task']['reminder_freq_3months'] = '3 months'; $lang['task']['reminder_freq_6months'] = '6 months'; $lang['task']['reminder_freq_1year'] = '1 year'; $lang['task']['reminder_subject'] = 'still some tasks to complete...'; $lang['task']['reminder_body'] = 'As part of the %s project, the task "%s" is still to be completed.'; $lang['task']['reminder_body2'] = 'You can easily change reminder preferences by modifying task settings.'; ?>