From 7d0b39405effe7bf479c06c33133960fc45fcc2a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Mon, 15 Mar 2010 11:00:46 +0100 Subject: [PATCH] fehlender locales lauf --- locale/de/SKR04-3804-addition | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 locale/de/SKR04-3804-addition diff --git a/locale/de/SKR04-3804-addition b/locale/de/SKR04-3804-addition new file mode 100644 index 000000000..cebe31d08 --- /dev/null +++ b/locale/de/SKR04-3804-addition @@ -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; -- 2.20.1