& Stéphanie Loubechine * @version $Id$ * @access public * @license http://opensource.org/licenses/gpl-3.0.html */ $lang['news']['section'] = "news"; /* nommage des modules * */ $lang['news']['name']='news item'; $lang['news']['confirm_add'] = "News item successfully added\n"; $lang['news']['confirm_mod'] = "News item successfully updated\n"; $lang['news']['confirm_sup'] ="News item successfully deleted\n"; /* nommage rubrique module * */ $lang['news']['add']= 'Add '.$lang['news']['name']; $lang['news']['mod']= 'Edit '.$lang['news']['name']; $lang['news']['sup']= 'Delete '.$lang['news']['name']; $lang['news']['det']= ucfirst($lang['news']['name']). ' details'; $lang['news']['list']= 'See news items'; /* nommage rubrique add / mod /det * */ $lang['news']['add_title']='Enter new '.$lang['news']['name']." data"; $lang['news']['mod_title']='Edit '.$lang['news']['name']." data"; $lang['news']['recap_commment']='no comments'; /* check integrité des données * */ $lang['news']['no_scale']='Scale is required'; $lang['news']['no_level']='Level is required'; $lang['news']['no_title']='Title is required'; $lang['news']['no_body']='Body is required'; $lang['news']['no_header']='Header is required'; /* nommage élément rubrique * */ $lang['news']['title']='title'; $lang['news']['header']= 'header'; $lang['news']['body']= 'body'; $lang['news']['sticky']= 'sticky'; $lang['news']['level']='associated level'; $lang['news']['scale']='associated scale'; $lang['news']['statut']='status'; $lang['news']['author']='author'; /* nommage quickbox * */ $lang['news']['qb_titleadd']=' latest additions'; $lang['news']['qb_titlemod']=' latest modifications'; $lang['news']['qb_titlesup']=' latest deletions'; $lang['news']['qb_titlepubli']=' latest publications'; /* divers * */ $lang['news']['nb_total']='news items in database.'; $lang['news']['statut_filter']='Show by status'; $lang['news']['all']='Show list'; $lang['news']['noresult']='There are no news items matching these criteria '; /* public * */ $lang['news']['name2']='news'; $lang['news']['next_news']='next news item'; $lang['news']['prev_news']='previous news item'; /* rubrique d'aide * */ $lang['news']['help_add1']='To add a news item, please insert the required information in the form above'; $lang['news']['help_add2']='After submitting the form, check your data in the summary'; $lang['news']['help_add3']='If you are not satisfied with the summary, click the \'review settings\' button to make changes'; $lang['news']['help_list1']='Click on a news item\'s title to display its details'; $lang['news']['help_list2']='Delete a news item by clicking on the associated delete icon'; $lang['news']['help_list3']='Edit a news item by clicking on the associated edit icon'; $lang['news']['help_list4']='Filter by status to display news items for a given status'; $lang['news']['help_list5']='Click the \'add news item\' button in the header to add a news item'; $lang['news']['help_list6']="To search news only, just click 'search'"; $lang['news']['help_mod1']='You can edit all accessible fields in the form above'; $lang['news']['help_mod2']='After submitting the form, check your data in the summary'; $lang['news']['help_mod3']='If you are not satisfied with the summary, click the \'review settings\' button if you need to make new changes'; $lang['news']['help_det1']='Delete this news item by clicking on the associated delete icon'; $lang['news']['help_det2']='Edit this news item by clicking on the associated edit icon'; $lang['news']['help_sup1']='Click \'cancel\' to abort deletion'; ?>