Advertisement
jahangir13

Messages_en.properties_2.4

Apr 18th, 2015
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.43 KB | None | 0 0
  1. ##################################################################################################################
  2. #
  3. # Message translation file v2.4 (locale: en):
  4. # (Key = value) pairs - only translate the messages on the right side of the '=' sign.
  5. # {0},{1} are Variables which are replayed with dynamic values at runtime (order can be changed).
  6. # Additional space(s) after '=' sign with "\ ".
  7. #
  8. # Properties file documentation:
  9. # http://docs.oracle.com/cd/E23095_01/Platform.93/ATGProgGuide/html/s0204propertiesfileformat01.html
  10. #
  11. # Colors can be used everywhere using §0-f in the text (http://minecraft.gamepedia.com/Formatting_codes).
  12. #
  13. # Dynmap popup texts can be translated in config directly (infowindow / admininfowindow).
  14. #
  15. ##################################################################################################################
  16.  
  17. # plugin enable
  18. enable.init = Initializing...
  19. enable.dyn.notfound = §cDynmap Plugin not found! Terminated
  20. enable.gp.notfound = §cGriefPrevention Plugin not found! Terminated
  21. enable.bad.version = §cBad MC/GP version combination §e(See config for more information about versions) §cTerminated
  22. enable.dyn.marker.notfound = §cError loading dynmap marker API! Terminated
  23. enable.dyn.marker.create = §cError creating marker set! Terminated
  24.  
  25. # plugin general
  26. jdgp.activated = Version {0} is activated
  27. jdgp.disabled = Plugin JDynMapGriefPrevention disabled
  28. jdgp.claims.upd.log = Task: Claims updated
  29. jdgp.locale.notfound = Locale file for ''{0}'' (lang/Messages_{0}.properties) not found. Using default locale
  30.  
  31. # plugin updater
  32. updater.checkmsg = Checking for plugin updates...
  33. updater.connection_failed = §cUnable to reach the Spigot page
  34. updater.no_new_version = There is no newer version available
  35. updater.new_version = §bNew version {0} is available
  36. updater.url.color = §b
  37.  
  38. # commands general
  39. command.noperm = §aJDGP: §cNo permission to execute this command
  40. command.unknown = §aJDGP: §c'/jdgp' for a list of available commands
  41.  
  42. # help texts for commands
  43. command.help.help = §aJDGP: §eEnter '/jdgp' for help
  44. command.help.title = §aJDynmapGriefprevention v{0}§8
  45. command.help.reload = \ §aJDGP: §e'/jdgp reload' - Reload config/Update claims
  46. command.help.stats = \ §aJDGP: §e'/jdgp stats' - Print statistics about claims
  47. command.help.claims1 = \ §aJDGP: §e'/jdgp claims' - Show player claims (owned/trusted)
  48. command.help.claims2 = \ §aJDGP: §e add <name> to show for other player
  49. command.help.disable = \ §aJDGP: §e'/jdgp disable' - Disable the plugin
  50. command.help.cancel = \ §aJDGP: §e'/jdgp cancel' - Cancel the disable command
  51. command.help.url = §aJDynmapGriefprevention Plugin URL: §8
  52.  
  53. # command texts - reload
  54. command.reload.taskrunning = §cJDGP: Update task already running. Wait a moment and execute again
  55. command.reload.success1 = §aJDGP: Config file reloaded
  56. command.reload.success2 = §aJDGP: §eRescheduled task. Next update in {0} s
  57.  
  58. # command text - stats
  59. command.stats.title = §aJDGP: Claim statistics
  60. command.stats.separator = §a-----------------------------------------
  61. command.stats.claims_owner = §a\ # Claims / Owners: §e{0}
  62. command.stats.trusted = §a\ # Bui: §e{0} §a# Con: §e{1} §a# Acc: §e{2} §a# Man: §e{3}
  63. command.stats.parent_subdiv = §a\ # Parent claims: §e{0} §a# Subdiv claims: §e{1}
  64. command.stats.used = \ §a# Used : §e{0} §a( # A: §e{1} §a/ # N: §e{2} §a/ # B: §e{3} §a)
  65. command.stats.unused = \ §a# Unused: §e{0}
  66.  
  67. # command texts - disable
  68. command.disable1 = §aJDGP: Do you want to disable the plugin?
  69. command.disable2 = §aJDGP: §eExecute '/jdgp disable' again or '/jdgp cancel' to cancel
  70. command.disable.ok = §aJDGP: §ePlugin disabled by user request
  71.  
  72. # command texts - cancel
  73. command.cancel.ok = §aJDGP: §eUser 'disable' action cancelled
  74. command.cancel.cancel = §aJDGP: §eNothing there to cancel
  75.  
  76. # command texts - claims
  77. command.claims.useconsole = §aJDGP: §c'jdgp claims <name>' if used from console
  78. command.claims.alreadyused = §aJDGP: §ePlayer map is already in use. Try again in a minute
  79. command.claims.notfound = §aJDGP: §ePlayer name not in OfflinePlayer list. Nothing to show
  80. command.claims.ok1 = §aJDGP: §e{0} claim/s found. Preparing player map...
  81. command.claims.ok2 = §aJDGP: §eRefresh dynmap page in web browser!
  82. command.claims.ok3 = §aJDGP: §ePlayer Map deleted from Dynmap ({0} sec)
  83. command.claims.notok = §aJDGP: §e0 claims found. Nothing to show
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement