diff --git a/[esx_addons]/esx_rpchat/locales/it.lua b/[esx_addons]/esx_rpchat/locales/it.lua new file mode 100644 index 00000000..69309054 --- /dev/null +++ b/[esx_addons]/esx_rpchat/locales/it.lua @@ -0,0 +1,12 @@ +Locales['it'] = { + ['ooc_prefix'] = 'OOC | %s', + ['twt_help'] = 'Invia tweet', + ['twtanon_help'] = 'Invia tweet anonimo', + ['twt_prefix'] = '^0[^4Twitter^0] (^5@%s^0)', + ['me_help'] = 'Azione Globale', + ['me_prefix'] = 'me | %s', + ['do_help'] = 'Azione personale', + ['do_prefix'] = 'do | %s', + ['generic_argument_name'] = 'Messaggio', + ['generic_argument_help'] = 'il messaggio', +}