From 37ad12de94140e50f263ccc76f2353a30984c566 Mon Sep 17 00:00:00 2001 From: Michur55 <34773629+michur55@users.noreply.github.com> Date: Wed, 11 May 2022 19:48:43 +0200 Subject: [PATCH] Create pl.lua --- [esx_addons]/esx_rpchat/locales/pl.lua | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 [esx_addons]/esx_rpchat/locales/pl.lua diff --git a/[esx_addons]/esx_rpchat/locales/pl.lua b/[esx_addons]/esx_rpchat/locales/pl.lua new file mode 100644 index 00000000..4383af67 --- /dev/null +++ b/[esx_addons]/esx_rpchat/locales/pl.lua @@ -0,0 +1,11 @@ +Locales['pl'] = { + ['ooc_prefix'] = 'OOC | %s', + ['twt_help'] = 'wyślij tweeta', + ['twt_prefix'] = '^0[^4Twitter^0] (^5@%s^0)', + ['me_help'] = 'opisz akcję', + ['me_prefix'] = 'me | %s', + ['do_help'] = 'opisz sytuację', + ['do_prefix'] = 'do | %s', + ['generic_argument_name'] = 'wiadomość', + ['generic_argument_help'] = 'wysyłana wiadomość', +}