& Stéphanie Loubechine * @version $Id$ * @access public * @license http://opensource.org/licenses/gpl-3.0.html */ /* nommage des modules * */ $lang['contents']['name']='part'; $lang['contents']['confirm_add'] = "Part successfully added\n"; $lang['contents']['confirm_mod'] = "Part successfully updated\n"; $lang['contents']['confirm_sup'] ="Part successfully deleted\n"; /* nommage des 'parents' * */ $lang['contents']['publication_type']='publication'; $lang['contents']['workshop_type']='report'; /* nommage rubrique module * */ $lang['contents']['add']= 'Add new '.$lang['contents']['name']; $lang['contents']['mod']= 'Edit '.$lang['contents']['name']; $lang['contents']['sup']= 'Delete '.$lang['contents']['name']; $lang['contents']['det']= ucfirst($lang['contents']['name']). ' details'; $lang['contents']['go_back']='Back to '; $lang['contents']['go_back_W']='Back to '; /* nommage rubrique add / mod /det * */ $lang['contents']['add_title']='Add new '.$lang['contents']['name'].' data'; $lang['contents']['mod_title']='Edit '.$lang['contents']['name'].' data'; /* check integrité des données * */ $lang['contents']['no_title'] = 'Title required'; $lang['contents']['no_body'] = 'Body required'; /* nommage élément rubrique * */ $lang['contents']['supp_info']='Part about to be deleted: '; $lang['contents']['title']='title'; $lang['contents']['body']='body content'; /* nommage quickbox * */ $lang['contents']['qb_titleadd']=' latest additions'; $lang['contents']['qb_titlemod']=' latest modifications'; $lang['contents']['qb_titlesup']=' latest deletions'; $lang['contents']['qb_titlepubli']=' latest publications'; $lang['contents']['qb_title_type_W']=' on the current report'; $lang['contents']['qb_title_type_P']=' on the current publication'; /* rubrique d'aide * */ $lang['contents']['help_add1']='To add a new part, please insert the required information in the form above'; $lang['contents']['help_add2']='After submitting the form, please check your data in the summary'; $lang['contents']['help_add3']='If you are not satisfied with the summary, click the \'review settings\' button to make changes'; $lang['contents']['help_mod1']='You can edit all accessible fields in the form above'; $lang['contents']['help_mod2']='After submitting the form, please check your data in the summary'; $lang['contents']['help_mod3']='If you are not satisfied with the summary, click the \'review settings\' button to make new changes'; $lang['contents']['help_det1']='Edit content by clicking on the associated edit icon'; $lang['contents']['help_det2']='Delete content by clicking on the associated delete icon'; $lang['contents']['help_sup1']='Click cancel to abort deletion'; ?>