From d1a035a62db598bd4aa698254e25331d2f5713eb Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 2 Sep 2008 01:11:46 +0000 Subject: * luci/libs: uvl: reenable xml translations, adept to new method="text" conversation method --- libs/uvl/luasrc/i18n/uvl.en.xml | 45 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 libs/uvl/luasrc/i18n/uvl.en.xml (limited to 'libs/uvl/luasrc/i18n/uvl.en.xml') diff --git a/libs/uvl/luasrc/i18n/uvl.en.xml b/libs/uvl/luasrc/i18n/uvl.en.xml new file mode 100644 index 0000000000..17711f1245 --- /dev/null +++ b/libs/uvl/luasrc/i18n/uvl.en.xml @@ -0,0 +1,45 @@ + + + + +Unable to load config "%p": %1 +Error in scheme "%p": %c +Error in config "%p": %c +Error in section "%i" (%I): %c +Error in option "%i" (%I): %c +Option "%i" has invalid reference specification %1: %c +In dependency check for %t "%i": %c +Can not find scheme "%p" in "%1" +Can not access file "%1" +Missing required scheme field "%1" in "%i" +Illegal reference "%1" to an anonymous section +Malformed reference in "%1" +Malformed dependency specification "%1" in "%i" +Malformed validator specification "%1" in "%i" +External validator "%1" failed: %2 +Variable "%o" in scheme "%p" references unknown package "%1" +Variable "%o" in scheme "%p" references unknown section "%1" +Enum "%v" in scheme "%p" references unknown package "%1" +Enum "%v" in scheme "%p" references unknown section "%1" +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 +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 +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" +Option "%i" is defined as list but stored as plain value +Option "%i" has unknown datatype "%1" +Option "%p.%s.%o" not found in config +Dependency (%1) failed: option "%i" is not eqal "%2" +Dependency (%1) failed: option "%i" has no value +Dependency (%1) failed: %c +Recursive dependency for option "%i" detected +In dependency check for enum value "%i": %c + + -- cgit v1.2.3