Advertisement
Guest User

Untitled

a guest
Oct 16th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.20 KB | None | 0 0
  1. # # # # # # # # # # # # # # # # # # # # # #
  2. # EnderContainers default locale (EN) #
  3. # Version: 2.1.0 #
  4. # An enderchests plugin by Utarwyn #
  5. # # # # # # # # # # # # # # # # # # # # # #
  6.  
  7. ## ##
  8. # Commands locale #
  9. ## ##
  10. commands:
  11.  
  12. backups:
  13. created: '&aBiztonsági mentés lett kreálva &b%backup%&a néven.'
  14. creation_starting: 'Biztonsági mentés kreálása...'
  15. exists: 'Már létezik mentés ezen a néven.'
  16. info: '&7A mentéssel kapcsolatos információk mutatása: &c%command%'
  17. loaded: '&aMentés be lett töltve.'
  18. loading_starting: 'Mentés betöltése...'
  19. removed: '&aMentés &b%backup%&a törölve.'
  20. unknown: 'A mentés nincs definiálva.'
  21. zero: '&cNincs mentés. A kreáláshoz: &6%command%'
  22.  
  23. label_name: 'Név'
  24. label_date: 'Kreálási dátum'
  25. label_by: 'Kreálva általa'
  26. label_loadcmd: '&8A mentés használatához'
  27. label_rmcmd: '&8A mentés törléséhez'
  28.  
  29. config_reloaded: 'Konfiguráció újratöltve!'
  30. no_update: 'Nincs frissebb verzió.'
  31. unknown: 'Ismeretlen parancs'
  32.  
  33.  
  34. ## ##
  35. # Menus locale #
  36. ## ##
  37. menus:
  38.  
  39. main_title: '%player% végzetládája'
  40. chest_title: '%player% | %num%. végzetláda'
  41. pane_title: 'Végzetláda %num% %counter%'
  42.  
  43. chest_empty: '&2Ez az enderchest üres!'
  44. chest_full: '&cLeltár tele!'
  45. chest_locked: '&8&o>> Enderchest lezárva!'
  46.  
  47.  
  48. ## ##
  49. # Errors locale #
  50. ## ##
  51. errors:
  52.  
  53. noperm_open_chest: 'Ezt nem tudod megnyitni!'
  54. noperm_console: 'Ehhez játékosnak kell legyél!'
  55. noperm_player: 'Nincs ehhez jogod!'
  56. plugin_disabled: 'A plugin ki van kapcsolva!'
  57. plugin_world_disabled: 'A plugin kikapcsolva a világban.'
  58.  
  59.  
  60. ## ##
  61. # Dependencies locale #
  62. ## ##
  63. dependencies:
  64.  
  65. # Factions plugin
  66. access_denied_factions: 'Ehhez nincs jogod!'
  67. # PlotSquared Plugin
  68. access_denied_plotsq: 'Ehhez nincs jogod!'
  69.  
  70.  
  71. ## ##
  72. # Miscellaneous locale #
  73. ## ##
  74. miscellaneous:
  75.  
  76. chest_nametag: '&6&l%enderchests%/%maxenderchests%&r&e végzetláda%plurial% elérhető'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement