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

  1. <?php
  2. //privacy
  3. $privacy_text = "Select the users and groups that you want to be visible to.";
  4.  
  5. //security
  6. $security_text = "Enter your password and the fields you want to change and click on 'Save'.";
  7. $security_current_password = "Current password";
  8. $security_new_password = "New password";
  9. $security_confirm_password = "Confirm password";
  10. $security_new_authcode = "New authorisation code";
  11. $security_confirm_authcode = "Confirm authorisation code";
  12. $security_question = "Secret question";
  13. $security_answer = "Answer";
  14. $security_wrong_password = "Wrong password.";
  15. $security_tasks = "Tasks completed";
  16. $security_password_update = "Password updated.";
  17. $security_authcode_update = "Authorisation codes updated.";
  18. $security_question_update = "Question and answer updated.";
  19. $security_question_fail = "You didn't fill in both the question and the answer.";
  20.  
  21. $acProfile = "Profile";
  22. $acSecurity = "Security";
  23. $acPrivacy = "Privacy";
  24. $acManager = "Your Account";
  25. $acStatistics = "Statistics";
  26. $acProfileText = "Click on 'Save' to change your profile. The fields marked with a * are required.";
  27. $acTitle = "Your Account";
  28. $ac_login_info = "Login information";
  29. $ac_registration_time = "Registration time";
  30. $ac_lastlogin = "Last login";
  31. $ac_logins = "Total logins";
  32. $ac_disk_usage = "Disk Usage";
  33. $ac_max_diskspace = "Maximum Diskspace";
  34. $ac_available_diskspace = "Available Diskspace";
  35. $ac_used_diskspace = "Used Diskspace";
  36. $ac_used = "used";
  37.  
  38. //translation required
  39. $ac_add_user = 'Request Authorization';
  40. $ac_auth_error = 'An error occured while authorizing. Please try again.';
  41. $ac_auth_success = 'Your account is now visible to this user and a message has been sent to this user that you accepted his request.';
  42. $ac_auth_decline = 'A message has been sent to this user that you have declined his request.';
  43. $ac_auth_accept_mail_title = 'Group-Office authorization request accepted';
  44. $ac_auth_decline_mail_title = 'Group-Office authorization request denied';
  45.  
  46. $ac_auth_accept_mail_body = 'has accepted your request to make his account visible to you.';
  47. $ac_auth_decline_mail_body = 'has declined your request to make his account visible to you.';
  48. $ac_request_auth = 'requests your permission to make your account visible. Do you want to make your account visible to this user?';
  49. $ac_request_auth_mail_title ='Group-Office authorization request';
  50. $ac_invalid_email = 'The e-mail address you entered is not registered in the system. Please try again.';
  51. $ac_request_mail_body_prefix = 'A message was sent to ';
  52. $ac_request_mail_body_suffix = 'requesting his permission to make his account visible to you.';
  53. $ac_auth_text = 'Enter the e-mail address from the user who\'s account you want to make visible.';
  54.  
  55. $ac_accept = 'Accept';
  56. $ac_decline = 'Decline';
  57. $ac_salutation = 'Dear';
  58. ?>
  59.