mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-10 09:59:08 -04:00
42 lines
1.7 KiB
PHP
42 lines
1.7 KiB
PHP
<?php
|
|
return [
|
|
"item_kits_add_item" => "Neuer Artikel",
|
|
"item_kits_all" => "",
|
|
"item_kits_cannot_be_deleted" => "Konnte Artikel-Set(s) nicht löschen",
|
|
"item_kits_confirm_delete" => "Wollen Sie die gewählten Artikel-Sets wirklich löschen?",
|
|
"item_kits_confirm_restore" => "",
|
|
"item_kits_description" => "Beschreibung Artikel-Set",
|
|
"item_kits_discount" => "",
|
|
"item_kits_discount_fixed" => "",
|
|
"item_kits_discount_percent" => "",
|
|
"item_kits_discount_type" => "",
|
|
"item_kits_error_adding_updating" => "Fehler beim Hinzufügen/Ändern",
|
|
"item_kits_find_kit_item" => "",
|
|
"item_kits_info" => "Artikel-Set Information",
|
|
"item_kits_item" => "Artikel",
|
|
"item_kits_item_kit_number" => "",
|
|
"item_kits_item_kit_number_duplicate" => "",
|
|
"item_kits_item_number" => "",
|
|
"item_kits_item_number_duplicate" => "",
|
|
"item_kits_items" => "Artikel",
|
|
"item_kits_kit" => "Set-ID",
|
|
"item_kits_kit_and_components" => "",
|
|
"item_kits_kit_and_stock" => "",
|
|
"item_kits_kit_only" => "",
|
|
"item_kits_name" => "Name",
|
|
"item_kits_new" => "Neues Artikel-Set",
|
|
"item_kits_no_item_kits_to_display" => "Keine Artikel-Sets zum Anzeigen",
|
|
"item_kits_none_selected" => "Sie haben keine Artikel-Sets ausgewählt",
|
|
"item_kits_one_or_multiple" => "Artikel-Set(s)",
|
|
"item_kits_price_option" => "",
|
|
"item_kits_priced_only" => "",
|
|
"item_kits_print_option" => "",
|
|
"item_kits_quantity" => "Menge",
|
|
"item_kits_sequence" => "",
|
|
"item_kits_successful_adding" => "Artikel-Set erfolgreich hinzugefügt",
|
|
"item_kits_successful_deleted" => "Löschung erfolgreich",
|
|
"item_kits_successful_updating" => "Änderung erfolgreich",
|
|
"item_kits_unit_price" => "",
|
|
"item_kits_update" => "Artikel-Set ändern",
|
|
];
|