diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-09-05 15:32:33 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-09-05 15:32:33 +0000 |
commit | 94996dd63986a153b71e1aec2fd712c1d292781e (patch) | |
tree | 9d1ba13e34cbd73694dc04a92237a60391b73e0d /libs/uvl/luasrc/i18n/uvl.en.lua | |
parent | c03bde275f48bfc1711a2fcae9b09e3b83fe27ec (diff) |
* luci/libs/uvl: translation fixes
Diffstat (limited to 'libs/uvl/luasrc/i18n/uvl.en.lua')
-rw-r--r-- | libs/uvl/luasrc/i18n/uvl.en.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/uvl/luasrc/i18n/uvl.en.lua b/libs/uvl/luasrc/i18n/uvl.en.lua index d7d8bfed9..b0944a2b3 100644 --- a/libs/uvl/luasrc/i18n/uvl.en.lua +++ b/libs/uvl/luasrc/i18n/uvl.en.lua @@ -27,8 +27,8 @@ uvl_err_sect_named = 'The section of type \"%p.%s\" is stored anonymously in con uvl_err_sect_notfound = 'Section \"%p.%s\" not found in config' uvl_err_opt_unknown = 'Option \"%i\" (%I) not found in scheme' uvl_err_opt_required = 'Required option \"%i\" has no value' -uvl_err_opt_badvalue = 'Value \"%v\" of option \"%i\" is not defined in enum %1' -uvl_err_opt_invvalue = 'Value \"%v\" of given option \"%i\" does not validate as datatype \"%1\"' +uvl_err_opt_badvalue = 'Value \"%1\" of option \"%i\" is not defined in enum %2' +uvl_err_opt_invvalue = 'Value \"%1\" of option \"%i\" does not validate as datatype \"%2\"' uvl_err_opt_notlist = 'Option \"%i\" is defined as list but stored as plain value' uvl_err_opt_datatype = 'Option \"%i\" has unknown datatype \"%1\"' uvl_err_opt_notfound = 'Option \"%p.%s.%o\" not found in config' |