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

Source for file lang_workshop.utf-8.php

Documentation is available at lang_workshop.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.  * URL formatting
  13.  */
  14. $lang['workshop']['section'"workgroups";
  15. $lang['workshop']['link_value'"workgroups";
  16.  
  17.  
  18. /*    nommage des modules
  19. *      */
  20. $lang['workshop']['name']='workgroup';
  21. $lang['workshop']['confirm_add'"workgroup successfully added\n";
  22. $lang['workshop']['confirm_mod'"workgroup successfully updated\n";
  23. $lang['workshop']['confirm_sup'="workgroup successfully deleted\n";
  24.  
  25.  
  26. /*    nommage rubrique module
  27. *      */
  28. $lang['workshop']['add']'Add a new '.$lang['workshop']['name'];
  29. $lang['workshop']['mod']'Edit '.$lang['workshop']['name'];
  30. $lang['workshop']['sup']'Delete'.$lang['workshop']['name'];
  31. $lang['workshop']['det']ucfirst($lang['workshop']['name']' details';
  32. $lang['workshop']['list']'View workgroups';
  33.  
  34.  
  35. /*    nommage rubrique add / mod /det
  36. *      */
  37. $lang['workshop']['add_title']='Add data about the new '.$lang['workshop']['name'];
  38. $lang['workshop']['mod_title']='Edit data about '.$lang['workshop']['name'];
  39. $lang['workshop']['recap_commment']='no comment';
  40. $lang['workshop']['recap_nc']=' none';
  41.  
  42.  
  43. /*    check integrité des données
  44. *      */
  45. $lang['workshop']['no_title''Title is required';
  46. $lang['workshop']['no_resume''Summary is required';
  47. $lang['workshop']['no_theme''Theme is required';
  48. $lang['workshop']['no_scale''Scale is required';
  49. $lang['workshop']['no_level''Level is required';
  50. $lang['workshop']['no_author''User login is required';
  51. $lang['workshop']['yet_author''This user already belongs to this workgroup';
  52. $lang['workshop']['author_not_valid''This user does not exist, please check the syntax';
  53. $lang['workshop']['author_not_admin''This user does not have moderator rights';
  54.  
  55. /*    nommage élément rubrique
  56. *      */
  57. $lang['workshop']['title']='title';
  58. $lang['workshop']['resume']='summary';
  59. $lang['workshop']['theme']='associated theme';
  60. $lang['workshop']['level']='associated level';
  61. $lang['workshop']['scale']='associated scale';
  62. $lang['workshop']['statut']='status';
  63. $lang['workshop']['comment']='comments';
  64.  
  65.  
  66. $lang['workshop']['template']='template';
  67. $lang['workshop']['photouri']='associated picture';
  68. $lang['workshop']['visu1']='associated picture n°1';
  69. $lang['workshop']['visu2']='associated picture n°2';
  70. $lang['workshop']['organizer']='moderator (separated by '.MAIL_SEPARATOR.')';
  71. $lang['workshop']['organizer2']='moderators';
  72. $lang['workshop']['published_on']='published on';
  73. $lang['workshop']['not_published']='not published';
  74.  
  75. $lang['workshop']['generals']='global informations';
  76. $lang['workshop']['mailing_list']='edit mailing-list for this workgroup';
  77.  
  78.  
  79. /*    nommage quickbox
  80. *      */
  81. $lang['workshop']['qb_titleadd']=' latest additions';
  82. $lang['workshop']['qb_titlemod']=' latest modifications';
  83. $lang['workshop']['qb_titlesup']=' latest deletions';
  84. $lang['workshop']['qb_titlepubli']=' latest publications';
  85.  
  86.  
  87. /*    divers
  88. *      */
  89. $lang['workshop']['select_choice']="~~ Choose in this list ~~";
  90. $lang['workshop']['nb_total']='workgroups in database.';
  91. $lang['workshop']['statut_filter']='Display by status';
  92. $lang['workshop']['all']='Display the whole list';
  93. $lang['workshop']['noresult']='There is no workgroup with this criteria ';
  94. $lang['workshop']['actions']='actions';
  95.  
  96. /*    nommage rubrique sup
  97. *      */
  98. $lang['workshop']['sup_workshop_warning'"Do you really want to delete this " $lang['workshop']['name'"?";
  99.  
  100.  
  101.  
  102. $lang['workshop']['cal_all']="Calendar";
  103.  
  104. $lang['workshop']['noinscription']="You have not subscribed yet to this workgroup";
  105. $lang['workshop']['creainscription']="Subscribe now to this workgroup!";
  106. $lang['workshop']['creainscription2']="To subscribe";
  107. $lang['workshop']['creainscription3']="Do you really want to subscribe to this workgroup ?";
  108. $lang['workshop']['confirm_inscription']="successfully registered";
  109. $lang['workshop']['com_p_back_com']="Click here to go to the forum";
  110. $lang['workshop']['com_p_lock']="This topic is locked, you cannot post anymore";
  111. $lang['workshop']['com_p_back_mes']="Click here to go back to the topic";
  112. $lang['workshop']['participant']="Participate";
  113. $lang['workshop']['barre_user']="Users";
  114. $lang['workshop']['barre_report']="Reports";
  115. $lang['workshop']['h1_public']="Our workgroups";
  116. $lang['workshop']['h1_public_comment']="Workgroups are dedicated platforms to talk and work on specific topics : Be part of it!";    
  117.  
  118. $lang['workshop']['confirm_add_u'"User successfully added in this workgroup\n";
  119. $lang['workshop']['confirm_sup_u'="User successfully removed from this workgroup\n";
  120.  
  121. $lang['workshop']['user']='user(s) in this workgroup';
  122. $lang['workshop']['add_new_user']="Add a new user";
  123. $lang['workshop']['add_new_user_login']="user login";
  124. $lang['workshop']['add_new_user_right']="user rights";
  125. $lang['workshop']['no_user']="There is no user yet in this workgroup";
  126. $lang['workshop']['del_user']="Remove user";
  127. $lang['workshop']['mod_user']="Update user";
  128. $lang['workshop']['del_user_warning']="Do you really want to remove this user from this workgroup? <br /> Caution, the removal will only take effect on this working group.";
  129.  
  130. $lang['workshop']['help_add_u1']='To add a workgroup, please insert the required informations in the form above';
  131. $lang['workshop']['help_add_u2']='After submitting the form, check your data in the summary';
  132. $lang['workshop']['help_add_u3']='After checking summary, click the \'review settings\' button to make new changes';
  133. $lang['workshop']['help_add_u4']='Caution, users management is a deddicated module. In workgroup module, you can only add or remove user from workgroups';
  134.  
  135. $lang['workshop']['help_del_u1']='Click cancel to abort deletion.';
  136. $lang['workshop']['help_del_u2']='Caution, this operation will remonly remove the user from this workgroup. To delete user go to user module';
  137.  
  138.  
  139. $lang['workshop']['confirm_add_cal']="Task successfully added for this workgroup\n";
  140. $lang['workshop']['confirm_sup_cal']="Task successfully deleted from this workgroup\n";
  141. $lang['workshop']['confirm_mod_cal']="Task successfully updated for this workgroup\n";
  142. $lang['workshop']['calendar']='Calendar';
  143. $lang['workshop']['sup_cal_warning']="Do you really want to delete this task?";
  144. $lang['workshop']['list_cal']="Calendar management";
  145. $lang['workshop']['mod_cal']="Edit task";
  146. $lang['workshop']['add_cal']="Add a new task";
  147. $lang['workshop']['sup_cal']="Delete task";
  148. $lang['workshop']['no_cal']="There is no task yet for this workgroup";
  149. $lang['workshop']['no_task']="Title is required";
  150. $lang['workshop']['no_task_details']="Description is required";
  151. $lang['workshop']['date'"deadline";
  152. //$lang['workshop']['day'] = "day";
  153. //$lang['workshop']['month'] = "month";
  154. //$lang['workshop']['year'] = "year";
  155. $lang['workshop']['task']='title';
  156. $lang['workshop']['task_details']='description';
  157.  
  158.  
  159. $lang['workshop']['help_list_cal1']='Delete task by clicking on the delete icon linked in';
  160. $lang['workshop']['help_list_cal2']='Edit task by clicking on the edit icon linked in';
  161. $lang['workshop']['help_list_cal3']='To add a task, please insert the required informations in the form above';
  162.  
  163. $lang['workshop']['help_add_cal1']='To add a task, please insert the required informations in the form above';
  164. $lang['workshop']['help_add_cal2']='After submitting the form, check your data in the summary';
  165. $lang['workshop']['help_add_cal3']='After checking summary, click the \'review settings\' button to make new changes';
  166.  
  167. $lang['workshop']['help_mod_cal1']='To update fields, please insert the required informations in the form above';
  168. $lang['workshop']['help_mod_cal2']='Once the form submitted, check your data in the summary';
  169. $lang['workshop']['help_mod_cal3']='Once the summary displayed, click the \'review settings\' button to make new changes';
  170.  
  171. $lang['workshop']['help_sup_cal1']='Click cancel to abort deletion.';
  172.  
  173.  
  174.  
  175. $lang['workshop']['report']='Workgroup report';
  176. $lang['workshop']['no_report']="There is no report for this workgroup";
  177. $lang['workshop']['title_report']="Title";
  178. $lang['workshop']['resume_report']="Summary";
  179. $lang['workshop']['date_report']="Published on";
  180. $lang['workshop']['add_new_report']="Add a new report";
  181. $lang['workshop']['del_report']="Delete this report";
  182. $lang['workshop']['mod_report']="Update this report";
  183.  
  184.  
  185.  
  186.  
  187. $lang['workshop']['com']='workgroup forum';
  188. $lang['workshop']['com_public']='Forum';
  189. $lang['workshop']['com_back']='Back to the topics list';
  190. $lang['workshop']['com_name']='Topic';
  191. $lang['workshop']['no_com']="There is no topic yet for this workgroup";
  192. $lang['workshop']['no_com_rep']="Nobody posted a reply yet";
  193. $lang['workshop']['com_list']="Forum manager";
  194. $lang['workshop']['confirm_add_com']="Message successfully added\n";
  195. $lang['workshop']['confirm_sup_com']="Message successfully deleted\n";
  196. $lang['workshop']['confirm_lock_com']="Topic successfully locked\n";
  197. $lang['workshop']['confirm_mod_com']="Message successfully updated\n";
  198. $lang['workshop']['sup_ccom_warning']="Do you really want to delete this message?";
  199. $lang['workshop']['list_com']="Forum manager";
  200. $lang['workshop']['mod_com']="Edit this topic";
  201. $lang['workshop']['mod_com_mes']="Edit this message";
  202. $lang['workshop']['add_com']="Add a topic";
  203. $lang['workshop']['add_com_mes']="Add a message";
  204. $lang['workshop']['sup_com']="Delete this topic";
  205. $lang['workshop']['sup_com_mes']="Delete this message";
  206. $lang['workshop']['not_author']="You have to be the message's owner to edit this post!";
  207.  
  208. $lang['workshop']['det_com']="View the topic";
  209. $lang['workshop']['nb_total_com']="topics in this workgroup";
  210. $lang['workshop']['nb_total_com_mes']="messages in this topic";
  211. $lang['workshop']['com_subject']="subject";
  212. $lang['workshop']['com_body']="message";
  213. $lang['workshop']['com_statut']="status";
  214. $lang['workshop']['com_date_publi']="published on";
  215. $lang['workshop']['com_nb_rep']='<abbr title="Reply numbers">rp nb</abbr>';
  216. $lang['workshop']['com_date_last']="last message";
  217. $lang['workshop']['com_author']="author";
  218. $lang['workshop']['lock_com']="Lock this topic";
  219. $lang['workshop']['unlock_com']="Unlock this topic";
  220.  
  221. $lang['workshop']['com_no_subject']="Subject is required.";
  222. $lang['workshop']['com_no_body']="Body text is required.";
  223.  
  224. $lang['workshop']['sup_com_warning']="Do you really want to delete this topic ?";
  225. $lang['workshop']['sup_com_warning2']="Caution, all messages will be deleted !";
  226. $lang['workshop']['sup_com_mes_warning']="Do you really want to delete this message ?";
  227.  
  228. $lang['workshop']['lock_com_warning']="Do you really want to lock this topic ?";
  229. $lang['workshop']['lock_com_warning2']="Caution, all messages will be locked  !";
  230.  
  231. $lang['workshop']['unlock_com_warning']="Do you really want to unlock this topic ?";
  232. $lang['workshop']['unlock_com_warning2']="BCaution, all messages will be unlocked !";
  233.  
  234. $lang['workshop']['help_list_com1']='Delete topic by clicking on the delete icon linked in';
  235. $lang['workshop']['help_list_com2']='Edit topic by clicking on the edit icon linked in';
  236. $lang['workshop']['help_list_com3']='To add a topic, please insert the required informations in the form above';
  237. $lang['workshop']['help_list_com4']='Click on topic title to display more informations';
  238.  
  239. $lang['workshop']['help_det_com1']='Delete message by clicking on the delete icon linked in';
  240. $lang['workshop']['help_det_com2']='Edit message by clicking on the edit icon linked in';
  241. $lang['workshop']['help_det_com3']='To add a new message, please insert the required informations in the form above';
  242. $lang['workshop']['help_det_com4']='Lock topic by clicking on the lock icon linked in';
  243.  
  244.  
  245. $lang['workshop']['help_add_com1']='To add a new topic or a new message, please insert the required informations in the form above';
  246. $lang['workshop']['help_add_com2']='Once the form submitted, check your data in the summary';
  247. $lang['workshop']['help_add_com3']='Once the summary displayed, click the \'review settings\' button to make new changes';
  248.  
  249. $lang['workshop']['help_mod_com1']='To edit data, please update the required informations in the form above';
  250. $lang['workshop']['help_mod_com2']='Once the form submitted, check your data in the summary';
  251. $lang['workshop']['help_mod_com3']='Once the summary displayed, click the \'review settings\' button to make new changes';
  252.  
  253. $lang['workshop']['help_sup_com1']='Click cancel to abort deletion.';
  254. $lang['workshop']['help_sup_com2']='Caution, all messages will be deleted if the message is a root topic !';
  255.  
  256. $lang['workshop']['help_lock_com1']='Click cancel to abort unlocking.';
  257. $lang['workshop']['help_lock_com2']='A locked topic is readable but no message can be added to this topic';
  258. $lang['workshop']['help_lock_com3']='Unlock topic by clicking on the unlock icon linked in';
  259.  
  260.  
  261.  
  262. $lang['workshop']['help_add1']='To add a new workgroup, please insert the required informations in the form above';
  263. $lang['workshop']['help_add2']='Once the form submitted, check your data in the summary';
  264. $lang['workshop']['help_add3']='Once the summary displayed, click the \'review settings\' button to make new changes';
  265.  
  266. $lang['workshop']['help_list1']='Click on workgroup titles to display more informations';
  267. $lang['workshop']['help_list2']='Delete workgroup by clicking on the delete icon linked in';
  268. $lang['workshop']['help_list3']='Edit workgroup by clicking on the edit icon linked in';
  269. $lang['workshop']['help_list4']='Filter by status to display workgroup for one status';
  270. $lang['workshop']['help_list5']='To add a new workgroup, please insert the required informations in the form above';
  271.  
  272.  
  273. $lang['workshop']['help_mod1']='To edit data, please update the required informations in the form above';
  274. $lang['workshop']['help_mod2']='Once the form submitted, check your data in the summary';
  275. $lang['workshop']['help_mod3']='Once the summary displayed, click the \'review settings\' button to make new changes';
  276.  
  277. $lang['workshop']['help_det1']="Edit workgroup by clicking on the edit icon linked in";
  278. $lang['workshop']['help_det2']="Delete workgroup by clicking on the delete icon linked in";
  279. $lang['workshop']['help_det4']="Click on workgroup report or users to display more informations";
  280. $lang['workshop']['help_det5']="To add a user, click on the add icon";
  281. $lang['workshop']['help_det6']="Edit workgroup user and rights by clicking on edit icon linked in";
  282. $lang['workshop']['help_det7']="Edit workgroup report by clicking on the edit icon linked in";
  283. $lang['workshop']['help_det8']="Delete workgroup report by clicking on the delete icon linked in.";
  284.  
  285.  
  286. $lang['workshop']['help_sup1']='Click cancel to abort deletion.';
  287.  
  288. ?>

Documentation generated on Sat, 08 Nov 2008 14:52:51 +0100 by phpDocumentor 1.4.1