mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-22 08:17:58 -05:00
36 lines
1.8 KiB
PHP
36 lines
1.8 KiB
PHP
<?php
|
|
|
|
$lang["item_kits_add_item"] = "Neuer Artikel";
|
|
$lang["item_kits_all"] = "Alles";
|
|
$lang["item_kits_cannot_be_deleted"] = "Konnte Artikel-Set(s) nicht löschen.";
|
|
$lang["item_kits_confirm_delete"] = "Wollen Sie die gewählten Artikel-Sets wirklich löschen?";
|
|
$lang["item_kits_confirm_restore"] = "Sind Sie sicher, dass Sie ausgewählte Artikel-Sets wiederherstellen möchten?";
|
|
$lang["item_kits_description"] = "Beschreibung Artikel-Set";
|
|
$lang["item_kits_discount"] = "Rabatt";
|
|
$lang["item_kits_discount_fixed"] = "Fester Rabatt";
|
|
$lang["item_kits_discount_percent"] = "Prozent Rabatt";
|
|
$lang["item_kits_discount_type"] = "Rabattart";
|
|
$lang["item_kits_error_adding_updating"] = "Fehler beim Hinzufügen/Ändern.";
|
|
$lang["item_kits_find_kit_item"] = "Artikel-Set";
|
|
$lang["item_kits_info"] = "Artikel-Set Information";
|
|
$lang["item_kits_item"] = "Artikel";
|
|
$lang["item_kits_items"] = "Artikel";
|
|
$lang["item_kits_kit"] = "Set-ID";
|
|
$lang["item_kits_kit_and_components"] = "Set und Komponenten";
|
|
$lang["item_kits_kit_and_stock"] = "Set und Bestand";
|
|
$lang["item_kits_kit_only"] = "Nur Set";
|
|
$lang["item_kits_name"] = "Set-Name";
|
|
$lang["item_kits_new"] = "Neues Artikel-Set";
|
|
$lang["item_kits_no_item_kits_to_display"] = "Keine Artikel-Sets zum Anzeigen.";
|
|
$lang["item_kits_none_selected"] = "Sie haben keine Artikel-Sets ausgewählt.";
|
|
$lang["item_kits_one_or_multiple"] = "Artikel-Set(s)";
|
|
$lang["item_kits_price_option"] = "Preisoption";
|
|
$lang["item_kits_priced_only"] = "Nur mit Preisangabe";
|
|
$lang["item_kits_print_option"] = "Druckoptionen";
|
|
$lang["item_kits_quantity"] = "Menge";
|
|
$lang["item_kits_sequence"] = "Folge";
|
|
$lang["item_kits_successful_adding"] = "Artikel-Set erfolgreich hinzugefügt";
|
|
$lang["item_kits_successful_deleted"] = "Löschung erfolgreich";
|
|
$lang["item_kits_successful_updating"] = "Änderung erfolgreich";
|
|
$lang["item_kits_update"] = "Artikel-Set ändern";
|