diff --git a/[esx_addons]/esx_shops/locales/de.lua b/[esx_addons]/esx_shops/locales/de.lua index 1d760bda..bcc504a4 100644 --- a/[esx_addons]/esx_shops/locales/de.lua +++ b/[esx_addons]/esx_shops/locales/de.lua @@ -1,11 +1,11 @@ Locales['de'] = { ['shop'] = 'geschäft', ['shops'] = 'geschäfte', - ['press_menu'] = 'drücke [E] um auf das Geschäft zuzugreifen.', + ['press_menu'] = 'Drücke [E] um auf das Geschäft zuzugreifen.', ['shop_item'] = '$%s', - ['bought'] = 'du kaufst %sx %s für ~r~$%s', - ['not_enough'] = 'du ~r~hast nicht genug geld: %s', - ['player_cannot_hold'] = 'du hast ~r~nicht genug Platz in deinem Inventar', + ['bought'] = 'Du kaufst %sx %s für $%s', + ['not_enough'] = 'Du hast nicht genug geld: %s', + ['player_cannot_hold'] = 'Du hast nicht genug Platz in deinem Inventar', ['shop_confirm'] = 'Kaufe %sx %s für $%s?', ['no'] = 'nein', ['yes'] = 'ja',