mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 16:23:21 +00:00
Add of /do (#18)
* Add /do !Needs check of translations except for English! * Hotfix: locales first letter case * Hotfix: French typo
This commit is contained in:
+3
-1
@@ -5,9 +5,11 @@ Locales['en'] = {
|
||||
['twt_prefix'] = '^0[^4Twitter^0] (^5@%s^0)',
|
||||
['me_help'] = 'personal action',
|
||||
['me_prefix'] = 'me | %s',
|
||||
['do_help'] = 'rP information',
|
||||
['do_prefix'] = 'do | %s',
|
||||
['news_help'] = 'announce news (do not abuse)',
|
||||
['news_prefix'] = 'news | %s',
|
||||
['ooc_argument_name'] = 'message',
|
||||
['ooc_argument_help'] = 'the message',
|
||||
['ooc_unknown_command'] = '^3%s^0 is not a valid command!',
|
||||
}
|
||||
}
|
||||
|
||||
+3
-1
@@ -5,9 +5,11 @@ Locales['fi'] = {
|
||||
['twt_prefix'] = '^0[^4Twitter^0] (^5@%s^0)',
|
||||
['me_help'] = 'teet jotain',
|
||||
['me_prefix'] = 'me | %s',
|
||||
['do_help'] = 'roolipeliä tiedot', --TODO: check translation
|
||||
['do_prefix'] = 'do | %s',
|
||||
['news_help'] = 'ilmoita uutinen (älä abuse)',
|
||||
['news_prefix'] = 'news | %s',
|
||||
['ooc_argument_name'] = 'viesti',
|
||||
['ooc_argument_help'] = 'viestin sisältö',
|
||||
['ooc_unknown_command'] = '^3%s^0 ei ole validi komento!',
|
||||
}
|
||||
}
|
||||
|
||||
+3
-1
@@ -5,9 +5,11 @@ Locales['fr'] = {
|
||||
['twt_prefix'] = '^0[^4Twitter^0] (^5@%s^0)',
|
||||
['me_help'] = 'action personnelle',
|
||||
['me_prefix'] = 'me | %s',
|
||||
['do_help'] = 'rP information', --TODO: check translation
|
||||
['do_prefix'] = 'faire | %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'] = '^3%s^0 n\'est pas une commande valide!',
|
||||
}
|
||||
}
|
||||
|
||||
+3
-1
@@ -5,9 +5,11 @@ Locales['sv'] = {
|
||||
['twt_prefix'] = '^0[^4Twitter^0] (^5@%s^0)',
|
||||
['me_help'] = 'skriv en händelse, t.ex \'visar körkort\'',
|
||||
['me_prefix'] = 'jag | %s',
|
||||
['do_help'] = 'rollspelinformation', --TODO: check translation
|
||||
['do_prefix'] = 'do | %s',
|
||||
['news_help'] = 'meddela en nyhet (missbruka inte)',
|
||||
['news_prefix'] = 'TV4 Stockholm',
|
||||
['ooc_argument_name'] = 'meddelande',
|
||||
['ooc_argument_help'] = 'det meddelandet du vill skicka',
|
||||
['ooc_unknown_command'] = '^3%s^0 är inte ett giltigt kommando!',
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user