mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 16:01:36 +00:00
Merge branch 'master' of https://github.com/ESX-Org/esx_rpchat
This commit is contained in:
@@ -9,6 +9,7 @@ server_scripts {
|
||||
'@es_extended/locale.lua',
|
||||
'locales/sv.lua',
|
||||
'locales/en.lua',
|
||||
'locales/fi.lua',
|
||||
'locales/fr.lua',
|
||||
'config.lua',
|
||||
'server/main.lua'
|
||||
@@ -18,6 +19,7 @@ client_scripts {
|
||||
'@es_extended/locale.lua',
|
||||
'locales/sv.lua',
|
||||
'locales/en.lua',
|
||||
'locales/fi.lua',
|
||||
'locales/fr.lua',
|
||||
'config.lua',
|
||||
'client/main.lua'
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
Locales['fi'] = {
|
||||
['ooc_help'] = 'kirjota hahmon ulkopuolelle liittyvä viesti',
|
||||
['ooc_prefix'] = 'OOC | %s',
|
||||
['twt_help'] = 'lähetä twiitti',
|
||||
['twt_prefix'] = '^0[^4Twitter^0] (^5@%s^0)',
|
||||
['me_help'] = 'teet jotain',
|
||||
['me_prefix'] = 'me | %s',
|
||||
['news_help'] = 'ilmoita uutinen (älä abuse)',
|
||||
['news_prefix'] = 'news | %s',
|
||||
['ooc_argument_name'] = 'viesti',
|
||||
['ooc_argument_help'] = 'viestin sisältö',
|
||||
['ooc_unknown_command'] = '^1%s^0 ei ole validi komento!',
|
||||
}
|
||||
Reference in New Issue
Block a user