Files
esx_core-esx-framework/locales/fr.lua
T
ElPumpo 29f64dd928 Use proper deferarals, endless improvements
- 4 tab indents
- Commands reworked
   - now supports source 0 (console)
   - toLower, and duplicate checks in db
- Fixed error messages
    - added seperate error message when `WhiteList` table is empty
    - fixed steam id check
2018-08-28 19:33:20 +02:00

9 lines
482 B
Lua

Locales['fr'] = {
['whitelist_check'] = 'making sure you\'re whitelisted on this server . . .',
['not_whitelisted'] = 'ceci est un serveur avec whitelist',
['steamid_error'] = 'nous n\'arrivons pas à lire votre SteamID',
['whitelist_empty'] = 'the whitelist hasn\'t been loaded yet, or alternatively no one has been whitelisted!',
['help_whitelist_add'] = 'ajouter quelqu\'un dans la Whitelist',
['help_whitelist_load'] = 'recharger la Whitelist',
}