mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-01 18:58:54 +00:00
29f64dd928
- 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
9 lines
478 B
Lua
9 lines
478 B
Lua
Locales['sv'] = {
|
|
['whitelist_check'] = 'making sure you\'re whitelisted on this server . . .',
|
|
['not_whitelisted'] = 'du är inte whitelistad på denna server!',
|
|
['steamid_error'] = 'ditt Steam ID kunde ej hittas, är Steam påslaget?',
|
|
['whitelist_empty'] = 'whitelisten har ännu inte laddats in, eller så är ingen whitelitad!',
|
|
['help_whitelist_add'] = 'lägg till någon till whitelisten',
|
|
['help_whitelist_load'] = 'ladda om whitelist',
|
|
}
|