summaryrefslogtreecommitdiffhomepage
path: root/i18n/german/luasrc
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2008-07-20 01:34:05 +0000
committerJo-Philipp Wich <jow@openwrt.org>2008-07-20 01:34:05 +0000
commit94a968e62fba7c6a8bead83db339e525d6a9d39a (patch)
tree0a33e6e110eaea53174a518602933786c80e0b86 /i18n/german/luasrc
parentfaed4aa7f1f2a572fed2fb7f691357bdfb42bbe1 (diff)
* luci/libs/cbi: print a notice in empty tblsections
* luci/i18n: added new string to cbi translations
Diffstat (limited to 'i18n/german/luasrc')
-rw-r--r--i18n/german/luasrc/i18n/cbi.de.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/i18n/german/luasrc/i18n/cbi.de.lua b/i18n/german/luasrc/i18n/cbi.de.lua
index baa3a80da..f3ed31900 100644
--- a/i18n/german/luasrc/i18n/cbi.de.lua
+++ b/i18n/german/luasrc/i18n/cbi.de.lua
@@ -1,4 +1,5 @@
cbi_add = "Eintrag hinzufügen"
cbi_del = "Eintrag entfernen"
cbi_invalid = "Error: Ungültige Eingabe"
-cbi_addopt = "-- Zusätzliches Feld --" \ No newline at end of file
+cbi_addopt = "-- Zusätzliches Feld --"
+cbi_sectempty = "Diese Sektion enthält noch keine Einträge"