#813 Move test resources to conform to package structure

This commit is contained in:
ljacqu
2016-07-02 10:57:30 +02:00
parent de3f3a42ab
commit 70226f7ddb
21 changed files with 16 additions and 13 deletions
@@ -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 &lthings'
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'