feat(locale): English Translation

This commit is contained in:
nearbyplayer
2017-09-17 20:55:01 -04:00
parent 5e93c2585f
commit ab51d046f7
3 changed files with 10 additions and 3 deletions
+4 -3
View File
@@ -1,12 +1,13 @@
description 'ESX Whitelist'
version '1.0.0'
version '1.0.1'
server_scripts {
'@mysql-async/lib/MySQL.lua',
'@es_extended/locale.lua',
'Config.lua',
'config.lua',
'locales/en.lua',
'locales/fr.lua',
'server/main.lua',
'server/commands.lua',
'server/commands.lua'
}
View File
+6
View File
@@ -0,0 +1,6 @@
Locales['en'] = {
['not_whitelisted'] = 'you are not whitelisted on this server',
['steamid_error'] = 'there seems to be a problem with your SteamID',
['help_whitelist_add'] = 'add someone to the whitelist',
['help_whitelist_load'] = 'reload the whitelist',
}