0.0.1
This commit is contained in:
22
resources/[core]/esx_multicharacter/locales/cs.lua
Normal file
22
resources/[core]/esx_multicharacter/locales/cs.lua
Normal file
@@ -0,0 +1,22 @@
|
||||
Locales["cs"] = {
|
||||
["male"] = "Muž",
|
||||
["female"] = "Žena",
|
||||
["command_setslots"] = "Nastavit počet multicharakterových slotů hráče",
|
||||
["command_remslots"] = "Odebrat počet multicharakterových slotů hráče",
|
||||
["command_enablechar"] = "Povolit danou postavu hráče",
|
||||
["command_disablechar"] = "Zakázat danou postavu hráče",
|
||||
["command_charslot"] = "Číslo slotu postavy",
|
||||
["command_identifier"] = "Identifikátor hráče",
|
||||
["command_slots"] = "Počet slotů",
|
||||
["slotsadd"] = "Nastavil jsi %s slotů pro %s",
|
||||
["slotsrem"] = "Odebral jsi sloty pro %s",
|
||||
["charenabled"] = "Povolil jsi postavu #%s hráče %s",
|
||||
["chardisabled"] = "Zakázal jsi postavu #%s hráče %s",
|
||||
["charnotfound"] = "Postava #%s hráče %s neexistuje",
|
||||
|
||||
UI = {
|
||||
["title"] = "VÝBĚR POSTAVY",
|
||||
["char_info_title"] = "Informace o postavě",
|
||||
["play"] = "HRÁT",
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user