diff --git a/[esx_addons]/esx_clotheshop/locales/de.lua b/[esx_addons]/esx_clotheshop/locales/de.lua index 4412fedf..417f8d8f 100644 --- a/[esx_addons]/esx_clotheshop/locales/de.lua +++ b/[esx_addons]/esx_clotheshop/locales/de.lua @@ -1,12 +1,12 @@ Locales['de'] = { - ['valid_this_purchase'] = 'einkauf bestätigen?', + ['valid_this_purchase'] = 'Einkauf bestätigen?', ['yes'] = 'ja', ['no'] = 'nein', - ['not_enough_money'] = 'du hast nicht genug Geld', - ['press_menu'] = 'drücke [E] um das Menü zu öffnen', - ['clothes'] = 'kleidung', - ['you_paid'] = 'du bezahlst $%s', - ['save_in_dressing'] = 'do you want to save the outfit in your property?', - ['name_outfit'] = 'name des outfits?', - ['saved_outfit'] = 'the outfit has been saved!', + ['not_enough_money'] = 'Du hast nicht genug Geld', + ['press_menu'] = 'Drücke [E] um das Menü zu öffnen', + ['clothes'] = 'Kleidung', + ['you_paid'] = 'Du bezahlst $%s', + ['save_in_dressing'] = 'Wollen sie das Outfit in ihrer Garderobe speichern?', + ['name_outfit'] = 'Name des outfits?', + ['saved_outfit'] = 'Das outfit wurde gespeichert', } \ No newline at end of file