mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-07-26 22:57:04 -04:00
43 lines
1.9 KiB
PHP
43 lines
1.9 KiB
PHP
<?php
|
|
|
|
return [
|
|
'add_item' => 'Neuer Artikel',
|
|
'all' => '',
|
|
'cannot_be_deleted' => 'Konnte Artikel-Set(s) nicht löschen',
|
|
'confirm_delete' => 'Wollen Sie die gewählten Artikel-Sets wirklich löschen?',
|
|
'confirm_restore' => '',
|
|
'description' => 'Beschreibung Artikel-Set',
|
|
'discount' => '',
|
|
'discount_fixed' => '',
|
|
'discount_percent' => '',
|
|
'discount_type' => '',
|
|
'error_adding_updating' => 'Fehler beim Hinzufügen/Ändern',
|
|
'find_kit_item' => '',
|
|
'info' => 'Artikel-Set Information',
|
|
'item' => 'Artikel',
|
|
'item_kit_number' => '',
|
|
'item_kit_number_duplicate' => '',
|
|
'item_number' => '',
|
|
'item_number_duplicate' => '',
|
|
'items' => 'Artikel',
|
|
'kit' => 'Set-ID',
|
|
'kit_and_components' => '',
|
|
'kit_and_stock' => '',
|
|
'kit_only' => '',
|
|
'name' => 'Name',
|
|
'new' => 'Neues Artikel-Set',
|
|
'no_item_kits_to_display' => 'Keine Artikel-Sets zum Anzeigen',
|
|
'none_selected' => 'Sie haben keine Artikel-Sets ausgewählt',
|
|
'one_or_multiple' => 'Artikel-Set(s)',
|
|
'price_option' => '',
|
|
'priced_only' => '',
|
|
'print_option' => '',
|
|
'quantity' => 'Menge',
|
|
'sequence' => '',
|
|
'successful_adding' => 'Artikel-Set erfolgreich hinzugefügt',
|
|
'successful_deleted' => 'Löschung erfolgreich',
|
|
'successful_updating' => 'Änderung erfolgreich',
|
|
'unit_price' => '',
|
|
'update' => 'Artikel-Set ändern',
|
|
];
|