diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-09-23 00:10:51 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-09-23 00:10:51 +0000 |
commit | 6b3985b6be52063c09f779b6bc509bf84eedc660 (patch) | |
tree | cada805afb670f7648932f8c0e3a31ffbf512108 /i18n/german | |
parent | 225de062447d8e29d927b821b41913723f392379 (diff) |
* luci/libs/cbi:
- implement file upload fields
- change default enctype in forms to multipart/form-data
- add upload template
* luci/libs/web:
- dispatch file uploads to cbi form fields
* luci/i18n:
- add german and english translations for file upload fields
Diffstat (limited to 'i18n/german')
-rw-r--r-- | i18n/german/luasrc/i18n/cbi.de.lua | 2 | ||||
-rw-r--r-- | i18n/german/luasrc/i18n/cbi.de.xml | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/i18n/german/luasrc/i18n/cbi.de.lua b/i18n/german/luasrc/i18n/cbi.de.lua index 9e6907537..499805c6a 100644 --- a/i18n/german/luasrc/i18n/cbi.de.lua +++ b/i18n/german/luasrc/i18n/cbi.de.lua @@ -1,5 +1,6 @@ cbi_add = 'Eintrag hinzufügen' cbi_del = 'Eintrag entfernen' +cbi_replace = 'Eintrag ersetzen' cbi_invalid = 'Ungültige Eingabe' cbi_invalid_section = '<strong>Validierung fehlgeschlagen:</strong> Bitte die Eingabefelder auf Fehler überprüfen.' cbi_missing = 'Dieses Feld muss ausgefüllt werden' @@ -11,3 +12,4 @@ cbi_manual = '-- benutzerdefiniert --' cbi_select = '-- Bitte auswählen --' cbi_gorel = 'Gehe zu relevanter Konfigurationsseite' cbi_applying = 'Änderungen werden angewandt' +cbi_upload = 'hochgeladene Datei' diff --git a/i18n/german/luasrc/i18n/cbi.de.xml b/i18n/german/luasrc/i18n/cbi.de.xml index c989f8d8d..ab442aeaf 100644 --- a/i18n/german/luasrc/i18n/cbi.de.xml +++ b/i18n/german/luasrc/i18n/cbi.de.xml @@ -4,6 +4,7 @@ <i18n:msg xml:id="cbi_add">Eintrag hinzufügen</i18n:msg> <i18n:msg xml:id="cbi_del">Eintrag entfernen</i18n:msg> +<i18n:msg xml:id="cbi_replace">Eintrag ersetzen</i18n:msg> <i18n:msg xml:id="cbi_invalid">Ungültige Eingabe</i18n:msg> <i18n:msg xml:id="cbi_invalid_section"><strong>Validierung fehlgeschlagen:</strong> Bitte die Eingabefelder auf Fehler überprüfen.</i18n:msg> <i18n:msg xml:id="cbi_missing">Dieses Feld muss ausgefüllt werden</i18n:msg> @@ -15,5 +16,6 @@ <i18n:msg xml:id="cbi_select">-- Bitte auswählen --</i18n:msg> <i18n:msg xml:id="cbi_gorel">Gehe zu relevanter Konfigurationsseite</i18n:msg> <i18n:msg xml:id="cbi_applying">Änderungen werden angewandt</i18n:msg> +<i18n:msg xml:id="cbi_upload">hochgeladene Datei</i18n:msg> </i18n:msgs> |