From ec8047cf3bf579533e99721913e3a6f82f40cb91 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 31 Aug 2008 13:51:33 +0000 Subject: [PATCH] * luci/libs: uvl: fix errors in xml translations --- libs/uvl/luasrc/i18n/uvl.de.xml.hide | 6 +++--- libs/uvl/luasrc/i18n/uvl.en.xml.hide | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/libs/uvl/luasrc/i18n/uvl.de.xml.hide b/libs/uvl/luasrc/i18n/uvl.de.xml.hide index 2820e267c..63f5ac0a5 100644 --- a/libs/uvl/luasrc/i18n/uvl.de.xml.hide +++ b/libs/uvl/luasrc/i18n/uvl.de.xml.hide @@ -5,8 +5,8 @@ Fehler beim Laden der Konfiguration "%p": %1 Fehler in Schema "%p":\n%c Fehler in Konfiguration "%p":\n%c -Fehler in Sektion "%i" (%i):\n%c -Error in Option "%i" (%i):\n%c +Fehler in Sektion "%i" (%I):\n%c +Fehler in Option "%i" (%I):\n%c Option "%i" hat eine ungültige Referenz-Spezifikation %1:\n%c Nicht erfüllte Abhängigkeiten in %t "%i":\n%c Schema "%p" nicht in Verzeichnis "%1" gefunden @@ -24,7 +24,7 @@ Aufzählung "%v" in Schema "%p" referenziert unbekannte Option "%1" Aufzählung "%v" in Schema "%p" referenziert Nicht-Aufzählungs-Option "%p.%s.%o" Aufzählung "%v" in Schema "%p" überschreibt den Standardwert von "%p.%s.%o" -Sektion "%i" (%i) nicht in Schema gefunden +Sektion "%i" (%I) nicht in Schema gefunden Benötigte Sektion vom Typ "%I" nicht in Konfiguration gefunden Einzigartige Sektion "%i" (%I) kommt mehrfach in der Konfiguration vor Die Sektion vom Typ "%I" ist anonym in der Konfiguration gespeichert, muss aber einen Namen haben diff --git a/libs/uvl/luasrc/i18n/uvl.en.xml.hide b/libs/uvl/luasrc/i18n/uvl.en.xml.hide index e91717829..3110bbf9f 100644 --- a/libs/uvl/luasrc/i18n/uvl.en.xml.hide +++ b/libs/uvl/luasrc/i18n/uvl.en.xml.hide @@ -5,8 +5,8 @@ Unable to load config "%p": %1 Error in scheme "%p":\n%c Error in config "%p":\n%c -Error in section "%i" (%i):\n%c -Error in option "%i" (%i):\n%c +Error in section "%i" (%I):\n%c +Error in option "%i" (%I):\n%c Option "%i" has invalid reference specification %1:\n%c In dependency check for %t "%i":\n%c Can not find scheme "%p" in "%1" @@ -24,12 +24,12 @@ Enum "%v" in scheme "%p" references unknown option "%1" Enum "%v" in scheme "%p" references non-enum option "%p.%s.%o" Enum "%v" in scheme "%p" redeclares the default value of "%p.%s.%o" -Section "%i" (%i) not found in scheme +Section "%i" (%I) not found in scheme Required section "%p.%s" not found in config Unique section "%p.%s" occurs multiple times in config The section of type "%p.%s" is stored anonymously in config but must be named Section "%p.%s" not found in config -Option "%i" (%i) not found in scheme +Option "%i" (%I) not found in scheme Required option "%i" has no value Value "%v" of option "%i" is not defined in enum %1 Value "%v" of given option "%i" does not validate as datatype "%1" -- 2.11.0