Grammatical fix (en)

This commit is contained in:
nearbyplayer
2017-08-15 15:42:51 -04:00
parent fdcd78325f
commit ff2613c551
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -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',