From 0f3f41080f13d3dfd6e6d34b9ab77228a04113e5 Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Mon, 23 Oct 2006 19:24:19 +0000 Subject: * fixed typo in package name * added a couple of translations git-svn-id: http://svn.openslx.org/svn/openslx/trunk@468 95ad53e4-c205-0410-b2fa-d234c58c8868 --- config-db/OpenSLX/Translations/de_de_utf8.pm | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/config-db/OpenSLX/Translations/de_de_utf8.pm b/config-db/OpenSLX/Translations/de_de_utf8.pm index b5cdd679..33f2163e 100644 --- a/config-db/OpenSLX/Translations/de_de_utf8.pm +++ b/config-db/OpenSLX/Translations/de_de_utf8.pm @@ -4,7 +4,7 @@ # # Oliver Tappe # -package OpenSLX::Translations::de_de_utf_8; +package OpenSLX::Translations::de_de_utf8; use strict; use vars qw(@ISA @EXPORT $VERSION); @@ -158,9 +158,9 @@ use vars qw(%translations); => qq{}, - q{NEW:no} + q{no} => - qq{}, + qq{nein}, q{NEW:Our schema-version is %s, DB is %s, upgrading DB...} => @@ -182,9 +182,9 @@ use vars qw(%translations); => qq{}, - q{NEW:This will overwrite the current OpenSLX-database with an example dataset.\nAll your data (%s systems and %s clients) will be lost!\nDo you want to continue(%s/%s)? } + q{This will overwrite the current OpenSLX-database with an example dataset.\nAll your data (%s systems and %s clients) will be lost!\nDo you want to continue(%s/%s)? } => - qq{}, + qq{Die aktuelle OpenSLX-Datenbank wird mit einem Beispiel-Datensatz überschrieben.\nAlle Daten (%s Systeme und %s Clients) werden gelöscht!\nMöchten Sie den Vorgang fortsetzen(%s/%s)? }, q{NEW:translations module %s loaded successfully} => @@ -242,9 +242,9 @@ use vars qw(%translations); => qq{}, - q{NEW:yes} + q{yes} => - qq{}, + qq{ja}, ); -- cgit v1.2.3-55-g7522