* @version $Id$ * @access public * @license http://opensource.org/licenses/gpl-3.0.html */ // @todo translation full file /* nommage des modules * */ $lang['tag']['name']="tag"; $lang['tag']['confirm_mod'] = "Tag successfully updated"; $lang['tag']['confirm_sup'] = "Tag successfully deleted"; /* nommage rubrique module * */ $lang['tag']['mod']= "Edit ".$lang['tag']['name']; $lang['tag']['det']= $lang['tag']['name']. " details"; $lang['tag']['sup']= "Remove ".$lang['tag']['name']; $lang['tag']['list']= "View tags"; /* nommage rubrique add / mod /det * */ $lang['tag']['mod_title']="Editing ".$lang['tag']['name']; $lang['tag']['no_name']='Please, provide a tag name'; /* nommage élément rubrique * */ $lang['tag']['denomination']="name"; $lang['tag']['comment']="comment"; $lang['tag']['occurence']="Hit"; $lang['tag']['nb_total']='%s tag(s) are stored in database.'; /* nommage quickbox * */ $lang['tag']['qb_title']=" latest modifications"; /* rubrique d'aide * */ $lang['tag']['help_add1']="Create directly a new tag from the content you are editing"; $lang['tag']['help_list1']="Click on tag name to display more informations about it"; $lang['tag']['help_list2']="Edit tag by clicking on the edit icon linked in"; $lang['tag']['help_list3']="To perform search on tags only, just click the 'search' link"; $lang['tag']['help_mod1']="To edit a tag, please insert the required informations in the form above"; $lang['tag']['help_mod2']="Once the form submitted, check your data in the summary"; $lang['tag']['help_mod3']='Once the summary displayed, click the \'review settings\' button if you need to make new changes'; $lang['tag']['help_det1']="Edit the current tag by clicking on the edit icon linked in"; ?>