Advertisement
Guest User

Untitled

a guest
Oct 9th, 2013
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.66 KB | None | 0 0
  1. # -- Languages --
  2.  
  3. # - Login -
  4. joinSpec = '&2Du joined als ein spectator.' # Displays when you join the game as a spectator.
  5. joinTribute = '&2Bu joined als Spieler.' # Displays when you join as a tribute.
  6. joinAdmin = '&redDu bist ein Admin! Um mitzuspielen mache "/sg join"'
  7. joinKick = '&redDu wurdest gekickt vom Server. &0[&ePremium join&0]'
  8. joinKickFull = '&redDer Server ist voll mit VIP Spielern.'
  9. joinKickSoft = '&redDu wurdest gekickt vom Server. &0[&ePremium join&0]'
  10. joinKickSoftFull = '&redDas Spiel ist voll mit VIP Spieler.'
  11. joinBanned = '&4Du bist vom SurvivalGames-Server gebannt!!!'
  12. joinFull = '&redDer Server ist Voll versuche es Später!'
  13. joinServerDisabled = '&redDieser Server ist derzeit deaktiviert.'
  14.  
  15. # - Lobby -
  16. welcome = '' # The welcome message.
  17. lobbyCountdown = '&2%time% &2noch bis das Spiel beginnt.' # The countdown messages before the game starts.
  18. nextArena = '&2Nächste Arena: &2%arena%' # Displays the next map to be played.
  19.  
  20. # - Voting -
  21. arenaVotes = '/sg vote %arenanum% >> %arenaname% [ %arenavotes% vote(s) ]' # Displays the name and votes for an arena.
  22. votedForArena = '&b%tdisplay% &2hat für &b%arena%! &2gevotet'
  23. alreadyVoted = '&redDu hast schon für %arena% &redgevotet.'
  24. arenaJustPlayed = '&redDie %arena% wurdeschon gespielt.'
  25. voteInLobby = '&redDu kannst nur in der Sg-Lobby voten!.'
  26. voteInfo = '-- Voting --' # Displays the vote info for each arena. /sg vote
  27. + 'Next map: %nextarena%'
  28. + '%arenavotes%'
  29. + '-- ------ --'
  30.  
  31. # - Scoreboard -
  32. scoreLobbyTitle = '&6Lobby'
  33. scoreLobbyTime = '&redNoch'
  34. scoreVoteArena = '%arenaname%'
  35. scoreVoteMost = '&bNächste Map'
  36. scoreGameTitle = '&6SurvivalGames'
  37. scoreGameTime = '&redNoch'
  38. scoreGameTributes = '&2Spieler'
  39. scoreGameSpectators = '&2Zuschauer'
  40.  
  41. # - Game -
  42. gameCountdown = '&1%time% &2bis das Spiel beginnt.' # Displayed when the game is counting down.
  43. gameHasBegun = '&2Das Spiel hat begonnen! Viel Glück!' # Displayed when the game has begun.
  44. graceBegin = '&1%time% &2Grace Period!' # Displayed when grace period begins.
  45. graceEnd = '&2Grace Period ist aus! ihr könnt euch jetzt schlagen!' # Displayed when grace period is over.
  46. chestsRefilled = '&red Die Kisten sind wieder Voll!' # Displayed when chests are refilled.
  47. timeLimitOver = '&redDie SG-Runde ist vorbei!' # Displayed at the end of the survival round.
  48.  
  49. # - Player -
  50. tributeFallen = 'Tribute - %tdisplay% has fallen.' # Message broadcasted when a tribute dies.
  51. tributesRemaining = '%amount% tribute(s) remain.' # Message displayed to dying player.
  52. youRevived = 'You were revived!' # Message displayed to revived player.
  53. youKilled = 'You eliminated %tdisplay%!' # Message displayed When a player kills another.
  54. youDied = 'You were eliminated from the games by %tdisplay%!' # Message displayed to dying player.
  55. nowSpec = 'You are now a spectator. Spectators are invisible and can not be heard by tributes.' # Message displayed when a player becomes a spectator.
  56. + 'To spectate tributes, swing your arm to teleport to the next tribute.'
  57. cannon = 'A cannon could be heard in the distance.' # Message displayed when a cannon is fired.
  58.  
  59. # - Deathmatch -
  60. minTributesRemain = '%amount% or less tributes remain!' # Displayed when the amount of tributes remaining are less then the minimum.
  61. dmTeleport = 'President Snow does not like it when you run.'
  62. dmCountdown = 'Deathmatch will begin in %time%!' # Message displayed for deathmatch countdown.
  63. dmStart = 'We will now begin the final deathmatch!' # Message displayed when deathmatch starts.
  64.  
  65. # - End Game -
  66. tributeWon = 'Tribute - %tdisplay% has won the Survival Games!' # Displays who won the game.
  67. gameOver = 'The Survival Games are over and will restart soon...' # Message displayed on game over.
  68. gameRestarting = 'The Survival Games are restarting...' # Message displayed on game restart.
  69.  
  70. # -- Commands --
  71.  
  72. # - Tribute -
  73. listTributes = 'Tributes: (%amount%) %tributes%'
  74. listSpectators = 'Spectators: (%amount%) %spectators%'
  75. listWaiting = 'Players waiting: (%amount%) %waiting%'
  76. youWereAdded = 'You were added to the game.'
  77. youChangeRank = 'You are now a %rank%.'
  78. playerStats = '-- %tdisplay%\'s Stats (total/streak/high) --'
  79. + 'Kills: %kills% / %killstreak% / %bestkillstreak%'
  80. + 'Deaths: %deaths% / %deathstreak% / %worstdeathstreak%'
  81. + 'Animals Killed: %animalskilled%'
  82. + 'Mobs Killed: %mobskilled%'
  83. + 'Wins: %wins% / %winstreak% / %bestwinstreak%'
  84. + 'Ties: %ties%'
  85. + 'Losses: %losses% / %losestreak% / %worstlosestreak%'
  86. + 'Games Played: %gamesplayed%'
  87. + 'Time Played: %timeplayed%'
  88. + 'Last Played: %lastplayed%'
  89. + 'Chests Looted: %looted%'
  90. + 'Points: %points%'
  91. timeLeftLobby = 'Time remaining: %time%s' # Displays the time left before a game starts.
  92. timeLeftStarting = 'Starting in %time%.' # Displays the time left before a game starts.
  93. timeLeftPreDM = 'Deathmatch starts in %time%.' # Displays the time left before a deathmatch starts.
  94. timeLeftGame = '%time% until deathmatch.' # Displays the time left before deathmatch begins.
  95. timeLeftDm = 'Time remaining: %time%s' # Displays the time left before a game ends.
  96.  
  97. # - Spectator -
  98. changeSpectate = 'Now spectating: %tdisplay%' # Message displayed when spectating new player.
  99.  
  100. # - Admin -
  101. adminJoinFirst = 'You must join the games first! /sg join'
  102. adminGameStarted = 'You started the survival games in %arena%!'
  103. adminDeathmatchStart = 'You started the deathmatch.'
  104. adminAlreadyStarted = '&redThe game has already started.'
  105. adminGameStopped = 'You stopped the survival games.'
  106. adminGameNotStarted = '&redThe game has not been started yet.'
  107. adminRefillChests = 'You have refilled the chests.'
  108. adminChangeRank = 'You changed %tdisplay% to a %rank%'
  109. adminViewInv = 'You are viewing %tdisplay%\'s inventory.'
  110. adminPlayerAdded = 'You have added %tdisplay% to the game.'
  111. adminAddedSelf = 'You have added yourself to the game.'
  112. adminPlayerRemoved = 'You have removed %tdisplay% from the game.'
  113. adminRemovedSelf = 'You have removed yourself from the game.'
  114. adminEditBegun = 'You are now editing \'%arenaname%\'.'
  115. + '/sg save - Saves your changes.'
  116. adminSaving = 'Edits to \'%arenaname%\' are being saved...'
  117. adminSave = 'Edits to \'%arenaname%\' have been saved.'
  118. adminNotEditing = 'You are not editing this arena. /sg edit'
  119. adminAlreadyEditing = 'You are already editing this arena. /sg save'
  120. adminSpecSpawnSet = 'Spectator spawn has been set to %location%.'
  121. adminNotSpawn = '&redThere is no spawn with number %number%.'
  122. adminNoSpawns = '&redNo spawns have been set here yet.'
  123. adminTpSpawn = 'You have tped to spawn %number% at %location%.'
  124. adminSpawnSet = 'Spawn number %number% has been set at %location%.'
  125. adminSpawnRemove = 'Spawn number %number% has been removed.'
  126. adminSpawnList = '-------------------------------------------'
  127. + '%spawns%'
  128. + '-------------------------------------------'
  129. adminSpawnListItem = '%number% - %location%'
  130. adminDMCenterSet = 'Deathmatch center set to %location%.'
  131. adminDMSpecSpawnSet = 'Deathmatch spectator spawn has been set to %location%.'
  132. adminNotDMSpawn = '&redThere is no deathmatch spawn with number %number%.'
  133. adminNoDMSpawns = '&redNo deathmatch spawns have been set here yet.'
  134. adminTpDMSpawn = 'You have tped to deathmatch spawn %number% at %location%.'
  135. adminDMSpawnSet = 'Deathmatch spawn number %number% has been set at %location%.'
  136. adminDMSpawnRemove = 'Deathmatch spawn number %number% has been removed.'
  137. adminDMSpawnList = '-------------------------------------------'
  138. + '%spawns%'
  139. + '-------------------------------------------'
  140. adminDMSpawnListItem = '%number% - %location%'
  141. adminLobbySpawnSet = 'Lobby spawn set to %location%.'
  142. adminEditList = '-------------------------------------------'
  143. + '%arenas%'
  144. + '-------------------------------------------'
  145. adminEditListItem = '%worldname% - %arenaname% (%enabled%)'
  146. arenaAlreadyEnabled = '%arenaname% is already enabled.'
  147. arenaAlreadyDisabled = '%arenaname% is already disabled.'
  148. arenaAlreadyExists = '&redAn arena already exists in the world \'%worldname%\'.' # Message appears when trying to add an already existing arena.
  149. arenaAdding = 'Adding arena \'%worldname%\'...' # Message appears when adding a new arena.
  150. arenaAdded = 'Arena \'%arenaname%\' has been added!' # Message appears when an arena was added.
  151. + 'Loaded %spawns% spawns.'
  152. + 'Loaded %dmspawns% deathmatch spawns.'
  153. + 'Loaded %containers% containers for rewards.'
  154. + 'Loaded %placelist% block place exceptions.'
  155. + 'Loaded %placelist% block break exceptions.'
  156. arenaNotAdded = '&redArena has not been added. Could not find world \'%worldname%\'.' # Message appears when trying to add a non-existing arena.
  157. arenaRemoved = 'Arena \'%worldname%\' has been removed.' # Message appears when an arena has been removed.
  158.  
  159. # - World -
  160. arenaLoaded = '%arenaname% is now available!' # Displayed when a arena is enabled.
  161. arenaUnloaded = '%arenaname% is no longer available.' # Displayed when a arena is disabled.
  162.  
  163. # - Global -
  164. serverShutdown = '&redServer is restarting...' # The name of the inventory for crates.
  165. pluginPrefix = '&e[&bSG&e] ' # The prefix for the plugin.
  166. pluginSuffix = '' # The suffix for the plugin.
  167. helpTitle = '[&green%plugin%&white] Command Help (Page %page%)' # The title shown for the help.
  168. helpItem = '&green/%label%&white - %desc%' # The title shown for the help.
  169. noHelp = 'No help available.'
  170. stateMessageGame = '-------------------------------------------' # A periodic message that provides info about the game.
  171. + '%tributesleft% tributes remain.'
  172. + '%timetilldm%s until deathmatch.'
  173. + '%spectators% spectators watching the games.'
  174. + '-------------------------------------------'
  175. stateMessageLobby = '-------------------------------------------' # A periodic message that provides info about the game.
  176. + 'Next map: %nextarena%'
  177. + '%arenavotes%'
  178. + '%waitingplayers%/%maxplayers% tributes waiting to play.'
  179. + '%timetillgame% left until the games begin.'
  180. + '-------------------------------------------'
  181. stateMessageLobbyWaiting = '-------------------------------------------' # A periodic message that provides info about the game.
  182. + 'Next map: %nextarena%'
  183. + '%arenavotes%'
  184. + '%waitingplayers%/%maxplayers% tributes waiting to play.'
  185. + 'Waiting for at least %playersneeded% more players.'
  186. + '-------------------------------------------'
  187.  
  188. # - Config -
  189. configSet = '%key% has been set to %value% for %file%.' # Message shows when a config property has been set.
  190. configRemoved = '%key% has been removed from %file%.' # Message shows when a config property has been removed.
  191. configNotFile = 'The file \'%file%\' does not exist. Don\'t forget the path.' # Message shows when a config file does not exist.
  192. configNotKey = 'The property %key% was not found in the %file% file.' # Message shows when a config property does not exist.
  193. configGetList = '-- %file% config: --' # Message shows when a config property does not exist.
  194. + '%configs%'
  195. configGet = '%key% = \'%value%\' %comment%' # Message shows when a config property does not exist.
  196.  
  197. # - Errors -
  198. noLoadedArenas = '&redNo arenas have been loaded.' # Message shows when no arenas have been loaded.
  199. arenaNotFound = '&redArena \'%worldname%\' not found.' # Message displayed when a user enters an invalid arena. /sg worlds
  200. outOfRange = '&redPlease choose a number between %min% and %max%.'
  201. playerNotFound = '%notfound% was not found on the server.'
  202. playerInGame = '%tdisplay% is playing the game.'
  203. playerIsGM = '%tdisplay% is a game maker.'
  204. noSpecInv = '&redYou can not view a spectator\'s inventory!'
  205. noLobbyInv = '&redYou can not view a player\'s inventory in the lobby!'
  206. notInLobby = '&redYou are not in the lobby!'
  207. noPermission = 'You do not have permission to do this.' # Displayed when a user does not have permission.
  208. notPlayer = 'This is only available in-game.'
  209. unknownCommand = 'Unknown %plugin% command: %command%' # The message displayed when an unknown command is entered.
  210.  
  211. # -- Standard Variables -- (Warning do not uncomment this area)
  212. # %vars% = Shows a list of all available variables for a language.
  213. # %user% = The player who is receiving the message.
  214. # %display% = The display name for the player who is receiving the message.
  215. # %target% = The player targeted by the event or command.
  216. # %tdisplay% = The display name for the player targeted by the event or command.
  217. # %plugin% = The name of this plugin.
  218. # %version% = The version of this plugin.
  219.  
  220.  
  221. # -- Colors -- (Char Codes can also be used: &c)
  222. # &BLACK, &DARK_BLUE, &DARK_GREEN, &DARK_AQUA, &DARK_RED, &DARK_PURPLE,
  223. # &GOLD, &GRAY, &DARK_GRAY, &BLUE, &GREEN, &AQUA, &RED, &LIGHT_PURPLE, &YELLOW,
  224. # &WHITE, &MAGIC
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement