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

Source for file lang_contents.utf-8.php

Documentation is available at lang_contents.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['contents']['name']='part';
  15. $lang['contents']['confirm_add'"Part successfully added\n";
  16. $lang['contents']['confirm_mod'"Part successfully updated\n";
  17. $lang['contents']['confirm_sup'="Part successfully deleted\n";
  18.  
  19. /*    nommage des 'parents'
  20.  *      */
  21. $lang['contents']['publication_type']='publication';
  22. $lang['contents']['workshop_type']='record';
  23.  
  24. /*    nommage rubrique module
  25.  *      */
  26. $lang['contents']['add']'Add a new '.$lang['contents']['name'];
  27. $lang['contents']['mod']'Edit '.$lang['contents']['name'];
  28. $lang['contents']['sup']'Delete '.$lang['contents']['name'];
  29. $lang['contents']['det']ucfirst($lang['contents']['name'])' details';
  30. $lang['contents']['go_back']='Back to ';
  31.  
  32.  
  33. /*    nommage rubrique add / mod /det
  34.  *      */
  35. $lang['contents']['add_title']='Add data about the new '.$lang['contents']['name'];
  36. $lang['contents']['mod_title']='Edit data about '.$lang['contents']['name'];
  37.  
  38.  
  39. /*    check integrité des données
  40.  *      */
  41. $lang['contents']['no_title''Title is required';
  42. $lang['contents']['no_body''Body is required';
  43.  
  44.  
  45. /*    nommage élément rubrique
  46.  *      */
  47. $lang['contents']['supp_info']='Part about to be deleted : ';
  48. $lang['contents']['title']='title';
  49. $lang['contents']['body']='body content';
  50.  
  51. /*    nommage quickbox
  52.  *      */
  53. $lang['contents']['qb_titleadd']=' latest additions';
  54. $lang['contents']['qb_titlemod']=' latest modifications';
  55. $lang['contents']['qb_titlesup']=' latest deletions';
  56. $lang['contents']['qb_titlepubli']=' latest publications';
  57. $lang['contents']['qb_title_type_W']=' on the current report';
  58. $lang['contents']['qb_title_type_P']=' on the current publication';
  59.  
  60. /*    rubrique d'aide
  61.  *      */
  62. $lang['contents']['help_add1']='To add a new part, please insert the required informations in the form above';
  63. $lang['contents']['help_add2']='After submitting the form, check your data in the summary';
  64. $lang['contents']['help_add3']='After checking summary, click the \'review settings\' button to make changes';
  65.  
  66. $lang['contents']['help_mod1']='To edit content, please insert the required informations in the form above';
  67. $lang['contents']['help_mod2']='Once the form submitted, check your data in the summary';
  68. $lang['contents']['help_mod3']='Once the summary displayed, click the \'review settings\' button if you need to make new changes';
  69.  
  70.  
  71. $lang['contents']['help_det1']='Edit content by clicking on the edit icon linked in';
  72. $lang['contents']['help_det2']='Delete content by clicking on the delete icon linked in';
  73.  
  74. $lang['contents']['help_sup1']='Click cancel to abort deletion';
  75.  
  76.  
  77. ?>

Documentation generated on Thu, 03 May 2012 15:05:24 +0200 by phpDocumentor 1.4.1