Guest User

Account switcher EN

a guest
Oct 26th, 2016
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 5.30 KB | None | 0 0
  1. <?php
  2. //###################################################################
  3. //#                                                                 #
  4. //#         Enhanced Account Switcher Language File 2.0             #
  5. //#                                                                 #
  6. //###################################################################
  7.  
  8. $l['as_name'] = "Account Switcher";
  9. $l['as_desc'] = "Allows users to switch between their accounts.";
  10. $l['as_usercp_options'] = "Options";
  11. $l['as_usercp_users'] = "Attached Users";
  12. $l['as_usercp_attached'] = "There are {1} of {2} users attached to this account.";
  13. $l['as_unlimited'] = "unlimited";
  14. $l['as_attachuser'] = "Attach an user to current account.";
  15. $l['as_attachme'] = "Attach current account to an user.";
  16. $l['as_username'] = "Username:";
  17. $l['as_password'] = "Password:";
  18. $l['as_attach'] = "Attach";
  19. $l['as_detach'] = "Detach";
  20. $l['as_detachuser'] = "Detach this User";
  21. $l['as_isattached'] = "This account is attached to: {1}";
  22. $l['as_alreadyattached'] = "This account is already attached to an user.";
  23. $l['as_limitreached'] = "Attachment limit reached.";
  24. $l['as_invaliduser'] = "Invalid username or password.";
  25. $l['as_usercp_nopermission'] = "Not allowed to use the Account Switcher.";
  26. $l['as_notattacheduser'] = "Invalid user.";
  27. $l['as_isshared'] = "Account can be shared with all users.";
  28. $l['as_isshared_buddy'] = "Account can be shared with buddies.";
  29. $l['as_unshare'] = "Unshare this account.";
  30. $l['as_shareuser'] = "Share this account with all users or your buddy list.";
  31. $l['as_usercp_secaccount'] = "Save";
  32. $l['as_usercp_secaccount_desc'] = "Mark as secondary account.";
  33. $l['as_usercp_privacy'] = "Privacy";
  34. $l['as_usercp_privacy_desc'] = "Hide this User on attached accounts list.";
  35. $l['as_usercp_priv_hideall'] = "Hide all attached users on account list.";
  36. $l['as_usercp_priv_showall'] = "Show all attached users on account list.";
  37. $l['as_usercp_buddyshare_desc'] = "Share this account with your buddies only.";
  38. $l['aj_user_buddy_none'] = "Sorry, you can't share this account with your buddies only. Your buddy list is empty.";
  39. $l['as_usercp_secaccount_reason'] = "<strong>Reason:</strong> ";
  40.  
  41. $l['aj_profile'] = "Attached Accounts";
  42. $l['aj_masteraccount'] = "Master Accounts";
  43. $l['aj_accountlist'] = "Account list";
  44. $l['aj_list_disabled'] = "Account list disabled by administrator!";
  45. $l['aj_online'] = "Viewing <a href=\"accountlist.php\">Account List</a>";
  46. $l['aj_memberlist_linked'] = "Linked Accounts";
  47. $l['aj_memberlist_one'] = "Attached Account";
  48. $l['aj_memberlist_more'] = "Attached Accounts";
  49. $l['aj_memberlist_shared'] = "Shared Account";
  50. $l['aj_hidden'] = "+ {1} hidden";
  51. $l['aj_hidden_master'] = " hidden";
  52.  
  53. $l['aj_changeauthor_headline'] = "Change Post Author";
  54. $l['aj_changeauthor_headline2'] = "New Post Author:";
  55. $l['aj_changeauthor_cancel'] = "Cancel";
  56. $l['aj_changeauthor_submit'] = "Submit";
  57. $l['aj_changeauthor_changed'] = "Author successfully changed!";
  58. $l['aj_changeauthor_notchanged'] = "Change of post author cancelled.";
  59. $l['aj_changeauthor_postbit'] = "Change Post Author";
  60. $l['aj_admin_changeauthor_postbit'] = "Author Moderator Option";
  61. $l['aj_admin_changeauthor_noavailable'] = "This function is available for MyBB 1.8.* only!";
  62. $l['aj_author_change_log'] = "Author of post (PID: {1}) changed from {2} to {3}.";
  63. $l['aj_author_change_pm_subject'] = "Post author changed";
  64. $l['aj_author_change_pm_body'] = "{1} has changed the author of the post [url={2}]{3}[/url] from {4} to {5}.";
  65. $l['aj_author_change_alert'] = "{1} has changed the author of the post {2} from {3} to {4}.";
  66. $l['aj_attached_post_count'] = "<br />All Accounts Posts: ";
  67.  
  68. $l['aj_newpm_switch_notice_one'] = "<strong>{1}</strong> has unread private message(s).<br />";
  69. $l['aj_usercp_profile_away'] = "Away status for all attached accounts.";
  70. $l['aj_script_error'] = "Your browser has JavaScript disabled. If you would like to use all features of this site, it is mandatory to enable JavaScript.";
  71. $l['aj_no_script'] = "JavaScript Error. If your browser has JavaScript enabled, please contact your administrator!";
  72. $l['aj_no_script_admin'] = "JavaScript Error. If your browser has JavaScript enabled, please check your browser's console log!";
  73.  
  74. $l['aj_submit_button'] = " as ";
  75. $l['aj_switch_success'] = "Account successfully switched to ";
  76. $l['aj_switch_invalid_log'] = "Attempted unauthorized account switch to: ";
  77. $l['as_installed_nogroup'] = "Nobody was granted permission in the ACP user groups settings, to be able to use the account switcher!";
  78.  
  79. $l['aj_attach_success'] = "Account has been attached successfully!";
  80. $l['aj_update_success'] = "Account Switcher updated successfully!";
  81. $l['aj_detach_success'] = "Account has been detached successfully!";
  82. $l['aj_user_attach_success'] = "User has been attached successfully!";
  83. $l['aj_user_detach_success'] = "User has been detached successfully!";
  84. $l['aj_user_share_success'] = "User has been shared successfully!";
  85. $l['aj_user_unshare_success'] = "User has been unshared successfully!";
  86. $l['aj_user_seacc_success'] = "Setting saved successfully!";
  87.  
  88. $l['myalerts_setting_accountswitcher_pm'] = "Receive alert when an attached account has new pm's?";
  89. $l['myalerts_setting_accountswitcher_author'] = "Receive alert when your posts author was changed or you're assigned as new post author?";
  90.  
  91. $l['aj_alert_error_admin'] = "The Enhanced Account Switcher plugin must be deactivated and reactivated to further work with MyAlerts.";
Add Comment
Please, Sign In to add comment