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

Source for file lang_sdi.utf-8.php

Documentation is available at lang_sdi.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['sdi']['name']="indicator";
  15. $lang['sdi']['confirm_add'"Indicator successfully added\n";
  16. $lang['sdi']['confirm_mod'"Indicator successfully updated\n";
  17. $lang['sdi']['confirm_sup'="Indicator successfully deleted\n";
  18.  
  19.  
  20. $lang['sdi']['p_name']="provider";
  21. $lang['sdi']['p_confirm_mod'"Provider successfully updated\n";
  22. $lang['sdi']['p_confirm_sup'="Provider successfully deleted\n";
  23.  
  24.  
  25. $lang['sdi']['r_name']="rules";
  26. $lang['sdi']['r_confirm_mod'"Rules successfully updated\n";
  27. $lang['sdi']['r_confirm_sup'="Rules successfully deleted\n";
  28.  
  29.  
  30. $lang['sdi']['e_name']="assessment";
  31. $lang['sdi']['e_confirm_mod'"Assessment successfully updated\n";
  32. $lang['sdi']['e_confirm_sup'="Assessment successfully deleted\n";
  33.  
  34.  
  35. /*    nommage rubrique module
  36.  *      */
  37. $lang['sdi']['add']"Add a new ".$lang['sdi']['name'];
  38.  
  39.  
  40. $lang['sdi']['mod']"Edit global informations";
  41. $lang['sdi']['sup']"Delete the ".$lang['sdi']['name'];
  42.  
  43.  
  44. $lang['sdi']['mod_e']"Edit ".$lang['sdi']['e_name'];
  45. $lang['sdi']['sup_e']"Delete the ".$lang['sdi']['e_name'];
  46.  
  47.  
  48. $lang['sdi']['mod_p']"Edit ".$lang['sdi']['p_name'];
  49. $lang['sdi']['sup_p']"Delete the ".$lang['sdi']['p_name'];
  50.  
  51.  
  52. $lang['sdi']['mod_r']"Edit ".$lang['sdi']['r_name'];
  53. $lang['sdi']['sup_r']"Delete the ".$lang['sdi']['r_name'];
  54.  
  55.  
  56. $lang['sdi']['det']ucfirst($lang['sdi']['name']" details";
  57. $lang['sdi']['list']"View indicators";
  58.  
  59.  
  60. /*    nommage rubrique add / mod /det
  61.  *      */
  62. $lang['sdi']['add_title1']="Add global informations about the new ".$lang['sdi']['name'];
  63. $lang['sdi']['add_title2']="Add assessment's criteria about the new ".$lang['sdi']['name'];
  64. $lang['sdi']['add_title3']="Add provider's contact details about the new ".$lang['sdi']['name'];
  65. $lang['sdi']['add_title4']="Add rules about the new ".$lang['sdi']['name'];
  66.  
  67.  
  68. $lang['sdi']['mod_title']="Edit global informations about :";
  69. $lang['sdi']['mod_title2']="Edit assessment's criteria about :";
  70. $lang['sdi']['mod_title3']="Edit provider's contact details about :";
  71. $lang['sdi']['mod_title4']="Edit rules about :";
  72.  
  73.  
  74. $lang['sdi']['recap_commment']="no comment";
  75. $lang['sdi']['confirmation']="confirm subscription";
  76.  
  77.  
  78.  
  79.  
  80. /*    nommage étapes add
  81.  *      */
  82.  
  83.  
  84. $lang['sdi']['add_step1']="global informations";
  85. $lang['sdi']['add_step2']="assessment";
  86. $lang['sdi']['add_step3']="provider";
  87. $lang['sdi']['add_step4']="rules";
  88. $lang['sdi']['btn_step1']="step 2";
  89. $lang['sdi']['btn_step2']="step 3";
  90. $lang['sdi']['btn_step3']="step 4";
  91. $lang['sdi']['btn_fin']="end now!";
  92.  
  93.  
  94. /*    nommage rubrique sup
  95.  *      */
  96. $lang['sdi']['sup_sdi_warning']="Are you sure you want to delete this ".$lang['sdi']['name']." ?";
  97. $lang['sdi']['sup_sdi_warning2']="The removal of this indicator induced deletion of his provider, rules, its values and its assessment criteria.";
  98. $lang['sdi']['sup_sdi_warning3']="Caution, the theme associated with this indicator will be empty after deletion";
  99. /*    nommage élément rubrique
  100.  *      */
  101.  
  102. $lang['sdi']['name2']="name";
  103. $lang['sdi']['type']="indicator type";
  104. $lang['sdi']['dashboard_viz']="vizualisation type - dashboard";
  105. $lang['sdi']['detail_viz']="vizualisation type - detail";
  106. $lang['sdi']['description']="description";
  107. $lang['sdi']['comment']="comments";
  108. $lang['sdi']['theme']="destination theme";
  109. $lang['sdi']['range']="rank";
  110. $lang['sdi']['goal']="objectives (goals)";
  111. $lang['sdi']['consulting']="tips for improvement";
  112. $lang['sdi']['attached_to_dashboard']="Attached to dashboard";
  113. $lang['sdi']['not_attached_to_dashboard']="Not attached to dashboard";
  114. $lang['sdi']['info_mesure']="measures informations";
  115. $lang['sdi']['unit']="unit of measurement";
  116. $lang['sdi']['max_value']="maximum";
  117. $lang['sdi']['min_value']="minimum";
  118. $lang['sdi']['initial_threshold_value']="initial threshold";
  119. $lang['sdi']['threshold_value']="threshold";
  120. $lang['sdi']['threshold_relative']="relative behavior to threshold";
  121. $lang['sdi']['threshold_relative_comment']="Check this box if the goal is reached for a value superior to the threshold.";
  122. $lang['sdi']['threshold_relative_Y']="the goal is achieved if the value exceeds the threshold.";
  123. $lang['sdi']['threshold_relative_N']="the goal is not achieved if the value exceeds the threshold.";
  124. $lang['sdi']['frequency']="collect frequency";
  125.  
  126.  
  127. $lang['sdi']['e_title']="Criteria for evaluating data";
  128. $lang['sdi']['e_scale_compare']="comparability";
  129. $lang['sdi']['e_fiability']="fiability";
  130. $lang['sdi']['e_accessibility']="accessibility";
  131. $lang['sdi']['e_lisibility']="readibility";
  132. $lang['sdi']['e_relevance']="relevance";
  133. $lang['sdi']['e_global_performance']="overall performance";
  134.  
  135.  
  136. $lang['sdi']['p_title']="data provider";
  137. $lang['sdi']['p_name']="name";
  138. $lang['sdi']['p_service']="service";
  139. $lang['sdi']['p_description']="description";
  140. $lang['sdi']['p_incharge']="incharge";
  141. $lang['sdi']['p_address']="address";
  142. $lang['sdi']['p_phone']="phone number";
  143. $lang['sdi']['p_fax']="fax number";
  144. $lang['sdi']['p_email']="email";
  145.  
  146.  
  147. $lang['sdi']['r_title']="rules reference";
  148. $lang['sdi']['r_body']="regulation text";
  149. $lang['sdi']['r_referer_uri']="link (url)";
  150. $lang['sdi']['r_mask_uri']="link (text to display)";
  151.  
  152. /** select-box option and values (keys) */
  153. $lang['sdi']['select_type']['quantitative']='quantitative';
  154. $lang['sdi']['select_type']['qualitative']='qualitative';
  155. $lang['sdi']['select_dashboard_viz']['raw']='raw value';
  156. $lang['sdi']['select_dashboard_viz']['gauge']='gauge';
  157. $lang['sdi']['select_detail_viz']['column']='colmun';
  158.  
  159. /*    nommage quickbox
  160.  *      */
  161. $lang['sdi']['qb_add_title']=" latest additions";
  162. $lang['sdi']['qb_mod_title']=" latest modifications";
  163.  
  164.  
  165. /*    divers
  166.  *      */
  167. $lang['sdi']['select_choice']="-- Choose in this list --";
  168. $lang['sdi']['facultatif']="Optional";
  169. $lang['sdi']['theme_filter']="Display by theme";
  170. $lang['sdi']['notheme']="No theme";
  171. $lang['sdi']['aff_sdi_e']="Display assessment criteria";
  172. $lang['sdi']['modify_sdi_e']="Update assessment criteria";
  173.  
  174. $lang['sdi']['aff_sdi_r']="Display rules";
  175. $lang['sdi']['modify_sdi_r']="Update rules";
  176. $lang['sdi']['aff_sdi_p']="Display provider informations";
  177. $lang['sdi']['modify_sdi_p']="Update provider informations";
  178. $lang['sdi']['noresultp']="Add a new provider by clicking on the add icon linked in";
  179. $lang['sdi']['noresultr']="Add a new rule by clicking on the add icon linked in";
  180. $lang['sdi']['url']='<acronym title="Uniform Resource Locator">URL</acronym>';
  181.  
  182.  
  183. /*    messages
  184.  *      */
  185.  
  186.  
  187. $lang['sdi']['object_notname']="Name is required.";
  188. $lang['sdi']['object_notdescription']="Description is required.";
  189. $lang['sdi']['object_nottheme']="Theme is required.";
  190. $lang['sdi']['object_notrange']="Rank is required.";
  191. $lang['sdi']['object_notunit']="Unit is required.";
  192. $lang['sdi']['object_notmax_value']="Maximal value must be numerical.";
  193. $lang['sdi']['object_notmin_value']="Minimal value must be numerical.";
  194. $lang['sdi']['object_notthreshold_value']="Threshold value must be numerical.";
  195. $lang['sdi']['object_notfrequency']="Frequency value must be numerical.";
  196. $lang['sdi']['server_noresponse']='Wrong url : no response from the server, please check your syntax';
  197.  
  198.  
  199.  
  200.  
  201. $lang['sdi']['object_note_scale_compare']="Comparability must be a numerical value.";
  202. $lang['sdi']['object_note_fiability']="Fiability must be a numerical value.";
  203. $lang['sdi']['object_note_accessibility']="Accessibility must be a numerical value.";
  204. $lang['sdi']['object_note_lisibility']="Readability must be a numerical value.";
  205. $lang['sdi']['object_note_relevance']="Relevance must be a numerical value.";
  206. $lang['sdi']['object_note_global_performance']="Overall performance must be a numerical value.";
  207.  
  208.  
  209.  
  210.  
  211. $lang['sdi']['object_notp_name']="Provider name is required";
  212. $lang['sdi']['object_notp_address']="Address is required";
  213. $lang['sdi']['object_notp_phone']="Phone number is not valid";
  214. $lang['sdi']['object_notp_fax']="Fax number is not valid";
  215. $lang['sdi']['object_notp_mail']="Email is not valid";
  216.  
  217.  
  218. $lang['sdi']['object_notr_title']="Rules reference is required";
  219. $lang['sdi']['object_notr_body']="Regulation text is required";
  220.  
  221.  
  222. /*    rubrique d'aide
  223.  *      */
  224. $lang['sdi']['help_add1']="To add a new indicator, please insert the required informations in the form above";
  225. $lang['sdi']['help_add2']="Four steps are required to add an indicator : global informations -> assessment -> provider -> rules";
  226. $lang['sdi']['help_add3']="After submitting the form, check your data in the summary";
  227. $lang['sdi']['help_add4']='After checking summary, click the \'review settings\' button to make new changes';
  228. $lang['sdi']['help_add5']="Click the '".$lang['sdi']['btn_fin']."' button to directly access the summary and quickly add a record";
  229. $lang['sdi']['help_add6']="Fields marked with an asterisk are required";
  230.  
  231.  
  232. $lang['sdi']['help_list1']="Click on indicator titles to display more informations";
  233. $lang['sdi']['help_list2']="Delete indicator by clicking on the delete icon linked in";
  234. $lang['sdi']['help_list3']="Edit indicator by clicking on the edit icon linked in";
  235. $lang['sdi']['help_list4']="To add a new indicator, please insert the required informations in the form above";
  236. $lang['sdi']['help_list5']="To perform search on indicators only, just click the 'search' link";
  237.  
  238. $lang['sdi']['help_mod1']="To edit global informations, please insert the required informations in the form above";
  239. $lang['sdi']['help_mod2']="After submitting the form, check your data in the summary";
  240. $lang['sdi']['help_mod3']="After checking summary, click the \'review settings\' button to make new changes";
  241. $lang['sdi']['help_mod4']="To edit provider informations, rules and assessment, click  the 'update informations' button  at the top of the page.";
  242. $lang['sdi']['help_mod5']="Edit global informations by clicking on the edit icon linked in on the indicators details page.";
  243.  
  244.  
  245. $lang['sdi']['help_mod_p1']="To edit provider informations, please insert the required informations in the form above";
  246. $lang['sdi']['help_mod_e1']="To edit assessment informations, please insert the required informations in the form above";
  247. $lang['sdi']['help_mod_r1']="To edit rules informations, please insert the required informations in the form above";
  248.  
  249.  
  250. $lang['sdi']['help_det1']="Edit global informations by clicking on the edit icon linked in";
  251. $lang['sdi']['help_det2']="Delete indicator by clicking on the delete icon linked in";
  252. $lang['sdi']['help_det3']="Click on indicator themes to display more informations about this theme";
  253. $lang['sdi']['help_det4']="To display provider informations, rules and assessment, click  the 'display informations' button  at the bottom of the page.";
  254. $lang['sdi']['help_det5']="Edit information providers, rules and assessments by clicking on the edit icon linked in";
  255.  
  256.  
  257. $lang['sdi']['help_sup1']="Click on validate to definitively delete indicators and associated values (providers, rules and assessment)";
  258. $lang['sdi']['help_sup2']="A warning message will appear if the theme is empty after the indicator deletion";
  259. ?>

Documentation generated on Mon, 08 Apr 2013 18:15:00 +0200 by phpDocumentor 1.4.1