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

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