1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-12 09:35:26 +02:00

Use correct translations with color

This commit is contained in:
snowleo
2013-04-06 15:45:27 +02:00
parent 96342bc6ce
commit 0387d18ce2
146 changed files with 536 additions and 536 deletions

View File

@@ -175,7 +175,7 @@ public class EssentialsConf extends YamlConfiguration
istr = resourceClass.getResourceAsStream(templateName);
if (istr == null)
{
LOGGER.log(Level.SEVERE, _("Could not find template {0}", templateName));
LOGGER.log(Level.SEVERE, _("§4Could not find template {0}", templateName));
return;
}
ostr = new FileOutputStream(configFile);

View File

@@ -446,7 +446,7 @@ public final class Settings implements ISettings
}
catch (Exception ex)
{
logger.log(Level.SEVERE, _("Unknown item {0} in {1} list.", itemName, "item-spawn-blacklist"));
logger.log(Level.SEVERE, _("§4Unknown item {0} in {1} list.", itemName, "item-spawn-blacklist"));
}
}
return epItemSpwn;
@@ -483,7 +483,7 @@ public final class Settings implements ISettings
}
catch (Exception ex)
{
logger.log(Level.SEVERE, _("Unknown item {0} in {1} list.", signName, "enabledSigns"));
logger.log(Level.SEVERE, _("§4Unknown item {0} in {1} list.", signName, "enabledSigns"));
continue;
}
signsEnabled = true;
@@ -579,7 +579,7 @@ public final class Settings implements ISettings
}
catch (Exception ex)
{
logger.log(Level.SEVERE, _("Unknown item {0} in {1} list.", itemName, configName));
logger.log(Level.SEVERE, _("§4Unknown item {0} in {1} list.", itemName, configName));
}
}
return list;