X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;ds=sidebyside;f=i18n%2Fenglish%2Fluasrc%2Fi18n%2Fcbi.en.lua;h=7e5ae152e177d02ea656b3c1c2056a939be539e2;hb=7bf803250be75dac62c6e048fa675c93c9093b9a;hp=6b1168e2e24b9a544f9531e26b1a9ea2901ccdaf;hpb=4ca6f02af21d968e7da2018515f41cee4e4efd3f;p=project%2Fluci.git diff --git a/i18n/english/luasrc/i18n/cbi.en.lua b/i18n/english/luasrc/i18n/cbi.en.lua index 6b1168e2e2..7e5ae152e1 100644 --- a/i18n/english/luasrc/i18n/cbi.en.lua +++ b/i18n/english/luasrc/i18n/cbi.en.lua @@ -1,13 +1,17 @@ -cbi_add = [[Add entry]] -cbi_del = [[Remove entry]] -cbi_invalid = [[Error: Invalid input value]] -cbi_invalid_section = [[Error: Validation failed]] -cbi_missing = [[Error: This field is mandatory]] -cbi_deperror = [[Error: At least one mandatory field has no or an invalid value]] -cbi_reqerror = [[Error: A requirement for this option was not met]] -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]] +cbi_add = 'Add entry' +cbi_del = 'Remove entry' +cbi_replace = 'Replace entry' +cbi_invalid = 'Invalid input value' +cbi_invalid_section = 'Validation failed: Please check any input fields for mistakes.' +cbi_missing = 'This field is mandatory' +cbi_deperror = 'Validation failed: At least one mandatory field has no or an invalid value' +cbi_reqerror = 'A requirement for this option was not met' +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' +cbi_applying = 'Applying changes' +cbi_upload = 'Uploaded File' +cbi_browser = 'Search file...'