From: Moritz Bunkus Date: Wed, 24 Jan 2007 12:20:00 +0000 (+0000) Subject: Entfernung von totem Code: Die Funktion menubar() gibt es schon lange nicht mehr. X-Git-Tag: release-2.4.2~262 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=8ec0d29a33e23ce962b807e87cc8b577c8c98ec2;p=kivitendo-erp.git Entfernung von totem Code: Die Funktion menubar() gibt es schon lange nicht mehr. --- diff --git a/bin/mozilla/am.pl b/bin/mozilla/am.pl index d6ccfe2df..4e327fd42 100644 --- a/bin/mozilla/am.pl +++ b/bin/mozilla/am.pl @@ -494,11 +494,6 @@ sub form_footer { . $locale->text('Delete') . qq|">|; } - if ($form->{menubar}) { - require "$form->{path}/menu.pl"; - &menubar; - } - print qq| @@ -825,11 +820,6 @@ sub gifi_footer { } } - if ($form->{menubar}) { - require "$form->{path}/menu.pl"; - &menubar; - } - print qq| @@ -1000,14 +990,8 @@ sub list_department { {password}> |; - - if ($form->{menubar}) { - require "$form->{path}/menu.pl"; - &menubar; - } + . $locale->text('Add') . qq|"> - print qq| @@ -1199,14 +1183,8 @@ sub list_lead { {password}> |; - - if ($form->{menubar}) { - require "$form->{path}/menu.pl"; - &menubar; - } + . $locale->text('Add') . qq|"> - print qq| @@ -1403,14 +1381,7 @@ sub list_business { {password}> |; - - if ($form->{menubar}) { - require "$form->{path}/menu.pl"; - &menubar; - } - - print qq| + . $locale->text('Add') . qq|"> @@ -1641,14 +1612,7 @@ sub list_language { {password}> |; - - if ($form->{menubar}) { - require "$form->{path}/menu.pl"; - &menubar; - } - - print qq| + . $locale->text('Add') . qq|"> @@ -1936,14 +1900,7 @@ sub list_buchungsgruppe { {password}> |; - - if ($form->{menubar}) { - require "$form->{path}/menu.pl"; - &menubar; - } - - print qq| + . $locale->text('Add') . qq|"> @@ -2238,14 +2195,7 @@ sub list_printer { {password}> |; - - if ($form->{menubar}) { - require "$form->{path}/menu.pl"; - &menubar; - } - - print qq| + . $locale->text('Add') . qq|"> @@ -2462,14 +2412,7 @@ sub list_payment { {password}> |; - - if ($form->{menubar}) { - require "$form->{path}/menu.pl"; - &menubar; - } - - print qq| + . $locale->text('Add') . qq|"> @@ -2677,14 +2620,8 @@ sub list_sic { {password}> |; + . $locale->text('Add') . qq|"> - if ($form->{menubar}) { - require "$form->{path}/menu.pl"; - &menubar; - } - - print qq| @@ -2807,14 +2744,8 @@ $form->{body} {password}> |; + . $locale->text('Edit') . qq|"> - if ($form->{menubar}) { - require "$form->{path}/menu.pl"; - &menubar; - } - - print qq| @@ -2856,14 +2787,8 @@ $form->{body}
|; - - if ($form->{menubar}) { - require "$form->{path}/menu.pl"; - &menubar; - } + . $locale->text('Save') . qq|"> - print q| @@ -3251,14 +3176,8 @@ print qq|
|; - - if ($form->{menubar}) { - require "$form->{path}/menu.pl"; - &menubar; - } + . $locale->text('Save') . qq|"> - print qq| @@ -3497,14 +3416,8 @@ sub list_warehouse { {password}> |; + . $locale->text('Add') . qq|"> - if ($form->{menubar}) { - require "$form->{path}/menu.pl"; - &menubar; - } - - print qq| diff --git a/bin/mozilla/ap.pl b/bin/mozilla/ap.pl index 03a2681ac..2f31a5991 100644 --- a/bin/mozilla/ap.pl +++ b/bin/mozilla/ap.pl @@ -751,11 +751,6 @@ sub form_footer { } } - if ($form->{menubar}) { - require "$form->{path}/menu.pl"; - &menubar; - } - print " @@ -1487,14 +1482,8 @@ sub ap_transactions { . $locale->text('AP Transaction') . qq|"> |; + . $locale->text('Vendor Invoice') . qq|"> - if ($form->{menubar}) { - require "$form->{path}/menu.pl"; - &menubar; - } - - print qq| diff --git a/bin/mozilla/ar.pl b/bin/mozilla/ar.pl index 11b73b225..bff54d0f8 100644 --- a/bin/mozilla/ar.pl +++ b/bin/mozilla/ar.pl @@ -774,11 +774,6 @@ sub form_footer { } } - if ($form->{menubar}) { - require "$form->{path}/menu.pl"; - &menubar; - } - print " @@ -1541,14 +1536,8 @@ sub ar_transactions { |; + . $locale->text('Sales Invoice') . qq|"> - if ($form->{menubar}) { - require "$form->{path}/menu.pl"; - &menubar; - } - - print qq| diff --git a/bin/mozilla/bp.pl b/bin/mozilla/bp.pl index 653577f63..3afd23a7c 100644 --- a/bin/mozilla/bp.pl +++ b/bin/mozilla/bp.pl @@ -571,11 +571,6 @@ sub list_spool { |; } - if ($form->{menubar}) { - require "$form->{path}/menu.pl"; - &menubar; - } - print qq| diff --git a/bin/mozilla/cn.pl b/bin/mozilla/cn.pl index cef3a46c6..69eede0e3 100644 --- a/bin/mozilla/cn.pl +++ b/bin/mozilla/cn.pl @@ -897,11 +897,6 @@ sub form_footer { } } - if ($form->{menubar}) { - require "$form->{path}/menu.pl"; - &menubar; - } - print qq| {rowcount}> diff --git a/bin/mozilla/cp.pl b/bin/mozilla/cp.pl index f5e2805a3..8e31a8f1a 100644 --- a/bin/mozilla/cp.pl +++ b/bin/mozilla/cp.pl @@ -483,14 +483,7 @@ sub form_footer { print qq| -|; - - if ($form->{menubar}) { - require "$form->{path}/menu.pl"; - &menubar; - } - print qq| diff --git a/bin/mozilla/ct.pl b/bin/mozilla/ct.pl index c41fddd59..a1bfc255d 100644 --- a/bin/mozilla/ct.pl +++ b/bin/mozilla/ct.pl @@ -543,14 +543,8 @@ sub list_names { {password}> |; + . $locale->text('Add') . qq|"> - if ($form->{menubar}) { - require "$form->{path}/menu.pl"; - &menubar; - } - - print qq| @@ -1249,11 +1243,6 @@ $update_button . qq|">\n|; } - if ($form->{menubar}) { - require "$form->{path}/menu.pl"; - &menubar; - } - print qq| diff --git a/bin/mozilla/dn.pl b/bin/mozilla/dn.pl index 50c602b40..f8a05aa96 100644 --- a/bin/mozilla/dn.pl +++ b/bin/mozilla/dn.pl @@ -207,14 +207,7 @@ sub edit_config { {password}> |; - - if ($form->{menubar}) { - require "$form->{path}/menu.pl"; - &menubar; - } - - print qq| + . $locale->text('Save') . qq|"> @@ -517,8 +510,8 @@ sub show_invoices {
|; -&print_options; -print qq| + &print_options; + print qq|
{script}> @@ -530,20 +523,10 @@ print qq| {path}> {login}> -{password}>|; -#print qq| -# |; -print qq| +{password}> |; - if ($form->{menubar}) { - require "$form->{path}/menu.pl"; - &menubar; - } - - print qq| + . $locale->text('Continue') . qq|" onclick="this.disabled=true; this.value='| . $locale->text("The dunning process started") . qq|'; document.Form.action.value='| . $locale->text('Continue') . qq|'; document.Form.submit()">
@@ -959,14 +942,6 @@ sub show_dunning { {path}> {login}> {password}> -|; - - if ($form->{menubar}) { - require "$form->{path}/menu.pl"; - &menubar; - } - - print qq| diff --git a/bin/mozilla/gl.pl b/bin/mozilla/gl.pl index 2668083bb..fb24e3012 100644 --- a/bin/mozilla/gl.pl +++ b/bin/mozilla/gl.pl @@ -849,14 +849,7 @@ sub generate_report { |; - - if ($form->{menubar}) { - require "$form->{path}/menu.pl"; - &menubar; - } - - print qq| + . $locale->text('Vendor Invoice') . qq|"> @@ -1465,11 +1458,6 @@ sub form_footer { } } - if ($form->{menubar}) { - require "$form->{path}/menu.pl"; - &menubar; - } - print " diff --git a/bin/mozilla/ic.pl b/bin/mozilla/ic.pl index 06fc13f90..56c698e80 100644 --- a/bin/mozilla/ic.pl +++ b/bin/mozilla/ic.pl @@ -1471,14 +1471,8 @@ sub addtop100 { |; + . $locale->text('choice') . qq|"> - if ($form->{menubar}) { - require "$form->{path}/menu.pl"; - &menubar; - } - - print qq| @@ -2009,14 +2003,8 @@ sub generate_report { print qq| |; - - if ($form->{menubar}) { - require "$form->{path}/menu.pl"; - &menubar; - } + . $locale->text('Add') . qq|"> - print qq| @@ -2740,13 +2728,6 @@ sub form_footer { } } - if (!$form->{previousform}) { - if ($form->{menubar}) { - require "$form->{path}/menu.pl"; - &menubar; - } - } - print qq| diff --git a/bin/mozilla/ir.pl b/bin/mozilla/ir.pl index b5df7f32d..d27e91b2c 100644 --- a/bin/mozilla/ir.pl +++ b/bin/mozilla/ir.pl @@ -766,11 +766,6 @@ sub form_footer { } } - if ($form->{menubar}) { - require "$form->{path}/menu.pl"; - &menubar; - } - print $form->write_trigger(\%myconfig, scalar(@triggers) / 3, @triggers) . qq| diff --git a/bin/mozilla/is.pl b/bin/mozilla/is.pl index d918b50d8..a90ccb3b3 100644 --- a/bin/mozilla/is.pl +++ b/bin/mozilla/is.pl @@ -1142,11 +1142,6 @@ if ($form->{type} eq "credit_note") { } } - if ($form->{menubar}) { - require "$form->{path}/menu.pl"; - &menubar; - } - print $form->write_trigger(\%myconfig, scalar(@triggers) / 3, @triggers) . qq| diff --git a/bin/mozilla/oe.pl b/bin/mozilla/oe.pl index 39a91f767..d0ee922b5 100644 --- a/bin/mozilla/oe.pl +++ b/bin/mozilla/oe.pl @@ -1102,11 +1102,6 @@ sub form_footer { |; } - if ($form->{menubar}) { - require "$form->{path}/menu.pl"; - &menubar; - } - print qq| {rowcount}> @@ -1848,11 +1843,6 @@ sub orders { . $locale->text('Add') . qq|">|; } - if ($form->{menubar}) { - require "$form->{path}/menu.pl"; - &menubar; - } - print qq| @@ -2841,14 +2831,6 @@ sub display_ship_receive { -|; - - if ($form->{menubar}) { - require "$form->{path}/menu.pl"; - &menubar; - } - - print qq| {rowcount}> @@ -3120,14 +3102,8 @@ sub list_transfer { {password}> |; + . $locale->text('Transfer') . qq|"> - if ($form->{menubar}) { - require "$form->{path}/menu.pl"; - &menubar; - } - - print qq| diff --git a/bin/mozilla/pe.pl b/bin/mozilla/pe.pl index 0fd351dbe..660e37a9b 100644 --- a/bin/mozilla/pe.pl +++ b/bin/mozilla/pe.pl @@ -290,14 +290,8 @@ sub project_report { {password}> |; + . $locale->text('Add') . qq|"> - if ($form->{menubar}) { - require "$form->{path}/menu.pl"; - &menubar; - } - - print qq| @@ -384,11 +378,6 @@ sub form_project_footer { . $locale->text('Delete') . qq|">|; } - if ($form->{menubar}) { - require "$form->{path}/menu.pl"; - &menubar; - } - print qq| @@ -540,14 +529,8 @@ sub partsgroup_report { {password}> |; - - if ($form->{menubar}) { - require "$form->{path}/menu.pl"; - &menubar; - } + . $locale->text('Add') . qq|"> - print qq| @@ -623,11 +606,6 @@ sub form_partsgroup_footer { . $locale->text('Delete') . qq|">|; } - if ($form->{menubar}) { - require "$form->{path}/menu.pl"; - &menubar; - } - print qq| @@ -741,14 +719,8 @@ sub pricegroup_report { {password}> |; - - if ($form->{menubar}) { - require "$form->{path}/menu.pl"; - &menubar; - } + . $locale->text('Add') . qq|"> - print qq| @@ -828,11 +800,6 @@ sub form_pricegroup_footer { . $locale->text('Delete') . qq|">|; } - if ($form->{menubar}) { - require "$form->{path}/menu.pl"; - &menubar; - } - print qq| diff --git a/bin/mozilla/rc.pl b/bin/mozilla/rc.pl index ed87581f3..d9bf03aab 100644 --- a/bin/mozilla/rc.pl +++ b/bin/mozilla/rc.pl @@ -376,14 +376,8 @@ sub display_form { |; + . $locale->text('Done') . qq|"> - if ($form->{menubar}) { - require "$form->{path}/menu.pl"; - &menubar; - } - - print qq| diff --git a/bin/mozilla/rp.pl b/bin/mozilla/rp.pl index 7e931d468..f66461ee6 100644 --- a/bin/mozilla/rp.pl +++ b/bin/mozilla/rp.pl @@ -1852,15 +1852,7 @@ sub aging { . $locale->text('Print') . qq|"> -|; - } - if ($form->{menubar}) { - require "$form->{path}/menu.pl"; - &menubar; - } - - print qq| diff --git a/locale/de/am b/locale/de/am index 741a49dc4..7e0d2d32f 100644 --- a/locale/de/am +++ b/locale/de/am @@ -10,7 +10,6 @@ $self->{texts} = { 'Account Type missing!' => 'Kontoart fehlt!', 'Account deleted!' => 'Konto gelöscht!', 'Account saved!' => 'Konto gespeichert!', - 'Accounting Menu' => 'Kontoverwaltung', 'Add' => 'Erfassen', 'Add Account' => 'Konto erfassen', 'Add Buchungsgruppe' => 'Buchungsgruppe erfassen', @@ -294,7 +293,6 @@ $self->{texts} = { $self->{subs} = { 'H' => 'H', - 'acc_menu' => 'acc_menu', 'account_header' => 'account_header', 'add' => 'add', 'add_account' => 'add_account', @@ -331,7 +329,6 @@ $self->{subs} = { 'delete_warehouse' => 'delete_warehouse', 'delivery_customer_selection' => 'delivery_customer_selection', 'department_header' => 'department_header', - 'display' => 'display', 'display_form' => 'display_form', 'display_stylesheet' => 'display_stylesheet', 'doclose' => 'doclose', @@ -389,7 +386,6 @@ $self->{subs} = { 'save_template' => 'save_template', 'save_unit' => 'save_unit', 'save_warehouse' => 'save_warehouse', - 'section_menu' => 'section_menu', 'select_employee' => 'select_employee', 'select_employee_internal' => 'select_employee_internal', 'select_part' => 'select_part', diff --git a/locale/de/ap b/locale/de/ap index 0c022c5e7..54a296e4f 100644 --- a/locale/de/ap +++ b/locale/de/ap @@ -2,7 +2,6 @@ $self->{texts} = { 'AP Transaction' => 'Kreditorenbuchung', 'AP Transactions' => 'Kreditorenbuchungen', 'Account' => 'Konto', - 'Accounting Menu' => 'Kontoverwaltung', 'Add Accounts Payables Transaction' => 'Kreditorenbuchung erfassen', 'Address' => 'Adresse', 'Amount' => 'Betrag', @@ -98,7 +97,6 @@ $self->{texts} = { }; $self->{subs} = { - 'acc_menu' => 'acc_menu', 'add' => 'add', 'add_transaction' => 'add_transaction', 'ap_subtotal' => 'ap_subtotal', @@ -110,7 +108,6 @@ $self->{subs} = { 'continue' => 'continue', 'create_links' => 'create_links', 'delete' => 'delete', - 'display' => 'display', 'display_form' => 'display_form', 'edit' => 'edit', 'form_footer' => 'form_footer', @@ -122,7 +119,6 @@ $self->{subs} = { 'project_selected' => 'project_selected', 'sales_invoice' => 'sales_invoice', 'search' => 'search', - 'section_menu' => 'section_menu', 'select_name' => 'select_name', 'select_project' => 'select_project', 'update' => 'update', diff --git a/locale/de/ar b/locale/de/ar index 03434d103..f4a1b5c86 100644 --- a/locale/de/ar +++ b/locale/de/ar @@ -2,7 +2,6 @@ $self->{texts} = { 'AR Transaction' => 'Debitorenbuchung', 'AR Transactions' => 'Debitorenbuchungen', 'Account' => 'Konto', - 'Accounting Menu' => 'Kontoverwaltung', 'Add Accounts Receivables Transaction' => 'Debitorenbuchung erfassen', 'Address' => 'Adresse', 'Amount' => 'Betrag', @@ -104,7 +103,6 @@ $self->{texts} = { }; $self->{subs} = { - 'acc_menu' => 'acc_menu', 'add' => 'add', 'add_transaction' => 'add_transaction', 'ap_transaction' => 'ap_transaction', @@ -116,7 +114,6 @@ $self->{subs} = { 'continue' => 'continue', 'create_links' => 'create_links', 'delete' => 'delete', - 'display' => 'display', 'display_form' => 'display_form', 'edit' => 'edit', 'form_footer' => 'form_footer', @@ -128,7 +125,6 @@ $self->{subs} = { 'project_selected' => 'project_selected', 'sales_invoice' => 'sales_invoice', 'search' => 'search', - 'section_menu' => 'section_menu', 'select_name' => 'select_name', 'select_project' => 'select_project', 'update' => 'update', diff --git a/locale/de/bp b/locale/de/bp index ce2184441..758e6debe 100644 --- a/locale/de/bp +++ b/locale/de/bp @@ -1,6 +1,5 @@ $self->{texts} = { 'Account' => 'Konto', - 'Accounting Menu' => 'Kontoverwaltung', 'Are you sure you want to remove the marked entries from the queue?' => 'Sind Sie sicher, dass die markierten Einträge von der Warteschlange gelöscht werden sollen?', 'Bis' => 'bis', 'Cannot remove files!' => 'Dateien können nicht gelöscht werden!', @@ -40,14 +39,11 @@ $self->{texts} = { }; $self->{subs} = { - 'acc_menu' => 'acc_menu', 'continue' => 'continue', - 'display' => 'display', 'list_spool' => 'list_spool', 'print' => 'print', 'remove' => 'remove', 'search' => 'search', - 'section_menu' => 'section_menu', 'select_all' => 'select_all', 'yes' => 'yes', 'weiter' => 'continue', diff --git a/locale/de/cn b/locale/de/cn index 4f75a3bd5..6239d8e1c 100644 --- a/locale/de/cn +++ b/locale/de/cn @@ -2,7 +2,6 @@ $self->{texts} = { ' Date missing!' => ' Datum fehlt!', '*/' => '*/', 'Account' => 'Konto', - 'Accounting Menu' => 'Kontoverwaltung', 'Add Credit Note' => 'Gutschrift erfassen', 'Add Purchase Order' => 'Lieferantenauftrag erfassen', 'Add Quotation' => 'Angebot erfassen', @@ -204,7 +203,6 @@ $self->{texts} = { $self->{subs} = { 'H' => 'H', - 'acc_menu' => 'acc_menu', 'add' => 'add', 'add_transaction' => 'add_transaction', 'ap_transaction' => 'ap_transaction', @@ -218,7 +216,6 @@ $self->{subs} = { 'customer_details' => 'customer_details', 'delete' => 'delete', 'delivery_customer_selection' => 'delivery_customer_selection', - 'display' => 'display', 'display_form' => 'display_form', 'display_row' => 'display_row', 'e_mail' => 'e_mail', @@ -252,7 +249,6 @@ $self->{subs} = { 'restore_form' => 'restore_form', 'sales_invoice' => 'sales_invoice', 'save_form' => 'save_form', - 'section_menu' => 'section_menu', 'select_employee' => 'select_employee', 'select_employee_internal' => 'select_employee_internal', 'select_item' => 'select_item', diff --git a/locale/de/cp b/locale/de/cp index 9ad4d0476..c2e223583 100644 --- a/locale/de/cp +++ b/locale/de/cp @@ -2,7 +2,6 @@ $self->{texts} = { 'AP' => 'Einkauf', 'AR' => 'Verkauf', 'Account' => 'Konto', - 'Accounting Menu' => 'Kontoverwaltung', 'Address' => 'Adresse', 'All' => 'Alle', 'Amount' => 'Betrag', @@ -50,7 +49,6 @@ $self->{texts} = { }; $self->{subs} = { - 'acc_menu' => 'acc_menu', 'add_transaction' => 'add_transaction', 'ap_transaction' => 'ap_transaction', 'ar_transaction' => 'ar_transaction', @@ -59,7 +57,6 @@ $self->{subs} = { 'check_project' => 'check_project', 'continue' => 'continue', 'customer_details' => 'customer_details', - 'display' => 'display', 'form_footer' => 'form_footer', 'form_header' => 'form_header', 'gl_transaction' => 'gl_transaction', @@ -70,7 +67,6 @@ $self->{subs} = { 'print' => 'print', 'project_selected' => 'project_selected', 'sales_invoice' => 'sales_invoice', - 'section_menu' => 'section_menu', 'select_name' => 'select_name', 'select_project' => 'select_project', 'update' => 'update', diff --git a/locale/de/ct b/locale/de/ct index 736838dc8..12ec0556f 100644 --- a/locale/de/ct +++ b/locale/de/ct @@ -2,7 +2,6 @@ $self->{texts} = { ' Number' => ' Nummer', 'Abteilung' => 'Abteilung', 'Account Number' => 'Kontonummer', - 'Accounting Menu' => 'Kontoverwaltung', 'Add' => 'Erfassen', 'Add Customer' => 'Kunde erfassen', 'Add Vendor' => 'Lieferant erfassen', @@ -111,7 +110,6 @@ $self->{texts} = { }; $self->{subs} = { - 'acc_menu' => 'acc_menu', 'add' => 'add', 'add_transaction' => 'add_transaction', 'check_salesman' => 'check_salesman', @@ -136,7 +134,6 @@ $self->{subs} = { 'save_and_rfq' => 'save_and_rfq', 'search' => 'search', 'search_delivery' => 'search_delivery', - 'section_menu' => 'section_menu', 'select_salesman' => 'select_salesman', 'update' => 'update', 'erfassen' => 'add', diff --git a/locale/de/dn b/locale/de/dn index c298295ea..9224f350f 100644 --- a/locale/de/dn +++ b/locale/de/dn @@ -1,7 +1,6 @@ $self->{texts} = { ' Date missing!' => ' Datum fehlt!', '*/' => '*/', - 'Accounting Menu' => 'Kontoverwaltung', 'Active?' => 'Aktiviert?', 'Add Purchase Order' => 'Lieferantenauftrag erfassen', 'Add Quotation' => 'Angebot erfassen', @@ -196,7 +195,6 @@ gestartet', $self->{subs} = { 'H' => 'H', - 'acc_menu' => 'acc_menu', 'add' => 'add', 'add_transaction' => 'add_transaction', 'ap_transaction' => 'ap_transaction', @@ -208,7 +206,6 @@ $self->{subs} = { 'continue' => 'continue', 'customer_details' => 'customer_details', 'delivery_customer_selection' => 'delivery_customer_selection', - 'display' => 'display', 'display_form' => 'display_form', 'display_row' => 'display_row', 'e_mail' => 'e_mail', @@ -239,7 +236,6 @@ $self->{subs} = { 'save_dunning' => 'save_dunning', 'save_form' => 'save_form', 'search' => 'search', - 'section_menu' => 'section_menu', 'select_employee' => 'select_employee', 'select_employee_internal' => 'select_employee_internal', 'select_item' => 'select_item', diff --git a/locale/de/gl b/locale/de/gl index e73193bb9..623e90f67 100644 --- a/locale/de/gl +++ b/locale/de/gl @@ -2,7 +2,6 @@ $self->{texts} = { 'AP Transaction' => 'Kreditorenbuchung', 'AR Transaction' => 'Debitorenbuchung', 'Account' => 'Konto', - 'Accounting Menu' => 'Kontoverwaltung', 'Add General Ledger Transaction' => 'Dialogbuchen', 'Address' => 'Adresse', 'All' => 'Alle', @@ -102,7 +101,6 @@ $self->{texts} = { }; $self->{subs} = { - 'acc_menu' => 'acc_menu', 'add' => 'add', 'add_transaction' => 'add_transaction', 'ap_transaction' => 'ap_transaction', @@ -111,7 +109,6 @@ $self->{subs} = { 'check_project' => 'check_project', 'continue' => 'continue', 'delete' => 'delete', - 'display' => 'display', 'display_form' => 'display_form', 'display_rows' => 'display_rows', 'edit' => 'edit', @@ -126,7 +123,6 @@ $self->{subs} = { 'project_selected' => 'project_selected', 'sales_invoice' => 'sales_invoice', 'search' => 'search', - 'section_menu' => 'section_menu', 'select_name' => 'select_name', 'select_project' => 'select_project', 'storno' => 'storno', diff --git a/locale/de/ic b/locale/de/ic index 79b33e878..390cd797e 100644 --- a/locale/de/ic +++ b/locale/de/ic @@ -2,7 +2,6 @@ $self->{texts} = { ' Date missing!' => ' Datum fehlt!', ' Part Number missing!' => ' Artikelnummer fehlt!', '*/' => '*/', - 'Accounting Menu' => 'Kontoverwaltung', 'Active' => 'Aktiv', 'Add' => 'Erfassen', 'Add ' => 'Hinzufügen', @@ -244,7 +243,6 @@ aktualisieren wollen?', $self->{subs} = { 'H' => 'H', - 'acc_menu' => 'acc_menu', 'add' => 'add', 'addtop100' => 'addtop100', 'assembly_row' => 'assembly_row', @@ -256,7 +254,6 @@ $self->{subs} = { 'customer_details' => 'customer_details', 'delete' => 'delete', 'delivery_customer_selection' => 'delivery_customer_selection', - 'display' => 'display', 'display_form' => 'display_form', 'display_row' => 'display_row', 'e_mail' => 'e_mail', @@ -295,7 +292,6 @@ $self->{subs} = { 'save_form' => 'save_form', 'search' => 'search', 'search_update_prices' => 'search_update_prices', - 'section_menu' => 'section_menu', 'select_employee' => 'select_employee', 'select_employee_internal' => 'select_employee_internal', 'select_item' => 'select_item', diff --git a/locale/de/ir b/locale/de/ir index 45a65de0f..04bd75653 100644 --- a/locale/de/ir +++ b/locale/de/ir @@ -3,7 +3,6 @@ $self->{texts} = { ' Payment posted!' => 'Zahlung gebucht!', '*/' => '*/', 'Account' => 'Konto', - 'Accounting Menu' => 'Kontoverwaltung', 'Add Purchase Order' => 'Lieferantenauftrag erfassen', 'Add Quotation' => 'Angebot erfassen', 'Add Request for Quotation' => 'Anfrage erfassen', @@ -196,7 +195,6 @@ $self->{texts} = { $self->{subs} = { 'H' => 'H', - 'acc_menu' => 'acc_menu', 'add' => 'add', 'add_transaction' => 'add_transaction', 'ap_transaction' => 'ap_transaction', @@ -209,7 +207,6 @@ $self->{subs} = { 'customer_details' => 'customer_details', 'delete' => 'delete', 'delivery_customer_selection' => 'delivery_customer_selection', - 'display' => 'display', 'display_form' => 'display_form', 'display_row' => 'display_row', 'e_mail' => 'e_mail', @@ -243,7 +240,6 @@ $self->{subs} = { 'restore_form' => 'restore_form', 'sales_invoice' => 'sales_invoice', 'save_form' => 'save_form', - 'section_menu' => 'section_menu', 'select_employee' => 'select_employee', 'select_employee_internal' => 'select_employee_internal', 'select_item' => 'select_item', diff --git a/locale/de/is b/locale/de/is index ae71987a6..107787158 100644 --- a/locale/de/is +++ b/locale/de/is @@ -3,7 +3,6 @@ $self->{texts} = { ' Payment posted!' => 'Zahlung gebucht!', '*/' => '*/', 'Account' => 'Konto', - 'Accounting Menu' => 'Kontoverwaltung', 'Add Credit Note' => 'Gutschrift erfassen', 'Add Purchase Order' => 'Lieferantenauftrag erfassen', 'Add Quotation' => 'Angebot erfassen', @@ -221,7 +220,6 @@ $self->{texts} = { $self->{subs} = { 'H' => 'H', - 'acc_menu' => 'acc_menu', 'add' => 'add', 'add_transaction' => 'add_transaction', 'ap_transaction' => 'ap_transaction', @@ -235,7 +233,6 @@ $self->{subs} = { 'customer_details' => 'customer_details', 'delete' => 'delete', 'delivery_customer_selection' => 'delivery_customer_selection', - 'display' => 'display', 'display_form' => 'display_form', 'display_row' => 'display_row', 'e_mail' => 'e_mail', @@ -271,7 +268,6 @@ $self->{subs} = { 'restore_form' => 'restore_form', 'sales_invoice' => 'sales_invoice', 'save_form' => 'save_form', - 'section_menu' => 'section_menu', 'select_employee' => 'select_employee', 'select_employee_internal' => 'select_employee_internal', 'select_item' => 'select_item', diff --git a/locale/de/oe b/locale/de/oe index ceb08f57c..c738947d5 100644 --- a/locale/de/oe +++ b/locale/de/oe @@ -2,7 +2,6 @@ $self->{texts} = { ' Date missing!' => ' Datum fehlt!', ' missing!' => ' fehlt!', '*/' => '*/', - 'Accounting Menu' => 'Kontoverwaltung', 'Add' => 'Erfassen', 'Add Exchangerate' => 'Wechselkurs erfassen', 'Add Purchase Order' => 'Lieferantenauftrag erfassen', @@ -255,7 +254,6 @@ $self->{texts} = { $self->{subs} = { 'H' => 'H', - 'acc_menu' => 'acc_menu', 'add' => 'add', 'add_transaction' => 'add_transaction', 'ap_transaction' => 'ap_transaction', @@ -270,7 +268,6 @@ $self->{subs} = { 'customer_details' => 'customer_details', 'delete' => 'delete', 'delivery_customer_selection' => 'delivery_customer_selection', - 'display' => 'display', 'display_form' => 'display_form', 'display_row' => 'display_row', 'display_ship_receive' => 'display_ship_receive', @@ -316,7 +313,6 @@ $self->{subs} = { 'save_form' => 'save_form', 'search' => 'search', 'search_transfer' => 'search_transfer', - 'section_menu' => 'section_menu', 'select_employee' => 'select_employee', 'select_employee_internal' => 'select_employee_internal', 'select_item' => 'select_item', diff --git a/locale/de/pe b/locale/de/pe index 8728d9e7f..7ad98105f 100644 --- a/locale/de/pe +++ b/locale/de/pe @@ -1,5 +1,4 @@ $self->{texts} = { - 'Accounting Menu' => 'Kontoverwaltung', 'Add' => 'Erfassen', 'Add Group' => 'Warengruppe erfassen', 'Add Pricegroup' => 'Preisgruppe erfassen', @@ -32,11 +31,9 @@ $self->{texts} = { }; $self->{subs} = { - 'acc_menu' => 'acc_menu', 'add' => 'add', 'continue' => 'continue', 'delete' => 'delete', - 'display' => 'display', 'edit' => 'edit', 'form_partsgroup_footer' => 'form_partsgroup_footer', 'form_partsgroup_header' => 'form_partsgroup_header', @@ -49,7 +46,6 @@ $self->{subs} = { 'project_report' => 'project_report', 'save' => 'save', 'search' => 'search', - 'section_menu' => 'section_menu', 'erfassen' => 'add', 'weiter' => 'continue', 'löschen' => 'delete', diff --git a/locale/de/rc b/locale/de/rc index 9aa0a617d..3ba3bd076 100644 --- a/locale/de/rc +++ b/locale/de/rc @@ -1,6 +1,5 @@ $self->{texts} = { 'Account' => 'Konto', - 'Accounting Menu' => 'Kontoverwaltung', 'Balance' => 'Bilanz', 'Cleared Balance' => 'abgeschlossen', 'Continue' => 'Weiter', @@ -24,14 +23,11 @@ $self->{texts} = { }; $self->{subs} = { - 'acc_menu' => 'acc_menu', 'continue' => 'continue', - 'display' => 'display', 'display_form' => 'display_form', 'done' => 'done', 'get_payments' => 'get_payments', 'reconciliation' => 'reconciliation', - 'section_menu' => 'section_menu', 'select_all' => 'select_all', 'update' => 'update', 'weiter' => 'continue', diff --git a/locale/de/rp b/locale/de/rp index 9030222db..bc0e97674 100644 --- a/locale/de/rp +++ b/locale/de/rp @@ -3,7 +3,6 @@ $self->{texts} = { 'AR Aging' => 'Offene Forderungen', 'Account' => 'Konto', 'Account Number' => 'Kontonummer', - 'Accounting Menu' => 'Kontoverwaltung', 'Accrual' => 'Bilanzierung', 'Address' => 'Adresse', 'All Accounts' => 'Alle Konten', @@ -123,7 +122,6 @@ $self->{texts} = { }; $self->{subs} = { - 'acc_menu' => 'acc_menu', 'add_transaction' => 'add_transaction', 'aging' => 'aging', 'ap_transaction' => 'ap_transaction', @@ -133,7 +131,6 @@ $self->{subs} = { 'config' => 'config', 'continue' => 'continue', 'debug' => 'debug', - 'display' => 'display', 'e_mail' => 'e_mail', 'generate_ap_aging' => 'generate_ap_aging', 'generate_ar_aging' => 'generate_ar_aging', @@ -155,7 +152,6 @@ $self->{subs} = { 'project_selected' => 'project_selected', 'report' => 'report', 'sales_invoice' => 'sales_invoice', - 'section_menu' => 'section_menu', 'select_all' => 'select_all', 'select_name' => 'select_name', 'select_project' => 'select_project',