From 970692d2285444b0245b12f797d0ddc5a583d703 Mon Sep 17 00:00:00 2001 From: Eric Stokes Date: Sat, 10 Dec 2011 17:30:44 -0700 Subject: [PATCH] Apparently these didn't get smashed... --- .../localization/MultiverseMessage.java | 2 +- src/main/resources/localization/en.yml | 19 +++++++++++-------- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/src/main/java/com/onarandombox/MultiverseCore/localization/MultiverseMessage.java b/src/main/java/com/onarandombox/MultiverseCore/localization/MultiverseMessage.java index dc97c136..96ad5f7b 100644 --- a/src/main/java/com/onarandombox/MultiverseCore/localization/MultiverseMessage.java +++ b/src/main/java/com/onarandombox/MultiverseCore/localization/MultiverseMessage.java @@ -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; diff --git a/src/main/resources/localization/en.yml b/src/main/resources/localization/en.yml index 668cc1f8..dde608e2 100644 --- a/src/main/resources/localization/en.yml +++ b/src/main/resources/localization/en.yml @@ -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:'