Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 8ec0d29a

Von Moritz Bunkus vor etwa 18 Jahren hinzugefügt

  • ID 8ec0d29a33e23ce962b807e87cc8b577c8c98ec2
  • Vorgänger ba364b4c
  • Nachfolger 1877165d

Entfernung von totem Code: Die Funktion menubar() gibt es schon lange nicht mehr.

Unterschiede anzeigen:

bin/mozilla/am.pl
494 494
      . $locale->text('Delete') . qq|">|;
495 495
  }
496 496

  
497
  if ($form->{menubar}) {
498
    require "$form->{path}/menu.pl";
499
    &menubar;
500
  }
501

  
502 497
  print qq|
503 498
</form>
504 499

  
......
825 820
    }
826 821
  }
827 822

  
828
  if ($form->{menubar}) {
829
    require "$form->{path}/menu.pl";
830
    &menubar;
831
  }
832

  
833 823
  print qq|
834 824
  </form>
835 825

  
......
1000 990
<input type=hidden name=password value=$form->{password}>
1001 991

  
1002 992
<input class=submit type=submit name=action value="|
1003
    . $locale->text('Add') . qq|">|;
1004

  
1005
  if ($form->{menubar}) {
1006
    require "$form->{path}/menu.pl";
1007
    &menubar;
1008
  }
993
    . $locale->text('Add') . qq|">
1009 994

  
1010
  print qq|
1011 995
  </form>
1012 996

  
1013 997
  </body>
......
1199 1183
<input type=hidden name=password value=$form->{password}>
1200 1184

  
1201 1185
<input class=submit type=submit name=action value="|
1202
    . $locale->text('Add') . qq|">|;
1203

  
1204
  if ($form->{menubar}) {
1205
    require "$form->{path}/menu.pl";
1206
    &menubar;
1207
  }
1186
    . $locale->text('Add') . qq|">
1208 1187

  
1209
  print qq|
1210 1188
  </form>
1211 1189

  
1212 1190
  </body>
......
1403 1381
<input type=hidden name=password value=$form->{password}>
1404 1382

  
1405 1383
<input class=submit type=submit name=action value="|
1406
    . $locale->text('Add') . qq|">|;
1407

  
1408
  if ($form->{menubar}) {
1409
    require "$form->{path}/menu.pl";
1410
    &menubar;
1411
  }
1412

  
1413
  print qq|
1384
    . $locale->text('Add') . qq|">
1414 1385

  
1415 1386
  </form>
1416 1387

  
......
1641 1612
<input type=hidden name=password value=$form->{password}>
1642 1613

  
1643 1614
<input class=submit type=submit name=action value="|
1644
    . $locale->text('Add') . qq|">|;
1645

  
1646
  if ($form->{menubar}) {
1647
    require "$form->{path}/menu.pl";
1648
    &menubar;
1649
  }
1650

  
1651
  print qq|
1615
    . $locale->text('Add') . qq|">
1652 1616

  
1653 1617
  </form>
1654 1618

  
......
1936 1900
<input type=hidden name=password value=$form->{password}>
1937 1901

  
1938 1902
<input class=submit type=submit name=action value="|
1939
    . $locale->text('Add') . qq|">|;
1940

  
1941
  if ($form->{menubar}) {
1942
    require "$form->{path}/menu.pl";
1943
    &menubar;
1944
  }
1945

  
1946
  print qq|
1903
    . $locale->text('Add') . qq|">
1947 1904

  
1948 1905
  </form>
1949 1906

  
......
2238 2195
<input type=hidden name=password value=$form->{password}>
2239 2196

  
2240 2197
<input class=submit type=submit name=action value="|
2241
    . $locale->text('Add') . qq|">|;
2242

  
2243
  if ($form->{menubar}) {
2244
    require "$form->{path}/menu.pl";
2245
    &menubar;
2246
  }
2247

  
2248
  print qq|
2198
    . $locale->text('Add') . qq|">
2249 2199

  
2250 2200
  </form>
2251 2201

  
......
2462 2412
<input type=hidden name=password value=$form->{password}>
2463 2413

  
2464 2414
<input class=submit type=submit name=action value="|
2465
    . $locale->text('Add') . qq|">|;
2466

  
2467
  if ($form->{menubar}) {
2468
    require "$form->{path}/menu.pl";
2469
    &menubar;
2470
  }
2471

  
2472
  print qq|
2415
    . $locale->text('Add') . qq|">
2473 2416

  
2474 2417
  </form>
2475 2418

  
......
2677 2620
<input type=hidden name=password value=$form->{password}>
2678 2621

  
2679 2622
<input class=submit type=submit name=action value="|
2680
    . $locale->text('Add') . qq|">|;
2623
    . $locale->text('Add') . qq|">
2681 2624

  
2682
  if ($form->{menubar}) {
2683
    require "$form->{path}/menu.pl";
2684
    &menubar;
2685
  }
2686

  
2687
  print qq|
2688 2625
  </form>
2689 2626

  
2690 2627
  </body>
......
2807 2744
<input type=hidden name=password value=$form->{password}>
2808 2745

  
2809 2746
<input name=action type=submit class=submit value="|
2810
    . $locale->text('Edit') . qq|">|;
2747
    . $locale->text('Edit') . qq|">
