Advertisement
szymski

Untitled

Apr 30th, 2016
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. Config.Language = { // Used to change tab names and other texts, use lowercase; from capital, if doesn't work
  2. // ["jobs"] = "emplois",
  3.  
  4. ["jobs"] = "PRACE",
  5. ["ammo"] = "AMUNICJA",
  6. ["entities"] = "RZECZY",
  7. ["food"] = "JEDZENIE",
  8.  
  9. ["buy"] = "KUP",
  10. ["buy one"] = "KUP JEDEN",
  11. ["wallet"] = "PORTFEL",
  12.  
  13. ["price"] = "Cena",
  14. ["energy"] = "Energia",
  15.  
  16. ["become"] = "ZOSTAŃ",
  17. ["create vote"] = "GŁOSOWANIE",
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement