Facebook
From Borrioooo, 5 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 210
  1. # File: plugins/CraftBay/lang/en_US.yml
  2. #
  3. # WARNING: Do not edit this file directly!  It will be rewritten
  4. # on every restart. Create a copy with an individual name instead.
  5. # Example: "plugins/CraftBay/lang/myserver.yml"
  6. #
  7. # Formatting
  8. # default: <default> <dfl>
  9. # header: <header> <head> <hd> <h>
  10. # highlight: <highlight> <hl> <hi>
  11. # shadow: <shadow> <dark> <shade> <shd>
  12. # shortcut: <shortcut> <sc> <s>
  13. # admin: <admin> <adm>
  14. # adminhighlight: <adminhighlight> <adminhigh> <adminhi> <admhl> <admhi>
  15. # error: <error> <err>
  16. # warn: <warning> <warn> <wrn>
  17. # warn: <warninghighlight> <warninghigh> <warnhigh> <warnhi> <wrnhi>
  18.  
  19. Tag: 'Auction:'
  20. # Command help, accessed via "/auc help"
  21. help:
  22.   Header: '<h>Auction Help'
  23.   Help: '<dfl>/auc <hl>?<dfl> <h>Auction help'
  24.   Info: '<dfl>/auc <s>i<hl>nfo <h>Display auction information'
  25.   Bid: '<dfl>/auc <s>b<hl>id <dfl>[<hl>amount<dfl>] <h>Place a bid'
  26.   BidShort: '<dfl>/bid <dfl>[<hl>amount<dfl>] <h>Place a bid'
  27.   Start: '<dfl>/auc <s>s<hl>tart <dfl>[<hl>price<dfl>] <h>Start an auction'
  28.   Hand: '<dfl>/auc <hl>hand <dfl>[<hl>price<dfl>] <h>Auction the item in your hand'
  29.   Fee: '<dfl>Starting an auction costs <hl>{fee}<dfl>.'
  30.   Tax: '<dfl>Starting bids above <hl>{minbid}<dfl> will cause <hl>{tax}%<dfl> tax.'
  31.   End: '<dfl>/auc <s>e<hl>nd <dfl>[<hl>minutes<dfl>:<hl>seconds<dfl>] <h>End current auction'
  32.   Listen: '<dfl>/auc <hl>listen<dfl>|<hl>ignore <h>Listen to or ignore auctions'
  33.   History: '<dfl>/auc <hl>history <dfl>[<hl>id<dfl>] <h>View past or queued auctions'
  34.   Cancel: '<dfl>/auc <s>c<hl>ancel <dfl>[<hl>id<dfl>] <h>Cancel an auction'
  35. # Admin command help, accessed via "/auc help" for admins
  36. adminhelp:
  37.   Bank: '<adm>/auc <admhi>bank <adm>\<<admhi>item<adm>\> [<admhi>amount<adm>] <adm>[<admhi>price<adm>] [<admhi>time<adm>] <h>Auction spawned items'
  38.   BankBid: '<adm>/auc <admhi>bankbid <adm>\<<admhi>amount<adm>\> <h>Place a bid on behalf of the bank'
  39.   Reload: '<adm>/auc <admhi>reload <h>Reload configuration file'
  40.   Log: '<adm>/auc <admhi>log <adm>[<admhi>id<adm>] <h>View auction log'
  41.   Fake: '<adm>/auc <adminhi>fake <adm>\<<admhi>title<adm>\> [<admhi>amount<adm>] [<admhi>price<adm>] <h>Auction off a fake item'
  42. # Error messages during command line parsing
  43. # Environment:
  44. #  player - the name of the player issuing the command
  45. #  cmd - the issued subcommand
  46. #  arg - the erroneous argument (if applicable)
  47. command:
  48.   NoEntry: '<warn>No such command: "{cmd}"!'
  49.   NoPerm: "<warn>You don't have permission!"
  50.   BadWorld: '<warn>You cannot do that in this world!'
  51.   NotAPlayer: '<warn>Only players can do that!'
  52.   NoCurrentAuction: '<warn>No auction running!'
  53.   NoSuchAuction: '<warn>Unknown such auction: <warnhi>{arg}<warn>!'
  54.   ArgsTooSmall: '<warn>Not enough arguments!'
  55.   ArgsTooBig: '<warn>Too many arguments!'
  56.   NotANumber: '<warn>Number expected: <warnhi>{arg}<warn>!'
  57.   BadTimeFormat: '<warn>Bad time format: <warnhi>{arg}<warn>!'
  58.   NoSuchItem: '<warn>Invalid item: <warnhi>{arg}<warn>!'
  59.   IllegalItem: '<warn>Invalid item: <warnhi>{arg}<warn>!'
  60.   UnclosedQuote: '<warn>No closing quote!'
  61. # Error messages from commands
  62. # Environment:
  63. #   player - the name of the player issuing the command
  64. #   auction variables where applicable, see auction.*
  65. #   arg - the erroneous argument, if applicable
  66. commands:
  67.   listen:
  68.     AlreadyListen: You are already listening to auctions!
  69.     AlreadyIgnore : You are already ignoring auctions!
  70.     ListenError: An error occured trying to perform this command!
  71.     IgnoreError: An error occured trying to perform this command!
  72.     ListenSuccess: Listening to auctions
  73.     IgnoreSuccess: Ignoring auctions
  74.   history:
  75.     NoEntry: '<warn>No such id: {id}'
  76.   start:
  77.     HandEmpty: '<warn>There is nothing in your hand!'
  78.     AmountTooSmall: '<warn>Positive amount expected!'
  79.     CreativeDenial: '<warn>You cannot start auctions in creative mode!'
  80.     Success: '<dfl>Your auction for <hl>{amount}<dfl>x<hl>{itemdesc}<dfl> will start soon!'
  81.   end:
  82.     NotOwner: '<warn>You are not the owner of this auction!'
  83.     DelayTooLong: '<warn>You can only shorten your auction!'
  84.     DelayTooShort: '<warn>The delay must be at least {min}!'
  85.     DelayNegative: '<warn>Positive delay expected!'
  86.   cancel:
  87.     NotOwner: '<warn>You are not the owner of this auction!'
  88.     Running: '<warn>You cannot cancel a running auction!'
  89.     Canceled: '<warn>This auction is already canceled!'
  90.     Ended: '<warn>This auction is over!'
  91.   fake:
  92.     Fail: '<warn>Creating fake auction failed'
  93.     Success: '<dfl>Created fake auction successfully'
  94. # Error messages from auctions
  95. # Environment (where applicable):
  96. #   id - the auction id
  97. #   item - the item name
  98. #   itemdesc - a description of the item (the name and whether it is enchanted ot not)
  99. #   amount - the item amount, user friendly
  100. #   totalamount - the item amount, bare number
  101. #   iteminfo, enchantments - mixed item information
  102. #   itemid - the item's id
  103. #   itemdamage - the item's damage value
  104. #   owner - the owner's name
  105. #   winner - the winner, if any
  106. #   minbid - smallest possible bid to participate
  107. #   maxbid - highest placed bid
  108. #   price - the current price
  109. #   state - the state of this auction
  110. #   timeleft - the remaining auction duration
  111. #   fee - the total fee
  112. auction:
  113.   create:
  114.     QueueFull: '<warn>Wait until other auctions have ended!'
  115.     NotEnoughItems: '<warn>You do not have enough <warnhi>{itemdesc}<warn>!'
  116.     FeeTooHigh: '<warn>You cannot afford the fee of <warnhi>{fee}<warnhi>!'
  117.     FeeDebited: '<dfl>Your account has been debited <hl>{fee}<dfl>.'
  118.     OwnerCooldown: '<warn>You have to wait <warnhi>{cooldown}<warn>!'
  119.   start:
  120.     Announce: '<hl>{owner}<dfl> is auctioning <hl>{amount}<dfl>x<hl>{itemdesc}<dfl> for <hl>{minbid}<dfl>. <hl>Click here.'
  121.   gui:
  122.     ChestTitle: 'Items for auction'
  123.     ItemsNotEqual: '<warn>All items must be identical!'
  124.     Success: '<dfl>Your auction for <hl>{amount}<dfl>x<hl>{itemdesc}<dfl> will start soon!'
  125.   state:
  126.     Queued: Queued
  127.     Running: Running
  128.     Canceled: Canceled
  129.     Ended: Ended
  130.   info:
  131.     Header: '<h>Auction Information'
  132.     Owner: '<dfl>Auctioneer: <hl>{owner}'
  133.     RealItem: '<dfl>Item: <hl>{totalamount}<dfl>x<hl>{item}<dfl> [<hl>{itemid}<dfl>:<hl>{itemdamage}<dfl>] <hl>{iteminfo}<dfl>'
  134.     FakeItem: '<dfl>Item: <hl>{item}'
  135.     Winner: '<dfl>Winning: <hl>{winner}<dfl> for <hl>{price}'
  136.     NoWinner: '<dfl>Minimal bid: <hl>{minbid}'
  137.     Self: '<dfl>Your bid: <hl>{maxbid}'
  138.     Time: '<dfl>Time left: <hl>{timeleft}'
  139.     State: '<dfl>State: <hl>{state}'
  140.     Fee: '<dfl>Fee: <hl>{fee}'
  141.     Help: '<dfl>Type <hl>/auc ?<dfl> for a list of commands.'
  142.   reminder:
  143.     NoWinner: '<dfl>Auction for <hl>{amount}<dfl>x<hl>{itemdesc}<dfl> ends in <hl>{timeleft}<dfl>. Price: <hl>{minbid}<dfl>. <hl>Click here.'
  144.     Winner: '<hl>{winner}<dfl> wins <hl>{amount}<dfl>x<hl>{itemdesc}<dfl> for <hl>{price}<dfl> in <hl>{timeleft}<dfl>. <hl>Click here.'
  145.   countdown:
  146.     NoWinner: '<dfl>Auction for <hl>{amount}<dfl>x<hl>{itemdesc}<dfl> ends in <hl>{timeleft}<dfl>!'
  147.     Winner: '<hl>{winner}<dfl> wins <hl>{amount}<dfl>x<hl>{itemdesc}<dfl> in <hl>{timeleft}<dfl>!'
  148.   bid:
  149.     IsOwner: "<warn>You can't bid on your own auction!"
  150.     UnderbidSelf: '<warn>You have already made a larger bid!'
  151.     BidTooSmall: '<warn>You must bid at least <warnhi>{minbid}<warn>!'
  152.     TooPoor: '<warn>You do not have enough money!'
  153.     Win: '<dfl>You are now winning this auction for <hl>{price}<dfl>!'
  154.     Fail: '<hl>{winner}<dfl> is still winning but you raised the price to <hl>{price}<dfl>!'
  155.     ToLoser: '<dfl>{winner} just beat you with {price}!'
  156.     NewPrice: '<dfl>Price for <hl>{amount}<dfl>x<hl>{itemdesc}<dfl> is now <hl>{price}<dfl> for <hl>{winner}<dfl>'
  157.     NewWinner: '<hl>{winner}<dfl> beats {oldwinner}. Price <hl>{price}'
  158.     UnderBid: '<dfl>{player} raises but <hl>{winner}<dfl> is higher. Price <hl>{price}'
  159.     Still: '<dfl>You are still winning this auction for <hl>{price}<dfl>.'
  160.   end:
  161.     ToWinner: '<dfl>Enjoy your <hl>{amount}<dfl>x<hl>{itemdesc}<dfl> for <hl>{price}<dfl>!'
  162.     OwnerSell: '<dfl>Your <hl>{amount}<dfl>x<hl>{itemdesc}<dfl> has been sold to <hl>{winner}<dfl> for <hl>{price}<dfl>.'
  163.     OwnerReturn: '<dfl>Your <hl>{amount}<dfl>x<hl>{itemdesc}<dfl> has been returned to you.'
  164.     OwnerPaymentError: '<warn>Error processing payment. Auction canceled.'
  165.     Winner: '<hl>{winner}<dfl> buys <hl>{amount}<dfl>x<hl>{itemdesc}<dfl> for <hl>{price}<dfl>.'
  166.     WinnerPaymentError: '<warn>Error processing payment. Auction canceled.'
  167.     PaymentError: '<warnhi>{winner}<warn> cannot afford the <warnhi>{price}<warn> he bid. Punish him!'
  168.     NoBid: '<dfl>Auction for <hl>{amount}<dfl>x<hl>{itemdesc}<dfl> ended with no bids.'
  169.     Manual: '<hl>{player}<dfl> ended the auction.'
  170.   cancel:
  171.     Announce: '<admin>Auction canceled by <adminhi>{player}<admin>!'
  172.     ToOwner: '<warn>Your auction has been canceled!'
  173.     FeeReturn: '<dfl>Your fee of <hl>{fee}<dfl> has been returned to you.'
  174.   time:
  175.     Change: '<hl>{player}<dfl> set the remaining time to <hl>{newtimeleft}<dfl>.'
  176. # Special item describing strings not covered by Vault
  177. item:
  178.   damaged:
  179.     Singular: 'Damaged'
  180.     Plural: 'Damaged'
  181.   enchanted:
  182.     Singular: 'Enchanted'
  183.     Plural: 'Enchanted'
  184.   minute:
  185.     Singular: 'minute'
  186.     Plural: 'minutes'
  187.   second:
  188.     Singular: 'second'
  189.     Plural: 'seconds'
  190.   stack:
  191.     Singular: 'Stack'
  192.     Plural: 'Stacks'
  193.   chest:
  194.     Singular: 'Chest'
  195.     Plural:   'Chests'
  196.   doubleChest:
  197.     Singular: 'Double Chest'
  198.     Plural:   'Double Chests'
  199.   inventory:
  200.     Singular: 'Inventory'
  201.     Plural: 'Inventories'
  202.   page:
  203.     Singular: 'page'
  204.     Plural: 'pages'
  205.   book:
  206.     ByAuthor: ' by '
  207. # Display of the history.
  208. # Environment: see auction.*
  209. history:
  210.   Header: '<h>Auction History'
  211.   Queue: '<shd>[{id}] {owner} <hl>{totalamount}<dfl>x<hl>{itemdesc}'
  212.   Current: '<h>[{id}] {owner} <hl>{totalamount}<dfl>x<hl>{itemdesc}'
  213.   History: '<dfl>[<hl>{id}<dfl>] {owner} <hl>{totalamount}<dfl>x<hl>{itemdesc}'
  214. log:
  215.   Header: '<header>Auction Log [{id}]'
  216.   Log: '<admin>{log}'
  217.