Advertisement
Guest User

StefoCraft >> GlobalMarket >> Do spolszczenia

a guest
Jul 6th, 2015
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.47 KB | None | 0 0
  1. GLOBAL MARKET:
  2. english:
  3. you_have_new_mail: You have new mail!
  4. player_context_required: All commands require a player context!
  5. cmd:
  6. prefix: "[\xa7aMarket\xa7f] "
  7. help: Do /market ? for help
  8. help_legend: 'Legend: () optional, [] description'
  9. listings_syntax: /market listings (<search>)
  10. listings_descr: '[Shows listings]'
  11. create_syntax: /market create <price> (<amount>)
  12. create_descr: '[Creates a listing]'
  13. mailbox_syntax: /market mailbox (remove)
  14. mailbox_descr: '[Creates or removes a mailbox]'
  15. stall_syntax: /market stall (remove)
  16. stall_descr: '[Creates or removes a stall]'
  17. mail_syntax: /market mail
  18. mail_descr: '[Opens your mailbox]'
  19. reload_syntax: /market reload
  20. reload_descr: '[Reloads config.yml and locale.yml]'
  21. history_syntax: /market history (<amount>)
  22. history_descr: '[Shows past transactions]'
  23. send_syntax: /market send <player> (<amount>)
  24. send_descr: '[Sends an item to another player]'
  25. pc_syntax: /market pricecheck
  26. pc_descr: '[Checks the price of the item in your hand]'
  27. player_not_found: Could not find a player by the name of "%s"
  28. check_your_inventory: Check your inventory!
  29. not_a_valid_number: '"%s" is not a valid number'
  30. not_a_valid_amount: '"%s" is not a valid amount'
  31. you_dont_have_x_of_this_item: You don't have %s of this item
  32. hold_an_item: Hold an item and type
  33. item_sent: Item sent!
  34. item_will_send: Your item will be delivered in %s minutes
  35. item_listed: Item listed!
  36. item_queued: Your listing will appear in %s minutes
  37. charged_fee: Charged a fee of %s
  38. aim_cursor_at_chest_or_sign: Please aim your cursor at a chest or sign
  39. mailbox_removed: Mailbox removed
  40. no_mailbox_found: No mailbox found
  41. mailbox_already_exists: Mailbox already exists!
  42. mailbox_added: Mailbox added!
  43. stall_removed: Stall removed
  44. no_stall_found: No stall found
  45. stall_already_exists: Stall already exists!
  46. stall_added: Stall added!
  47. transaction_log:
  48. item_name: Transaction Log
  49. title: Market Transaction Log
  50. item_sold: 'Item sold: %s'
  51. sale_price: 'Sale price: %s'
  52. market_cut: 'Market cut: %s'
  53. amount_recieved: 'Amount recieved: %s'
  54. listing_purchased_mailbox: Your listing of %s has been purchased, pick up your earnings at a mailbox
  55. history:
  56. item_listed: You listed %1$s for %2$s
  57. item_bought: You bought %1$s for %2$s
  58. item_sold: You sold %1$s for %2$s
  59. listing_removed: '%1$s removed your listing of %2$s'
  60. item_name: Market History
  61. title: '%s''s Market History'
  62. total_earned: 'Total earned: %s'
  63. total_spent: 'Total spent: %s'
  64. actual_amount_made: 'Actual amount made: %s'
  65. at_time: <at %s>
  66. you_sold_your_listing: You sold your listing of %s
  67. picked_up_your_earnings: Picked up your earnings. Your new balance is %s
  68. amount: 'Amount: '
  69. price: 'Price: '
  70. seller: 'Seller: '
  71. click_to_buy: <click to buy>
  72. click_again_to_confirm: <click again to confirm, right click to cancel>
  73. click_to_retrieve: <click to retrieve>
  74. full_inventory: <full inventory!>
  75. shift_click_to_remove: <shift+click to remove>
  76. shift_click_again_to_confirm: <shift+click again to confirm, right click to cancel>
  77. not_enough_money: <don't have enough %s!>
  78. interface:
  79. listings_title: Market Listings
  80. mail_title: Market Mail
  81. page: Page %s
  82. next_page: Next page
  83. prev_page: Previous page
  84. cur_page: Current page
  85. cancel_search: Cancel search
  86. searching_for: Searching for "%s"
  87. search: Search...
  88. start_search: <click to start a search>
  89. infinite: <infinite>
  90. interface_closed_due_to_reload: Interface force-closed due to a reload
  91. config_reloaded: Config reloaded
  92. no_permission_for_this_command: You do not have permission for this command
  93. price_too_low: Price must be above zero
  94. price_too_high: Your price is too high
  95. cant_mail_to_self: You can't mail items to yourself
  96. type_your_search: Type your search into chat, type cancel to stop
  97. search_cancelled: Search cancelled
  98. you_cant_pay_this_fee: You can't pay the fee for this listing
  99. selling_too_many_items: You have too many items for sale
  100. item_is_blacklisted: You can't sell this item
  101. item_is_blacklisted_from_mail: You can't send this item
  102. prices:
  103. no_data: No data available for %s. Please note that price data will not be available until the item has been
  104. header: '%s Pricing:'
  105. price_per_item: 'Average price per item: %s'
  106. price_per_stack: 'Average price per stack: %s'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement