Made command notations consistent

This commit is contained in:
Tim Visée 2017-01-15 15:15:56 +01:00
parent 5548dffd7f
commit 68f6bd5b2a
2 changed files with 12 additions and 12 deletions

View File

@ -1,5 +1,5 @@
# Registration
reg_msg: '&3Please, register to the server with the command "/register <password> <ConfirmPassword>"'
reg_msg: '&3Please, register to the server with the command: /register <password> <ConfirmPassword>'
usage_reg: '&cUsage: /register <password> <ConfirmPassword>'
reg_only: '&4Only registered users can join the server! Please visit http://example.com to register yourself!'
kicked_admin_registered: 'An admin just registered you; please log in again'
@ -18,7 +18,7 @@ pass_len: '&cYour password is too short or too long! Please try with another one
usage_log: '&cUsage: /login <password>'
wrong_pwd: '&cWrong password!'
login: '&2Successful login!'
login_msg: '&cPlease, login with the command "/login <password>"'
login_msg: '&cPlease, login with the command: /login <password>'
timeout: '&4Login timeout exceeded, you have been kicked from the server, please try again!'
# Errors
@ -44,7 +44,7 @@ accounts_owned_self: 'You own %count accounts:'
accounts_owned_other: 'The player %name has %count accounts:'
two_factor_create: '&2Your secret code is %code. You can scan it from here %url'
recovery_code_sent: 'A recovery code to reset your password has been sent to your email.'
recovery_code_incorrect: 'The recovery code is not correct! Use /email recovery [email] to generate a new one'
recovery_code_incorrect: 'The recovery code is not correct! Use "/email recovery [email]" to generate a new one'
vb_nonActiv: '&cYour account isn''t activated yet, please check your emails!'
usage_unreg: '&cUsage: /unregister <password>'
pwd_changed: '&2Password changed successfully!'
@ -84,10 +84,10 @@ incomplete_email_settings: 'Error: not all required settings are set for sending
email_already_used: '&4The email address is already being used'
email_send_failure: 'The email could not be sent. Please contact an administrator.'
show_no_email: '&2You currently don''t have email address associated with this account.'
add_email: '&3Please add your email to your account with the command "/email add <yourEmail> <confirmEmail>"'
recovery_email: '&3Forgot your password? Please use the command "/email recovery <yourEmail>"'
add_email: '&3Please add your email to your account with the command: /email add <yourEmail> <confirmEmail>'
recovery_email: '&3Forgot your password? Please use the command: /email recovery <yourEmail>'
# Captcha
usage_captcha: '&3To login you have to solve a captcha code, please use the command "/captcha <theCaptcha>"'
usage_captcha: '&3To login you have to solve a captcha code, please use the command: /captcha <theCaptcha>'
wrong_captcha: '&cWrong captcha, please type "/captcha THE_CAPTCHA" into the chat!'
valid_captcha: '&2Captcha code solved correctly!'

View File

@ -1,5 +1,5 @@
# Registration
reg_msg: '&cRegistreer met "/register <wachtwoord> <herhaalWachtwoord>"'
reg_msg: '&cRegistreer met het commando: /register <wachtwoord> <herhaalWachtwoord>'
usage_reg: '&cGebruik: /register <wachtwoord> <herhaalWachtwoord>'
reg_only: 'Alleen voor geregistreerde spelers! Bezoek http://example.com om te registreren!'
kicked_admin_registered: 'Een administrator heeft je net geregistreerd; log alsjeblieft opnieuw in.'
@ -18,7 +18,7 @@ pass_len: 'Jouw gekozen wachtwoord voldoet niet aan de minimum of maximum lengte
usage_log: '&cGebruik: /login <wachtwoord>'
wrong_pwd: '&cFout wachtwoord'
login: '&cSuccesvol ingelogd!'
login_msg: '&cLog in met "/login <wachtwoord>"'
login_msg: '&cLog in met: /login <wachtwoord>'
timeout: 'Login time-out: het duurde te lang tot je inlogde.'
# Errors
@ -44,7 +44,7 @@ accounts_owned_self: 'Je bezit %count accounts:'
accounts_owned_other: 'De speler %name heeft %count accounts:'
two_factor_create: '&2Je geheime code is %code. Je kunt hem scannen op %url'
recovery_code_sent: 'Een herstelcode voor je wachtwoord is naar je mailbox gestuurd.'
recovery_code_incorrect: 'De herstelcode is niet correct! Gebruik /email recovery [email] om een nieuwe te krijgen'
recovery_code_incorrect: 'De herstelcode is niet correct! Gebruik "/email recovery [email]" om een nieuwe te krijgen'
vb_nonActiv: 'Je account is nog niet geactiveerd, controleer je mailbox!'
usage_unreg: '&cGebruik: /unregister password'
pwd_changed: '&cWachtwoord succesvol aangepast!'
@ -85,9 +85,9 @@ email_already_used: '&4Dit E-mailadres wordt al gebruikt'
email_send_failure: 'De E-mail kon niet verzonden worden. Neem contact op met een administrator.'
show_no_email: '&2Je hebt nog geen E-mailadres toegevoegd aan dit account.'
add_email: '&3Voeg jouw E-mailadres alsjeblieft toe met: /email add <E-mail> <wachtwoord> <herhaalWachtwoord>'
recovery_email: '&3Wachtwoord vergeten? Gebruik alsjeblieft het commando "/email recovery <E-mail>"'
recovery_email: '&3Wachtwoord vergeten? Gebruik alsjeblieft het commando: /email recovery <E-mail>'
# Captcha
usage_captcha: '&3Om in te loggen moet je een captcha-code oplossen, gebruik: /captcha <captcha>'
wrong_captcha: '&cVerkeerde captcha-code, gebruik alsjeblieft: "/captcha THE_CAPTCHA" in de chat!'
usage_captcha: '&3Om in te loggen moet je een captcha-code oplossen, gebruik het commando: /captcha <captcha>'
wrong_captcha: '&cVerkeerde captcha-code, typ alsjeblieft "/captcha THE_CAPTCHA" in de chat!'
valid_captcha: '&2De captcha-code is geldig!'