corrected some smaller bugs in some cgiŽs

added support for template in qos


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@1043 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
maniacikarus
2007-11-01 13:12:56 +00:00
parent 70e5098c5e
commit 33e1f48cfb
7 changed files with 186 additions and 91 deletions

View File

@@ -606,7 +606,7 @@
'disconnect' => 'OVPN Stop / Trennen',
'disconnects' => 'Abbrüche',
'disk access per' => 'Plattenzugriff je',
'disk usage' => 'Festplattenbelegung:',
'disk usage' => 'Festplattenbelegung',
'display' => 'Anzeige',
'display hostname in window title' => 'Hostname im Fenstertitel anzeigen',
'display traffic at home' => 'Berechneten Traffic auf der Startseite anzeigen',
@@ -704,6 +704,7 @@
'esp keylife should be between 1 and 24 hours' => 'ESP Schlüssel-Lebensdauer sollte zwischen 1 und 24 Stunden betragen.',
'every' => 'Jeden',
'exampel' => 'Beispiel',
'exclude logfiles' => 'ohne Logdateien',
'excluding buffers and cache' => '-/+ Puffer/Zwischenspeicher',
'expected' => 'Erwartet',
'expertoptions' => 'Expertenoptionen',
@@ -836,6 +837,7 @@
'importkey' => 'PSK importieren',
'in' => 'Ein',
'inactive' => 'inaktiv',
'include logfiles' => 'mit Logdateien',
'incoming' => 'eingehend',
'incoming traffic in bytes per second' => 'Eingehender Verkehr in Bytes pro Sekunde',
'incorrect password' => 'Fehlerhaftes Passwort',
@@ -1399,7 +1401,7 @@
'service removed' => 'Benutzerdefinierter Netzwerkdienst wurde entfernt',
'service updated' => 'Benutzerdefinierter Netzwerkdienst wurde aktualisiert',
'servicename' => 'Dienstname',
'services' => 'Dienste:',
'services' => 'Dienste',
'services settings' => 'Firewall - Diensteeinstellungen',
'set' => 'gesetzt',
'set time now' => 'Stelle jetzt die Uhrzeit ein',
@@ -1515,6 +1517,8 @@
'system logs' => 'System-Logdateien',
'system status information' => 'System-Statusinformationen',
'telephone not set' => 'Telefonnummer nicht angegeben.',
'template' => 'Vorlage',
'template warning' => 'Zur Einrichtugn von QoS stehen Ihnen 2 Möglichkeiten zur Auswahl. Erstens Sie wählen speichern und erstellen Classen und Regeln nach Ihren Wünschen, oder Sie wählen Vorlage, dann werden die Klassen und Regeln durch ein Template generiert.',
'test' => 'test',
'test email could not be sent' => 'Könnte Testemail nicht senden',
'test email was sent' => 'Testemail wurde erfolgreich versand',

View File

@@ -629,7 +629,7 @@
'disconnect' => 'OVPN Stop / Disconnect',
'disconnects' => 'Disconnects',
'disk access per' => 'Disk Access per',
'disk usage' => 'Disk usage:',
'disk usage' => 'Disk usage',
'display' => 'Display',
'display hostname in window title' => 'Display hostname in window title',
'display traffic at home' => 'Display calculated traffic on startpage',
@@ -728,6 +728,7 @@
'esp keylife should be between 1 and 24 hours' => 'ESP Keylife should be between 1 and 24 hours.',
'every' => 'Every',
'exampel' => 'exampel',
'exclude logfiles' => 'exclude logfiles',
'excluding buffers and cache' => '-/+ buffers/cache',
'expected' => 'Expected',
'expertoptions' => 'Expert options',
@@ -862,6 +863,7 @@
'importkey' => 'Import PSK',
'in' => 'In',
'inactive' => 'inactive',
'include logfiles' => 'include logfiles',
'incoming' => 'incoming',
'incoming traffic in bytes per second' => 'Incoming Traffic in Bytes per Second',
'incorrect password' => 'Incorrect password',
@@ -1428,7 +1430,7 @@
'service removed' => 'Custom Network Service removed',
'service updated' => 'Custom Network Service updated',
'servicename' => 'Service Name',
'services' => 'Services:',
'services' => 'Services',
'services settings' => 'Firewall - Services settings',
'set' => 'set',
'set time now' => 'Set Time Now',
@@ -1547,6 +1549,8 @@
'system logs' => 'System Logs',
'system status information' => 'System Status Information',
'telephone not set' => 'Telephone not set.',
'template' => 'Preset',
'template warning' => 'You have 2 options to set up Qos. The First, you press the save button and generate the classes and rules on your own. The second, you press the preset button and classes and rules will be set up by a template.',
'test' => 'test',
'test email could not be sent' => 'Could not sent Testemail',
'test email was sent' => 'Testemail was send successfully',