2811 2748

  
2812
  if ($form->{menubar}) {
2813
    require "$form->{path}/menu.pl";
2814
    &menubar;
2815
  }
2816

  
2817
  print qq|
2818 2749
  </form>
2819 2750

  
2820 2751
</body>
......
2856 2787

  
2857 2788
<br>
2858 2789
<input type=submit class=submit name=action value="|
2859
    . $locale->text('Save') . qq|">|;
2860

  
2861
  if ($form->{menubar}) {
2862
    require "$form->{path}/menu.pl";
2863
    &menubar;
2864
  }
2790
    . $locale->text('Save') . qq|">
2865 2791

  
2866
  print q|
2867 2792
  </form>
2868 2793

  
2869 2794

  
......
3251 3176

  
3252 3177
<br>
3253 3178
<input type=submit class=submit name=action value="|
3254
    . $locale->text('Save') . qq|">|;
3255

  
3256
  if ($form->{menubar}) {
3257
    require "$form->{path}/menu.pl";
3258
    &menubar;
3259
  }
3179
    . $locale->text('Save') . qq|">
3260 3180

  
3261
  print qq|
3262 3181
  </form>
3263 3182

  
3264 3183
</body>
......
3497 3416
<input type=hidden name=password value=$form->{password}>
3498 3417

  
3499 3418
<input class=submit type=submit name=action value="|
3500
    . $locale->text('Add') . qq|">|;
3419
    . $locale->text('Add') . qq|">
3501 3420

  
3502
  if ($form->{menubar}) {
3503
    require "$form->{path}/menu.pl";
3504
    &menubar;
3505
  }
3506

  
3507
  print qq|
3508 3421
  </form>
3509 3422

  
3510 3423
  </body>
bin/mozilla/ap.pl
751 751
    }
752 752
  }
753 753

  
754
  if ($form->{menubar}) {
755
    require "$form->{path}/menu.pl";
756
    &menubar;
757
  }
758

  
759 754
  print "
760 755
</form>
761 756

  
......
1487 1482
    . $locale->text('AP Transaction') . qq|">
1488 1483

  
1489 1484
<input class=submit type=submit name=action value="|
1490
    . $locale->text('Vendor Invoice') . qq|">|;
1485
    . $locale->text('Vendor Invoice') . qq|">
1491 1486

  
1492
  if ($form->{menubar}) {
1493
    require "$form->{path}/menu.pl";
1494
    &menubar;
1495
  }
1496

  
1497
  print qq|
1498 1487
  </form>
1499 1488

  
1500 1489
</body>
bin/mozilla/ar.pl
774 774
    }
775 775
  }
776 776

  
777
  if ($form->{menubar}) {
778
    require "$form->{path}/menu.pl";
779
    &menubar;
780
  }
781

  
782 777
  print "
783 778
</form>
784 779

  
......
1541 1536
<input class=submit type=submit name=action value="|
1542 1537
    . $locale->text('AR Transaction') . qq|">
1543 1538
<input class=submit type=submit name=action value="|
1544
    . $locale->text('Sales Invoice') . qq|">|;
1539
    . $locale->text('Sales Invoice') . qq|">
1545 1540

  
1546
  if ($form->{menubar}) {
1547
    require "$form->{path}/menu.pl";
1548
    &menubar;
1549
  }
1550

  
1551
  print qq|
1552 1541
</form>
1553 1542

  
1554 1543
</body>
bin/mozilla/bp.pl
571 571
|;
572 572
  }
573 573

  
574
  if ($form->{menubar}) {
575
    require "$form->{path}/menu.pl";
576
    &menubar;
577
  }
578

  
579 574
  print qq|
580 575
</form>
581 576

  
bin/mozilla/cn.pl
897 897
    }
898 898
  }
899 899

  
900
  if ($form->{menubar}) {
901
    require "$form->{path}/menu.pl";
902
    &menubar;
903
  }
904

  
905 900
  print qq|
906 901

  
907 902
<input type=hidden name=rowcount value=$form->{rowcount}>
bin/mozilla/cp.pl
483 483
  print qq|
484 484
<select name=format>$format</select>
485 485
<select name=media>$media</select>
486
|;
487

  
488
  if ($form->{menubar}) {
489
    require "$form->{path}/menu.pl";
490
    &menubar;
491
  }
492 486

  
493
  print qq|
494 487
  </form>
495 488

  
496 489
</body>
bin/mozilla/ct.pl
543 543
<input type=hidden name=password value=$form->{password}>
544 544

  
545 545
<input class=submit type=submit name=action value="|
546
    . $locale->text('Add') . qq|">|;
546
    . $locale->text('Add') . qq|">
547 547

  
548
  if ($form->{menubar}) {
549
    require "$form->{path}/menu.pl";
550
    &menubar;
551
  }
552

  
553
  print qq|
554 548
  </form>
555 549

  
556 550
</body>
......
1249 1243
      . qq|">\n|;
1250 1244
  }
1251 1245

  
1252
  if ($form->{menubar}) {
1253
    require "$form->{path}/menu.pl";
1254
    &menubar;
1255
  }
1256

  
1257 1246
  print qq|
1258 1247

  
1259 1248
  </form>
bin/mozilla/dn.pl
207 207
<input type=hidden name=password value=$form->{password}>
208 208

  
209 209
<input class=submit type=submit name=action value="|
210
    . $locale->text('Save') . qq|">|;
