mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-12-01 23:14:15 +01:00
Apparently these didn't get smashed...
This commit is contained in:
parent
91a5d6c1c5
commit
970692d228
@ -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;
|
||||
|
||||
|
@ -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:'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user