Files
esx_core/locales/cs.lua
T
rex2630 133f211906 Added czech locale + Minor changes (#62)
* Fixed upper case

* Added czech locale

* Update fxmanifest.lua

* Minor cleanup

* Added czech UI

* Fixed name
2020-02-21 10:15:53 +01:00

12 lines
638 B
Lua

Locales['cs'] = {
['show_registration'] = 'zobrazit registracni menu',
['show_active_character'] = 'zobrazit aktivni postavy',
['delete_character'] = 'smazat svou stavajici postavu a vytvorit novou',
['deleted_character'] = 'vase postava byla smazana.',
['not_registered'] = 'nemas zaregistrovanou postavu.',
['active_character'] = '~b~aktivni postava:~s~ %s %s',
['already_registered'] = 'jiz mas zaregistrovanou postavu.',
['failed_identity'] = 'nastaveni vasi postavy selhalo, zkus to prosim znovu pozdeji nebo kontaktuj majitele serveru!',
['create_a_character'] = 'aby jsi mohl/a hrat, tak se musis registrovat.'
}