From 5d0988ae7dfd1656b3e82cc514824138ee2a106d Mon Sep 17 00:00:00 2001 From: RoadToSix <92928205+roadtosixx@users.noreply.github.com> Date: Sun, 18 Sep 2022 16:35:33 +0200 Subject: [PATCH] esx_rpchat: added de.lua --- [esx_addons]/esx_rpchat/locales/de.lua | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 [esx_addons]/esx_rpchat/locales/de.lua diff --git a/[esx_addons]/esx_rpchat/locales/de.lua b/[esx_addons]/esx_rpchat/locales/de.lua new file mode 100644 index 00000000..61494d94 --- /dev/null +++ b/[esx_addons]/esx_rpchat/locales/de.lua @@ -0,0 +1,12 @@ +Locales['de'] = { + ['ooc_prefix'] = 'OOC | %s', + ['twt_help'] = 'Sende eine twitter nachricht', + ['twt_prefix'] = '^0[^4Twitter^0] (^5@%s^0)', + ['me_help'] = 'personal action', + ['me_prefix'] = 'ich | %s', + ['do_help'] = 'RP information', + ['do_prefix'] = 'do | %s', + ['generic_argument_name'] = 'nachricht', + ['generic_argument_help'] = 'die nachricht', + } + \ No newline at end of file