& Stéphanie Loubechine * @version $Id$ * @access public * @license http://opensource.org/licenses/gpl-3.0.html */ /* nommage des modules * */ $lang['scale']['name']="scale"; $lang['scale']['confirm_add'] = "Scale successfully added\n"; $lang['scale']['confirm_mod'] = "Scale successfully updated\n"; $lang['scale']['confirm_sup'] ="Scale successfully deleted\n"; /* nommage rubrique module * */ $lang['scale']['add']= "Add new ".$lang['scale']['name']; $lang['scale']['mod']= "Edit ".$lang['scale']['name']; $lang['scale']['sup']= "Delete ".$lang['scale']['name']; $lang['scale']['det']= ucfirst($lang['scale']['name']). " details"; $lang['scale']['list']= "See scales"; /* nommage rubrique add / mod /det * */ $lang['scale']['add_title']="Add new ".$lang['scale']['name'].' data'; /* nommage rubrique sup * */ $lang['scale']['sup_massd']= "Delete all sub-scales associated with this scale"; $lang['scale']['sup_massm']= "Transfer all sub-scales to a different scale"; $lang['scale']['sup_transfert']= "Transfer scale"; /* nommage élément rubrique * */ $lang['scale']['denomination']="Name"; $lang['scale']['surface']="Area"; $lang['scale']['population']="Population"; $lang['scale']['cin']="CIN"; $lang['scale']['root']="Parent scale"; $lang['scale']['comment']="Comment linked to this ".$lang['scale']['name']; /* nommage quickbox * */ $lang['scale']['qb_titleadd']=" latest additions"; $lang['scale']['qb_titlemod']=" latest modifications"; $lang['scale']['qb_titlesup']=" last deletions"; /* divers * */ $lang['scale']['select_choice']="-- Choose in list --"; /* messages * */ $lang['scale']['object_notdenomination']="Name is required"; $lang['scale']['object_notnumsurface']="Area must be numerical"; $lang['scale']['object_notnuminhabitants']="Population must be an integer"; $lang['scale']['object_notroot']="Parent scale is required"; $lang['scale']['sup_nomethod']="Deletion method is required"; $lang['scale']['sup_noscale']="Transfer scale is required"; $lang['scale']['sup_scale_info1']="Caution: scale transfer will include dependency transfer of associated subscales, news, publications and indicators associated!"; $lang['scale']['sup_scale_info2']="Caution: scale deletion will also remove associated subscales, projetcs, news, publications and indicators!"; /* rubrique d'aide * */ $lang['scale']['help_add1']="To add a new scale, please insert the required information in the form above"; $lang['scale']['help_add2']="A parent scale is required"; $lang['scale']['help_add3']="After submitting the form, check your data in the summary"; $lang['scale']['help_add4']='If you are not satisfied with the summary, click the \'review settings\' button to make new changes'; $lang['scale']['help_list1']="Click on a scale's title to show its details"; $lang['scale']['help_list2']="Delete this scale by clicking on the associated delete icon"; $lang['scale']['help_list3']="Edit this scale by clicking on the associated edit icon"; $lang['scale']['help_list4']='Click the \'add new scale\' button in the header to add a scale'; $lang['scale']['help_list5']="You can search scales at any time by just click the 'search' button"; $lang['scale']['help_mod1']="You can edit all accessible fields in the form above"; $lang['scale']['help_mod2']="After submitting the form, check your data in the summary"; $lang['scale']['help_mod3']="If you are not satisfied with the summary, click the \'review settings\' button to make new changes"; $lang['scale']['help_det1']="Click on a scale's title to display its parent scale information"; $lang['scale']['help_det2']="Delete this scale by clicking on the associated delete icon"; $lang['scale']['help_det3']="Edit this scale by clicking on the associated delete icon"; $lang['scale']['help_sup1']="Choose a deletion method to perform the operation"; $lang['scale']['help_sup2']="For security reasons, please enter the required security code"; $lang['scale']['help_sup3']="Caution: scale deletion involves changes across all modules; this deletion is recommended to expert administrators only"; ?>