211

  
212
  if ($form->{menubar}) {
213
    require "$form->{path}/menu.pl";
214
    &menubar;
215
  }
216

  
217
  print qq|
210
    . $locale->text('Save') . qq|">
218 211

  
219 212
  </form>
220 213

  
......
517 510
  <td><hr size=3 noshade></td>
518 511
  </tr>
519 512
</table>|;
520
&print_options;
521
print qq|
513
  &print_options;
514
  print qq|
522 515
<br>
523 516
<form method=post action=$form->{script}>
524 517

  
......
530 523

  
531 524
<input type=hidden name=path value=$form->{path}>
532 525
<input type=hidden name=login value=$form->{login}>
533
<input type=hidden name=password value=$form->{password}>|;
534
#print qq|
535
# <input type="submit" name="action" value="|
536
#     . $locale->text('Continue') . qq|">|;
537
print qq|
526
<input type=hidden name=password value=$form->{password}>
538 527
<input type="hidden" name="action">
539 528
<input type="submit" name="dummy" value="|
540
    . $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()">|;
541
  if ($form->{menubar}) {
542
    require "$form->{path}/menu.pl";
543
    &menubar;
544
  }
545

  
546
  print qq|
529
    . $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()">
547 530

  
548 531
  </form>
549 532

  
......
959 942
<input type=hidden name=path value=$form->{path}>
960 943
<input type=hidden name=login value=$form->{login}>
961 944
<input type=hidden name=password value=$form->{password}>
962
|;
963

  
964
  if ($form->{menubar}) {
965
    require "$form->{path}/menu.pl";
966
    &menubar;
967
  }
968

  
969
  print qq|
970 945

  
971 946
  </form>
972 947

  
bin/mozilla/gl.pl
849 849
<input class=submit type=submit name=action value="|
850 850
    . $locale->text('Sales Invoice') . qq|">
851 851
<input class=submit type=submit name=action value="|
852
    . $locale->text('Vendor Invoice') . qq|">|;
853

  
854
  if ($form->{menubar}) {
855
    require "$form->{path}/menu.pl";
856
    &menubar;
857
  }
858

  
859
  print qq|
852
    . $locale->text('Vendor Invoice') . qq|">
860 853

  
861 854
</form>
862 855

  
......
1465 1458
    }
1466 1459
  }
1467 1460

  
1468
  if ($form->{menubar}) {
1469
    require "$form->{path}/menu.pl";
1470
    &menubar;
1471
  }
1472

  
1473 1461
  print "
1474 1462
  </form>
1475 1463

  
bin/mozilla/ic.pl
1471 1471
    <input type=hidden name=ndxs_counter value="$form->{ndxs_counter}">
1472 1472

  
1473 1473
    <input class=submit type=submit name=action value="|
1474
    . $locale->text('choice') . qq|">|;
1474
    . $locale->text('choice') . qq|">
1475 1475

  
1476
  if ($form->{menubar}) {
1477
    require "$form->{path}/menu.pl";
1478
    &menubar;
1479
  }
1480

  
1481
  print qq|
1482 1476
  </form>
1483 1477

  
1484 1478
</body>
......
2009 2003

  
2010 2004
  print qq|
2011 2005
  <input class=submit type=submit name=action value="|
2012
    . $locale->text('Add') . qq|">|;
2013

  
2014
  if ($form->{menubar}) {
2015
    require "$form->{path}/menu.pl";
2016
    &menubar;
2017
  }
2006
    . $locale->text('Add') . qq|">
2018 2007

  
2019
  print qq|
2020 2008
  </form>
2021 2009

  
2022 2010
</body>
......
2740 2728
    }
2741 2729
  }
2742 2730

  
2743
  if (!$form->{previousform}) {
2744
    if ($form->{menubar}) {
2745
      require "$form->{path}/menu.pl";
2746
      &menubar;
2747
    }
2748
  }
2749

  
2750 2731
  print qq|
2751 2732

  
2752 2733
</form>
bin/mozilla/ir.pl
766 766
    }
767 767
  }
768 768

  
769
  if ($form->{menubar}) {
770
    require "$form->{path}/menu.pl";
771
    &menubar;
772
  }
773

  
774 769
  print $form->write_trigger(\%myconfig, scalar(@triggers) / 3, @triggers) .
775 770
    qq|
776 771

  
bin/mozilla/is.pl
1142 1142
    }
1143 1143
  }
1144 1144

  
1145
  if ($form->{menubar}) {
1146
    require "$form->{path}/menu.pl";
1147
    &menubar;
1148
  }
1149

  
1150 1145
  print $form->write_trigger(\%myconfig, scalar(@triggers) / 3, @triggers) .
1151 1146
    qq|
1152 1147

  
bin/mozilla/oe.pl
1102 1102
|;
1103 1103
  }
1104 1104

  
1105
  if ($form->{menubar}) {
1106
    require "$form->{path}/menu.pl";
1107
    &menubar;
1108
  }
1109

  
1110 1105
  print qq|
1111 1106

  
1112 1107
<input type=hidden name=rowcount value=$form->{rowcount}>
......
1848 1843
      . $locale->text('Add') . qq|">|;
1849 1844
  }
