From: Michael Tremer Date: Wed, 29 Nov 2017 12:11:58 +0000 (+0000) Subject: captive: Translate times for coupon expiry time X-Git-Tag: v2.19-core117~1^2~27 X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff_plain;h=b429cc66cbb6a32bfca8933749b832d8166a7085 captive: Translate times for coupon expiry time Signed-off-by: Michael Tremer --- diff --git a/doc/language_issues.de b/doc/language_issues.de index 0c7f36f9e0..5118dc7ad7 100644 --- a/doc/language_issues.de +++ b/doc/language_issues.de @@ -687,7 +687,6 @@ WARNING: translation string unused: xtaccess all error WARNING: translation string unused: xtaccess bad transfert WARNING: translation string unused: year-graph WARNING: translation string unused: yearly firewallhits -WARNING: untranslated string: 24 hours WARNING: untranslated string: Scan for Songs WARNING: untranslated string: addons WARNING: untranslated string: bytes @@ -738,15 +737,11 @@ WARNING: untranslated string: ike lifetime should be between 1 and 8 hours WARNING: untranslated string: info messages WARNING: untranslated string: no data WARNING: untranslated string: none -WARNING: untranslated string: one hour -WARNING: untranslated string: one month -WARNING: untranslated string: one week WARNING: untranslated string: qos add subclass WARNING: untranslated string: route config changed WARNING: untranslated string: routing config added WARNING: untranslated string: routing config changed WARNING: untranslated string: routing table WARNING: untranslated string: show tls-auth key -WARNING: untranslated string: unlimited WARNING: untranslated string: vpn force mobike WARNING: untranslated string: vpn statistics n2n diff --git a/doc/language_missings b/doc/language_missings index 80ea6a6463..0e6935017a 100644 --- a/doc/language_missings +++ b/doc/language_missings @@ -11,6 +11,7 @@ ############################################################################ # Checking cgi-bin translations for language: fr # ############################################################################ +< 24 hours < addon < administrator password < administrator username @@ -494,6 +495,9 @@ < ntp common settings < ntp sync < Number of Countries for the pie chart +< one hour +< one month +< one week < one year < openvpn default < openvpn destination port used @@ -623,6 +627,7 @@ < unblock < unblock all < uncheck all +< unlimited < updxlrtr sources < updxlrtr standard view < uplink @@ -717,6 +722,7 @@ ############################################################################ # Checking cgi-bin translations for language: es # ############################################################################ +< 24 hours < addon < administrator password < administrator username @@ -1188,6 +1194,9 @@ < not a valid dh key < notice < Number of Countries for the pie chart +< one hour +< one month +< one week < one year < openvpn default < openvpn destination port used @@ -1335,6 +1344,7 @@ < unblock < unblock all < uncheck all +< unlimited < updxlrtr sources < updxlrtr standard view < uplink @@ -1407,6 +1417,7 @@ ############################################################################ # Checking cgi-bin translations for language: pl # ############################################################################ +< 24 hours < addon < administrator password < administrator username @@ -1879,6 +1890,9 @@ < not a valid dh key < notice < Number of Countries for the pie chart +< one hour +< one month +< one week < one year < openvpn default < openvpn destination port used @@ -2010,6 +2024,7 @@ < unblock < unblock all < uncheck all +< unlimited < updxlrtr sources < updxlrtr standard view < uplink @@ -2082,6 +2097,7 @@ ############################################################################ # Checking cgi-bin translations for language: ru # ############################################################################ +< 24 hours < Add a route < addon < administrator password @@ -2562,6 +2578,9 @@ < not a valid dh key < notice < Number of Countries for the pie chart +< one hour +< one month +< one week < one year < openvpn default < openvpn destination port used @@ -2690,6 +2709,7 @@ < unblock < unblock all < uncheck all +< unlimited < updxlrtr sources < updxlrtr standard view < uplink diff --git a/langs/de/cgi-bin/de.pl b/langs/de/cgi-bin/de.pl index 92bf6f8f35..f87071db7a 100644 --- a/langs/de/cgi-bin/de.pl +++ b/langs/de/cgi-bin/de.pl @@ -1,6 +1,7 @@ %tr = ( %tr, +'24 hours' => '24 Stunden', 'Act as' => 'Konfiguriert als:', 'Add Level7 rule' => 'Level7-Regel hinzufügen', 'Add Port Rule' => 'Port-Regel hinzufügen', @@ -1726,6 +1727,9 @@ 'ok' => 'OK', 'older' => 'Älter', 'on' => 'on', +'one hour' => 'Eine Stunde', +'one month' => 'Ein Monat', +'one week' => 'Eine Woche', 'one year' => 'Ein Jahr', 'online help en' => 'Online-Hilfe (auf Deutsch)', 'only digits allowed in holdoff field' => 'Im Holdoff-Feld sind nur Ziffern erlaubt', @@ -2337,6 +2341,7 @@ 'unix password sync' => 'Unix Password Sync', 'unix shell' => 'UNIX-Shell', 'unknown' => 'Unbekannt', +'unlimited' => 'Unlimitiert', 'unnamed' => 'Unbenannt', 'update' => 'Aktualisieren', 'update accelerator' => 'Update-Accelerator',