Properly formatted strings

This commit is contained in:
ElPumpo
2018-10-22 23:17:36 +02:00
parent ca85a1fff6
commit fb4887565c
11 changed files with 97 additions and 91 deletions
+2 -1
View File
@@ -1,11 +1,12 @@
Locales ['es'] = {
['buy_license'] = 'buy weapon license?',
['yes'] = 'yes',
['yes'] = '%s',
['no'] = 'no',
['buy'] = 'has comprado %s',
['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.',
['shop_menu_item'] = '%s EUR',
['map_blip'] = 'arsenal',
}