From: Moritz Bunkus Date: Thu, 3 Mar 2011 11:09:53 +0000 (+0100) Subject: CSV-Import-Menüeinträge verweisen jetzt nur noch auf den neuen Import X-Git-Tag: release-2.7.0beta1~396^2~10 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=5b0d61b4a8957f33e91b06fa940f3091c5d0efe8;p=kivitendo-erp.git CSV-Import-Menüeinträge verweisen jetzt nur noch auf den neuen Import --- diff --git a/locale/de/all b/locale/de/all index 223bf6d61..b6d55199a 100644 --- a/locale/de/all +++ b/locale/de/all @@ -902,7 +902,6 @@ $self->{texts} = { 'Image' => 'Grafik', 'Import' => 'Import', 'Import CSV' => 'CSV-Import', - 'Import CSV2' => '', 'Import file' => 'Import-Datei', 'Import preview' => 'Import-Vorschau', 'Import profiles' => 'Import-Profil', @@ -1569,7 +1568,7 @@ $self->{texts} = { 'Sell Price' => 'Verkaufspreis', 'Sellprice' => '', 'Sellprice adjustment' => 'Verkaufspreis: Preisanpassung', - 'Sellprice for price group \'#1\'' => 'Verkaufspreis für Preisgruppe \'#1\'', + 'Sellprice for price group \'#1\'' => 'Verkaufspreis für Preisgruppe \'#1\'', 'Sellprice significant places' => 'Verkaufspreis: Nachkommastellen', 'Semicolon' => 'Semikolon', 'Send the backup via Email' => 'Die Sicherungsdatei per Email verschicken', diff --git a/menu.ini b/menu.ini index 9145cc864..10020f85f 100644 --- a/menu.ini +++ b/menu.ini @@ -755,46 +755,46 @@ action=list_warehouses #action=import #type=Datapreis -[System--Import CSV] -module=menu.pl -action=acc_menu -target=acc_menu -submenu=1 +# [System--Import CSV] +# module=menu.pl +# action=acc_menu +# target=acc_menu +# submenu=1 -[System--Import CSV--Customer] -module=lxo-import/addressB.php +# [System--Import CSV--Customer] +# module=lxo-import/addressB.php -[System--Import CSV--Contacts] -module=lxo-import/contactB.php +# [System--Import CSV--Contacts] +# module=lxo-import/contactB.php -[System--Import CSV--Shipto] -module=lxo-import/shiptoB.php +# [System--Import CSV--Shipto] +# module=lxo-import/shiptoB.php -[System--Import CSV--Parts] -module=lxo-import/partsB.php +# [System--Import CSV--Parts] +# module=lxo-import/partsB.php -[System--Import CSV2] +[System--Import CSV] module=menu.pl action=acc_menu target=acc_menu submenu=1 -[System--Import CSV2--Customers and vendors] +[System--Import CSV--Customers and vendors] module=controller.pl action=CsvImport/new profile.type=customers_vendors -[System--Import CSV2--Contacts] +[System--Import CSV--Contacts] module=controller.pl action=CsvImport/new profile.type=contacts -[System--Import CSV2--Shipto] +[System--Import CSV--Shipto] module=controller.pl action=CsvImport/new profile.type=addresses -[System--Import CSV2--Parts] +[System--Import CSV--Parts] module=controller.pl action=CsvImport/new profile.type=parts