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

Source for file lang_scale.utf-8.php

Documentation is available at lang_scale.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['scale']['name']="scale";
  15. $lang['scale']['confirm_add'"scale successfully added\n";
  16. $lang['scale']['confirm_mod'"Scale successfully updated\n";
  17. $lang['scale']['confirm_sup'="Scale successfully deleted\n";
  18.  
  19.  
  20. /*    nommage rubrique module
  21.  *      */
  22. $lang['scale']['add']"Add a new ".$lang['scale']['name'];
  23. $lang['scale']['mod']"Edit ".$lang['scale']['name'];
  24. $lang['scale']['sup']"Delete ".$lang['scale']['name'];
  25. $lang['scale']['det']ucfirst($lang['scale']['name'])" details";
  26. $lang['scale']['list']"View scales";
  27.  
  28.  
  29. /*    nommage rubrique add / mod /det
  30.  *      */
  31. $lang['scale']['add_title']="Add data about the new ".$lang['scale']['name'];
  32.  
  33.  
  34.  
  35. /*    nommage rubrique sup
  36.  *      */
  37. $lang['scale']['sup_massd']"Do you want to delete all sub-scales associated with this scale?";
  38. $lang['scale']['sup_massm']"Do you want to transfer all these sub-scales to another scale ?";
  39. $lang['scale']['sup_transfert']"Transfer scale";
  40. /*    nommage élément rubrique
  41.  *      */
  42. $lang['scale']['denomination']="name";
  43. $lang['scale']['surface']="surface";
  44. $lang['scale']['population']="population";
  45. $lang['scale']['root']="parent scale";
  46. $lang['scale']['comment']="Comment linked with this ".$lang['scale']['name'];
  47.  
  48.  
  49. /*    nommage quickbox
  50.  *      */
  51. $lang['scale']['qb_titleadd']=" latest additions";
  52. $lang['scale']['qb_titlemod']=" latest modifications";
  53. $lang['scale']['qb_titlesup']=" last deletes";
  54.  
  55.  
  56. /*    divers
  57.  *      */
  58. $lang['scale']['select_choice']="-- Choose in this list --";
  59.  
  60.  
  61. /*    messages
  62.  *      */
  63. $lang['scale']['object_notdenomination']="Name is required";
  64. $lang['scale']['object_notnumsurface']="Area must be numerical";
  65. $lang['scale']['object_notnuminhabitants']="Population must be an integer";
  66. $lang['scale']['object_notroot']="Parent scale is required";
  67. $lang['scale']['sup_nomethod']="Deletion method is required";
  68. $lang['scale']['sup_noscale']="Transfer scale is required";
  69. $lang['scale']['sup_scale_info1']="Caution, scale transfer will include dependency tansfer of subscales, news, publications and indicators associated with!";
  70. $lang['scale']['sup_scale_info2']="Caution, scale deletion will also remove subscales, projetcs, news, publications and indicators associated with!";
  71.  
  72.  
  73. /*    rubrique d'aide
  74.  *      */
  75. $lang['scale']['help_add1']="To add a new scale, please insert the required informations in the form above";
  76. $lang['scale']['help_add2']="A parent scale is required";
  77. $lang['scale']['help_add3']="After submitting the form, check your data in the summary";
  78. $lang['scale']['help_add4']='After checking summary, click the \'review settings\' button to make changes';
  79.  
  80. $lang['scale']['help_list1']="Click on scale title to display more informations";
  81. $lang['scale']['help_list2']="Delete this scale by clicking on the delete icon linked in";
  82. $lang['scale']['help_list3']="Edit this scale by clicking on the edit icon linked in";
  83. $lang['scale']['help_list4']='Click \'add a new scale\' button for adding scale';
  84. $lang['scale']['help_list5']="To perform search on scales only, just click the 'search' link";
  85.  
  86. $lang['scale']['help_mod1']="To edit a scale, please insert the required informations in the form above";
  87. $lang['scale']['help_mod2']="Once the form submitted, check your data in the summary";
  88. $lang['scale']['help_mod3']="Once the summary displayed, click the \'review settings\' button if you need to make new changes";
  89.  
  90. $lang['scale']['help_det1']="Click on parent's scale title to display its parent's scale information";
  91. $lang['scale']['help_det2']="Delete this scale by clicking on the delete icon linked in";
  92. $lang['scale']['help_det3']="Edit this scale by clicking on the edit icon linked in";
  93.  
  94. $lang['scale']['help_sup1']="Choose a deletion method to perform the operation";
  95. $lang['scale']['help_sup2']="For secutity reasons, please enter the required security code";
  96. $lang['scale']['help_sup3']="Caution, scale's deletion involves changes in the whole application; this deletion is recommanded to expert only";
  97. ?>

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