Merge pull request #251 from michur55/patch-5

feat(esx_rpchat/locales/pl.lua) Add PL locale
This commit is contained in:
Benzo
2022-05-13 12:14:36 +02:00
committed by GitHub
+11
View File
@@ -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ść',
}