* @version $Id$ * @access public * @license http://opensource.org/licenses/gpl-3.0.html */ /* 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']= "Delete ".$lang['tag']['name']; $lang['tag']['list']= "See tags"; /* nommage rubrique add / mod /det * */ $lang['tag']['mod_title']="Editing ".$lang['tag']['name']; $lang['tag']['no_name']='Please enter 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 a new tag directly from the content you are editing"; $lang['tag']['help_list1']="Click on a tag's name to show its details and associated resources"; $lang['tag']['help_list2']="Edit a tag by clicking on the associated edit icon"; $lang['tag']['help_list3']="You can search tags at any time by just clicking 'search'"; $lang['tag']['help_mod1']="You can edit a tag in the form above"; $lang['tag']['help_mod2']="After submitting the form, check your data in the summary"; $lang['tag']['help_mod3']='If you are not satisfied with the summary, click the \'review settings\' button to make new changes'; $lang['tag']['help_det1']="Edit the current tag by clicking on the associated edit icon"; ?>