Advertisement
Guest User

Untitled

a guest
Aug 5th, 2017
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.88 KB | None | 0 0
  1. # Registration
  2. reg_msg: '&3Please, register to the server with the command: /register <password> <ConfirmPassword>'
  3. usage_reg: '&cUsage: /register <password> <ConfirmPassword>'
  4. reg_only: '&4Only registered users can join the server! Please visit http://example.com to register yourself!'
  5. kicked_admin_registered: 'An admin just registered you; please log in again'
  6. registered: '&2Successfully registered!'
  7. reg_disabled: '&cIn-game registration is disabled!'
  8. user_regged: '&cYou already have registered this username!'
  9.  
  10. # Password errors on registration
  11. password_error: '&cPasswords didn''t match, check them again!'
  12. password_error_nick: '&cYou can''t use your name as password, please choose another one...'
  13. password_error_unsafe: '&cThe chosen password isn''t safe, please choose another one...'
  14. password_error_chars: '&4Your password contains illegal characters. Allowed chars: REG_EX'
  15. pass_len: '&cYour password is too short or too long! Please try with another one!'
  16.  
  17. # Login
  18. usage_log: '&cUsage: /login <password>'
  19. wrong_pwd: '&cWrong password!'
  20. login: '&2Successful login!'
  21. login_msg: '&cPlease, login with the command: /login <password>'
  22. timeout: '&4Login timeout exceeded, you have been kicked from the server, please try again!'
  23.  
  24. # Errors
  25. unknown_user: '&cThis user isn''t registered!'
  26. denied_command: '&cIn order to use this command you must be authenticated!'
  27. denied_chat: '&cIn order to chat you must be authenticated!'
  28. not_logged_in: '&cYou''re not logged in!'
  29. tempban_max_logins: '&cYou have been temporarily banned for failing to log in too many times.'
  30. max_reg: '&cYou have exceeded the maximum number of registrations (%reg_count/%max_acc %reg_names) for your connection!'
  31. no_perm: '&4You don''t have the permission to perform this action!'
  32. error: '&4An unexpected error occurred, please contact an administrator!'
  33. kick_forvip: '&3A VIP player has joined the server when it was full!'
  34.  
  35. # AntiBot
  36. kick_antibot: 'AntiBot protection mode is enabled! You have to wait some minutes before joining the server.'
  37. antibot_auto_enabled: '&4[AntiBotService] AntiBot enabled due to the huge number of connections!'
  38. antibot_auto_disabled: '&2[AntiBotService] AntiBot disabled after %m minutes!'
  39.  
  40. # Other messages
  41. unregistered: '&cSuccessfully unregistered!'
  42. accounts_owned_self: 'You own %count accounts:'
  43. accounts_owned_other: 'The player %name has %count accounts:'
  44. two_factor_create: '&2Your secret code is %code. You can scan it from here %url'
  45. recovery_code_sent: 'A recovery code to reset your password has been sent to your email.'
  46. recovery_code_incorrect: 'The recovery code is not correct! You have %count tries remaining.'
  47. recovery_tries_exceeded: 'You have exceeded the maximum number attempts to enter the recovery code. Use "/email recovery [email]" to generate a new one.'
  48. recovery_code_correct: 'Recovery code entered correctly!'
  49. recovery_change_password: 'Please use the command /email setpassword <new password> to change your password immediately.'
  50. vb_nonActiv: '&cYour account isn''t activated yet, please check your emails!'
  51. usage_unreg: '&cUsage: /unregister <password>'
  52. pwd_changed: '&2Password changed successfully!'
  53. logged_in: '&cYou''re already logged in!'
  54. logout: '&2Logged out successfully!'
  55. reload: '&2Configuration and database have been reloaded correctly!'
  56. usage_changepassword: '&cUsage: /changepassword <oldPassword> <newPassword>'
  57.  
  58. # Session messages
  59. invalid_session: '&cYour IP has been changed and your session data has expired!'
  60. valid_session: '&2Logged-in due to Session Reconnection.'
  61.  
  62. # Error messages when joining
  63. name_len: '&4Your username is either too short or too long!'
  64. regex: '&4Your username contains illegal characters. Allowed chars: REG_EX'
  65. country_banned: '&4Your country is banned from this server!'
  66. not_owner_error: 'You are not the owner of this account. Please choose another name!'
  67. kick_fullserver: '&4The server is full, try again later!'
  68. same_nick: '&4The same username is already playing on the server!'
  69. invalid_name_case: 'You should join using username %valid, not %invalid.'
  70. same_ip_online: 'A player with the same IP is already in game!'
  71.  
  72. # Email
  73. usage_email_add: '&cUsage: /email add <email> <confirmEmail>'
  74. usage_email_change: '&cUsage: /email change <oldEmail> <newEmail>'
  75. usage_email_recovery: '&cUsage: /email recovery <Email>'
  76. new_email_invalid: '&cInvalid new email, try again!'
  77. old_email_invalid: '&cInvalid old email, try again!'
  78. email_invalid: '&cInvalid email address, try again!'
  79. email_added: '&2Email address successfully added to your account!'
  80. email_confirm: '&cPlease confirm your email address!'
  81. email_changed: '&2Email address changed correctly!'
  82. email_send: '&2Recovery email sent successfully! Please check your email inbox!'
  83. email_show: '&2Your current email address is: &f%email'
  84. incomplete_email_settings: 'Error: not all required settings are set for sending emails. Please contact an admin.'
  85. email_already_used: '&4The email address is already being used'
  86. email_send_failure: 'The email could not be sent. Please contact an administrator.'
  87. show_no_email: '&2You currently don''t have email address associated with this account.'
  88. add_email: '&3Please add your email to your account with the command: /email add <yourEmail> <confirmEmail>'
  89. recovery_email: '&3Forgot your password? Please use the command: /email recovery <yourEmail>'
  90. change_password_expired: 'You cannot change your password using this command anymore.'
  91. email_cooldown_error: '&cAn email was already sent recently. You must wait %time before you can send a new one.'
  92.  
  93. # Captcha
  94. usage_captcha: '&3To login you have to solve a captcha code, please use the command: /captcha <theCaptcha>'
  95. wrong_captcha: '&cWrong captcha, please type "/captcha THE_CAPTCHA" into the chat!'
  96. valid_captcha: '&2Captcha code solved correctly!'
  97.  
  98. # Time units
  99. second: 'second'
  100. seconds: 'seconds'
  101. minute: 'minute'
  102. minutes: 'minutes'
  103. hour: 'hour'
  104. hours: 'hours'
  105. day: 'day'
  106. days: 'days'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement