Added nosbeacon flags to wifi configuration
[project/luci.git] / i18n / english / luasrc / i18n / cbi.en.lua
1 cbi_add = 'Add entry'
2 cbi_del = 'Remove entry'
3 cbi_replace = 'Replace entry'
4 cbi_invalid = 'Invalid input value'
5 cbi_invalid_section = '<strong>Validation failed:</strong> Please check any input fields for mistakes.'
6 cbi_missing = 'This field is mandatory'
7 cbi_deperror = '<strong>Validation failed:</strong> At least one mandatory field has no or an invalid value'
8 cbi_reqerror = 'A requirement for this option was not met'
9 cbi_addopt = '-- Additional Field --'
10 cbi_optional = ' (optional)'
11 cbi_sectempty = 'This section contains no values yet'
12 cbi_manual = '-- custom --'
13 cbi_select = '-- Please choose --'
14 cbi_gorel = 'Go to relevant configuration page'
15 cbi_applying = 'Applying changes'
16 cbi_upload = 'Uploaded File'
17 cbi_browser = 'Search file...'