Source for file lang_level.utf-8.php
Documentation is available at lang_level.utf-8.php
* @package linea21.languages
* @author linea21 <info@linea21.com> & Stéphanie Loubechine
* @license http://opensource.org/licenses/gpl-3.0.html
$lang['level']['name']= "level";
$lang['level']['confirm_mod'] = "Level successfully updated\n";
/* nommage rubrique module
$lang['level']['mod']= "Edit ". $lang['level']['name'];
$lang['level']['det']= $lang['level']['name']. " details";
$lang['level']['list']= "View levels";
/* nommage rubrique add / mod /det
$lang['level']['add_title']= "Add data about the new ". $lang['level']['name'];
$lang['level']['mod_title']= "Edit data about ". $lang['level']['name'];
/* nommage élément rubrique
$lang['level']['denomination']= "Name ";
$lang['level']['description']= "Description";
$lang['level']['comment']= "Comments for this ". $lang['level']['name'];
$lang['level']['visual_identity_new']= "New picture";
$lang['level']['visual_identity']= "Picture associated with ". $lang['level']['name'];
$lang['level']['range']= "Rank";
$lang['level']['qb_title']= " latest modifications";
$lang['level']['object_notdenomination']= "A level name is required";
$lang['level']['help_list1']= "Click on level name to display more informations about this level";
$lang['level']['help_list2']= "Edit level by clicking on the edit icon linked in";
$lang['level']['help_list3']= "To perform search on levels only, just click the 'search' link";
$lang['level']['help_mod1']= "To edit a level, please insert the required informations in the form above";
$lang['level']['help_mod2']= "Once the form submitted, check your data in the summary";
$lang['level']['help_mod3']= 'Once the summary displayed, click the \'review settings\' button if you need to make new changes';
$lang['level']['help_det1']= "Edit the current level by clicking on the edit icon linked in";
|