1850 1845

  
1851
  if ($form->{menubar}) {
1852
    require "$form->{path}/menu.pl";
1853
    &menubar;
1854
  }
1855

  
1856 1846
  print qq|
1857 1847
</form>
1858 1848

  
......
2841 2831

  
2842 2832
<input class=submit type=submit name=action value="|
2843 2833
    . $locale->text('Done') . qq|">
2844
|;
2845

  
2846
  if ($form->{menubar}) {
2847
    require "$form->{path}/menu.pl";
2848
    &menubar;
2849
  }
2850

  
2851
  print qq|
2852 2834

  
2853 2835
<input type=hidden name=rowcount value=$form->{rowcount}>
2854 2836

  
......
3120 3102
<input type=hidden name=password value=$form->{password}>
3121 3103

  
3122 3104
<input class=submit type=submit name=action value="|
3123
    . $locale->text('Transfer') . qq|">|;
3105
    . $locale->text('Transfer') . qq|">
3124 3106

  
3125
  if ($form->{menubar}) {
3126
    require "$form->{path}/menu.pl";
3127
    &menubar;
3128
  }
3129

  
3130
  print qq|
3131 3107
</form>
3132 3108

  
3133 3109
</body>
bin/mozilla/pe.pl
290 290
<input type=hidden name=password value=$form->{password}>
291 291

  
292 292
<input class=submit type=submit name=action value="|
293
    . $locale->text('Add') . qq|">|;
293
    . $locale->text('Add') . qq|">
294 294

  
295
  if ($form->{menubar}) {
296
    require "$form->{path}/menu.pl";
297
    &menubar;
298
  }
299

  
300
  print qq|
301 295
  </form>
302 296

  
303 297
</body>
......
384 378
      . $locale->text('Delete') . qq|">|;
385 379
  }
386 380

  
387
  if ($form->{menubar}) {
388
    require "$form->{path}/menu.pl";
389
    &menubar;
390
  }
391

  
392 381
  print qq|
393 382
</form>
394 383

  
......
540 529
<input type=hidden name=password value=$form->{password}>
541 530

  
542 531
<input class=submit type=submit name=action value="|
543
    . $locale->text('Add') . qq|">|;
544

  
545
  if ($form->{menubar}) {
546
    require "$form->{path}/menu.pl";
547
    &menubar;
548
  }
532
    . $locale->text('Add') . qq|">
549 533

  
550
  print qq|
551 534
  </form>
552 535

  
553 536
</body>
......
623 606
      . $locale->text('Delete') . qq|">|;
624 607
  }
625 608

  
626
  if ($form->{menubar}) {
627
    require "$form->{path}/menu.pl";
628
    &menubar;
629
  }
630

  
631 609
  print qq|
632 610
</form>
633 611

  
......
741 719
<input type=hidden name=password value=$form->{password}>
742 720

  
743 721
<input class=submit type=submit name=action value="|
744
    . $locale->text('Add') . qq|">|;
745

  
746
  if ($form->{menubar}) {
747
    require "$form->{path}/menu.pl";
748
    &menubar;
749
  }
722
    . $locale->text('Add') . qq|">
750 723

  
751
  print qq|
752 724
  </form>
753 725

  
754 726
</body>
......
828 800
      . $locale->text('Delete') . qq|">|;
829 801
  }
830 802

  
831
  if ($form->{menubar}) {
832
    require "$form->{path}/menu.pl";
833
    &menubar;
834
  }
835

  
836 803
  print qq|
837 804
</form>
838 805

  
bin/mozilla/rc.pl
376 376
<input type=submit class=submit name=action value="|
377 377
    . $locale->text('Select all') . qq|">
378 378
<input type=submit class=submit name=action value="|
379
    . $locale->text('Done') . qq|">|;
379
    . $locale->text('Done') . qq|">
380 380

  
381
  if ($form->{menubar}) {
382
    require "$form->{path}/menu.pl";
383
    &menubar;
384
  }
385

  
386
  print qq|
387 381
</form>
388 382

  
389 383
</body>
bin/mozilla/rp.pl
1852 1852
      . $locale->text('Print') . qq|">
1853 1853
<input class=submit type=submit name=action value="|
1854 1854
      . $locale->text('E-mail') . qq|">
1855
|;
1856
  }
1857 1855

  
1858
  if ($form->{menubar}) {
1859
    require "$form->{path}/menu.pl";
1860
    &menubar;
1861
  }
1862

  
1863
  print qq|
1864 1856
</form>
1865 1857

  
1866 1858
</body>
locale/de/am
10 10
  'Account Type missing!'       => 'Kontoart fehlt!',
11 11
  'Account deleted!'            => 'Konto gel?scht!',
12 12
  'Account saved!'              => 'Konto gespeichert!',
13
  'Accounting Menu'             => 'Kontoverwaltung',
14 13
  'Add'                         => 'Erfassen',
15 14
  'Add Account'                 => 'Konto erfassen',
16 15
  'Add Buchungsgruppe'          => 'Buchungsgruppe erfassen',
