mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-30 01:38:52 +00:00
Grammatical fix (en)
This commit is contained in:
@@ -8,4 +8,4 @@ Config.ShowDotAbovePlayer = false
|
||||
Config.DisableWantedLevel = true
|
||||
Config.RemoveInventoryItemDelay = 5 * 60000
|
||||
Config.EnableWeaponPickup = false
|
||||
Config.Locale = 'en'
|
||||
Config.Locale = 'fr'
|
||||
|
||||
@@ -20,11 +20,11 @@ Locales['en'] = {
|
||||
['act_imp'] = 'action impossible',
|
||||
-- Commands
|
||||
['setjob'] = 'assign a job to a user',
|
||||
['id_param'] = 'the id of the player',
|
||||
['id_param'] = 'the ID of the player',
|
||||
['setjob_param2'] = 'the job you wish to assign',
|
||||
['setjob_param3'] = 'the job level',
|
||||
['load_ipl'] = 'load ipl',
|
||||
['unload_ipl'] = 'unload ipl',
|
||||
['load_ipl'] = 'load IPL',
|
||||
['unload_ipl'] = 'unload IPL',
|
||||
['play_anim'] = 'play animation',
|
||||
['play_emote'] = 'play emote',
|
||||
['spawn_car'] = 'spawn a car',
|
||||
|
||||
@@ -23,8 +23,8 @@ Locales['fr'] = {
|
||||
['id_param'] = 'identification du joueur',
|
||||
['setjob_param2'] = 'le travail que vous souhaitez assigner',
|
||||
['setjob_param3'] = 'le niveau d\'emploi',
|
||||
['load_ipl'] = 'charger ipl',
|
||||
['unload_ipl'] = 'décharger ipl',
|
||||
['load_ipl'] = 'charger IPL',
|
||||
['unload_ipl'] = 'décharger IPL',
|
||||
['play_anim'] = 'jouer animation',
|
||||
['play_emote'] = 'jouer emote',
|
||||
['spawn_car'] = 'spawn un véhicule',
|
||||
|
||||
Reference in New Issue
Block a user