X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=i18n%2Fenglish%2Fluasrc%2Fi18n%2Fcbi.en.lua;h=14b184b9ed1535e3cf0886980720fc54220c80ff;hb=6b3985b6be52063c09f779b6bc509bf84eedc660;hp=d302ee52a2e86ae4d5d3bcca7dcdc839a785bb31;hpb=954e61d2a3be5cf919908f8989e5d9c7f3b7884a;p=project%2Fluci.git diff --git a/i18n/english/luasrc/i18n/cbi.en.lua b/i18n/english/luasrc/i18n/cbi.en.lua index d302ee52a..14b184b9e 100644 --- a/i18n/english/luasrc/i18n/cbi.en.lua +++ b/i18n/english/luasrc/i18n/cbi.en.lua @@ -1,5 +1,6 @@ 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' @@ -11,3 +12,5 @@ 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'