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

Source for file lang_user.utf-8.php

Documentation is available at lang_user.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['user']['section'"users";
  13.  
  14. /*    nommage des modules
  15.  *      */
  16. $lang['user']['name']='user';
  17. $lang['user']['confirm_add'"User successfully added\n";
  18. $lang['user']['confirm_mod'"User successfully updated\n";
  19. $lang['user']['confirm_modpass'"Password successfully generated\n";
  20. $lang['user']['confirm_sup'="User successfully deleted\n";
  21. $lang['user']['confirm_changetype']="User type successfully updated\n";
  22. $lang['user']['confirm_public''Account successfully created. Your password has been sent to you by email.';
  23.  
  24.  
  25. /*    nommage rubrique module
  26.  *      */
  27. $lang['user']['add']'Add a new '.$lang['user']['name'];
  28. $lang['user']['mod']'Edit '.$lang['user']['name'];
  29. $lang['user']['sup']'Delete '.$lang['user']['name'];
  30. $lang['user']['det']ucfirst($lang['user']['name']' details';
  31. $lang['user']['list']'View users';
  32.  
  33.  
  34. $lang['user']['h1_public_comment_insc']='Subsriptions allows you to participate in our various workgroups. Once registered, you will receive an email containing a password you will be able to change later';
  35. $lang['user']['h1_public_comment_auth']='Authenticate yourself to access workgroups and your personal data.';
  36. $lang['user']['h1_public_comment']='Introduce yourself to the community in your profile.';
  37.  
  38. /*    nommage public
  39.  *      */
  40.  
  41. $lang['user']['p_mod']'Change your user profile';
  42. $lang['user']['forgot_pass']'Forgot your password';
  43. $lang['user']['p_mod_table_summary']='Edit profile form';
  44. $lang['user']['info_mail']'If you change your email address, a new password will be assigned and sent to you.';
  45. $lang['user']['info_password']=  'Complete the following fields ONLY if you want to change your password!';
  46. $lang['user']['p_new_password']=  'New password';
  47. $lang['user']['p_new_password_confirm']=  'password (confirmation) ';
  48. $lang['user']['new_password_confirmation']=  'A new password has been sent to you by email.';
  49. $lang['user']['p_confirm_mod'"Profile successfully updated";
  50. $lang['user']['p_confirm_back'"Click here to go home";
  51. $lang['user']['info_inscription'"Are you registered?";
  52. $lang['user']['info_inscription2'"Click here to create your account";
  53. $lang['user']['info_inscription3'"Your subscriptions allows you to participate in our various workgroups.";
  54. //$lang['user']['info_inscription4'] = "Suite à votre enregistrement, vous recevrez par email, un mot de passe que vous pourrez changer ultérieurement";
  55. $lang['user']['info_inscription5'"Caution, cookies browser must be enabled for authentication !";
  56.  
  57. /*    nommage rubrique add / mod /det
  58.  *      */
  59. $lang['user']['add_title']='Add a new '.$lang['user']['name'];
  60. $lang['user']['mod_title']='Edit '.$lang['user']['name'];
  61.  
  62.  
  63. /*    check integrité des données
  64.  *      */
  65. $lang['user']['login_used''This login is already in use. Please choose another one';
  66. $lang['user']['login_tooshort''Your login is not long enough (minimum 5 characters).';
  67. $lang['user']['login_toolong''Your login is too long (20 characters max).';
  68. $lang['user']['login_prohibited''Your login includes unauthorized characters.';
  69. $lang['user']['pass_tooshort''Your password is not long enough (minimum 5 characters).';
  70. $lang['user']['pass_toolong''Your password is too long (15 characters max).';
  71. $lang['user']['pass_not_same''Password values must be similars.';
  72. $lang['user']['invalid_mail''Email is not valid';
  73.  
  74.  
  75. /*    nommage élément rubrique
  76.  *      */
  77. $lang['user']['type']=$lang['user']['name'].' type';
  78. $lang['user']['type_simple']='Simple '.$lang['user']['name'];
  79. $lang['user']['type_privilege']='Advanced '.$lang['user']['name'];
  80. $lang['user']['type_admin']='administrator';
  81. $lang['user']['pseudo']='nickname (login)';
  82. $lang['user']['email']='email';
  83. $lang['user']['workgroups']='Workgroups subscription';
  84. $lang['user']['profile']=$lang['user']['name'].' profile';
  85.  
  86.  
  87.  
  88. $lang['user']['rights']='Modules rights';
  89. $lang['user']['set_rights']='Add rights by modules';
  90. $lang['user']['update_rights']='Edit rights by modules';
  91. $lang['user']['norights']='no rights';
  92. $lang['user']['redactorrights']='editor';
  93. $lang['user']['animatorrights']='moderator';
  94. $lang['user']['adminrights']='administrator';
  95. $lang['user']['managerrights']='manager';
  96. $lang['user']['login']='login';
  97. $lang['user']['password']='password';
  98. $lang['user']['email']='email';
  99. $lang['user']['first_name']='first name';
  100. $lang['user']['last_name']='last name';
  101. $lang['user']['groupe']='group';
  102. $lang['user']['date_record']='registration date';
  103. $lang['user']['actions']='actions';
  104.  
  105.  
  106. $lang['user']['email_display']='Public email';
  107. $lang['user']['city']='City';
  108. $lang['user']['birthdate']='Birthdate';
  109. $lang['user']['leisures']='Leisures';
  110. $lang['user']['job']='Job';
  111. $lang['user']['avatar']='Avatar';
  112. $lang['user']['current_avatar']='Current avatar';
  113. $lang['user']['quotation']='Quotation';
  114. $lang['user']['signature']='Signature';
  115. // $lang['user']['comment']="Commentaire lié à cet ".$lang['user']['name'];
  116.  
  117.  
  118. $lang['user']['preferences']='Personal settings';
  119. $lang['user']['my_workgroups']='My workgroups';
  120. $lang['user']['workgroups_notification']='By enabling notification you will receive an email whenever an event will take place into workgroups you\'re involved in. You can set up notfication options for any of them.';
  121. $lang['user']['notify_file']='Notification - New file';
  122. $lang['user']['notify_topic']='Notification - New topic';
  123. $lang['user']['notify_post']='Notification - New post';
  124. $lang['user']['workgroups_label']='Workgroup';
  125. $lang['user']['notify_changes_success']='Notification settings successfully updated.';
  126.  
  127. /*    nommage quickbox
  128.  *      */
  129. $lang['user']['qb_titleadd']=' latest additions';
  130. $lang['user']['qb_titlemod']=' latest modifications';
  131. $lang['user']['qb_titlesup']=' latest deletions';
  132.  
  133.  
  134. $lang['user']['new_password']='Assign a new password';
  135. $lang['user']['2ADMIN_USER']='Make this user an administrator';
  136. $lang['user']['2SIMPLE_USER']='Make this user a standard user';
  137.  
  138. /*    divers
  139.  *      */
  140. $lang['user']['selectgroup']='-- Filter by group --';
  141. $lang['user']['alphabetical']=' [A-Z] ';
  142. $lang['user']['nb_total']='users in database.';
  143. $lang['user']['statut_filter']='Display by status';
  144. $lang['user']['all']='Display the complete list';
  145. $lang['user']['noresult']='There is no user with this criteria';
  146.  
  147.  
  148. /*    messages
  149.  *      */
  150. $lang['user']['admin_type_info']='This user is an administrator, change user type to assign rights in details';
  151.  
  152.  
  153.  
  154. /*    rubrique d'aide
  155.  
  156. *      */
  157. $lang['user']['help_add1']='To add a user, please insert login and email in the form above';
  158. $lang['user']['help_add2']='If you want to create a privileged user, you must assign to him rights on different modules';
  159. $lang['user']['help_add3']='After submitting the form, check your data in the summary';
  160. $lang['user']['help_add4']='After checking summary, click the \'review settings\' button to make new changes';
  161. $lang['user']['help_add5']='A password is randomly generated and sent to the new user after creation';
  162.  
  163.  
  164. $lang['user']['help_list1']='Click on user login to display more informations';
  165. $lang['user']['help_list2']='Delete user by clicking on the delete icon linked in';
  166. $lang['user']['help_list3']='Edit user by clicking on the edit icon linked in';
  167. $lang['user']['help_list4']='Filter by group to display user for a specific group';
  168. $lang['user']['help_list5']='Filter alphabetical to display user in alphabetical order';
  169. $lang['user']['help_list6']='To add a user, please insert login and email in the form above';
  170. $lang['user']['help_list7']="To perform search on users only, just click the 'search' link";
  171.  
  172.  
  173. $lang['user']['help_mod1']='To edit a user, please insert the required informations in the form above';
  174. $lang['user']['help_mod2']='Once the form submitted, check your data in the summary';
  175. $lang['user']['help_mod3']='After checking summary, click the \'review settings\' button to make new changes';
  176.  
  177.  
  178. $lang['user']['help_det1']='Delete user by clicking on the delete icon linked in';
  179. $lang['user']['help_det2']='Edit user by clicking on the edit icon linked in';
  180.  
  181. $lang['user']['help_sup1']='Click cancel to abort deletion.';
  182.  
  183.  
  184.  
  185. /*    mail
  186.  **/
  187. $lang['user']['mail_add_subject']='Your account has been created on';
  188. $lang['user']['mail_add_body1']='Your account has been successfully created.';
  189. $lang['user']['mail_add_body2']='You can access now to your private account. Your access params are : ';
  190. $lang['user']['mail_head']="Join us at";
  191. $lang['user']['mail_bottom']="For any questions related to your access";
  192.  
  193. $lang['user']['mail_changemail_subject']='Confirmation of change of email / password';
  194. $lang['user']['mail_changemail_body1']='You receive this email because you have changed your email address. For security reasons, we will assign you a new password.';
  195. $lang['user']['mail_changemail_body2']='You can still change your password by accessing your user profile';
  196.  
  197. $lang['user']['mail_changepass_subject']='New password';
  198. $lang['user']['mail_changepass_body1']='You receive this email because you have changed your password or a new password has been generated.';
  199. $lang['user']['mail_changepass_body2']='You can still change your password by accessing your user profile.';
  200.  
  201. $lang['user']['mail_forgotpass_subject']='Forgotten password';
  202. $lang['user']['mail_forgotpass_body1']='You ask for a new password. Please click the following url (or copy-paste it into your browser) to process.' ;
  203. $lang['user']['mail_forgotpass_body2']='If you did not ask for a new password, just ignore that email.';
  204. ?>

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