......
294 293

  
295 294
$self->{subs} = {
296 295
  'H'                           => 'H',
297
  'acc_menu'                    => 'acc_menu',
298 296
  'account_header'              => 'account_header',
299 297
  'add'                         => 'add',
300 298
  'add_account'                 => 'add_account',
......
331 329
  'delete_warehouse'            => 'delete_warehouse',
332 330
  'delivery_customer_selection' => 'delivery_customer_selection',
333 331
  'department_header'           => 'department_header',
334
  'display'                     => 'display',
335 332
  'display_form'                => 'display_form',
336 333
  'display_stylesheet'          => 'display_stylesheet',
337 334
  'doclose'                     => 'doclose',
......
389 386
  'save_template'               => 'save_template',
390 387
  'save_unit'                   => 'save_unit',
391 388
  'save_warehouse'              => 'save_warehouse',
392
  'section_menu'                => 'section_menu',
393 389
  'select_employee'             => 'select_employee',
394 390
  'select_employee_internal'    => 'select_employee_internal',
395 391
  'select_part'                 => 'select_part',
locale/de/ap
2 2
  'AP Transaction'              => 'Kreditorenbuchung',
3 3
  'AP Transactions'             => 'Kreditorenbuchungen',
4 4
  'Account'                     => 'Konto',
5
  'Accounting Menu'             => 'Kontoverwaltung',
6 5
  'Add Accounts Payables Transaction' => 'Kreditorenbuchung erfassen',
7 6
  'Address'                     => 'Adresse',
8 7
  'Amount'                      => 'Betrag',
......
98 97
};
99 98

  
100 99
$self->{subs} = {
101
  'acc_menu'                    => 'acc_menu',
102 100
  'add'                         => 'add',
103 101
  'add_transaction'             => 'add_transaction',
104 102
  'ap_subtotal'                 => 'ap_subtotal',
......
110 108
  'continue'                    => 'continue',
111 109
  'create_links'                => 'create_links',
112 110
  'delete'                      => 'delete',
113
  'display'                     => 'display',
114 111
  'display_form'                => 'display_form',
115 112
  'edit'                        => 'edit',
116 113
  'form_footer'                 => 'form_footer',
......
122 119
  'project_selected'            => 'project_selected',
123 120
  'sales_invoice'               => 'sales_invoice',
124 121
  'search'                      => 'search',
125
  'section_menu'                => 'section_menu',
126 122
  'select_name'                 => 'select_name',
127 123
  'select_project'              => 'select_project',
128 124
  'update'                      => 'update',
locale/de/ar
2 2
  'AR Transaction'              => 'Debitorenbuchung',
3 3
  'AR Transactions'             => 'Debitorenbuchungen',
4 4
  'Account'                     => 'Konto',
5
  'Accounting Menu'             => 'Kontoverwaltung',
6 5
  'Add Accounts Receivables Transaction' => 'Debitorenbuchung erfassen',
7 6
  'Address'                     => 'Adresse',
8 7
  'Amount'                      => 'Betrag',
......
104 103
};
105 104

  
106 105
$self->{subs} = {
107
  'acc_menu'                    => 'acc_menu',
108 106
  'add'                         => 'add',
109 107
  'add_transaction'             => 'add_transaction',
110 108
  'ap_transaction'              => 'ap_transaction',
......
116 114
  'continue'                    => 'continue',
117 115
  'create_links'                => 'create_links',
118 116
  'delete'                      => 'delete',
119
  'display'                     => 'display',
120 117
  'display_form'                => 'display_form',
121 118
  'edit'                        => 'edit',
122 119
  'form_footer'                 => 'form_footer',
......
128 125
  'project_selected'            => 'project_selected',
129 126
  'sales_invoice'               => 'sales_invoice',
130 127
  'search'                      => 'search',
131
  'section_menu'                => 'section_menu',
132 128
  'select_name'                 => 'select_name',
133 129
  'select_project'              => 'select_project',
134 130
  'update'                      => 'update',
locale/de/bp
1 1
$self->{texts} = {
2 2
  'Account'                     => 'Konto',
3
  'Accounting Menu'             => 'Kontoverwaltung',
4 3
  '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?',
5 4
  'Bis'                         => 'bis',
6 5
  'Cannot remove files!'        => 'Dateien k?nnen nicht gel?scht werden!',
......
40 39
};
41 40

  
42 41
$self->{subs} = {
43
  'acc_menu'                    => 'acc_menu',
44 42
  'continue'                    => 'continue',
45
  'display'                     => 'display',
46 43
  'list_spool'                  => 'list_spool',
47 44
  'print'                       => 'print',
48 45
  'remove'                      => 'remove',
49 46
  'search'                      => 'search',
50
  'section_menu'                => 'section_menu',
51 47
  'select_all'                  => 'select_all',
52 48
  'yes'                         => 'yes',
53 49
  'weiter'                      => 'continue',
locale/de/cn
2 2
  ' Date missing!'              => ' Datum fehlt!',
3 3
  '*/'                          => '*/',
4 4
  'Account'                     => 'Konto',
5
  'Accounting Menu'             => 'Kontoverwaltung',
6 5
  'Add Credit Note'             => 'Gutschrift erfassen',
7 6
  'Add Purchase Order'          => 'Lieferantenauftrag erfassen',
8 7
  'Add Quotation'               => 'Angebot erfassen',
......
204 203

  
205 204
$self->{subs} = {
206 205
  'H'                           => 'H',
207
  'acc_menu'                    => 'acc_menu',
208 206
  'add'                         => 'add',
209 207
  'add_transaction'             => 'add_transaction',
210 208
  'ap_transaction'              => 'ap_transaction',
......
218 216
  'customer_details'            => 'customer_details',
219 217
  'delete'                      => 'delete',
220 218
  'delivery_customer_selection' => 'delivery_customer_selection',
221
  'display'                     => 'display',
222 219
  'display_form'                => 'display_form',
223 220
  'display_row'                 => 'display_row',
224 221
  'e_mail'                      => 'e_mail',
......
252 249
  'restore_form'                => 'restore_form',
253 250
  'sales_invoice'               => 'sales_invoice',
254 251
  'save_form'                   => 'save_form',
255
  'section_menu'                => 'section_menu',
256 252
  'select_employee'             => 'select_employee',
257 253
  'select_employee_internal'    => 'select_employee_internal',
258 254
  'select_item'                 => 'select_item',
locale/de/cp
2 2
  'AP'                          => 'Einkauf',
3 3
  'AR'                          => 'Verkauf',
4 4
  'Account'                     => 'Konto',
5
  'Accounting Menu'             => 'Kontoverwaltung',
6 5
  'Address'                     => 'Adresse',
7 6
  'All'                         => 'Alle',
8 7
  'Amount'                      => 'Betrag',
......
50 49
};
51 50

  
52 51
$self->{subs} = {
53
  'acc_menu'                    => 'acc_menu',
54 52
  'add_transaction'             => 'add_transaction',
55 53
  'ap_transaction'              => 'ap_transaction',
56 54
  'ar_transaction'              => 'ar_transaction',
......
59 57
  'check_project'               => 'check_project',
60 58
  'continue'                    => 'continue',
61 59
  'customer_details'            => 'customer_details',
62
  'display'                     => 'display',
63 60
  'form_footer'                 => 'form_footer',
64 61
  'form_header'                 => 'form_header',
65 62
  'gl_transaction'              => 'gl_transaction',
......
70 67
  'print'                       => 'print',
71 68
  'project_selected'            => 'project_selected',
72 69
  'sales_invoice'               => 'sales_invoice',
73
  'section_menu'                => 'section_menu',
74 70
  'select_name'                 => 'select_name',
75 71
  'select_project'              => 'select_project',
76 72
  'update'                      => 'update',
locale/de/ct
2 2
  ' Number'                     => ' Nummer',
3 3
  'Abteilung'                   => 'Abteilung',
4 4
  'Account Number'              => 'Kontonummer',
5
  'Accounting Menu'             => 'Kontoverwaltung',
6 5
  'Add'                         => 'Erfassen',
7 6
  'Add Customer'                => 'Kunde erfassen',
8 7
  'Add Vendor'                  => 'Lieferant erfassen',
......
111 110
};
112 111

  
113 112
$self->{subs} = {
114
  'acc_menu'                    => 'acc_menu',
115 113
  'add'                         => 'add',
116 114
  'add_transaction'             => 'add_transaction',
117 115
  'check_salesman'              => 'check_salesman',
......
136 134
  'save_and_rfq'                => 'save_and_rfq',
137 135
  'search'                      => 'search',
138 136
  'search_delivery'             => 'search_delivery',
139
  'section_menu'                => 'section_menu',
140 137
  'select_salesman'             => 'select_salesman',
141 138
  'update'                      => 'update',
142 139
  'erfassen'                    => 'add',
locale/de/dn
1 1
$self->{texts} = {
2 2
  ' Date missing!'              => ' Datum fehlt!',
3 3
  '*/'                          => '*/',
4
  'Accounting Menu'             => 'Kontoverwaltung',
5 4
  'Active?'                     => 'Aktiviert?',
6 5
  'Add Purchase Order'          => 'Lieferantenauftrag erfassen',
7 6
  'Add Quotation'               => 'Angebot erfassen',
......
196 195

  
197 196
$self->{subs} = {
198 197
  'H'                           => 'H',
199
  'acc_menu'                    => 'acc_menu',
200 198
  'add'                         => 'add',
201 199
  'add_transaction'             => 'add_transaction',
202 200
  'ap_transaction'              => 'ap_transaction',
......
208 206
  'continue'                    => 'continue',
209 207
  'customer_details'            => 'customer_details',
210 208
  'delivery_customer_selection' => 'delivery_customer_selection',
211
  'display'                     => 'display',
212 209
  'display_form'                => 'display_form',
213 210
  'display_row'                 => 'display_row',
214 211
  'e_mail'                      => 'e_mail',
......
239 236
  'save_dunning'                => 'save_dunning',
240 237
  'save_form'                   => 'save_form',
241 238
  'search'                      => 'search',
242
  'section_menu'                => 'section_menu',
243 239
  'select_employee'             => 'select_employee',
244 240
  'select_employee_internal'    => 'select_employee_internal',
245 241
  'select_item'                 => 'select_item',
locale/de/gl
2 2
  'AP Transaction'              => 'Kreditorenbuchung',
3 3
  'AR Transaction'              => 'Debitorenbuchung',
4 4
  'Account'                     => 'Konto',
5
  'Accounting Menu'             => 'Kontoverwaltung',
6 5
  'Add General Ledger Transaction' => 'Dialogbuchen',
7 6
  'Address'                     => 'Adresse',
8 7
  'All'                         => 'Alle',
......
102 101
};
103 102

  
104 103
$self->{subs} = {
105
  'acc_menu'                    => 'acc_menu',
106 104
  'add'                         => 'add',
107 105
  'add_transaction'             => 'add_transaction',
108 106
  'ap_transaction'              => 'ap_transaction',
......
111 109
  'check_project'               => 'check_project',
112 110
  'continue'                    => 'continue',
113 111
  'delete'                      => 'delete',
114
  'display'                     => 'display',
115 112
  'display_form'                => 'display_form',
116 113
  'display_rows'                => 'display_rows',
117 114
  'edit'                        => 'edit',
......
126 123
  'project_selected'            => 'project_selected',
127 124
  'sales_invoice'               => 'sales_invoice',
128 125
  'search'                      => 'search',
129
  'section_menu'                => 'section_menu',
130 126
  'select_name'                 => 'select_name',
131 127
  'select_project'              => 'select_project',
132 128
  'storno'                      => 'storno',
locale/de/ic
2 2
  ' Date missing!'              => ' Datum fehlt!',
3 3
  ' Part Number missing!'       => ' Artikelnummer fehlt!',
4 4
  '*/'                          => '*/',
5
  'Accounting Menu'             => 'Kontoverwaltung',
6 5
  'Active'                      => 'Aktiv',
7 6
  'Add'                         => 'Erfassen',
8 7
  'Add '                        => 'Hinzuf?gen',
......
244 243

  
245 244
$self->{subs} = {
246 245
  'H'                           => 'H',
247
  'acc_menu'                    => 'acc_menu',
248 246
  'add'                         => 'add',
249 247
  'addtop100'                   => 'addtop100',
250 248
  'assembly_row'                => 'assembly_row',
......
256 254
  'customer_details'            => 'customer_details',
257 255
  'delete'                      => 'delete',
258 256
  'delivery_customer_selection' => 'delivery_customer_selection',
259
  'display'                     => 'display',
260 257
  'display_form'                => 'display_form',
261 258
  'display_row'                 => 'display_row',
262 259
  'e_mail'                      => 'e_mail',
......
295 292
  'save_form'                   => 'save_form',
296 293
  'search'                      => 'search',
297 294
  'search_update_prices'        => 'search_update_prices',
298
  'section_menu'                => 'section_menu',
299 295
  'select_employee'             => 'select_employee',
300 296
  'select_employee_internal'    => 'select_employee_internal',
301 297
  'select_item'                 => 'select_item',
locale/de/ir
3 3
  ' Payment posted!'            => 'Zahlung gebucht!',
4 4
  '*/'                          => '*/',
5 5
  'Account'                     => 'Konto',
6
  'Accounting Menu'             => 'Kontoverwaltung',
7 6
  'Add Purchase Order'          => 'Lieferantenauftrag erfassen',
8 7
  'Add Quotation'               => 'Angebot erfassen',
9 8
  'Add Request for Quotation'   => 'Anfrage erfassen',
......
196 195

  
197 196
$self->{subs} = {
198 197
  'H'                           => 'H',
199
  'acc_menu'                    => 'acc_menu',
200 198
  'add'                         => 'add',
201 199
  'add_transaction'             => 'add_transaction',
202 200
  'ap_transaction'              => 'ap_transaction',
......
209 207
  'customer_details'            => 'customer_details',
210 208
  'delete'                      => 'delete',
211 209
  'delivery_customer_selection' => 'delivery_customer_selection',
212
  'display'                     => 'display',
213 210
  'display_form'                => 'display_form',
214 211
  'display_row'                 => 'display_row',
215 212
  'e_mail'                      => 'e_mail',
......
243 240
  'restore_form'                => 'restore_form',
244 241
  'sales_invoice'               => 'sales_invoice',
245 242
  'save_form'                   => 'save_form',
246
  'section_menu'                => 'section_menu',
247 243
  'select_employee'             => 'select_employee',
248 244
  'select_employee_internal'    => 'select_employee_internal',
249 245
  'select_item'                 => 'select_item',
locale/de/is
3 3
  ' Payment posted!'            => 'Zahlung gebucht!',
4 4
  '*/'                          => '*/',
5 5
  'Account'                     => 'Konto',
6
  'Accounting Menu'             => 'Kontoverwaltung',
7 6
  'Add Credit Note'             => 'Gutschrift erfassen',
8 7
  'Add Purchase Order'          => 'Lieferantenauftrag erfassen',
9 8
  'Add Quotation'               => 'Angebot erfassen',
......
221 220

  
222 221
$self->{subs} = {
223 222
  'H'                           => 'H',
224
  'acc_menu'                    => 'acc_menu',
225 223
  'add'                         => 'add',
226 224
  'add_transaction'             => 'add_transaction',
227 225
  'ap_transaction'              => 'ap_transaction',
......
235 233
  'customer_details'            => 'customer_details',
236 234
  'delete'                      => 'delete',
237 235
  'delivery_customer_selection' => 'delivery_customer_selection',
238
  'display'                     => 'display',
239 236
  'display_form'                => 'display_form',
240 237
  'display_row'                 => 'display_row',
241 238
  'e_mail'                      => 'e_mail',
......
271 268
  'restore_form'                => 'restore_form',
272 269
  'sales_invoice'               => 'sales_invoice',
273 270
  'save_form'                   => 'save_form',
274
  'section_menu'                => 'section_menu',
275 271
  'select_employee'             => 'select_employee',
276 272
  'select_employee_internal'    => 'select_employee_internal',
277 273
  'select_item'                 => 'select_item',
locale/de/oe
2 2
  ' Date missing!'              => ' Datum fehlt!',
3 3
  ' missing!'                   => ' fehlt!',
4 4
  '*/'                          => '*/',
5
  'Accounting Menu'             => 'Kontoverwaltung',
6 5
  'Add'                         => 'Erfassen',
7 6
  'Add Exchangerate'            => 'Wechselkurs erfassen',
8 7
  'Add Purchase Order'          => 'Lieferantenauftrag erfassen',
......
255 254

  
256 255
$self->{subs} = {
257 256
  'H'                           => 'H',
258
  'acc_menu'                    => 'acc_menu',
259 257
  'add'                         => 'add',
260 258
  'add_transaction'             => 'add_transaction',
261 259
  'ap_transaction'              => 'ap_transaction',
......
270 268
  'customer_details'            => 'customer_details',
271 269
  'delete'                      => 'delete',
272 270
  'delivery_customer_selection' => 'delivery_customer_selection',
273
  'display'                     => 'display',
274 271
  'display_form'                => 'display_form',
275 272
  'display_row'                 => 'display_row',
276 273
  'display_ship_receive'        => 'display_ship_receive',
......
316 313
  'save_form'                   => 'save_form',
317 314
  'search'                      => 'search',
318 315
  'search_transfer'             => 'search_transfer',
319
  'section_menu'                => 'section_menu',
320 316
  'select_employee'             => 'select_employee',
321 317
  'select_employee_internal'    => 'select_employee_internal',
322 318
  'select_item'                 => 'select_item',
locale/de/pe
1 1
$self->{texts} = {
2
  'Accounting Menu'             => 'Kontoverwaltung',
3 2
  'Add'                         => 'Erfassen',
4 3
  'Add Group'                   => 'Warengruppe erfassen',
5 4
  'Add Pricegroup'              => 'Preisgruppe erfassen',
......
32 31
};
33 32

  
34 33
$self->{subs} = {
35
  'acc_menu'                    => 'acc_menu',
36 34
  'add'                         => 'add',
37 35
  'continue'                    => 'continue',
38 36
  'delete'                      => 'delete',
39
  'display'                     => 'display',
40 37
  'edit'                        => 'edit',
41 38
  'form_partsgroup_footer'      => 'form_partsgroup_footer',
42 39
  'form_partsgroup_header'      => 'form_partsgroup_header',
......
49 46
  'project_report'              => 'project_report',
50 47
  'save'                        => 'save',
51 48
  'search'                      => 'search',
52
  'section_menu'                => 'section_menu',
53 49
  'erfassen'                    => 'add',
54 50
  'weiter'                      => 'continue',
55 51
  'l?schen'                     => 'delete',
locale/de/rc
1 1
$self->{texts} = {
2 2
  'Account'                     => 'Konto',
3
  'Accounting Menu'             => 'Kontoverwaltung',
4 3
  'Balance'                     => 'Bilanz',
5 4
  'Cleared Balance'             => 'abgeschlossen',
6 5
  'Continue'                    => 'Weiter',
......
24 23
};
25 24

  
26 25
$self->{subs} = {
27
  'acc_menu'                    => 'acc_menu',
28 26
  'continue'                    => 'continue',
29
  'display'                     => 'display',
30 27
  'display_form'                => 'display_form',
31 28
  'done'                        => 'done',
32 29
  'get_payments'                => 'get_payments',
33 30
  'reconciliation'              => 'reconciliation',
34
  'section_menu'                => 'section_menu',
35 31
  'select_all'                  => 'select_all',
36 32
  'update'                      => 'update',
37 33
  'weiter'                      => 'continue',
locale/de/rp
3 3
  'AR Aging'                    => 'Offene Forderungen',
4 4
  'Account'                     => 'Konto',
5 5
  'Account Number'              => 'Kontonummer',
6
  'Accounting Menu'             => 'Kontoverwaltung',
7 6
  'Accrual'                     => 'Bilanzierung',
8 7
  'Address'                     => 'Adresse',
9 8
  'All Accounts'                => 'Alle Konten',
......
123 122
};
124 123

  
125 124
$self->{subs} = {
126
  'acc_menu'                    => 'acc_menu',
127 125
  'add_transaction'             => 'add_transaction',
128 126
  'aging'                       => 'aging',
129 127
  'ap_transaction'              => 'ap_transaction',
......
133 131
  'config'                      => 'config',
134 132
  'continue'                    => 'continue',
135 133
  'debug'                       => 'debug',
136
  'display'                     => 'display',
137 134
  'e_mail'                      => 'e_mail',
138 135
  'generate_ap_aging'           => 'generate_ap_aging',
139 136
  'generate_ar_aging'           => 'generate_ar_aging',
......
155 152
  'project_selected'            => 'project_selected',
156 153
  'report'                      => 'report',
157 154
  'sales_invoice'               => 'sales_invoice',
158
  'section_menu'                => 'section_menu',
159 155
  'select_all'                  => 'select_all',
160 156
  'select_name'                 => 'select_name',
161 157
  'select_project'              => 'select_project',

Auch abrufbar als: Unified diff