diff options
author | Steven Barth <steven@midlink.org> | 2008-07-29 14:01:19 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-07-29 14:01:19 +0000 |
commit | 43ffb3aacbe78fd7ed19217c23438f14acaa27f5 (patch) | |
tree | 47c2f458dc599b1186e264dc1b8197774fddbbb5 /i18n/german/luasrc | |
parent | 1f3700085c59ea3b3ed162277948771d41a57ccc (diff) |
libs/cbi: Added "Save & Apply" button to CBI forms
Diffstat (limited to 'i18n/german/luasrc')
-rw-r--r-- | i18n/german/luasrc/i18n/cbi.de.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/i18n/german/luasrc/i18n/cbi.de.lua b/i18n/german/luasrc/i18n/cbi.de.lua index f3ed31900..f0eb7b6ae 100644 --- a/i18n/german/luasrc/i18n/cbi.de.lua +++ b/i18n/german/luasrc/i18n/cbi.de.lua @@ -3,3 +3,4 @@ cbi_del = "Eintrag entfernen" cbi_invalid = "Error: Ungültige Eingabe" cbi_addopt = "-- Zusätzliches Feld --" cbi_sectempty = "Diese Sektion enthält noch keine Einträge" +cbi_saveapply = "Speichern & Anwenden"
\ No newline at end of file |