diff options
author | Steven Barth <steven@midlink.org> | 2008-07-29 15:33:28 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-07-29 15:33:28 +0000 |
commit | f8f4fe752307e1d0c042496b642aa691589c2a5f (patch) | |
tree | f538b93456733a1b8e2d0cfc08a84c72a6d49694 /i18n/german | |
parent | 43ffb3aacbe78fd7ed19217c23438f14acaa27f5 (diff) |
modules: Redesigned configuration save, apply, save & apply menu options
Diffstat (limited to 'i18n/german')
-rw-r--r-- | i18n/german/luasrc/i18n/cbi.de.lua | 3 | ||||
-rw-r--r-- | i18n/german/luasrc/i18n/default.de.lua | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/i18n/german/luasrc/i18n/cbi.de.lua b/i18n/german/luasrc/i18n/cbi.de.lua index f0eb7b6ae..1ca36305f 100644 --- a/i18n/german/luasrc/i18n/cbi.de.lua +++ b/i18n/german/luasrc/i18n/cbi.de.lua @@ -2,5 +2,4 @@ cbi_add = "Eintrag hinzufügen" 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 +cbi_sectempty = "Diese Sektion enthält noch keine Einträge"
\ No newline at end of file diff --git a/i18n/german/luasrc/i18n/default.de.lua b/i18n/german/luasrc/i18n/default.de.lua index 2c24df24a..16ab66c6a 100644 --- a/i18n/german/luasrc/i18n/default.de.lua +++ b/i18n/german/luasrc/i18n/default.de.lua @@ -78,6 +78,7 @@ reset = "Zurücksetzen" revert = "Verwerfen" save = "Speichern" +saveapply = "Speichern & Anwenden" service = "Dienst" services = "Dienste" settings = "Einstellungen" |