home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Freeware / Programare / groupoffice-com-2.01 / language / English / users.English.inc < prev   
Text File  |  2004-03-08  |  4KB  |  85 lines

  1. <?php
  2. $strLogins = "Logins";
  3. $strRegistrationDate = "Registration Date";
  4. $strUsers = "user(s)";
  5. $user_profile = "User Profile";
  6. $ac_login_info = "Login information";
  7. $ac_registration_time = "Registration time";
  8. $ac_lastlogin = "Last login";
  9. $ac_logins = "Total logins";
  10. $strMaxOf = "registered from the maximum of";
  11. $strUsername = "Username";
  12. $delete_fail = "You can't delete yourself and the superuser.";
  13. $admin_new_user = "New user";
  14.  
  15. $admin_modules = 'Modules';
  16. $admin_module_access = 'This user has access to the following modules:';
  17.  
  18. $admin_password = 'Password';
  19. $admin_confirm_password = 'Confirm password';
  20. $admin_change_password = 'Change password';
  21. $admin_pass_match = 'The passwords didn\'t match. Please try again.';
  22.  
  23. //registration
  24. $registration_personal_info = "Personal information";
  25. $registration_account_info = "Account information";
  26. $registartion_username_text = "Enter a username and password for this user to login to the site.";
  27.  
  28. $registration_question_text=<<<registration_question_text
  29. Enter a secret question to which only this user knows the answer to. We will ask this question in case the user forgets his or her password.
  30. When the correct answer is given, an e-mail will be send to the registered e-mail address with the username and a new password to log in.
  31. registration_question_text;
  32.  
  33. $registration_text=<<<registration_text
  34. Fill out this form and click on 'Ok' to register. The fields marked with a * are required.<br />
  35. The information you provide is only for use at Group-Office so we will not provide them to third parties.
  36. registration_text;
  37.  
  38. $registartion_authcode_text = "Enter an authorisation code. The authorisationcode is a code that other users will need to add this user to thier contactlist and view your details.";
  39. $registartion_confirm_authcode = "Confirm authorisation code";
  40. $registration_visibility = "Make this user visible to all users.";
  41. $registration_success = "<h1>Congratulations!</h1>You are successfully registered and a welcome message has been sent to:";
  42. $registration_failure = "An error occured while trying to register your information. Please try again.";
  43. $registration_mail_subject = "Welcome to Group-Office.";
  44. $registration_folder_error = "Failed creating the personal folder. Contact us to restore this!";
  45. $registration_title = "Register at Group-Office";
  46.  
  47. $registration_email = "Create an E-mail address for this user at Group-Office.";
  48. $registration_samba = "File & Print server.";
  49. $registration_email_error = "An error occured while creating your e-mail account. Contact us for support.";
  50. $strPasswordConfirm = "Confirm password";
  51. $strPassword = "Password";
  52.  
  53. $reg_company_info = "Company information";
  54.  
  55. $max_user_limit = "Maximum ammount of users reached.";
  56. $max_users_text = "Sorry, you can't register more users. Contact us if you want to increase your number of users.";
  57. $ml_sent_items = "Sent items";
  58. $ml_spam = "Spam";
  59. $ac_samba_user = "User has acces to the file and print server.";
  60. $ml_email_only = "Only required when you don't create an E-mail address";
  61. $register_new_user = 'New Group-Office subscriber';
  62. $register_thanks = '<h2>Thank you</h2>Your subscription will be processed as soon as possible. You will recieve further notice.';
  63. $register_accept = 'Add to users';
  64. $register_addressbook = 'Add to addressbook';
  65. $register_title = 'Subscribe';
  66. $registration_mail_body=<<<registration_mail_body
  67. Dear %sex% %last_name%,
  68.  
  69. You have been registered at Group-Office.
  70. We hope you will enjoy our service.
  71.  
  72. You can login with the following data:
  73.  
  74. Username: %username%
  75. Password: %password%
  76.  
  77. Click on the link below to login:
  78.  
  79. registration_mail_body;
  80.  
  81. //1.98
  82. $reg_language = 'Language';
  83. $reg_theme = 'Theme';
  84. ?>
  85.