fix italian language esx_weaponshop

This commit is contained in:
bitpredator
2022-08-15 14:09:43 +02:00
committed by GitHub
parent b6ba3bb294
commit 0a29c70a4a
+5 -5
View File
@@ -1,13 +1,13 @@
Locales ['it'] = {
['buy_license'] = 'comprare la licenza della armi?',
['yes'] = '%s',
['buy_license'] = 'acquistare porto il d\'armi?',
['yes'] = '%si',
['no'] = 'no',
['weapon_bought'] = 'cacquistato da $%s',
['not_enough_black'] = 'non hai ~r~abbastanza soldi neri',
['weapon_bought'] = 'acquistato per $%s',
['not_enough_black'] = 'non hai ~r~abbastanza soldi sporchi',
['not_enough'] = 'non hai ~r~abbastanza soldi',
['already_owned'] = 'Hai già quest arma!',
['shop_menu_title'] = 'Ammu-Nation',
['shop_menu_prompt'] = 'premere [E] per accedere alle munizioni',
['shop_menu_prompt'] = 'premere [E] per accedere al negozio',
['shop_menu_item'] = '$%s',
['map_blip'] = 'Ammu-Nation',
}