& Stéphanie Loubechine * @version $Id$ * @access public * @license http://opensource.org/licenses/gpl-3.0.html */ $lang['workshoprep']['section'] = "workgroup reports"; /* nommage des modules * */ $lang['workshoprep']['name']='report'; $lang['workshoprep']['confirm_add'] = "Report successfully added\n"; $lang['workshoprep']['confirm_mod'] = "Report successfully updated\n"; $lang['workshoprep']['confirm_sup'] ="Report successfully deleted\n"; /* nommage rubrique module * */ $lang['workshoprep']['add']= 'Add new '.$lang['workshoprep']['name']; $lang['workshoprep']['mod']= 'Edit '.$lang['workshoprep']['name']; $lang['workshoprep']['sup']= 'Delete '.$lang['workshoprep']['name']; $lang['workshoprep']['det']= ucfirst($lang['workshoprep']['name']). ' details'; $lang['workshoprep']['return_workshop']= 'Back to workgroup'; /* public * */ $lang['workshoprep']['name2']='Table of contents'; /* nommage rubrique add / mod /det * */ $lang['workshoprep']['add_title']='Add new '.$lang['workshoprep']['name'].' data'; $lang['workshoprep']['mod_title']='Edit '.$lang['workshoprep']['name'].' data'; /* check integrité des données * */ $lang['workshoprep']['no_title'] = 'Title is required.'; $lang['workshoprep']['no_resume'] = 'Summary is required.'; /* nommage élément rubrique * */ $lang['workshoprep']['title']='title'; $lang['workshoprep']['resume']='summary'; $lang['workshoprep']['workshop_product']='produced by workgroup'; $lang['workshoprep']['statut']='status'; $lang['workshoprep']['comment']='comment'; $lang['workshoprep']['visible']='Visible to all'; $lang['workshoprep']['published_on']='published on'; $lang['workshoprep']['not_published']='unpublished'; $lang['workshoprep']['generals']='General information'; $lang['workshoprep']['parts']='Report\'s contents parts'; $lang['workshoprep']['link_res']='Associated links'; $lang['workshoprep']['biblio_res']='Associated bibliographical references'; /* nommage quickbox * */ $lang['workshoprep']['qb_titleadd']=' latest additions'; $lang['workshoprep']['qb_titlemod']=' latest modifications'; $lang['workshoprep']['qb_titlesup']=' latest deletions'; $lang['workshoprep']['qb_titlepubli']=' latest publications'; /* divers * */ $lang['workshoprep']['description']='description'; $lang['workshoprep']['part_number']='part '; /* messages * */ $lang['workshoprep']['add_new_part']="Add a new part to this report"; $lang['workshoprep']['add_new_linkres']="Add a new link to this report"; $lang['workshoprep']['add_new_bibliores']="Add a new bibliographical reference to this report"; $lang['workshoprep']['no_link']="There is currrently no website associated with this report"; $lang['workshoprep']['del_link']="Delete link"; $lang['workshoprep']['mod_link']="Edit link"; $lang['workshoprep']['no_biblio']="There are currently no bibliographical references associated with this report"; $lang['workshoprep']['del_biblio']="Delete bibliographical reference"; $lang['workshoprep']['mod_biblio']="Edit bibliographical reference"; $lang['workshoprep']['no_part']="No parts are currently featured in this report"; $lang['workshoprep']['del_part']="Delete part"; $lang['workshoprep']['mod_part']="Edit part"; /* rubrique d'aide * */ $lang['workshoprep']['help_add1']='To add a new report, please insert the required information in the form above'; $lang['workshoprep']['help_add2']='After submitting the form, check your data in the summary'; $lang['workshoprep']['help_add3']='If you are not satisfied with the summary, click the \'review settings\' button to make new changes'; $lang['workshoprep']['help_mod1']='You can edit all accessible fields in the form above'; $lang['workshoprep']['help_mod2']='After submitting the form, check your data in the summary'; $lang['workshoprep']['help_mod3']='If you are not satisfied with the summary, click the \'review settings\' button to make new changes'; $lang['workshoprep']['help_det1']='Edit this report by clicking on the associated edit icon'; $lang['workshoprep']['help_det2']='Delete this report by clicking on the associated delete icon'; $lang['workshoprep']['help_det3']='Click on the information display button at the bottom of the page to show the report\'s parts, associated links and bibliographical references'; $lang['workshoprep']['help_det4']='Click on the associated icons to add, delete or update the report\'s parts, associated links and bibliographical references'; $lang['workshoprep']['help_sup1']='Click \'cancel\' to abort deletion'; ?>