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

Source for file lang_common.utf-8.php

Documentation is available at lang_common.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 pour menu
  13.  *      */
  14. $lang['menu']['general'"Global manager";
  15. $lang['menu']['theme'"Themes manager";
  16. $lang['menu']['scale'"Scales manager";
  17. $lang['menu']['level'"Levels manager";
  18. $lang['menu']['user'"Users manager";
  19. $lang['menu']['news'"News manager";
  20. $lang['menu']['newsletter'"Newsletters manager";
  21. $lang['menu']['yellowpages'"Directory manager";
  22. $lang['menu']['workshop'"Workgroups manager";
  23. $lang['menu']['publication'"Publications manager";
  24. $lang['menu']['sdi'"Indicators manager";
  25. $lang['menu']['project'"Projects manager";
  26. $lang['menu']['forum'"Forums manager";
  27. $lang['menu']['comment'"Comments manager";
  28. $lang['menu']['item'"Selected item";
  29. $lang['menu']['search'"Search";
  30. $lang['menu']['advancedsearch'"Advanced search";
  31. $lang['menu']['dashboard'"Dashboard manager";
  32. $lang['menu']['system'"System configuration";
  33. $lang['menu']['plugins'"Plugins";
  34. $lang['menu']['library'"Library";
  35.  
  36. /*    nommage des modules
  37.  *      */
  38. $lang['name']['news_module'"news";
  39. $lang['name']['publication_module'"publication";
  40. $lang['name']['det_publication_module'"Publication part";
  41. $lang['name']['workshop_module'"workgroup";
  42. $lang['name']['workshoprep_module'"workgroup report";
  43. $lang['name']['workshoprepcon_module'"workgroup report part";
  44. $lang['name']['workshopcal_module'"calendar";
  45. $lang['name']['workshopcom_module'"topic";
  46. $lang['name']['sdi_module''sustainable development indicator';
  47.  
  48. /*    nommage header
  49.  *      */
  50. $lang['header']['title']"Linea 21, your administration console";
  51. $lang['header']['welcome']"Welcome";
  52. $lang['header']['deconnexion']"Log out";
  53. $lang['header']['deconnexion_title']"log out";
  54. $lang['header']['myaccount']="My account";
  55. $lang['header']['myaccount_title']="identification / access to my account";
  56. $lang['header']['goto_contents']="Go to content";
  57.  
  58. /*    nommage chemin
  59.  *      */
  60. $lang['way']['home']"Home";
  61. $lang['recap']['title']="Summary data";
  62.  
  63. /*    action bouton
  64.  *      */
  65. $lang['btn']['valid']"validate";
  66. $lang['btn']['save']"save";
  67. $lang['btn']['annul']"cancel";
  68. $lang['btn']['preview']"review settings";
  69. $lang['btn']['read_more']"→ Read more";
  70.  
  71. /*    statut
  72.  
  73. *      */
  74. $lang['statut']['draft']='draft';
  75. $lang['statut']['draftpdf']='private';
  76. $lang['statut']['published_on']="published on";
  77. $lang['statut']['archived_on']="archived on";
  78. $lang['statut']['public']="Public";
  79. $lang['statut']['E']="Deleted";
  80. $lang['statut']['AA']="Private archives";
  81. $lang['statut']['PA']="Public archives";
  82. $lang['statut']['W']="pending - planned";
  83. $lang['statut']['C']="Closed";
  84. $lang['statut']['U']="User";
  85. $lang['statut']['O']="Organizer";
  86. $lang['statut']['A']="Administrator";
  87.  
  88.  
  89. /*    Contact
  90.  *      */
  91. $lang['contact']['name']"Name";
  92. $lang['contact']['email']="Email";
  93. $lang['contact']['subject']"Subject";
  94. $lang['contact']['body']="Body";
  95. $lang['contact']['email_error']="<em>%s</em> is not a valid email.";
  96. $lang['contact']['str_error']"Please fill-up the field <em>%s</em>.";
  97. $lang['contact']['message_sent']="Your message has been sent with success.";
  98. $lang['contact']['contact_us']="Contact us";
  99.  
  100. /*    divers
  101.  *      */
  102. $lang['divers']['yes']='yes';
  103. $lang['divers']['no']='no';
  104. $lang['divers']['nc']='none';
  105. $lang['divers']['none']='none';
  106. $lang['divers']['actions']='actions';
  107. $lang['divers']['no_comment']='no comment';
  108. $lang['divers']['comment']='comment';
  109. $lang['divers']['optional']='optional';
  110. $lang['divers']['nodata']='no data';
  111. $lang['divers']['novisu']="no associated picture";
  112. $lang['divers']['see_visual']='show picture';
  113. $lang['divers']['last_modify']="updated on";
  114. $lang['divers']['date_crea']="created on";
  115. $lang['divers']['date_sup']="deleted on";
  116. $lang['divers']['date_publi']="published on";
  117. $lang['divers']['sup_confirm']="Confirm deletion";
  118. $lang['divers']['statut']="status";
  119. $lang['divers']['range']="rank";
  120. $lang['divers']['query_result']="Query result";
  121. $lang['divers']['record']="record";
  122. $lang['divers']['records']="records";
  123. $lang['divers']['version']="Linea 21 administration console : version ".LINEA_VERSION;
  124. $lang['divers']['select_choice']="~~ Choose in this list ~~";
  125. $lang['divers']['select_choice2']="~~ Choose ~~";
  126. $lang['divers']['enlarge_photo']='enlarged picture (on click)';
  127. $lang['divers']['by']="by";
  128. $lang['divers']['goto_archives']='Go to archives';
  129. $lang['divers']['goto_currentlist']='back to the main list';
  130. $lang['divers']['page']='page';
  131. $lang['divers']['seconds']='seconds';
  132. $lang['divers']['back_public']='Go to website';
  133. $lang['divers']['backpage']='Previous page';
  134. $lang['divers']['licence']='software under %s license ';
  135. $lang['divers']['select_all']='select all';
  136. $lang['divers']['modify']='Modify';
  137. $lang['divers']['delete']='Delete';
  138. $lang['divers']['permalink']='permalink';
  139. $lang['divers']['404']="The page you are looking for does not exist!";
  140. $lang['divers']['no_files']="no file";
  141. $lang['divers']['browse']="Browse ...";
  142. $lang['divers']['dl']="Download";
  143. $lang['divers']['up']="Upload";
  144. $lang['divers']['up_file']="Upload file";
  145. $lang['divers']['delqueue']="Delete queue";
  146. $lang['divers']['replace_file'"Do you want to replace the file";
  147. $lang['access']['workgroup']="Access to the group";
  148. $lang['workshop_mod']['event_common']='Event common to all workgroups';
  149.  
  150. /* system
  151.  ************************/
  152. $lang['divers']['cookies']='Sorry, cookies must be enabled to switch styles.';
  153. $lang['divers']['redirect_string']='You will be redirected on %s within %d seconds.';
  154. $lang['divers']['sql_connect_failed']='The connection to SQL server failed';
  155. $lang['divers']['db_connect_failed']='The connection to the database failed';
  156. $lang['divers']['sql_query_failed']='SQL query failed';
  157. $lang['alert']['cookie_disabled']='Your browser does not accept cookies. Please enable cookies to log-in.';
  158. $lang['filemanager']['browse']="Browse Filemanager";
  159.  
  160. /*
  161.  * Messages
  162.  */
  163. $lang['msg']['update_successful']='Update successful.';
  164. $lang['msg']['update_failed']='Update failed.';
  165. $lang['msg']['action_not_allowed']='Action not allowed.';
  166.  
  167. /*    security
  168.  *      */
  169. $lang['antispam']['info']="Anti-spam";
  170. $lang['security']['info']="For security reasons, please type the code here";
  171. $lang['security']['info2']="Please, copy the code in the dedicated field";
  172. $lang['security']['message']="Security code is incorrect! Caution, the code is case-sensitive";
  173.  
  174.  
  175. /*    aide
  176.  *      */
  177. $lang['help']['name']="Help";
  178. $lang['help']['title']="Do you need help ? click here";
  179. $lang['help']['img']="Do you need help ? click here";
  180. $lang['help']['contact']="Any question regarding Linea21 administration";
  181. $lang['help']['support']="contact our support";
  182.  
  183. /*    interface publique
  184.  *      */
  185. $lang['groups']['mine']="My groups";
  186. $lang['groups']['his']="His groups";
  187. $lang['divers']['level']="Level ";
  188. $lang['divers']['scale']="Scale ";
  189. $lang['divers']['themeref']="Theme ";
  190.  
  191. $lang['divers']['priority_choice']="Sort by priority ";
  192. $lang['divers']['level_choice']="Sort by level ";
  193. $lang['divers']['scale_choice']="Sort by scale ";
  194. $lang['divers']['themeref_choice']="Sort by theme ";
  195. $lang['divers']['actu_left']="Latest News";
  196. $lang['divers']['sdi_left']="Latest indicators";
  197. $lang['divers']['contact']="Contact";
  198. $lang['divers']['accessibility']="Accessibility";
  199. $lang['divers']['print']="Print";
  200.  
  201. $lang['divers']['sousthemeref']="Subtheme ";
  202. $lang['divers']['trialpha']="alphabetically sorted";
  203. $lang['divers']['nodata']="No data available";
  204. $lang['divers']['newsletter_public_comment']='Subscribe to the newsletter to have the latest news, and more, directly in your mailbox';
  205.  
  206. /*    check date
  207.  *      */
  208. $lang['date']['not_valid''The given date is not correct (format : 'DATE_FORMAT.')';
  209. $lang['date']['date_do_not_exist''The given date doesn\'t exist.';
  210.  
  211. /*    authentification
  212.  *      */
  213. $lang['divers']['auth']="Log in";
  214. $lang['divers']['myprofile']="My profile";
  215. $lang['divers']['noauth']="You are not logged in.";
  216. $lang['divers']['creaauth']="To log in or create an account";
  217. $lang['divers']['errorauth']="A problem occurred during the authentification process, please try again.";
  218. $lang['divers']['user_inscription']="Register";
  219. $lang['divers']['user_inscription_title']="Create my account";
  220. $lang['divers']['login']="Login";
  221. $lang['divers']['password']="Password";
  222. $lang['divers']['email']="Email";
  223. $lang['divers']['errorauth']="Incorrect login or password";
  224. $lang['auth']['forgot_password']="Forgot your password?";
  225. $lang['divers']['errorauthadmin']="    You don't have manager rights on this module";
  226. $lang['newsletter']['unsubscribe']'unsubscribe';
  227. $lang['auth']['no_user']="<em>%s</em> is not known as a valid user";
  228. $lang['auth']['sending_mail']="An email has been sent to %s";
  229. $lang['auth']['note']="To receive a new password, please enter your login.";
  230.  
  231. $lang['divers']['title_login']="Acces to Linea21 administration console";
  232. $lang['divers']['auth_mess1']="You must enable cookies to access the administration console";
  233. $lang['divers']['auth_mess2']="Lost your password? Contact the administrator";
  234.  
  235. $lang['public']['edito']="To get more into communication transparency, Linea21 provides you a
  236. content management system tool dedicated to sustainable development. The free software aims to
  237. manage projects, indicators, workgroups and news related to your agenda21. <br /><br />On one hand,
  238. Linea21 claims to give support to territorial municipalities into their agenda21 and public policy management.
  239. On the other hand, it offers to municipalites the opportunity to easy communicate and raise citizens awarness on
  240. sustainable development and environmental issues<br /><br />";
  241.  
  242.  
  243.  
  244. $lang['public']['workgroup_h1']="Workgroups";
  245. $lang['public']['workgroup_edito']="Take position and involve yourself. We invite you to participate and be part of the debate around sustainable development issues into our dedicated workgroups.";
  246. $lang['public']['dashboard_h1']="Dashboard";
  247. $lang['public']['last_news_h1']="Our latest publications";
  248. $lang['public']['dashboard_edito']="Have a glance on the latest values of sustainable development indicators relative to the territorial municipality. Our dashboard is regularly updated.";
  249.  
  250. $lang['check_update']['dl']='Version %s is available for download';
  251. $lang['check_update']['ok']='The current version is up-to-date';
  252. $lang['check_update']['search']='Looking for update';
  253.  
  254. /**
  255.  * CSS Switcher
  256.  */
  257. $lang['css_switcher']['nostyle''no style';
  258. $lang['css_switcher']['default''classical';
  259. $lang['css_switcher']['minimal''minimal';
  260. $lang['css_switcher']['darkstyle''black and white';
  261.  
  262. /*    nommage des modules autre style blue_linea
  263.  *      */
  264. $lang['menu_alt']['general'"Global administration";
  265. $lang['menu_alt']['theme'"themes";
  266. $lang['menu_alt']['scale'"scales";
  267. $lang['menu_alt']['level'"levels";
  268. $lang['menu_alt']['user'"users";
  269. $lang['menu_alt']['news'"news";
  270. $lang['menu_alt']['newsletter'"newsletters";
  271. $lang['menu_alt']['yellowpages'"directories";
  272. $lang['menu_alt']['workshop'"workgroup";
  273. $lang['menu_alt']['publication'"publications";
  274. $lang['menu_alt']['sdi'"indicators";
  275. $lang['menu_alt']['project'"projects";
  276. $lang['menu_alt']['forum'"forums";
  277. $lang['menu_alt']['dashboard'"dashboard";
  278. $lang['menu_alt']['comment'"comments";
  279. $lang['menu_alt']['system'"system";
  280. $lang['menu_alt']['plugins'"plugins";
  281. $lang['menu_alt']['library'"library";
  282. $lang['menu_alt']['communication'"communicate";
  283. $lang['menu_alt']['suivi_gestion'"manage &amp; follow";
  284. $lang['menu_alt']['configuration'"configure";
  285. $lang['menu_alt']['interface_publique'"Go to website";
  286. $lang['menu_alt']['search_here'"Your search here...";
  287. $lang['menu_alt']['valid_login'"Access to Linea21";
  288. $lang['menu_alt']['all'"in the whole website";
  289. $lang['menu_alt']['home'"in the whole website";
  290. $lang['menu_alt']['home_dashboard'"quick admin"// @todo translation
  291. ?>

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