Preliminary merged some barrier-free translations (thanks Alina Friedrichsen)
[project/luci.git] / i18n / english / luasrc / i18n / cbi.en.lua
index 2171690..1bba251 100644 (file)
@@ -1,10 +1,10 @@
-cbi_add = "Add entry"
-cbi_del = "Remove entry"
-cbi_invalid = "Error: Invalid input value"
-cbi_missing = "Error: This field is mandatory"
-cbi_addopt = "-- Additional Field --"
-cbi_optional = " (optional)"
-cbi_sectempty = "This section contains no values yet"
-cbi_manual = "-- custom --"
-cbi_select = "-- Please choose --"
-cbi_gorel = "Go to relevant configuration page"
\ No newline at end of file
+cbi_add = [[Add entry]]
+cbi_del = [[Remove entry]]
+cbi_invalid = [[<strong>Error:</strong> Invalid input value]]
+cbi_missing = [[<strong>Error:</strong> This field is mandatory]]
+cbi_addopt = [[-- Additional Field --]]
+cbi_optional = [[ (optional)]]
+cbi_sectempty = [[This section contains no values yet]]
+cbi_manual = [[-- custom --]]
+cbi_select = [[-- Please choose --]]
+cbi_gorel = [[Go to relevant configuration page]]