mirror of
https://github.com/sekwah41/Advanced-Portals.git
synced 2024-11-07 11:30:41 +01:00
58 lines
3.4 KiB
Plaintext
58 lines
3.4 KiB
Plaintext
# Same as default minecraft lang files but can handle comments if a # is the first character
|
|
# Anything not set in translations will be defaulted back to the en_GB file.
|
|
# The default en_GB will always be loaded before any other file, even if you make a new en_GB so that new strings
|
|
# do not have blank values possibly making new features unusable.
|
|
#
|
|
# The format of included strings is %(number of argument)$s (starts at 1 not 0)
|
|
# So the order of variables being inserted into the string is not a set order. Just like minecraft
|
|
#
|
|
# For colors use \u00A7 or § (can be entered by holding alt and pressing 2 then 1 on the numpad)
|
|
# http://minecraft.gamepedia.com/Formatting_codes
|
|
#
|
|
# Also note that some debug messages may not be listed here for translation.
|
|
#
|
|
translatedata.lastchange=1.0.0
|
|
translatedata.translationsoutdated= Some of the translations from the current translation file \u00A7e%1$s\u00A7c are out of date.
|
|
translatedata.replacecommand= Use \u00A7e/portal transupdate\u00A7c to copy out a new default \u00A7een_GB\u00A7c file.
|
|
translatedata.replaced= A new \u00A7een_GB\u00A7c file has been copied to the data folder.
|
|
|
|
messageprefix.positive=\u00A7a[\u00A7eAdvancedPortals\u00A7a]
|
|
messageprefix.negative=\u00A7c[\u00A77AdvancedPortals\u00A7c]
|
|
|
|
logger.pluginenable=Advanced portals have been successfully enabled!
|
|
logger.plugindisable=Advanced portals are being disabled!
|
|
logger.plugincrafterror=This version of craftbukkit is not yet supported or something went wrong, please post this message with the version number and the above stacktrace in an issue on GitHub v:%1$s
|
|
|
|
command.noargs= Sorry but you need to specify a sub command, please use \u00A7e/%1$s help \u00A7cif you would like a list of possible sub commands.
|
|
command.subcommand.invalid= Sorry but that is not a valid sub command.
|
|
|
|
command.help.header=\u00A7e--------------- \u00A7a%1$s Help - Page %2$s of %3$s\u00A7e ---------------
|
|
command.help.subcommandheader=\u00A7e--------- \u00A7a%1$s Help - %2$s\u00A7e ---------
|
|
command.help.invalidhelp= Sorry but \u00A7e%1$s\u00A7c is not a valid page number or sub command.
|
|
|
|
command.reload.help=Reloads portal data
|
|
command.reload.detailedhelp=Reloads all portal data from files in the data folder
|
|
command.reload.reloaded= All Advanced Portals data reloaded
|
|
|
|
command.create.help=Creates portals
|
|
command.create.noargs= You need to actually list args for portal creation.
|
|
command.create.error= There was an error making the portal:
|
|
command.create.console= You cannot create a portal using the console.
|
|
command.create.detailedhelp=List tags after create in the format tag:value, if your value needs spaces use the format tag:"value with spaces"
|
|
|
|
command.remove.noname= You need to give the name of the portal you want to remove.
|
|
command.remove.error= Removing the portal was blocked:
|
|
command.remove.noname=No portal by that name was found
|
|
command.remove.invalidselection=The portal selection you had is no longer valid
|
|
command.remove.noselection=You don't have a portal selected
|
|
|
|
portal.invalidselection=You must have both pos1 and pos2 selected to create a portal.
|
|
portal.noname=No name for the portal has been given.
|
|
portal.takenname=The name given for the portal is already taken.
|
|
|
|
command.trans.help=Copy translation new default translation file
|
|
|
|
command.version.help=Returns the current version of the plugin
|
|
|
|
command.subcommand.nopermission= Sorry but you don't have permission for that, please use \u00A7e/%1$s help \u00A7cif you would like a list of possible sub commands.
|