Advertisement
jahangir13

Messages_en.properties

Mar 12th, 2015
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.81 KB | None | 0 0
  1. ##################################################################################################################
  2. #
  3. # Message translation file v2.3 (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.mc.version = MC version must be greater than 1.7.5 to support player uuids. Plugin may not work correctly!
  22. enable.gp.version1 = GriefPrevention Version < 8.1: {0}
  23. enable.gp.version2 = §cThis version can only be used with UUID enabled servers (GP >= 8.1)
  24. enable.dyn.marker.notfound = §cError loading dynmap marker API! Terminated
  25. enable.dyn.marker.create = §cError creating marker set! Terminated
  26.  
  27. # plugin general
  28. jdgp.activated = Version {0} is activated
  29. jdgp.disabled = Plugin JDynMapGriefPrevention disabled
  30. jdgp.claims.upd.log = Task: Claims updated
  31. jdgp.locale.notfound = Locale file for ''{0}'' (lang/Messages_{0}.properties) not found. Using default locale
  32.  
  33. # plugin updater
  34. updater.checkmsg = Checking for plugin updates...
  35. updater.connection_failed = §cUnable to reach the Spigot page
  36. updater.no_new_version = There is no newer version available
  37. updater.new_version = §bNew version {0} is available
  38. updater.url.color = §b
  39.  
  40. # commands general
  41. command.noperm = §aJDGP: §cNo permission to execute this command
  42. command.unknown = §aJDGP: §c'/jdgp' for a list of available commands
  43.  
  44. # help texts for commands
  45. command.help.help = §aJDGP: §eEnter '/jdgp' for help
  46. command.help.title = §aJDynmapGriefprevention v{0}§8
  47. command.help.reload = \ §aJDGP: §e'/jdgp reload' - Reload config/Update claims
  48. command.help.stats = \ §aJDGP: §e'/jdgp stats ' - Print statistics about claims
  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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement