diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-07-20 01:34:05 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-07-20 01:34:05 +0000 |
commit | 94a968e62fba7c6a8bead83db339e525d6a9d39a (patch) | |
tree | 0a33e6e110eaea53174a518602933786c80e0b86 /i18n/english/luasrc | |
parent | faed4aa7f1f2a572fed2fb7f691357bdfb42bbe1 (diff) |
* luci/libs/cbi: print a notice in empty tblsections
* luci/i18n: added new string to cbi translations
Diffstat (limited to 'i18n/english/luasrc')
-rw-r--r-- | i18n/english/luasrc/i18n/cbi.en.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/i18n/english/luasrc/i18n/cbi.en.lua b/i18n/english/luasrc/i18n/cbi.en.lua index ca3dcce57c..14153989fb 100644 --- a/i18n/english/luasrc/i18n/cbi.en.lua +++ b/i18n/english/luasrc/i18n/cbi.en.lua @@ -2,4 +2,5 @@ cbi_add = "Add entry" cbi_del = "Remove entry" cbi_invalid = "Error: Invalid input value" cbi_addopt = "-- Additional Field --" -cbi_optional = " (optional)"
\ No newline at end of file +cbi_optional = " (optional)" +cbi_sectempty = "This section contains no values yet" |