mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 17:28:53 +00:00
133f211906
* Fixed upper case * Added czech locale * Update fxmanifest.lua * Minor cleanup * Added czech UI * Fixed name
12 lines
638 B
Lua
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.'
|
|
}
|