linea21-languages
[ class tree: linea21-languages ] [ index: linea21-languages ] [ all elements ]

Source for file lang_level.utf-8.php

Documentation is available at lang_level.utf-8.php

  1. <?php
  2. /**
  3.  * @package linea21.languages
  4.  * @subpackage en
  5.  * @author linea21 <info@linea21.com> & Stéphanie Loubechine
  6.  * @version $id SVN
  7.  * @access public
  8.  * @license http://opensource.org/licenses/gpl-3.0.html
  9.  */
  10.  
  11.  
  12. /*    nommage des modules
  13.  *      */
  14. $lang['level']['name']="level";
  15. $lang['level']['confirm_mod'"Level successfully updated\n";
  16.  
  17.  
  18. /*    nommage rubrique module
  19.  *      */
  20. $lang['level']['mod']"Edit ".$lang['level']['name'];
  21. $lang['level']['det']$lang['level']['name']" details";
  22. $lang['level']['list']"View levels";
  23.  
  24.  
  25. /*    nommage rubrique add / mod /det
  26.  *      */
  27. $lang['level']['add_title']="Add data about the new ".$lang['level']['name'];
  28. $lang['level']['mod_title']="Edit data about ".$lang['level']['name'];
  29.  
  30.  
  31. /*    nommage élément rubrique
  32.  *      */
  33. $lang['level']['denomination']="Name ";
  34. $lang['level']['description']="Description";
  35. $lang['level']['comment']="Comments for this ".$lang['level']['name'];
  36. $lang['level']['visual_identity_new']"New picture";
  37. $lang['level']['visual_identity']="Picture associated with ".$lang['level']['name'];
  38. $lang['level']['range']="Rank";
  39.  
  40.  
  41.  
  42.  
  43. /*    nommage quickbox
  44.  *      */
  45. $lang['level']['qb_title']=" latest modifications";
  46.  
  47.  
  48. /*    messages
  49.  *      */
  50. $lang['level']['object_notdenomination']="A level name is required";
  51.  
  52.  
  53. /*    rubrique d'aide
  54.  *      */
  55.  
  56.  
  57. $lang['level']['help_list1']="Click on level name to display more informations about this level";
  58. $lang['level']['help_list2']="Edit level by clicking on the edit icon linked in";
  59. $lang['level']['help_list3']="To perform search on levels only, just click the 'search' link";
  60.  
  61.  
  62. $lang['level']['help_mod1']="To edit a level, please insert the required informations in the form above";
  63. $lang['level']['help_mod2']="Once the form submitted, check your data in the summary";
  64. $lang['level']['help_mod3']='Once the summary displayed, click the \'review settings\' button if you need to make new changes';
  65.  
  66. $lang['level']['help_det1']="Edit the current level by clicking on the edit icon linked in";
  67.  
  68.  
  69. ?>

Documentation generated on Thu, 20 Mar 2014 16:48:15 +0100 by phpDocumentor 1.4.1