Source for file lang_contents.utf-8.php
Documentation is available at lang_contents.utf-8.php
* @package linea21.languages
* @author linea21 <info@linea21.com> & Stéphanie Loubechine
* @license http://opensource.org/licenses/gpl-3.0.html
$lang['contents']['name']= 'part';
$lang['contents']['confirm_add'] = "Part successfully added\n";
$lang['contents']['confirm_mod'] = "Part successfully updated\n";
$lang['contents']['confirm_sup'] = "Part successfully deleted\n";
$lang['contents']['publication_type']= 'publication';
$lang['contents']['workshop_type']= 'record';
/* nommage rubrique module
$lang['contents']['add']= 'Add a new '. $lang['contents']['name'];
$lang['contents']['mod']= 'Edit '. $lang['contents']['name'];
$lang['contents']['sup']= 'Delete '. $lang['contents']['name'];
$lang['contents']['det']= ucfirst($lang['contents']['name']). ' details';
$lang['contents']['go_back']= 'Back to ';
/* nommage rubrique add / mod /det
$lang['contents']['add_title']= 'Add data about the new '. $lang['contents']['name'];
$lang['contents']['mod_title']= 'Edit data about '. $lang['contents']['name'];
/* check integrité des données
$lang['contents']['no_title'] = 'Title is required';
$lang['contents']['no_body'] = 'Body is required';
/* nommage élément rubrique
$lang['contents']['supp_info']= 'Part about to be deleted : ';
$lang['contents']['title']= 'title';
$lang['contents']['body']= 'body content';
$lang['contents']['qb_titleadd']= ' latest additions';
$lang['contents']['qb_titlemod']= ' latest modifications';
$lang['contents']['qb_titlesup']= ' latest deletions';
$lang['contents']['qb_titlepubli']= ' latest publications';
$lang['contents']['qb_title_type_W']= ' on the current report';
$lang['contents']['qb_title_type_P']= ' on the current publication';
$lang['contents']['help_add1']= 'To add a new part, please insert the required informations in the form above';
$lang['contents']['help_add2']= 'After submitting the form, check your data in the summary';
$lang['contents']['help_add3']= 'After checking summary, click the \'review settings\' button to make changes';
$lang['contents']['help_mod1']= 'To edit content, please insert the required informations in the form above';
$lang['contents']['help_mod2']= 'Once the form submitted, check your data in the summary';
$lang['contents']['help_mod3']= 'Once the summary displayed, click the \'review settings\' button if you need to make new changes';
$lang['contents']['help_det1']= 'Edit content by clicking on the edit icon linked in';
$lang['contents']['help_det2']= 'Delete content by clicking on the delete icon linked in';
$lang['contents']['help_sup1']= 'Click cancel to abort deletion';
|