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

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