blob: cfb2d72184dcc7546163b49d0776286559dabb55 [file] [log] [blame] [raw]
# Notes on the naming convention:
# Message names beginning with "console.error" are for Logger.severe.
# Message names beginning with "console.info" are for Logger.info or System.out.println.
# Message names beginning with "console.warn" are for Logger.warn.
# Message names beginning with "glowstone" may be sent to players; the second-level name of the message is usually the
# relevant subpackage of net.glowstone.
console.error.classpath=Error loading classpath!
console.error.import.no-message=Import of {0} failed
console.error.import.with-message=Importing file {0} failed: {1}
console.error.looting-manager=Failed to load looting manager:
console.error.startup=Error during server startup.
console.info.option.help=Available command-line options:\n\
--help, -h, -? Shows this help message and exits.\n\
--version, -v Shows version information and exits.\n\
--generate-config Generates and loads configuration files, then exits.\n\
--configdir <directory> Sets the configuration directory.\n\
--configfile <file> Sets the configuration file.\n\
--port, -p <port> Sets the server listening port.\n\
--host, -H <ip | hostname> Sets the server listening address.\n\
--onlinemode, -o <onlinemode> Sets the server''s online-mode.\n\
--jline <true/false> Enables or disables JLine console.\n\
--plugins-dir, -P <directory> Sets the plugin directory to use.\n\
--worlds-dir, -W <directory> Sets the world directory to use.\n\
--update-dir, -U <directory> Sets the plugin update folder to use.\n\
--max-players, -M <director> Sets the maximum amount of players.\n\
--world-name, -N <name> Sets the main world name.\n\
--log-pattern, -L <pattern> Sets the log file pattern (%D for date).
console.info.config-only-done=Configuration files have been loaded, exiting...
console.info.import=Importing {0} from {1}
console.info.native-transport.epoll=Native epoll transport is enabled.
console.info.native-transport.kqueue=Native kqueue transport is enabled.
console.info.opencl.best=Device is best platform so far, on {0}
console.info.opencl.best.version-tiebreaker=Device tied for flops, but had higher version on {0}
console.info.opencl.cpu=No Intel graphics found, best platform is the best CPU platform we could find...
console.info.opencl.found-device=Found {0} with {1} flops
console.info.opencl.intel-gpu=No dGPU found, best platform is the best Intel graphics we could find...
console.info.opencl.no-device=Your system does not meet the OpenCL requirements for Glowstone. See if driver updates are available.
console.info.opencl.required-extensions=Required extensions: [ cl_khr_fp64 ]
console.info.opencl.required-version=Required version: {0}.{1}
console.info.proxy=Proxy support is enabled.
console.info.proxy.online=Proxy support is enabled, but online mode is enabled.
console.info.ready=Ready for connections.
console.info.version.bukkit=Bukkit version: {0}
console.info.version.glowstone=Glowstone version: {0}
console.info.version.minecraft-client=Minecraft version: {0} protocol {1}
console.warn.option.invalid=Ignored invalid option: {0}
console.warn.option.no-value=Ignored option specified without value: {0}
glowstone.advancement.title=Advancements in Glowstone