Advertisement
Guest User

Untitled

a guest
Sep 1st, 2013
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.19 KB | None | 0 0
  1. version: 1.2.3-SNAPSHOT
  2. selected: german
  3. english:
  4. you_have_new_mail: You have new mail!
  5. player_context_required: Player context is required
  6. cmd:
  7. prefix: '[&a&lMarket&f] '
  8. help: Do /market ? for help
  9. help_legend: 'Legend: () optional, [] description'
  10. listings_syntax: /market listings (<search>)
  11. listings_descr: '[Shows listings]'
  12. create_syntax: /market create <price> (<amount>)
  13. create_descr: '[Creates a listing]'
  14. mailbox_syntax: /market mailbox (remove)
  15. mailbox_descr: '[Creates or removes a mailbox]'
  16. stall_syntax: /market stall (remove)
  17. stall_descr: '[Creates or removes a stall]'
  18. mail_syntax: /market mail
  19. mail_descr: '[Opens your mailbox]'
  20. reload_syntax: /market reload
  21. reload_descr: '[Reloads config.yml and locale.yml]'
  22. history_syntax: /market history (<amount>)
  23. history_descr: '[Shows past transactions]'
  24. send_syntax: /market send <player> (<amount>)
  25. send_descr: '[Sends an item to another player]'
  26. pc_syntax: /market pricecheck
  27. pc_descr: '[Checks the price of the item in your hand]'
  28. player_not_found: Could not find a player by the name of "%s"
  29. check_your_inventory: Check your inventory!
  30. not_a_valid_number: '"%s" is not a valid number'
  31. not_a_valid_amount: '"%s" is not a valid amount'
  32. you_dont_have_x_of_this_item: You don't have %s of this item
  33. hold_an_item: Hold an item and type
  34. item_sent: Item sent!
  35. item_will_send: Your item will be delivered in %s minutes
  36. item_listed: Item listed!
  37. item_queued: Your listing will appear in %s minutes
  38. charged_fee: Charged a fee of %s
  39. aim_cursor_at_chest_or_sign: Please aim your cursor at a chest or sign
  40. mailbox_removed: Mailbox removed
  41. no_mailbox_found: No mailbox found
  42. mailbox_already_exists: Mailbox already exists!
  43. mailbox_added: Mailbox added!
  44. stall_removed: Stall removed
  45. no_stall_found: No stall found
  46. stall_already_exists: Stall already exists!
  47. stall_added: Stall added!
  48. transaction_log:
  49. item_name: Transaction Log
  50. title: Market Transaction Log
  51. item_sold: 'Item sold: %s'
  52. sale_price: 'Sale price: %s'
  53. market_cut: 'Market cut: %s'
  54. amount_recieved: 'Amount received: %s'
  55. listing_purchased_mailbox: Your listing of %s has been purchased, pick up your earnings at a mailbox
  56. history:
  57. item_listed: You listed %1$s for %2$s
  58. item_bought: You bought %1$s for %2$s
  59. item_sold: You sold %1$s for %2$s
  60. listing_removed: '%1$s removed your listing of %2$s'
  61. item_name: Market History
  62. title: '%s''s Market History'
  63. total_earned: 'Total earned: %s'
  64. total_spent: 'Total spent: %s'
  65. actual_amount_made: 'Actual amount made: %s'
  66. at_time: <at %s>
  67. you_sold_your_listing: You sold your listing of %s
  68. picked_up_your_earnings: Picked up your earnings. Your new balance is %s
  69. amount: 'Amount: '
  70. price: 'Price: '
  71. seller: 'Seller: '
  72. click_to_buy: <click to buy>
  73. click_again_to_confirm: <click again to confirm, right click to cancel>
  74. click_to_retrieve: <click to retrieve>
  75. full_inventory: <full inventory!>
  76. shift_click_to_remove: <shift+click to remove>
  77. shift_click_again_to_confirm: <shift+click again to confirm, right click to cancel>
  78. not_enough_money: <don't have enough %s!>
  79. interface:
  80. listings_title: Market Listings
  81. mail_title: Market Mail
  82. page: Page %s
  83. next_page: Next page
  84. prev_page: Previous page
  85. cur_page: Current page
  86. cancel_search: Cancel search
  87. searching_for: Searching for "%s"
  88. search: Search...
  89. start_search: <click to start a search>
  90. infinite: <infinite>
  91. mail_from: 'From: '
  92. interface_closed_due_to_reload: Interface force-closed due to a reload
  93. config_reloaded: Config reloaded
  94. no_permission_for_this_command: You do not have permission for this command
  95. price_too_low: Price must be above zero
  96. price_too_high: Your price is too high
  97. cant_mail_to_self: You can't mail items to yourself
  98. type_your_search: Type your search into chat, type cancel to stop
  99. search_cancelled: Search cancelled
  100. you_cant_pay_this_fee: You can't pay the fee for this listing
  101. selling_too_many_items: You have too many items for sale
  102. item_is_blacklisted: You can't sell this item
  103. item_is_blacklisted_from_mail: You can't send this item
  104. prices:
  105. no_data: No data available for %s. Please note that price data will not be available until the item has been traded
  106. header: '%s Pricing:'
  107. price_per_item: 'Average price per item: %s'
  108. price_per_stack: 'Average price per stack: %s'
  109. german:
  110. you_have_new_mail: Du hast eine neue Nachricht (schaue im Weltmarkt Briefkasten nach)!
  111. player_context_required: Player context is required
  112. cmd:
  113. prefix: '[&a&lWeltmarkt&f] '
  114. help: Do /market ? for help
  115. help_legend: 'Legend: () optional, [] description'
  116. listings_syntax: /market listings (<search>)
  117. listings_descr: '[Shows listings]'
  118. create_syntax: /market create <price> (<amount>)
  119. create_descr: '[Creates a listing]'
  120. mailbox_syntax: /market mailbox (remove)
  121. mailbox_descr: '[Creates or removes a mailbox]'
  122. stall_syntax: /market stall (remove)
  123. stall_descr: '[Creates or removes a stall]'
  124. mail_syntax: /market mail
  125. mail_descr: '[Opens your mailbox]'
  126. reload_syntax: /market reload
  127. reload_descr: '[Reloads config.yml and locale.yml]'
  128. history_syntax: /market history (<amount>)
  129. history_descr: '[Shows past transactions]'
  130. send_syntax: /market send <player> (<amount>)
  131. send_descr: '[Sends an item to another player]'
  132. pc_syntax: /market pricecheck
  133. pc_descr: '[Checks the price of the item in your hand]'
  134. player_not_found: Could not find a player by the name of "%s"
  135. check_your_inventory: Check your inventory!
  136. not_a_valid_number: '"%s" ist keine gueltige Zahl'
  137. not_a_valid_amount: '"%s" ist keine gueltige Zahl'
  138. you_dont_have_x_of_this_item: Du hast nicht genug davon (%s)
  139. hold_an_item: Gegenstand in der Hand halten und tippen
  140. item_sent: Gegenstand gesendet!
  141. item_will_send: Your item will be delivered in %s minutes
  142. item_listed: Gegenstand in Weltmarkt eingestellt!
  143. item_queued: Your listing will appear in %s minutes
  144. charged_fee: Charged a fee of %s
  145. aim_cursor_at_chest_or_sign: Please aim your cursor at a chest or sign
  146. mailbox_removed: Mailbox removed
  147. no_mailbox_found: No mailbox found
  148. mailbox_already_exists: Mailbox already exists!
  149. mailbox_added: Mailbox added!
  150. stall_removed: Stall removed
  151. no_stall_found: No stall found
  152. stall_already_exists: Stall already exists!
  153. stall_added: Stall added!
  154. transaction_log:
  155. item_name: Transaktions Logbuch
  156. title: Weltmarkt Logbuch
  157. item_sold: 'Verkauft: %s'
  158. sale_price: 'Verkaufspreis: %s'
  159. market_cut: 'Steuern: %s'
  160. amount_recieved: 'Betrag erhalten: %s'
  161. listing_purchased_mailbox: Deine Ware (%s) wurde verkauft. Hol dir dein Geld am Weltmarkt Briefkasten ab.
  162. history:
  163. item_listed: Du bietest %1$s fuer %2$s an
  164. item_bought: Du kaufst %1$s fuer %2$s
  165. item_sold: Du hast %1$s fuer %2$s verkauft
  166. listing_removed: '%1$s entfernte dein Warenangebot %2$s'
  167. item_name: Market History
  168. title: '%s''s Market History'
  169. total_earned: 'Total earned: %s'
  170. total_spent: 'Total spent: %s'
  171. actual_amount_made: 'Actual amount made: %s'
  172. at_time: <at %s>
  173. you_sold_your_listing: Deine Ware wurde verkauft (%s)
  174. picked_up_your_earnings: 'Geld genommen. Dein neuer Kontostand: %s'
  175. amount: 'Anzahl: '
  176. price: 'Preis: '
  177. seller: 'Verkaeufer: '
  178. click_to_buy: <Linksklick = Kaufen>
  179. click_again_to_confirm: <Linksklick = Bestaetigen, Rechtsklick = Abbrechen>
  180. click_to_retrieve: <Linksklick = Herausnehmen>
  181. full_inventory: <volles Inventar!>
  182. shift_click_to_remove: <Shift+Linksklick = Entfernen>
  183. shift_click_again_to_confirm: <Shift+Linksklick = Bestaetigen, Rechtsklick = Abbrechen>
  184. not_enough_money: <nicht genug %s!>
  185. interface:
  186. listings_title: Weltmarkt Angebote
  187. mail_title: Weltmarkt Post
  188. page: Seite %s
  189. next_page: Naechste Seite
  190. prev_page: Vorherige Seite
  191. cur_page: Aktuelle Seite
  192. cancel_search: Suche abbrechen
  193. searching_for: Such nach "%s"
  194. search: Suchen...
  195. start_search: <Linksklick = Suchen>
  196. infinite: <unendlich>
  197. mail_from: 'Von: '
  198. interface_closed_due_to_reload: Interface force-closed due to a reload
  199. config_reloaded: Config reloaded
  200. no_permission_for_this_command: You do not have permission for this command
  201. price_too_low: Preis muss groesser als 0 sein
  202. price_too_high: Preis zu hoch
  203. cant_mail_to_self: You can't mail items to yourself
  204. type_your_search: Suche in Chat eintippen, oder cancel um abzubrechen
  205. search_cancelled: Suche abgebrochen
  206. you_cant_pay_this_fee: You can't pay the fee for this listing
  207. selling_too_many_items: Maximale Anzahl an Verkaufsslots aufgebraucht
  208. item_is_blacklisted: You can't sell this item
  209. item_is_blacklisted_from_mail: You can't send this item
  210. prices:
  211. no_data: Keine Daten vorhanden fuer %s. Preisdaten stehen erst nach erfolgreichem Handel dieses Gegenstandes bereit.
  212. header: '%s Preisgestaltung:'
  213. price_per_item: 'Durchschnittlicher Preis je Gegenstand: %s'
  214. price_per_stack: 'Durchschnittlicher Preis je Stapel: %s'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement