Apparently these didn't get smashed...

This commit is contained in:
Eric Stokes 2011-12-10 17:30:44 -07:00
parent 91a5d6c1c5
commit 970692d228
2 changed files with 12 additions and 9 deletions

View File

@ -12,7 +12,7 @@ public enum MultiverseMessage {
GENERIC_SORRY("Sorry..."),
GENERIC_OF("of"),
GENERIC_PAGE("Page"),
GENERIC_UNLOADED("UNLOADED");
GENERIC_UNLOADED("UNLOADED"), ERROR_LOAD("Your configs were not loaded. Very little will function in Multiverse.");
private final String def;

View File

@ -1,17 +1,20 @@
TEST_STRING: a test-string from the resource
TEST_STRING: 'a test-string from the resource'
# Generic Strings
GENERIC_SORRY: Sorry...
GENERIC_PAGE: Page
GENERIC_OF: of
GENERIC_UNLOADED: UNLOADED
GENERIC_SORRY: 'Sorry...'
GENERIC_PAGE: 'Page'
GENERIC_OF: 'of'
GENERIC_UNLOADED: 'UNLOADED'
# Errors
ERROR_LOAD: 'Your configs were not loaded. Very little will function in Multiverse.'
# Commands
# List Command
LIST_NAME: World Listing
LIST_DESC: Displays a listing of all worlds that you can enter.
LIST_NAME: 'World Listing'
LIST_DESC: 'Displays a listing of all worlds that you can enter.'
LIST_TITLE: Multiverse World List
LIST_TITLE: 'Multiverse World List'
LIST_NO_MATCH: 'No worlds matched your filter:'