Vergessenes locale-Script zum Datenbankupgrade USTVA_at
authorMoritz Bunkus <m.bunkus@linet-services.de>
Tue, 17 Jul 2007 16:03:57 +0000 (16:03 +0000)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Tue, 17 Jul 2007 16:03:57 +0000 (16:03 +0000)
locale/de/USTVA_at [new file with mode: 0644]

diff --git a/locale/de/USTVA_at b/locale/de/USTVA_at
new file mode 100644 (file)
index 0000000..92e758f
--- /dev/null
@@ -0,0 +1,18 @@
+$self->{texts} = {
+  'Database update error:'      => 'Fehler beim Datenbankupgrade:',
+};
+
+$self->{subs} = {
+  'check_coa'                   => 'check_coa',
+  'clear_tables'                => 'clear_tables',
+  'coa_is_empty'                => 'coa_is_empty',
+  'do_copy_tax_report_structure' => 'do_copy_tax_report_structure',
+  'do_insert_buchungsgruppen'   => 'do_insert_buchungsgruppen',
+  'do_insert_chart'             => 'do_insert_chart',
+  'do_insert_tax'               => 'do_insert_tax',
+  'do_insert_taxkeys'           => 'do_insert_taxkeys',
+  'do_query'                    => 'do_query',
+  'mydberror'                   => 'mydberror',
+};
+
+1;