mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 18:28:52 +00:00
Add the french translation to RPChat (#10)
* FR translation * FR translation2 * edit in lower case
This commit is contained in:
+3
-1
@@ -8,6 +8,7 @@ server_scripts {
|
||||
'@es_extended/locale.lua',
|
||||
'locates/sv.lua',
|
||||
'locates/en.lua',
|
||||
'locates/fr.lua',
|
||||
'config.lua',
|
||||
'server/main.lua'
|
||||
}
|
||||
@@ -16,6 +17,7 @@ client_scripts {
|
||||
'@es_extended/locale.lua',
|
||||
'locates/sv.lua',
|
||||
'locates/en.lua',
|
||||
'locates/fr.lua',
|
||||
'config.lua',
|
||||
'client/main.lua'
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,14 @@
|
||||
Locales['fr'] = {
|
||||
-- ooc chat
|
||||
['ooc_help'] = 'ecrit un message hors du personnage',
|
||||
['ooc_prefix'] = 'hrp | %s',
|
||||
['twt_help'] = 'envoie un tweet',
|
||||
['twt_prefix'] = '^0[^4Twitter^0] (^5@%s^0)',
|
||||
['me_help'] = 'action personnelle',
|
||||
['me_prefix'] = 'me | %s',
|
||||
['news_help'] = 'annonce une information (ne pas en abuser)',
|
||||
['news_prefix'] = 'info | %s',
|
||||
['ooc_argument_name'] = 'message',
|
||||
['ooc_argument_help'] = 'le message',
|
||||
['ooc_unknown_command'] = '^1%s^0 n\'est pas une commande valide!',
|
||||
}
|
||||
Reference in New Issue
Block a user