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

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