Revision 8ec0d29a
Von Moritz Bunkus vor fast 18 Jahren hinzugefügt
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', |
Auch abrufbar als: Unified diff
Entfernung von totem Code: Die Funktion menubar() gibt es schon lange nicht mehr.