Files
esx_core/locales/sv.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
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',
}