Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.84 KB | None | 0 0
  1. # freeTrade - Polish Language Configuration
  2. # Brought to you by Alterum. The first solution to your last problem.
  3. # Polish translation by kacperleague9#5620
  4. # Variables - {PREFIX} | {PLAYER} | {TIMER} | {ITEM} | {ITEMAMOUNT} | {CURRENCY} | {CURRENCYAMOUNT}
  5.  
  6. # Prefix - This will precede most messages in freeTrade. Just set it to '' to disable.
  7. prefix: '&2&lWymiana &8⎜ '
  8.  
  9. # Information messages
  10. trade-info: '{PREFIX}&7Informacje o wymianach! Uzycie: &e/trade <nick>'
  11. trade-info-unknown: '{PREFIX}&7Nieznana komenda! Sprobuj &e/trade help'
  12. trade-info-noperms: '{PREFIX}&7Brak permisji! Skontaktuj sie z administracja.'
  13. trade-info-block: '{PREFIX}&7Zablokuj (lub odblokuj) gracza. Uzycie: &e/trade block|unblock <nick>'
  14.  
  15. # Error messages
  16. trade-notif-error-offline: '&c&lERROR &8⎜ &e{PLAYER} &7jest nieobecny/a!'
  17. trade-notif-error-self: '&c&lERROR &8⎜ &7O ty samolubie :3.'
  18. trade-notif-error-self-pending-from: '&c&lERROR &8⎜ &7Anuluj oferte wymiany do &e{PLAYER} &7!'
  19. trade-notif-error-self-pending-to: '&c&lERROR &8⎜ &7Najpierw anuluj oferte wymiany do &e{PLAYER} &7!'
  20. trade-notif-error-intrade: '&c&lERROR &8⎜ &e{PLAYER} &7obecnie sie wymienia!'
  21. trade-notif-error-pending: '&c&lERROR &8⎜ &e{PLAYER} &7posiada wyslana oferte wymiany!'
  22. trade-cancel-error: '&c&lERROR &8⎜ &7Nie masz zadnych ofert wymian do &e{PLAYER}&8.'
  23. trade-confirm-error: '&c&lERROR &8⎜ &7Nie mozna potwierdzic.'
  24. trade-notif-error-block-offline: '&c&lERROR &8⎜ &e{PLAYER} &7jest niedostepny/a!'
  25. trade-notif-error-block-self: '&c&lERROR &8⎜ &7Czemu chcesz siebie zablokowac ;(?!'
  26. trade-notif-blocked: '{PREFIX}&7Zablokowano juz gracza &e{PLAYER}''.'
  27. trade-notif-unblocked: '{PREFIX}&7Odblokowano prosby o wymiany gracza &e{PLAYER}''.'
  28. trade-notif-request-blocked: '&c&lERROR &8⎜ &e{PLAYER} &7zablokowal/a twoje oferty wymian.'
  29. trade-notif-you-blocked: '&c&lERROR &8⎜ &e{PLAYER} &7jest na twojej czarnej liscie... smutne, nie prawda?'
  30. trade-notif-already-blocked: '&c&lERROR &8⎜ &e{PLAYER} &7jest obecnie zablokowany/a!'
  31. trade-notif-already-unblocked: '&c&lERROR &8⎜ &e{PLAYER} &7jest obecnie odblokowany/a.'
  32.  
  33. # General notification messages
  34. trade-notif-send: '{PREFIX}&7Wyslano prosbe o wymiane do &e{PLAYER}&7!'
  35. trade-notif-send-timer: '&7Oferta przedawni sie za &e{TIMER} sekund&7.'
  36. trade-notif-receive: '{PREFIX}&7Nowa oferta wymiany od &e{PLAYER}&7!'
  37. trade-notif-receive-timer: '&7 Prosba wygasnie za &e{TIMER} sekund&7.'
  38. trade-notif-receive-expired: '{PREFIX}&7Twoja oferta wymiany z &e{PLAYER} &7zostala przedawniona.'
  39. trade-notif-request-declined: '{PREFIX}&e{PLAYER} &codrzucil/a &7twoja oferte wymiany.'
  40. trade-notif-request-expired: '{PREFIX}&7Twoja oferta wymiany do &e{PLAYER} &7zostala przedawniona.'
  41. trade-notif-you-ended: '{PREFIX}&7Natychmiastowo anukowano wymiane.'
  42. trade-notif-other-ended: '{PREFIX}&e{PLAYER} &7anulowal/a wymiane.'
  43.  
  44. # Trading Accept/Decline messages
  45. trade-confirm-button-accept: '&r &8[&a&lAKCEPTUJ&8] &7Kliknij aby akceptowac wymiane!'
  46. trade-confirm-button-decline: '&r &8[&c&lODRZUC&8] &7Kliknij aby odrzucic wymiane!'
  47. trade-confirm-decline: '{PREFIX}&7Pomyslnie &codrzucono &7oferte wymjany id &e{PLAYER}&7.'
  48. trade-cancel-confirm: '{PREFIX}&7You cancelled your trade request to &e{PLAYER}&7.'
  49.  
  50. # Trading toggle messages
  51. trade-toggle-enable: '{PREFIX}&7Successfully &aenabled&7 trading for yourself.'
  52. trade-toggle-disable: '{PREFIX}&7Successfully &cdisabled&7 trading for yourself.'
  53. trade-toggle-target-disabled: '&c&lERROR &8⎜ &e{PLAYER} &7has trading disabled!'
  54. trade-toggle-you-disabled: '&c&lERROR &8⎜ &7Re-enable trading with &e/trade toggle &7first!'
  55.  
  56. # Trading completion messages
  57. trade-complete-header: '{PREFIX}&7Otrzymano :'
  58. trade-complete-item: '&8 - &6{ITEM}&7x{ITEMAMOUNT}'
  59. trade-complete-currency: '&8 - &e{CURRENCY} {CURRENCYAMOUNT}'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement