Advertisement
Guest User

Untitled

a guest
May 11th, 2019
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.80 KB | None | 0 0
  1. # Registration
  2. registration:
  3. disabled: '&7Rejestracja jest wylaczona'
  4. name_taken: '&7Gracz juz jest zarejestrowany'
  5. register_request: '&7Zarejstruj sie: &a/register <haslo> <powtorzhaslo>'
  6. command_usage: '&7&oUzycie: &a/register haslo powtorzHaslo'
  7. reg_only: '&7Tylko zarejestrowani uzytkownicy maja do tego dostep!'
  8. success: '&7Pomyslnie zarejestrowany!'
  9. kicked_admin_registered: 'Administrator zarejestrowal cie; zaloguj sie ponownie'
  10. # Password errors on registration
  11. password:
  12. match_error: '&4Haslo niepoprawne!'
  13. name_in_password: '&cNie mozesz uzyc swojego nicku jako hasla, prosze uzyj innego...'
  14. unsafe_password: '&cWybrane haslo nie jest bezpieczne, prosze uzyj innego...'
  15. forbidden_characters: '&4Your password contains illegal characters. Allowed chars: %valid_chars'
  16. wrong_length: '&7Twoje haslo jest za krotkie lub za dlugie! Sprobuj ponownie...'
  17. # Login
  18. login:
  19. command_usage: '&7Uzycie: &a/login haslo'
  20. wrong_password: '&7Niepoprawne haslo'
  21. success: '&7Haslo zaakceptowane!'
  22. login_request: '&7Zaloguj sie: &a/login <haslo>'
  23. timeout_error: '&7Uplynal limit czasu zalogowania'
  24. # Errors
  25. error:
  26. denied_command: '&aMusisz być zalogowany, aby z tego skorzystać!'
  27. denied_chat: '&aAby korzystać z czatu musisz być zalogowany!'
  28. unregistered_user: '&7Uzytkownika nie ma w bazie danych'
  29. not_logged_in: '&4Nie jestes zalogowany!'
  30. no_permission: '&7Nie masz uprawnien'
  31. unexpected_error: '&4Blad, prosimy napisac do aministracji'
  32. max_registration: '&fPrzekroczyles limit zarejestrowanych kont na serwerze.'
  33. logged_in: '&7Jestes juz zalogowany!'
  34. kick_for_vip: '&7A Gracz VIP dolaczyl do gry!'
  35. tempban_max_logins: '&cYou have been temporarily banned for failing to log in too many times.'
  36. # AntiBot
  37. antibot:
  38. kick_antibot: 'AntiBot protection mode is enabled! You have to wait some minutes before joining the server.'
  39. auto_enabled: '[AuthMe] AntiBotMod automatically enabled due to massive connections!'
  40. auto_disabled: '[AuthMe] AntiBotMod automatically disabled after %m Minutes,hope invasion stopped'
  41. # Unregister
  42. unregister:
  43. success: '&7Pomyslnie odrejestrowany!'
  44. command_usage: '&7Uzycie: /unregister haslo'
  45. # Other messages
  46. misc:
  47. account_not_activated: '&7Twoje konto nie zostalo aktywowane! Sprawdz maila.'
  48. password_changed: '&7Tylko zarejestrowani uzytkownicy maja do tego dostep!'
  49. logout: '&7Pomyslnie wylogowany'
  50. reload: '&fKonfiguracja bazy danych zostala przeladowana'
  51. usage_change_password: '&7Uzycie: /changepassword starehaslo nowehaslo'
  52. accounts_owned_self: 'You own %count accounts:'
  53. accounts_owned_other: 'The player %name has %count accounts:'
  54. # Session messages
  55. session:
  56. valid_session: '&7Sesja logowania'
  57. invalid_session: '&cYour IP has been changed and your session data has expired!'
  58. # Error messages when joining
  59. on_join_validation:
  60. same_ip_online: 'A player with the same IP is already in game!'
  61. same_nick_online: '&7Ten nick juz gra'
  62. name_length: '&7&oTwoje konto ma za dluga badz za krotka nazwe'
  63. characters_in_name: '&aTwoje konto ma w nazwie niedozwolone znaki. Dozwolone znaki:%valid_chars'
  64. kick_full_server: '&7Serwer jest teraz zapelniony, przepraszamy!'
  65. country_banned: 'Your country is banned from this server'
  66. not_owner_error: 'You are not the owner of this account. Please choose another name!'
  67. invalid_name_case: 'You should join using username %valid, not %invalid.'
  68. quick_command: 'You used a command too fast! Please, join the server again and wait more before using any command.'
  69. # Email
  70. email:
  71. add_email_request: '&aProsze dodac swoj email: /email add twojEmail powtorzEmail'
  72. usage_email_add: '&fWpisz: /email add <email> <powtorzEmail> '
  73. usage_email_change: '&fWpisz: /email change <staryEmail> <nowyEmail> '
  74. new_email_invalid: '[AuthMe] Nowy email niepoprawny!'
  75. old_email_invalid: '[AuthMe] Stary email niepoprawny!'
  76. invalid: '[AuthMe] Nieprawidlowy email'
  77. added: '[AuthMe] Email dodany!'
  78. add_not_allowed: '&cAdding email was not allowed'
  79. request_confirmation: '[AuthMe] Potwierdz swoj email!'
  80. changed: '[AuthMe] Email zmieniony!'
  81. change_not_allowed: '&cChanging email was not allowed'
  82. email_show: '&2Your current email address is: &f%email'
  83. no_email_for_account: '&2You currently don''t have email address associated with this account.'
  84. already_used: '&4The email address is already being used'
  85. incomplete_settings: 'Error: not all required settings are set for sending emails. Please contact an admin.'
  86. send_failure: 'The email could not be sent. Please contact an administrator.'
  87. change_password_expired: 'You cannot change your password using this command anymore.'
  88. email_cooldown_error: '&cAn email was already sent recently. You must wait %time before you can send a new one.'
  89. # Password recovery by email
  90. recovery:
  91. forgot_password_hint: '&7Zapomniales hasla? Prosze uzyj komendy /email recovery <TwojEmail>'
  92. command_usage: '&fWpisz: /email recovery <email>'
  93. email_sent: '[AuthMe] Email z odzyskaniem wyslany!'
  94. code:
  95. code_sent: 'A recovery code to reset your password has been sent to your email.'
  96. incorrect: 'The recovery code is not correct! You have %count tries remaining.'
  97. tries_exceeded: 'You have exceeded the maximum number attempts to enter the recovery code. Use "/email recovery [email]" to generate a new one.'
  98. correct: 'Recovery code entered correctly!'
  99. change_password: 'Please use the command /email setpassword <new password> to change your password immediately.'
  100. # Captcha
  101. captcha:
  102. usage_captcha: '&7Wpisz: /captcha <kod>'
  103. wrong_captcha: '&7Zly kod, prosze wpisac: /captcha %captcha_code'
  104. valid_captcha: '&7Twoj kod jest nieprawidlowy!'
  105. captcha_for_registration: 'To register you have to solve a captcha first, please use the command: /captcha %captcha_code'
  106. register_captcha_valid: '&2Valid captcha! You may now register with /register'
  107. # Verification code
  108. verification:
  109. code_required: '&3This command is sensitive and requires an email verification! Check your inbox and follow the email''s instructions.'
  110. command_usage: '&cUsage: /verification <code>'
  111. incorrect_code: '&cIncorrect code, please type "/verification <code>" into the chat, using the code you received by email'
  112. success: '&2Your identity has been verified! You can now execute all commands within the current session!'
  113. already_verified: '&2You can already execute every sensitive command within the current session!'
  114. code_expired: '&3Your code has expired! Execute another sensitive command to get a new code!'
  115. email_needed: '&3To verify your identity you need to link an email address with your account!!'
  116. # Time units
  117. time:
  118. second: 'second'
  119. seconds: 'seconds'
  120. minute: 'minute'
  121. minutes: 'minutes'
  122. hour: 'hour'
  123. hours: 'hours'
  124. day: 'day'
  125. days: 'days'
  126. # Two-factor authentication
  127. two_factor:
  128. code_created: '&2Your secret code is %code. You can scan it from here %url'
  129. confirmation_required: 'Please confirm your code with /2fa confirm <code>'
  130. code_required: 'Please submit your two-factor authentication code with /2fa code <code>'
  131. already_enabled: 'Two-factor authentication is already enabled for your account!'
  132. enable_error_no_code: 'No 2fa key has been generated for you or it has expired. Please run /2fa add'
  133. enable_success: 'Successfully enabled two-factor authentication for your account'
  134. enable_error_wrong_code: 'Wrong code or code has expired. Please run /2fa add'
  135. not_enabled_error: 'Two-factor authentication is not enabled for your account. Run /2fa add'
  136. removed_success: 'Successfully removed two-factor auth from your account'
  137. invalid_code: 'Invalid code!'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement