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. $lang['user']['confirm_delavatar'"Avatar successfully deleted\n";
  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.  
  56. /*    password strength javascript test
  57.  *      */
  58. $lang['password_strength']['too_short']='At least %s characters please!';
  59. $lang['password_strength']['novalue']='No value';
  60. $lang['password_strength']['weak']='Weak';
  61. $lang['password_strength']['average']='Average';
  62. $lang['password_strength']['strong']='Strong';
  63. $lang['password_strength']['secure']='Secure';
  64.  
  65. /*    nommage rubrique add / mod /det
  66.  *      */
  67. $lang['user']['add_title']='Add a new '.$lang['user']['name'];
  68. $lang['user']['mod_title']='Edit '.$lang['user']['name'];
  69.  
  70.  
  71. /*    check integrité des données
  72.  *      */
  73. $lang['user']['login_used''This login is already in use. Please choose another one';
  74. $lang['user']['login_tooshort''Your login is not long enough (minimum 5 characters).';
  75. $lang['user']['login_toolong''Your login is too long (50 characters max).';
  76. $lang['user']['login_prohibited''Your login includes unauthorized characters.';
  77. $lang['user']['pass_tooshort''Your password is not long enough (minimum %s characters).';
  78. $lang['user']['pass_toolong''Your password is too long (15 characters max).';
  79. $lang['user']['pass_not_same''Password values must be similars.';
  80. $lang['user']['invalid_mail''Email is not valid';
  81.  
  82.  
  83. /*    nommage élément rubrique
  84.  *      */
  85. $lang['user']['type']=$lang['user']['name'].' type';
  86. $lang['user']['type_simple']='Simple '.$lang['user']['name'];
  87. $lang['user']['type_privilege']='Advanced '.$lang['user']['name'];
  88. $lang['user']['type_admin']='administrator';
  89. $lang['user']['pseudo']='nickname (login)';
  90. $lang['user']['email']='email';
  91. $lang['user']['workgroups']='Workgroups subscription';
  92. $lang['user']['profile']=$lang['user']['name'].' profile';
  93.  
  94.  
  95.  
  96. $lang['user']['rights']='Modules rights';
  97. $lang['user']['set_rights']='Add rights by modules';
  98. $lang['user']['update_rights']='Edit rights by modules';
  99. $lang['user']['norights']='no rights';
  100. $lang['user']['redactorrights']='editor';
  101. $lang['user']['animatorrights']='leader';
  102. $lang['user']['adminrights']='administrator';
  103. $lang['user']['managerrights']='manager';
  104. $lang['user']['login']='login';
  105. $lang['user']['previous_logins']='previous login(s)';
  106. $lang['user']['password']='password';
  107. $lang['user']['email']='email';
  108. $lang['user']['first_name']='first name';
  109. $lang['user']['last_name']='last name';
  110. $lang['user']['groupe']='group';
  111. $lang['user']['date_record']='registration date';
  112. $lang['user']['actions']='actions';
  113.  
  114.  
  115. $lang['user']['email_display']='Public email';
  116. $lang['user']['city']='City';
  117. $lang['user']['birthdate']='Birthdate';
  118. $lang['user']['leisures']='Leisures';
  119. $lang['user']['job']='Job';
  120. $lang['user']['avatar']='Avatar';
  121. $lang['user']['current_avatar']='Current avatar';
  122. $lang['user']['delete_avatar']='Delete current avatar';
  123. $lang['user']['quotation']='Quotation';
  124. $lang['user']['latest_con']='Latest connexion';
  125. $lang['user']['signature']='Signature';
  126. // $lang['user']['comment']="Commentaire lié à cet ".$lang['user']['name'];
  127.  
  128.  
  129. $lang['user']['preferences']='Personal settings';
  130. $lang['user']['my_workgroups']='My workgroups';
  131. $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.';
  132. $lang['user']['notify_file']='Notification - New file';
  133. $lang['user']['notify_topic']='Notification - New topic';
  134. $lang['user']['notify_post']='Notification - New post';
  135. $lang['user']['workgroups_label']='Workgroup';
  136. $lang['user']['notify_changes_success']='Notification settings successfully updated.';
  137. $lang['user']['change_login']='change login';
  138. $lang['user']['change_login_desc']='%s change(s) done on %s allowed';
  139. $lang['user']['change_login_limit_done']='change(s) done : %s/%s';
  140. $lang['user']['change_login_allowed']='You are allowed to change your login';
  141. $lang['user']['change_login_limit_reached']='You are not allowed to change your login';
  142. $lang['user']['newsletter_subscription_info']='By registering on our website, you accept to subscribe automatically to our newsletter. You would be able to unsubscribe newsletter at any time, after registration.';
  143.  
  144.  
  145. /*    nommage quickbox
  146.  *      */
  147. $lang['user']['qb_titleadd']=' latest additions';
  148. $lang['user']['qb_titlemod']=' latest modifications';
  149. $lang['user']['qb_titlesup']=' latest deletions';
  150.  
  151. $lang['user']['ldap_password']='your usual password';
  152. $lang['user']['new_password']='Assign a new password';
  153. $lang['user']['2ADMIN_USER']='Make this user an administrator';
  154. $lang['user']['2SIMPLE_USER']='Make this user a standard user';
  155.  
  156. /*    divers
  157.  *      */
  158. $lang['user']['selectgroup']='-- Filter by group --';
  159. $lang['user']['alphabetical']=' [A-Z] ';
  160. $lang['user']['nb_total']='users in database.';
  161. $lang['user']['statut_filter']='Display by status';
  162. $lang['user']['all']='Display the complete list';
  163. $lang['user']['noresult']='There is no user with this criteria';
  164.  
  165.  
  166. /*    messages
  167.  *      */
  168. $lang['user']['admin_type_info']='This user is an administrator, change user type to assign rights in details';
  169.  
  170.  
  171.  
  172. /*    rubrique d'aide
  173.  
  174. *      */
  175. $lang['user']['help_add1']='To add a user, please insert login and email in the form above';
  176. $lang['user']['help_add2']='If you want to create a privileged user, you must assign to him rights on different modules';
  177. $lang['user']['help_add3']='After submitting the form, check your data in the summary';
  178. $lang['user']['help_add4']='After checking summary, click the \'review settings\' button to make new changes';
  179. $lang['user']['help_add5']='A password is randomly generated and sent to the new user after creation';
  180.  
  181.  
  182. $lang['user']['help_list1']='Click on user login to display more informations';
  183. $lang['user']['help_list2']='Delete user by clicking on the delete icon linked in';
  184. $lang['user']['help_list3']='Edit user by clicking on the edit icon linked in';
  185. $lang['user']['help_list4']='Filter by group to display user for a specific group';
  186. $lang['user']['help_list5']='Filter alphabetical to display user in alphabetical order';
  187. $lang['user']['help_list6']='To add a user, please insert login and email in the form above';
  188. $lang['user']['help_list7']="To perform search on users only, just click the 'search' link";
  189.  
  190.  
  191. $lang['user']['help_mod1']='To edit a user, please insert the required informations in the form above';
  192. $lang['user']['help_mod2']='Once the form submitted, check your data in the summary';
  193. $lang['user']['help_mod3']='After checking summary, click the \'review settings\' button to make new changes';
  194.  
  195.  
  196. $lang['user']['help_det1']='Delete user by clicking on the delete icon linked in';
  197. $lang['user']['help_det2']='Edit user by clicking on the edit icon linked in';
  198.  
  199. $lang['user']['help_sup1']='Click cancel to abort deletion.';
  200.  
  201.  
  202.  
  203. /*    mail
  204.  **/
  205. $lang['user']['mail_add_subject']='Your account has been created on';
  206. $lang['user']['mail_add_body1']='Your account has been successfully created.';
  207. $lang['user']['mail_add_body2']='You can access now to your private account. Your access params are : ';
  208.  
  209. $lang['user']['mail_changemail_subject']='Confirmation of change of email / password';
  210. $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.';
  211. $lang['user']['mail_changemail_body2']='You can still change your password by accessing your user profile';
  212.  
  213. $lang['user']['mail_changepass_subject']='New password';
  214. $lang['user']['mail_changepass_body1']='You receive this email because you have changed your password or a new password has been generated.';
  215. $lang['user']['mail_changepass_body2']='You can still change your password by accessing your user profile.';
  216.  
  217. $lang['user']['mail_changelogin_subject']='New login';
  218. $lang['user']['mail_changelogin_body1']='You receive this email because you have changed your login or a new login has been attributed to you. Your new login is now : ';
  219.  
  220. $lang['user']['mail_forgotpass_subject']='Forgotten password';
  221. $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.' ;
  222. $lang['user']['mail_forgotpass_body2']='If you did not ask for a new password, just ignore that email.';
  223. ?>

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