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

Source for file lang_theme.utf-8.php

Documentation is available at lang_theme.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.  
  13. /*    confirmation
  14.  *      */
  15. $lang['theme']['name']="theme";
  16. $lang['theme']['confirm_add'"Theme successfully added\n";
  17. $lang['theme']['confirm_mod'"Theme successfully updated\n";
  18. $lang['theme']['confirm_sup'="Theme successfully deleted\n";
  19.  
  20. /*    nommage rubrique add / mod /det
  21.  *      */
  22. $lang['theme']['add_title']="Add data about the new ".$lang['theme']['name'];
  23. $lang['theme']['mod_title']="Edit data about ".$lang['theme']['name'];
  24.  
  25.  
  26. /*    nommage rubrique module
  27.  *      */
  28. $lang['theme']['add']"Add a new ".$lang['theme']['name'];
  29. $lang['theme']['mod']"Edit ".$lang['theme']['name'];
  30. $lang['theme']['sup']"Delete ".$lang['theme']['name'];
  31. $lang['theme']['det']ucfirst($lang['theme']['name']" details";
  32. $lang['theme']['list']"View themes";
  33. $lang['sdtheme']['det']"Main theme details";
  34.  
  35. /*    nommage élément rubrique
  36.  *      */
  37. $lang['theme']['is_root']="Main theme ?";
  38. $lang['theme']['denomination']="Denomination";
  39. $lang['theme']['sdtheme']="Main theme";
  40. $lang['theme']['photouri']="Associated picture";
  41. $lang['theme']['statut']="Status";
  42.  
  43. $lang['theme']['description']="Description";
  44. $lang['theme']['description_all']="Global description (for all modules)";
  45. $lang['theme']['desc_all']="Global description (mutual).";
  46. $lang['theme']['description_det']$lang['theme']['name']." description by module.";
  47. $lang['theme']['desc_det_project']="Projects  (description)";
  48. $lang['theme']['desc_det_dashboard']="Dashboard (description)";
  49. $lang['theme']['desc_det_publication']="Publications (description)";
  50. $lang['theme']['desc_det_news']="News (description)";
  51. $lang['theme']['desc_det_workshop']="Workgroups (description)";
  52. $lang['theme']['desc_det_forum']="Forums (description)";
  53.  
  54. /*    nommage rubrique sup
  55.  *      */
  56. $lang['theme']['sup_massd']"Delete all the associated resources";
  57. $lang['theme']['sup_massm']"Attach all the associated resources to another theme";
  58. $lang['theme']['sup_transfert']"Transfer theme";
  59.  
  60. /*    nommage quickbox
  61.  *      */
  62. $lang['theme']['qb_titleadd']=" latest additions";
  63. $lang['theme']['qb_titlemod']=" latest modifications";
  64. $lang['theme']['qb_titlesup']=" latest deletions";
  65.  
  66. /*    messages
  67.  *      */
  68. $lang['theme']['object_notdenomination']="Denomination is required";
  69. $lang['theme']['object_notSDtheme']="Association with SD theme is required";
  70. $lang['theme']['object_notdesc_completed']="Description for each module is required";
  71. $lang['theme']['object_notstatus']="Status is required";
  72. $lang['theme']['sup_nomethod']="Deletion methods is required!";
  73. $lang['theme']['sup_notheme']="Transfer theme is required!";
  74. $lang['theme']['sup_mass_delete']="Caution, theme deletion will also delete attached resources!";
  75. $lang['theme']['sup_mass_modify']="Caution, theme transfer will also transfer attached resources!";
  76.  
  77. /*    rubrique d'aide
  78.  *      */
  79. $lang['theme']['help_add1']="To add a theme, please insert the required informations in the form above";
  80. $lang['theme']['help_add2']="An association with SD theme is required";
  81. $lang['theme']['help_add3']="After submitting the form, check your data in the summary";
  82. $lang['theme']['help_add4']='After checking summary, click the \'review settings\' button to make new changes';
  83.  
  84.  
  85. $lang['theme']['help_list1']="Click on theme titles to display more informations";
  86. $lang['theme']['help_list2']="Delete theme by clicking on the delete icon linked in";
  87. $lang['theme']['help_list3']="Edit theme by clicking on the edit icon linked in";
  88. $lang['theme']['help_list4']="To add a theme, please insert the required informations in the form above";
  89. $lang['theme']['help_list5']="To perform search on themes only, just click the 'search' link";
  90.  
  91.  
  92. $lang['theme']['help_mod1']="To edit a theme, please insert the required informations in the form above";
  93. $lang['theme']['help_mod2']="Once the form submitted, check your data in the summary";
  94. $lang['theme']['help_mod3']='After checking summary, click the \'review settings\' button to make new changes';
  95.  
  96.  
  97. $lang['theme']['help_det1']="Click on theme titles to display this parent scale";
  98. $lang['theme']['help_det2']="Delete theme by clicking on the delete icon linked in";
  99. $lang['theme']['help_det3']="Edit theme by clicking on the edit icon linked in";
  100. $lang['sdtheme']['help_det1']="This theme is the SD Root. this root is not editable or deletable";
  101.  
  102.  
  103. $lang['theme']['help_sup1']="Deletion method is required";
  104. $lang['theme']['help_sup2']="Security code is required";
  105. $lang['theme']['help_sup3']="Caution, theme's deletion involves changes in the whole application; this deletion is recommanded to expert only";
  106.  
  107. ?>

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