projects
/
kivitendo-erp.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
kopf strict (wird die eigentlich irgendwo benutzt?)
[kivitendo-erp.git]
/
locale
/
de
/
warehouse
1
#!/usr/bin/perl
2
3
$self->{texts} = {
4
'Database update error:' => 'Fehler beim Datenbankupgrade:',
5
};
6
7
$self->{subs} = {
8
'do_query' => 'do_query',
9
'do_update' => 'do_update',
10
'mydberror' => 'mydberror',
11
'print_question' => 'print_question',
12
'weiter' => 'continue',
13
};
14
15
1;