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

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