mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-01 18:58:54 +00:00
14 lines
481 B
Lua
14 lines
481 B
Lua
Locales ['de'] = {
|
|
['buy_license'] = 'buy weapon license?',
|
|
['yes'] = '%s',
|
|
['no'] = 'no',
|
|
['buy'] = 'du kaufst ~y~%s~s~ for ~r~%s EUR~s~',
|
|
['not_enough_black'] = 'du hast nicht genug Schwarzgeld',
|
|
['not_enough'] = 'du hast nicht genug Geld',
|
|
['already_owned'] = 'you already own this weapon!',
|
|
['shop'] = 'geschäft',
|
|
['shop_menu'] = 'drücke ~INPUT_CONTEXT~ um auf das Geschäft zuzugreifen.',
|
|
['shop_menu_item'] = '%s EUR',
|
|
['map_blip'] = 'waffenladen',
|
|
}
|