blob: dc129f46a41465164d522dc314a23baf57a9365c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
|
# cbi.po
# generated from ./i18n/english/luasrc/i18n/cbi.en.lua
msgid ""
msgstr "Content-Type: text/plain; charset=UTF-8"
#: ./i18n/english/luasrc/i18n/cbi.en.lua:1
#. Add entry
msgid "cbi_add"
msgstr "Eintrag hinzufügen"
#: ./i18n/english/luasrc/i18n/cbi.en.lua:2
#. Remove entry
msgid "cbi_del"
msgstr "Eintrag entfernen"
#: ./i18n/english/luasrc/i18n/cbi.en.lua:3
#. Replace entry
msgid "cbi_replace"
msgstr "Eintrag ersetzen"
#: ./i18n/english/luasrc/i18n/cbi.en.lua:4
#. Invalid input value
msgid "cbi_invalid"
msgstr "Ungültige Eingabe"
#: ./i18n/english/luasrc/i18n/cbi.en.lua:5
#. <strong>Validation failed:</strong> Please check any input fields for mistakes.
msgid "cbi_invalid_section"
msgstr "<strong>Validierung fehlgeschlagen:</strong> Bitte die Eingabefelder auf Fehler überprüfen."
#: ./i18n/english/luasrc/i18n/cbi.en.lua:6
#. This field is mandatory
msgid "cbi_missing"
msgstr "Dieses Feld muss ausgefüllt werden"
#: ./i18n/english/luasrc/i18n/cbi.en.lua:7
#. <strong>Validation failed:</strong> At least one mandatory field has no or an invalid value
msgid "cbi_deperror"
msgstr "<strong>Validierung fehlgeschlagen:</strong> Mindestens ein benötigtes Feld ist leer oder hat einen ungültigen Wert"
#: ./i18n/english/luasrc/i18n/cbi.en.lua:8
#. A requirement for this option was not met
msgid "cbi_reqerror"
msgstr "Nicht erfüllte Abhängigkeit für dieses Feld"
#: ./i18n/english/luasrc/i18n/cbi.en.lua:9
#. -- Additional Field --
msgid "cbi_addopt"
msgstr "-- Zusätzliches Feld --"
#: ./i18n/english/luasrc/i18n/cbi.en.lua:10
#. (optional)
msgid "cbi_optional"
msgstr ""
#: ./i18n/english/luasrc/i18n/cbi.en.lua:11
#. This section contains no values yet
msgid "cbi_sectempty"
msgstr "Diese Sektion enthält noch keine Einträge"
#: ./i18n/english/luasrc/i18n/cbi.en.lua:12
#. -- custom --
msgid "cbi_manual"
msgstr "-- benutzerdefiniert --"
#: ./i18n/english/luasrc/i18n/cbi.en.lua:13
#. -- Please choose --
msgid "cbi_select"
msgstr "-- Bitte auswählen --"
#: ./i18n/english/luasrc/i18n/cbi.en.lua:14
#. Go to relevant configuration page
msgid "cbi_gorel"
msgstr "Gehe zu relevanter Konfigurationsseite"
#: ./i18n/english/luasrc/i18n/cbi.en.lua:15
#. Applying changes
msgid "cbi_applying"
msgstr "Änderungen werden angewandt"
#: ./i18n/english/luasrc/i18n/cbi.en.lua:16
#. Uploaded File
msgid "cbi_upload"
msgstr "hochgeladene Datei"
#: ./i18n/english/luasrc/i18n/cbi.en.lua:17
#. Search file...
msgid "cbi_browser"
msgstr "Datei suchen..."
|