* luci/libs: uvl: fix errors in xml translations
[project/luci.git] / libs / uvl / luasrc / i18n / uvl.en.xml.hide
index e917178..3110bbf 100644 (file)
@@ -5,8 +5,8 @@
 <i18n:msg xml:id="uvl_err_uciload">Unable to load config "%p": %1</i18n:msg>
 <i18n:msg xml:id="uvl_err_scheme">Error in scheme "%p":\n%c</i18n:msg>
 <i18n:msg xml:id="uvl_err_config">Error in config "%p":\n%c</i18n:msg>
-<i18n:msg xml:id="uvl_err_section">Error in section "%i" (%i):\n%c</i18n:msg>
-<i18n:msg xml:id="uvl_err_option">Error in option "%i" (%i):\n%c</i18n:msg>
+<i18n:msg xml:id="uvl_err_section">Error in section "%i" (%I):\n%c</i18n:msg>
+<i18n:msg xml:id="uvl_err_option">Error in option "%i" (%I):\n%c</i18n:msg>
 <i18n:msg xml:id="uvl_err_reference">Option "%i" has invalid reference specification %1:\n%c</i18n:msg>
 <i18n:msg xml:id="uvl_err_dependency">In dependency check for %t "%i":\n%c</i18n:msg>
 <i18n:msg xml:id="uvl_err_sme_find">Can not find scheme "%p" in "%1"</i18n:msg>
 <i18n:msg xml:id="uvl_err_sme_ebadopt">Enum "%v" in scheme "%p" references unknown option "%1"</i18n:msg>
 <i18n:msg xml:id="uvl_err_sme_ebadtype">Enum "%v" in scheme "%p" references non-enum option "%p.%s.%o"</i18n:msg>
 <i18n:msg xml:id="uvl_err_sme_ebaddef">Enum "%v" in scheme "%p" redeclares the default value of "%p.%s.%o"</i18n:msg>
-<i18n:msg xml:id="uvl_err_sect_unknown">Section "%i" (%i) not found in scheme</i18n:msg>
+<i18n:msg xml:id="uvl_err_sect_unknown">Section "%i" (%I) not found in scheme</i18n:msg>
 <i18n:msg xml:id="uvl_err_sect_required">Required section "%p.%s" not found in config</i18n:msg>
 <i18n:msg xml:id="uvl_err_sect_unique">Unique section "%p.%s" occurs multiple times in config</i18n:msg>
 <i18n:msg xml:id="uvl_err_sect_named">The section of type "%p.%s" is stored anonymously in config but must be named</i18n:msg>
 <i18n:msg xml:id="uvl_err_sect_notfound">Section "%p.%s" not found in config</i18n:msg>
-<i18n:msg xml:id="uvl_err_opt_unknown">Option "%i" (%i) not found in scheme</i18n:msg>
+<i18n:msg xml:id="uvl_err_opt_unknown">Option "%i" (%I) not found in scheme</i18n:msg>
 <i18n:msg xml:id="uvl_err_opt_required">Required option "%i" has no value</i18n:msg>
 <i18n:msg xml:id="uvl_err_opt_badvalue">Value "%v" of option "%i" is not defined in enum %1</i18n:msg>
 <i18n:msg xml:id="uvl_err_opt_invvalue">Value "%v" of given option "%i" does not validate as datatype "%1"</i18n:msg>