#813 Move test resources to conform to package structure
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
# Simulates a default file
|
||||
|
||||
wrong_pwd: 'This message is overridden in messages_test.yml'
|
||||
reg_only: 'Message from default file'
|
||||
logged_in: '&cYou''re already logged in!'
|
||||
@@ -0,0 +1,9 @@
|
||||
# Sample messages file
|
||||
|
||||
unknown_user: 'We''ve got&nnew lines&nand '' apostrophes'
|
||||
unsafe_spawn: '&cHere we have&bdefined some colors &dand some other <hings'
|
||||
reg_voluntarily: 'You can register yourself to the server with the command "/register <password> <ConfirmPassword>"'
|
||||
usage_log: '&cUsage: /login <password>'
|
||||
wrong_pwd: '&cWrong password!'
|
||||
wrong_captcha: 'Use /captcha THE_CAPTCHA to solve the captcha'
|
||||
email_already_used: ''
|
||||
@@ -0,0 +1,6 @@
|
||||
# Sample messages file
|
||||
|
||||
unknown_user: 'Message from test2'
|
||||
unsafe_spawn: 'test2 - unsafe spawn'
|
||||
not_logged_in: 'test2 - not logged in'
|
||||
wrong_pwd: 'test2 - wrong password'
|
||||
Reference in New Issue
Block a user