fehlender locales lauf
authorSven Schöling <s.schoeling@linet-services.de>
Mon, 15 Mar 2010 10:00:46 +0000 (11:00 +0100)
committerSven Schöling <s.schoeling@linet-services.de>
Mon, 15 Mar 2010 10:00:57 +0000 (11:00 +0100)
locale/de/SKR04-3804-addition [new file with mode: 0644]

diff --git a/locale/de/SKR04-3804-addition b/locale/de/SKR04-3804-addition
new file mode 100644 (file)
index 0000000..cebe31d
--- /dev/null
@@ -0,0 +1,16 @@
+#!/usr/bin/perl
+
+$self->{texts} = {
+  'Database update error:'      => 'Fehler beim Datenbankupgrade:',
+};
+
+$self->{subs} = {
+  'do_query'                    => 'do_query',
+  'do_update'                   => 'do_update',
+  'mydberror'                   => 'mydberror',
+  'print_3804_already_exists'   => 'print_3804_already_exists',
+  'print_past_booking_warning'  => 'print_past_booking_warning',
+  'weiter'                      => 'continue',
+};
+
+1;