From 81188a7fc17d9eb84c3daeece317745c209d66e8 Mon Sep 17 00:00:00 2001 From: Coro Veneno Date: Tue, 12 Sep 2017 22:51:23 +0200 Subject: [PATCH] Create es.lua Added Spanish Language Multi-Language --- locales/es.lua | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 locales/es.lua diff --git a/locales/es.lua b/locales/es.lua new file mode 100644 index 00000000..71ea20a9 --- /dev/null +++ b/locales/es.lua @@ -0,0 +1,10 @@ +Locales ['es'] = { + + ['buy'] = 'Has comprado ~b~1 ', + ['not_enough_black'] = 'Usted no tiene ~r~suficiente~s~ dinero negro', + ['not_enough'] = 'Usted no tiene ~r~suficiente~s~ dinero', + ['shop'] = 'Tienda', + ['shop_menu'] = 'Presione ~INPUT_CONTEXT~ para acceder a la tienda.', + ['map_blip'] = 'Arsenal', + +}