CBI-UVL Validation Integration part #1
[project/luci.git] / i18n / english / luasrc / i18n / cbi.en.lua
1 cbi_add = [[Add entry]]
2 cbi_del = [[Remove entry]]
3 cbi_invalid = [[<strong>Error:</strong> Invalid input value]]
4 cbi_invalid_section = [[<strong>Error:</strong> Validation failed]]
5 cbi_missing = [[<strong>Error:</strong> This field is mandatory]]
6 cbi_deperror = [[<strong>Error:</strong> At least one mandatory field has no or an invalid value]]
7 cbi_reqerror = [[<strong>Error:</strong> A requirement for this option was not met]]
8 cbi_addopt = [[-- Additional Field --]]
9 cbi_optional = [[ (optional)]]
10 cbi_sectempty = [[This section contains no values yet]]
11 cbi_manual = [[-- custom --]]
12 cbi_select = [[-- Please choose --]]
13 cbi_gorel = [[Go to relevant configuration page]]