From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: Re: [PATCH] Bought a 'd' - fixed an old typo Date: Sat, 09 Oct 2021 12:53:44 +0200 Message-ID: <85484737-95fe-0f30-a28f-e207f2e64393@ipfire.org> In-Reply-To: <20211009092325.1943-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7705419279386610348==" List-Id: --===============7705419279386610348== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Adolf Belka On 09/10/2021 11:23, Matthias Fischer wrote: > 'bandwith...' should be 'bandwidth...'. > > Despite being my favourite typo for the past few years(?), > today I decided to try to say 'Goodbye' to an old friend. > > Similar to 'MB writen' its hard but I think it just about time. > > 'qos' and 'guardian' will never be the same for me... ;-) > > Signed-off-by: Matthias Fischer > --- > config/guardian/guardian.it.pl | 2 +- > html/cgi-bin/qos.cgi | 16 ++++++++-------- > langs/de/cgi-bin/de.pl | 12 ++++++------ > langs/en/cgi-bin/en.pl | 12 ++++++------ > langs/es/cgi-bin/es.pl | 12 ++++++------ > langs/fr/cgi-bin/fr.pl | 12 ++++++------ > langs/it/cgi-bin/it.pl | 10 +++++----- > langs/nl/cgi-bin/nl.pl | 12 ++++++------ > langs/pl/cgi-bin/pl.pl | 12 ++++++------ > langs/ru/cgi-bin/ru.pl | 12 ++++++------ > langs/tr/cgi-bin/tr.pl | 12 ++++++------ > 11 files changed, 62 insertions(+), 62 deletions(-) > > diff --git a/config/guardian/guardian.it.pl b/config/guardian/guardian.it.pl > index 9b89a52d8..e395f973c 100644 > --- a/config/guardian/guardian.it.pl > +++ b/config/guardian/guardian.it.pl > @@ -1,7 +1,7 @@ > %tr =3D ( > %tr, > =20 > -'guaranteed bandwith' =3D> 'Guaranteed bandwith', > +'guaranteed bandwidth' =3D> 'Guaranteed bandwidth', > 'guardian alertfile' =3D> 'Alertfile', > 'guardian configuration' =3D> 'Guardian Configuration', > 'guardian ignorefile' =3D> 'Ignorefile', > diff --git a/html/cgi-bin/qos.cgi b/html/cgi-bin/qos.cgi > index ab427879e..ad9a449c8 100644 > --- a/html/cgi-bin/qos.cgi > +++ b/html/cgi-bin/qos.cgi > @@ -766,9 +766,9 @@ END > } > =20 > sub changebandwidth { > - &Header::openbox('100%', 'center', $Lang::tr{'bandwithsettings'}); > + &Header::openbox('100%', 'center', $Lang::tr{'bandwidthsettings'}); > if ($qossettings{'ENABLED'} eq 'on') { > - print "$Lang::tr{'bandwitherror'}"; > + print "$Lang::tr{'bandwidtherror'}"; > print "$Lang::tr{'back'}"; > } else { > print < @@ -860,10 +860,10 @@ END > print < >   > - $Lang::tr{'guaranteed bandwith'}: > + $Lang::tr{'guaranteed bandwidth'}: > >   > - $Lang::tr{'max bandwith'} : > + $Lang::tr{'max bandwidth'} : > >   > Burst: > @@ -1025,8 +1025,8 @@ sub showclasses { > = $Lang::tr{'interface'} > = $Lang::tr{'Class'} > = $Lang::tr{'priority'} > - $= Lang::tr{'guaranteed bandwith'} > - $= Lang::tr{'max bandwith'} > + $= Lang::tr{'guaranteed bandwidth'} > + $= Lang::tr{'max bandwidth'} > = Burst > = Ceil Burst > = TOS > @@ -1237,7 +1237,7 @@ sub validminbwdth { > } > unless ( ( $qossettings{'MINBWDTH'} >=3D 1 ) && ( $qossettings{'MINBWDT= H'} <=3D $qossettings{'SPD'} ) ) { > $qossettings{'VALID'} =3D 'no'; > - $message =3D "$Lang::tr{'false min bandwith'}"; > + $message =3D "$Lang::tr{'false min bandwidth'}"; > } > $qossettings{'SPD'} =3D ''; > } > @@ -1252,7 +1252,7 @@ sub validmaxbwdth { > } > unless ( ( $qossettings{'MAXBDWTH'} >=3D 0 ) && ($qossettings{'MAXBDWTH= '} >=3D $qossettings{'MINBDWTH'}) &&( $qossettings{'MAXBDWTH'} <=3D $qossetti= ngs{'SPD'} ) ) { > $qossettings{'VALID'} =3D 'no'; > - $message =3D "$Lang::tr{'false max bandwith'}"; > + $message =3D "$Lang::tr{'false max bandwidth'}"; > } > $qossettings{'SPD'} =3D ''; > } > diff --git a/langs/de/cgi-bin/de.pl b/langs/de/cgi-bin/de.pl > index 70dcb10a6..215d9c6f8 100644 > --- a/langs/de/cgi-bin/de.pl > +++ b/langs/de/cgi-bin/de.pl > @@ -478,8 +478,8 @@ > 'bad return code' =3D> 'Das Hilfsprogramm hat einen Fehlercode gemeldet', > 'bad source range' =3D> 'Der erste Wert des Quellportbereich ist gr=C3=B6= =C3=9Fer oder gleich dem zweiten Wert.', > 'bandwidth usage' =3D> 'Bandbreitenauslastung (extern)', > -'bandwitherror' =3D> 'Sie k=C3=B6nnen die Bandbreiteneinstellungen nicht b= earbeiten, wenn QoS eingeschaltet ist. Schalten Sie es erst aus.

', > -'bandwithsettings' =3D> 'Bandbreiteneinstellungen', > +'bandwidtherror' =3D> 'Sie k=C3=B6nnen die Bandbreiteneinstellungen nicht = bearbeiten, wenn QoS eingeschaltet ist. Schalten Sie es erst aus.

', > +'bandwidthsettings' =3D> 'Bandbreiteneinstellungen', > 'basic options' =3D> 'Basisoptionen', > 'beep when ppp connects or disconnects' =3D> 'Signalton ausgeben, wenn IP= Fire verbindet oder trennt', > 'behind a proxy' =3D> 'Hinter einem Proxy:', > @@ -1028,8 +1028,8 @@ > 'extrahd you cant mount' =3D> 'Sie k=C3=B6nnen', > 'fallout zombieload ridl' =3D> 'Fallout/ZombieLoad/RIDL', > 'false classnumber' =3D> 'Die Klassennummer passt nicht zum angegebenen I= nterface.', > -'false max bandwith' =3D> 'Maximalbandbreite ist ung=C3=BCltig.', > -'false min bandwith' =3D> 'Mindestbandbreite ist ung=C3=BCltig.', > +'false max bandwidth' =3D> 'Maximalbandbreite ist ung=C3=BCltig.', > +'false min bandwidth' =3D> 'Mindestbandbreite ist ung=C3=BCltig.', > 'february' =3D> 'Februar', > 'fetch ip from' =3D> 'Sch=C3=A4tze die echte =C3=B6ffentliche IP-Adresse = mit Hilfe eines externen Servers', > 'fifteen minutes' =3D> '15 Minuten', > @@ -1322,7 +1322,7 @@ > 'green' =3D> 'GR=C3=9CN', > 'green interface' =3D> 'Gr=C3=BCnes Interface', > 'grouptype' =3D> 'Gruppentyp:', > -'guaranteed bandwith' =3D> 'Garantierte Bandbreite', > +'guaranteed bandwidth' =3D> 'Garantierte Bandbreite', > 'guardian' =3D> 'Guardian', > 'guest ok' =3D> 'Gastzugang gew=C3=A4hren', > 'gui settings' =3D> 'Benutzeroberfl=C3=A4che', > @@ -1646,7 +1646,7 @@ > 'masquerading' =3D> 'Masquerading/NAT', > 'masquerading disabled' =3D> 'NAT ausgeschaltet', > 'masquerading enabled' =3D> 'NAT eingeschaltet', > -'max bandwith' =3D> 'Maximale Bandbreite', > +'max bandwidth' =3D> 'Maximale Bandbreite', > 'max incoming size' =3D> 'Max. eingehende Gr=C3=B6=C3=9Fe (kB):', > 'max lease time' =3D> 'Maximale Haltezeit (in Minuten):', > 'max outgoing size' =3D> 'Max. abgehende Gr=C3=B6=C3=9Fe (kB):', > diff --git a/langs/en/cgi-bin/en.pl b/langs/en/cgi-bin/en.pl > index 679588940..a9240242e 100644 > --- a/langs/en/cgi-bin/en.pl > +++ b/langs/en/cgi-bin/en.pl > @@ -492,8 +492,8 @@ > 'bad return code' =3D> 'Helper program returned error code', > 'bad source range' =3D> 'The Source port range has a first value that is = greater than or equal to the second value.', > 'bandwidth usage' =3D> 'bandwidth usage (external)', > -'bandwitherror' =3D> 'You cannot change the bandwithsettings, with Qos bei= ng enabled. First disable Qos.

', > -'bandwithsettings' =3D> 'Bandwithsettings', > +'bandwidtherror' =3D> 'You cannot change the bandwidthsettings, with Qos b= eing enabled. First disable Qos.

', > +'bandwidthsettings' =3D> 'bandwidthsettings', > 'basic options' =3D> 'Basic Options', > 'beep when ppp connects or disconnects' =3D> 'Beep when IPFire connects o= r disconnects', > 'behind a proxy' =3D> 'Behind a proxy:', > @@ -1055,8 +1055,8 @@ > 'extrahd you cant mount' =3D> 'You can\'t mount', > 'fallout zombieload ridl' =3D> 'Fallout/ZombieLoad/RIDL', > 'false classnumber' =3D> 'The Class-Number does not match the interface.', > -'false max bandwith' =3D> 'Maximum bandwith is false.', > -'false min bandwith' =3D> 'Minimum bandwith is false.', > +'false max bandwidth' =3D> 'Maximum bandwidth is false.', > +'false min bandwidth' =3D> 'Minimum bandwidth is false.', > 'february' =3D> 'February', > 'fetch ip from' =3D> 'Guess the real public IP with help of an external s= erver', > 'fifteen minutes' =3D> '15 Minutes', > @@ -1351,7 +1351,7 @@ > 'green' =3D> 'GREEN', > 'green interface' =3D> 'Green Interface', > 'grouptype' =3D> 'Grouptype:', > -'guaranteed bandwith' =3D> 'Guaranteed bandwith', > +'guaranteed bandwidth' =3D> 'Guaranteed bandwidth', > 'guardian' =3D> 'Guardian', > 'guest ok' =3D> 'allow guests to access', > 'gui settings' =3D> 'GUI Settings', > @@ -1678,7 +1678,7 @@ > 'masquerading' =3D> 'Masquerading', > 'masquerading disabled' =3D> 'Masquerading disabled', > 'masquerading enabled' =3D> 'Masquerading enabled', > -'max bandwith' =3D> 'Maximum bandwith', > +'max bandwidth' =3D> 'Maximum bandwidth', > 'max incoming size' =3D> 'Max incoming size (KB):', > 'max lease time' =3D> 'Max lease time (mins):', > 'max outgoing size' =3D> 'Max outgoing size (KB):', > diff --git a/langs/es/cgi-bin/es.pl b/langs/es/cgi-bin/es.pl > index 6ddcd325c..5fadb4657 100644 > --- a/langs/es/cgi-bin/es.pl > +++ b/langs/es/cgi-bin/es.pl > @@ -446,8 +446,8 @@ > 'bad return code' =3D> 'El programa de ayuda regres=C3=B3 el c=C3=B3digo = de error', > 'bad source range' =3D> 'El rango de puerto or=C3=ADgen tiene como primer= valor un n=C3=BAmero que es igual o mayor que el valor final.', > 'bandwidth usage' =3D> 'uso de ancho de banda (externo)', > -'bandwitherror' =3D> 'No se pueden cambiar las configuraciones de ancho de= banda cuando el servicio QoS est=C3=A1 activado. Por favor primero desactive= QoS.

', > -'bandwithsettings' =3D> 'Configuraciones de ancho de banda', > +'bandwidtherror' =3D> 'No se pueden cambiar las configuraciones de ancho d= e banda cuando el servicio QoS est=C3=A1 activado. Por favor primero desactiv= e QoS.

', > +'bandwidthsettings' =3D> 'Configuraciones de ancho de banda', > 'basic options' =3D> 'Opciones B=C3=A1sicas', > 'beep when ppp connects or disconnects' =3D> 'Sonar cuando IPFire se cone= cte o desconecte', > 'behind a proxy' =3D> 'Detr=C3=A1s de un proxy:', > @@ -859,8 +859,8 @@ > 'extrahd unable to write' =3D> 'Unable to write', > 'extrahd you cant mount' =3D> 'You can\'t mount', > 'false classnumber' =3D> 'El n=C3=BAmero de clase no coincide con la inte= rfaz', > -'false max bandwith' =3D> 'El ancho de banda m=C3=A1ximo es falso', > -'false min bandwith' =3D> 'El ancho de banda m=C3=ADnimo es falso', > +'false max bandwidth' =3D> 'El ancho de banda m=C3=A1ximo es falso', > +'false min bandwidth' =3D> 'El ancho de banda m=C3=ADnimo es falso', > 'february' =3D> 'FEB', > 'fetch ip from' =3D> 'Encontrar la direcci=C3=B3n IP p=C3=BAblica real co= n la ayuda de un servidor externo', > 'filename' =3D> 'Nombre de archivo', > @@ -925,7 +925,7 @@ > 'graph per' =3D> 'por', > 'green' =3D> 'Green', > 'green interface' =3D> 'Interfaz Green', > -'guaranteed bandwith' =3D> 'Ancho de banda garantizado', > +'guaranteed bandwidth' =3D> 'Ancho de banda garantizado', > 'guest ok' =3D> 'permitir acceso de invitado', > 'gui settings' =3D> 'Configuraciones de GUI', > 'gz with key' =3D> 'Esta m=C3=A1quina s=C3=B3lo se puede restaurar desde = archivos encriptados', > @@ -1188,7 +1188,7 @@ > 'map to guest' =3D> 'Map to Guest', > 'march' =3D> 'Marzo', > 'marked' =3D> 'Marcado', > -'max bandwith' =3D> 'Ancho de banda M=C3=A1ximo', > +'max bandwidth' =3D> 'Ancho de banda M=C3=A1ximo', > 'max incoming size' =3D> 'Tama=C3=B1o m=C3=A1ximo entrante (KB)', > 'max lease time' =3D> 'Tiempo m=C3=A1ximo de concesi=C3=B3n (mins)', > 'max outgoing size' =3D> 'Tama=C3=B1o m=C3=A1ximo saliente (KB)', > diff --git a/langs/fr/cgi-bin/fr.pl b/langs/fr/cgi-bin/fr.pl > index 7f8239773..56e4a9faa 100644 > --- a/langs/fr/cgi-bin/fr.pl > +++ b/langs/fr/cgi-bin/fr.pl > @@ -498,8 +498,8 @@ > 'bad return code' =3D> 'Le programme d\'aide retourne un code d\'erreur', > 'bad source range' =3D> 'La plage des ports source =C3=A0 une premi=C3=A8= re valeur sup=C3=A9rieure ou =C3=A9gale =C3=A0 la deuxi=C3=A8me valeur.', > 'bandwidth usage' =3D> 'utilisation de la bande passante (externe)', > -'bandwitherror' =3D> 'Vous ne pouvez pas changer les r=C3=A9glages de la b= ande passante tant que la Qos est activ=C3=A9e. D=C3=A9sactivez d\'abord la Q= os.

', > -'bandwithsettings' =3D> 'R=C3=A9glages de la bande passante', > +'bandwidtherror' =3D> 'Vous ne pouvez pas changer les r=C3=A9glages de la = bande passante tant que la Qos est activ=C3=A9e. D=C3=A9sactivez d\'abord la = Qos.

', > +'bandwidthsettings' =3D> 'R=C3=A9glages de la bande passante', > 'basic options' =3D> 'Options de base', > 'beep when ppp connects or disconnects' =3D> 'Emettre un son quand IPFire= se connecte ou se d=C3=A9connecte', > 'behind a proxy' =3D> 'Derri=C3=A8re un proxy :', > @@ -1061,8 +1061,8 @@ > 'extrahd you cant mount' =3D> 'Vous ne pouvez pas monter', > 'fallout zombieload ridl' =3D> 'Fallout / ZombieLoad / RIDL', > 'false classnumber' =3D> 'Le num=C3=A9ro de classe ne correspond pas =C3= =A0 l\'interface.', > -'false max bandwith' =3D> 'La bande passante maximum est fausse.', > -'false min bandwith' =3D> 'La bande passante minimum est fausse.', > +'false max bandwidth' =3D> 'La bande passante maximum est fausse.', > +'false min bandwidth' =3D> 'La bande passante minimum est fausse.', > 'february' =3D> 'F=C3=A9vrier', > 'fetch ip from' =3D> 'Deviner la v=C3=A9ritable IP publique =C3=A0 l\'aid= e d\'un serveur externe', > 'fifteen minutes' =3D> '15 minutes', > @@ -1355,7 +1355,7 @@ > 'green' =3D> 'VERT', > 'green interface' =3D> 'Interface VERTE', > 'grouptype' =3D> 'Type de groupe :', > -'guaranteed bandwith' =3D> 'Bande passante garantie', > +'guaranteed bandwidth' =3D> 'Bande passante garantie', > 'guardian' =3D> 'Gardien', > 'guest ok' =3D> 'autoriser l\'acc=C3=A8s aux invit=C3=A9s', > 'gui settings' =3D> 'Interface graphique', > @@ -1683,7 +1683,7 @@ > 'masquerading' =3D> 'Masquage (une seule IP pour plusieurs machines en so= rtie du r=C3=A9seau interne)', > 'masquerading disabled' =3D> 'Masquage d=C3=A9sactiv=C3=A9', > 'masquerading enabled' =3D> 'Masquage activ=C3=A9', > -'max bandwith' =3D> 'Bande passante maximum', > +'max bandwidth' =3D> 'Bande passante maximum', > 'max incoming size' =3D> 'Taille maximum des t=C3=A9l=C3=A9chargement (Ko= ) :', > 'max lease time' =3D> 'Dur=C3=A9e maximum du bail (minutes) :', > 'max outgoing size' =3D> 'Taille maximum des envois (Ko) :', > diff --git a/langs/it/cgi-bin/it.pl b/langs/it/cgi-bin/it.pl > index 701961dff..839abe683 100644 > --- a/langs/it/cgi-bin/it.pl > +++ b/langs/it/cgi-bin/it.pl > @@ -414,8 +414,8 @@ > 'bad return code' =3D> 'Helper program returned error code', > 'bad source range' =3D> 'The Source port range has a first value that is = greater than or equal to the second value.', > 'bandwidth usage' =3D> 'bandwidth usage (external)', > -'bandwitherror' =3D> 'Per modificare le impostazioni devi prima disattivar= e il Qos.

', > -'bandwithsettings' =3D> 'Bandwithsettings', > +'bandwidtherror' =3D> 'Per modificare le impostazioni devi prima disattiva= re il Qos.

', > +'bandwidthsettings' =3D> 'bandwidthsettings', > 'basic options' =3D> 'Opzioni di base', > 'beep when ppp connects or disconnects' =3D> 'Segnale acustico quando IPF= ire si connette o disconnette', > 'behind a proxy' =3D> 'Behind a proxy:', > @@ -908,8 +908,8 @@ > 'extrahd unable to write' =3D> 'Unable to write', > 'extrahd you cant mount' =3D> 'You can\'t mount', > 'false classnumber' =3D> 'The Class-Number does not match the interface.', > -'false max bandwith' =3D> 'Maximum bandwith is false.', > -'false min bandwith' =3D> 'Minimum bandwith is false.', > +'false max bandwidth' =3D> 'Maximum bandwidth is false.', > +'false min bandwidth' =3D> 'Minimum bandwidth is false.', > 'february' =3D> 'Febbraio', > 'fetch ip from' =3D> 'Ottieni l\'indirizzo IP pubblico con l\'aiuto di un= server esterno', > 'filename' =3D> 'Filename', > @@ -1448,7 +1448,7 @@ > 'map to guest' =3D> 'Map to Guest', > 'march' =3D> 'Marzo', > 'marked' =3D> 'Marked', > -'max bandwith' =3D> 'Maximum bandwith', > +'max bandwidth' =3D> 'Maximum bandwidth', > 'max incoming size' =3D> 'Max incoming size (KB):', > 'max lease time' =3D> 'Tempo massimo lease (min):', > 'max outgoing size' =3D> 'Max outgoing size (KB):', > diff --git a/langs/nl/cgi-bin/nl.pl b/langs/nl/cgi-bin/nl.pl > index 400e6b722..7dc7ff663 100644 > --- a/langs/nl/cgi-bin/nl.pl > +++ b/langs/nl/cgi-bin/nl.pl > @@ -412,8 +412,8 @@ > 'bad return code' =3D> 'Helper-programma gaf een foutcode terug', > 'bad source range' =3D> 'De bronpoort heeft een eerste waarde die groter = dan of gelijk is aan de tweede waarde', > 'bandwidth usage' =3D> 'bandbreedtegebruik (extern)', > -'bandwitherror' =3D> 'U kunt de bandbreedte-instellingen niet wijzigen als= QoS aanstaat. Zet QoS eerst uit.

', > -'bandwithsettings' =3D> 'Bandbreedte-instellingen', > +'bandwidtherror' =3D> 'U kunt de bandbreedte-instellingen niet wijzigen al= s QoS aanstaat. Zet QoS eerst uit.

', > +'bandwidthsettings' =3D> 'Bandbreedte-instellingen', > 'basic options' =3D> 'Basis opties', > 'beep when ppp connects or disconnects' =3D> 'Geef pieptoon als IPFire ve= rbinding maakt of verbreekt.', > 'behind a proxy' =3D> 'Achter een proxy:', > @@ -894,8 +894,8 @@ > 'extrahd unable to write' =3D> 'Kan niet schrijven', > 'extrahd you cant mount' =3D> 'U kan het niet aankoppelen', > 'false classnumber' =3D> 'Het klasse-nummer komt niet overeen met de inte= rface.', > -'false max bandwith' =3D> 'Maximum bandbreedte is ongeldig.', > -'false min bandwith' =3D> 'Minimum bandbreedte is ongeldig.', > +'false max bandwidth' =3D> 'Maximum bandbreedte is ongeldig.', > +'false min bandwidth' =3D> 'Minimum bandbreedte is ongeldig.', > 'february' =3D> 'Februari', > 'fetch ip from' =3D> 'Bepaal het echte publieke IP-adres met behulp van e= en externe server', > 'filename' =3D> 'Bestandsnaam', > @@ -1165,7 +1165,7 @@ > 'green' =3D> 'GROEN', > 'green interface' =3D> 'Groene Interface', > 'grouptype' =3D> 'Groeptype:', > -'guaranteed bandwith' =3D> 'Gegarandeerde bandbreedte', > +'guaranteed bandwidth' =3D> 'Gegarandeerde bandbreedte', > 'guest ok' =3D> 'verleen gasten toegang', > 'gui settings' =3D> 'Gebruikersinterface', > 'gz with key' =3D> 'Alleen gecodeerde archieven kunnen worden teruggezet = op deze machine.', > @@ -1430,7 +1430,7 @@ > 'map to guest' =3D> 'Toewijzen aan gast', > 'march' =3D> 'Maart', > 'marked' =3D> 'Gemarkeerd', > -'max bandwith' =3D> 'Maximum bandbreedte', > +'max bandwidth' =3D> 'Maximum bandbreedte', > 'max incoming size' =3D> 'Max. inkomende grootte (KB):', > 'max lease time' =3D> 'Max. leasetijd (min.):', > 'max outgoing size' =3D> 'Max. uitgaande grootte (KB):', > diff --git a/langs/pl/cgi-bin/pl.pl b/langs/pl/cgi-bin/pl.pl > index 03a922c5f..54e5bb089 100644 > --- a/langs/pl/cgi-bin/pl.pl > +++ b/langs/pl/cgi-bin/pl.pl > @@ -394,8 +394,8 @@ > 'bad return code' =3D> 'Program pomocniczy zwr=C3=B3ci=C5=82 kod b=C5=82= =C4=99du', > 'bad source range' =3D> 'The Source port range has a first value that is = greater than or equal to the second value.', > 'bandwidth usage' =3D> 'wykorzystanie pasma (wyj=C5=9Bcie)', > -'bandwitherror' =3D> 'Nie mo=C5=BCesz zmieni=C4=87 ustawie=C5=84 przepusta= wo=C5=9Bci kiedy Qos jest w=C5=82=C4=85czony. Najpierw wy=C5=82=C4=85cz Qos.<= p>', > -'bandwithsettings' =3D> 'Ustawienia przepustowo=C5=9Bci', > +'bandwidtherror' =3D> 'Nie mo=C5=BCesz zmieni=C4=87 ustawie=C5=84 przepust= awo=C5=9Bci kiedy Qos jest w=C5=82=C4=85czony. Najpierw wy=C5=82=C4=85cz Qos.=

', > +'bandwidthsettings' =3D> 'Ustawienia przepustowo=C5=9Bci', > 'basic options' =3D> 'Podstawowe opcje', > 'beep when ppp connects or disconnects' =3D> 'D=C5=BAwi=C4=99k przy po=C5= =82=C4=85czeniu/roz=C5=82=C4=85czeniu IPFire', > 'behind a proxy' =3D> 'Za proxy:', > @@ -797,8 +797,8 @@ > 'extrahd' =3D> 'ExtraHD', > 'extrahd detected drives' =3D> 'wykryte nap=C4=99dy', > 'false classnumber' =3D> 'Numer klasy nie pasuje do interfejsu.', > -'false max bandwith' =3D> 'Nieprawid=C5=82owe maksymalne pasmo (false).', > -'false min bandwith' =3D> 'Nieprawid=C5=82owe minimalne pasmo (false).', > +'false max bandwidth' =3D> 'Nieprawid=C5=82owe maksymalne pasmo (false).', > +'false min bandwidth' =3D> 'Nieprawid=C5=82owe minimalne pasmo (false).', > 'february' =3D> 'Luty', > 'fetch ip from' =3D> 'Pr=C3=B3buj uzyska=C4=87 publiczne IP za pomoc=C4= =85 zewn=C4=99trznego serwera', > 'filename' =3D> 'Nazwa pliku', > @@ -880,7 +880,7 @@ > 'graph per' =3D> 'na', > 'green' =3D> 'Green', > 'green interface' =3D> 'Interfejs Green', > -'guaranteed bandwith' =3D> 'Gwarantowane pasmo', > +'guaranteed bandwidth' =3D> 'Gwarantowane pasmo', > 'guest ok' =3D> 'zezw=C3=B3l na dost=C4=99p dla go=C5=9Bci', > 'gui settings' =3D> 'Ustawienia GUI', > 'gz with key' =3D> 'Tylko zaszyfrowane archiwum mo=C5=BCe by=C4=87 odtwor= zone na tej maszynie.', > @@ -1133,7 +1133,7 @@ > 'map to guest' =3D> 'Map to Guest', > 'march' =3D> 'Marzec', > 'marked' =3D> 'Zaznaczone', > -'max bandwith' =3D> 'Maksymalne pasmo', > +'max bandwidth' =3D> 'Maksymalne pasmo', > 'max incoming size' =3D> 'Maks rozmiar przychodz=C4=85cy (KB):', > 'max lease time' =3D> 'Maks czas dzier=C5=BCawy (min):', > 'max outgoing size' =3D> 'Maks rozmiar wychodz=C4=85cy (KB):', > diff --git a/langs/ru/cgi-bin/ru.pl b/langs/ru/cgi-bin/ru.pl > index 1d440a940..583439744 100644 > --- a/langs/ru/cgi-bin/ru.pl > +++ b/langs/ru/cgi-bin/ru.pl > @@ -392,8 +392,8 @@ > 'bad return code' =3D> '=D0=9F=D1=80=D0=BE=D0=B3=D1=80=D0=B0=D0=BC=D0=BC= =D0=B0 =D0=BF=D0=BE=D0=BC=D0=BE=D1=89=D0=B8 =D1=81=D0=BE=D0=BE=D0=B1=D1=89=D0= =B0=D0=B5=D1=82 =D0=BE=D0=B1 =D0=BE=D1=88=D0=B8=D0=B1=D0=BA=D0=B5', > 'bad source range' =3D> '=D0=92 =D0=B4=D0=B8=D0=B0=D0=BF=D0=B0=D0=B7=D0= =BE=D0=BD=D0=B5 =D0=B8=D1=81=D1=85=D0=BE=D0=B4=D1=8F=D1=89=D0=B8=D1=85 =D0=BF= =D0=BE=D1=80=D1=82=D0=BE=D0=B2 =D0=BD=D0=BE=D0=BC=D0=B5=D1=80 =D0=BD=D0=B0=D1= =87=D0=B0=D0=BB=D1=8C=D0=BD=D0=BE=D0=B3=D0=BE =D0=BF=D0=BE=D1=80=D1=82 =D0=B1= =D0=BE=D0=BB=D1=8C=D1=88=D0=B5 =D0=BA=D0=BE=D0=BD=D0=B5=D1=87=D0=BD=D0=BE=D0= =B3=D0=BE.', > 'bandwidth usage' =3D> '=D0=92=D0=BD=D0=B5=D1=88=D0=BD=D0=B8=D0=B9 =D1=82= =D1=80=D0=B0=D1=84=D0=B8=D0=BA', > -'bandwitherror' =3D> '=D0=92=D1=8B =D0=BD=D0=B5 =D1=81=D0=BC=D0=BE=D0=B6= =D0=B5=D1=82=D0=B5 =D0=BF=D0=BE=D0=BC=D0=B5=D0=BD=D1=8F=D1=82=D1=8C =D0=BF=D1= =80=D0=BE=D0=BF=D1=83=D1=81=D0=BA=D0=BD=D1=83=D1=8E =D1=81=D0=BF=D0=BE=D1=81= =D0=BE=D0=B1=D0=BD=D0=BE=D1=81=D1=82=D1=8C, =D0=BF=D0=BE=D0=BA=D0=B0 =D1=80= =D0=B0=D0=B1=D0=BE=D1=82=D0=B0=D0=B5=D1=82 Qos. =D0=A1=D0=BF=D0=B5=D1=80=D0= =B2=D0=B0 =D0=BE=D1=81=D1=82=D0=B0=D0=BD=D0=BE=D0=B2=D0=B8=D1=82=D0=B5 Qos.', > -'bandwithsettings' =3D> '=D0=9D=D0=B0=D1=81=D1=82=D1=80=D0=BE=D0=B9=D0=BA= =D0=B0 =D0=BF=D1=80=D0=BE=D0=BF=D1=83=D1=81=D0=BA=D0=BD=D0=BE=D0=B9 =D1=81=D0= =BF=D0=BE=D1=81=D0=BE=D0=B1=D0=BD=D0=BE=D1=81=D1=82=D0=B8', > +'bandwidtherror' =3D> '=D0=92=D1=8B =D0=BD=D0=B5 =D1=81=D0=BC=D0=BE=D0=B6= =D0=B5=D1=82=D0=B5 =D0=BF=D0=BE=D0=BC=D0=B5=D0=BD=D1=8F=D1=82=D1=8C =D0=BF=D1= =80=D0=BE=D0=BF=D1=83=D1=81=D0=BA=D0=BD=D1=83=D1=8E =D1=81=D0=BF=D0=BE=D1=81= =D0=BE=D0=B1=D0=BD=D0=BE=D1=81=D1=82=D1=8C, =D0=BF=D0=BE=D0=BA=D0=B0 =D1=80= =D0=B0=D0=B1=D0=BE=D1=82=D0=B0=D0=B5=D1=82 Qos. =D0=A1=D0=BF=D0=B5=D1=80=D0= =B2=D0=B0 =D0=BE=D1=81=D1=82=D0=B0=D0=BD=D0=BE=D0=B2=D0=B8=D1=82=D0=B5 Qos.', > +'bandwidthsettings' =3D> '=D0=9D=D0=B0=D1=81=D1=82=D1=80=D0=BE=D0=B9=D0=BA= =D0=B0 =D0=BF=D1=80=D0=BE=D0=BF=D1=83=D1=81=D0=BA=D0=BD=D0=BE=D0=B9 =D1=81=D0= =BF=D0=BE=D1=81=D0=BE=D0=B1=D0=BD=D0=BE=D1=81=D1=82=D0=B8', > 'basic options' =3D> '=D0=9E=D1=81=D0=BD=D0=BE=D0=B2=D0=BD=D1=8B=D0=B5 = =D0=BE=D0=BF=D1=86=D0=B8=D0=B8', > 'beep when ppp connects or disconnects' =3D> '=D0=9F=D0=B8=D1=89=D0=B0=D1= =82=D1=8C =D1=81=D0=BF=D0=B8=D0=BA=D0=B5=D1=80=D0=BE=D0=BC, =D0=BA=D0=BE=D0= =B3=D0=B4=D0=B0 IPFire =D0=BF=D0=BE=D0=B4=D0=BA=D0=BB=D1=8E=D1=87=D0=B0=D0=B5= =D1=82=D1=81=D1=8F =D0=B8 =D0=BE=D1=82=D0=BA=D0=BB=D1=8E=D1=87=D0=B0=D0=B5=D1= =82=D1=81=D1=8F', > 'behind a proxy' =3D> '=D0=97=D0=B0 proxy:', > @@ -793,8 +793,8 @@ > 'extrahd' =3D> '=D0=94=D0=BE=D0=BF=D0=BE=D0=BB=D0=BD=D0=B8=D1=82=D0=B5=D0= =BB=D1=8C=D0=BD=D1=8B=D0=B5 HD', > 'extrahd detected drives' =3D> '=D0=9D=D0=B0=D0=B9=D0=B4=D0=B5=D0=BD=D1= =8B =D1=83=D1=81=D1=82=D1=80=D0=BE=D0=B9=D1=81=D1=82=D0=B2=D0=B0', > 'false classnumber' =3D> 'The Class-Number does not match the interface.', > -'false max bandwith' =3D> 'Maximum bandwith is false.', > -'false min bandwith' =3D> 'Minimum bandwith is false.', > +'false max bandwidth' =3D> 'Maximum bandwidth is false.', > +'false min bandwidth' =3D> 'Minimum bandwidth is false.', > 'february' =3D> '=D0=A4=D0=B5=D0=B2=D1=80=D0=B0=D0=BB=D1=8C', > 'fetch ip from' =3D> '=D0=A3=D0=B7=D0=BD=D0=B0=D1=82=D1=8C =D1=80=D0=B5= =D0=B0=D0=BB=D1=8C=D0=BD=D1=8B=D0=B9 =D0=B2=D0=BD=D0=B5=D1=88=D0=BD=D0=B8=D0= =B9 IP =D1=81 =D0=BF=D0=BE=D0=BC=D0=BE=D1=89=D1=8C=D1=8E =D0=B2=D0=BD=D0=B5= =D1=88=D0=BD=D0=B5=D0=B3=D0=BE =D1=81=D0=B5=D1=80=D0=B2=D0=B5=D1=80=D0=B0', > 'filename' =3D> '=D0=98=D0=BC=D1=8F =D1=84=D0=B0=D0=B9=D0=BB=D0=B0', > @@ -875,7 +875,7 @@ > 'graph per' =3D> 'per', > 'green' =3D> 'Green', > 'green interface' =3D> 'Green =D0=98=D0=BD=D1=82=D0=B5=D1=80=D1=84=D0=B5= =D0=B9=D1=81', > -'guaranteed bandwith' =3D> '=D0=93=D0=B0=D1=80=D0=B0=D0=BD=D1=82=D0=B8=D1= =80=D0=BE=D0=B2=D0=B0=D0=BD=D0=BD=D0=B0=D1=8F =D0=BF=D1=80=D0=BE=D0=BF=D1=83= =D1=81=D0=BA=D0=BD=D0=B0=D1=8F =D1=81=D0=BF=D0=BE=D1=81=D0=BE=D0=B1=D0=BD=D0= =BE=D1=81=D1=82=D1=8C', > +'guaranteed bandwidth' =3D> '=D0=93=D0=B0=D1=80=D0=B0=D0=BD=D1=82=D0=B8=D1= =80=D0=BE=D0=B2=D0=B0=D0=BD=D0=BD=D0=B0=D1=8F =D0=BF=D1=80=D0=BE=D0=BF=D1=83= =D1=81=D0=BA=D0=BD=D0=B0=D1=8F =D1=81=D0=BF=D0=BE=D1=81=D0=BE=D0=B1=D0=BD=D0= =BE=D1=81=D1=82=D1=8C', > 'guest ok' =3D> '=D0=A0=D0=B0=D0=B7=D1=80=D0=B5=D1=88=D0=B8=D1=82=D1=8C = =D0=B3=D0=BE=D1=81=D1=82=D0=B5=D0=B2=D0=BE=D0=B9 =D0=B4=D0=BE=D1=81=D1=82=D1= =83=D0=BF', > 'gui settings' =3D> '=D0=92=D0=BD=D0=B5=D1=88=D0=BD=D0=B8=D0=B9 =D0=B2=D0= =B8=D0=B4', > 'gz with key' =3D> '=D0=A2=D0=BE=D0=BB=D1=8C=D0=BA=D0=BE =D0=B7=D0=B0=D1= =88=D0=B8=D1=84=D1=80=D0=BE=D0=B2=D0=B0=D0=BD=D0=BD=D1=8B=D0=B9 =D0=B0=D1=80= =D1=85=D0=B8=D0=B2 =D0=BC=D0=BE=D0=B6=D0=B5=D1=82 =D0=B1=D1=8B=D1=82=D1=8C = =D0=B2=D0=BE=D1=81=D1=81=D1=82=D0=B0=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5=D0=BD =D0= =BD=D0=B0 =D1=8D=D1=82=D0=BE=D0=B9 =D0=BC=D0=B0=D1=88=D0=B8=D0=BD=D0=B5.', > @@ -1126,7 +1126,7 @@ > 'map to guest' =3D> 'Map to Guest', > 'march' =3D> '=D0=9C=D0=B0=D1=80=D1=82', > 'marked' =3D> '=D0=9E=D1=82=D0=BC=D0=B5=D1=87=D0=B5=D0=BD', > -'max bandwith' =3D> '=D0=9C=D0=B0=D0=BA=D1=81=D0=B8=D0=BC=D0=B0=D0=BB=D1= =8C=D0=BD=D0=B0=D1=8F =D0=BF=D0=BE=D0=BB=D0=BE=D1=81=D0=B0 =D0=BF=D1=80=D0=BE= =D0=BF=D1=83=D1=81=D0=BA=D0=B0=D0=BD=D0=B8=D1=8F', > +'max bandwidth' =3D> '=D0=9C=D0=B0=D0=BA=D1=81=D0=B8=D0=BC=D0=B0=D0=BB=D1= =8C=D0=BD=D0=B0=D1=8F =D0=BF=D0=BE=D0=BB=D0=BE=D1=81=D0=B0 =D0=BF=D1=80=D0=BE= =D0=BF=D1=83=D1=81=D0=BA=D0=B0=D0=BD=D0=B8=D1=8F', > 'max incoming size' =3D> '=D0=9C=D0=B0=D0=BA=D1=81=D0=B8=D0=BC=D0=B0=D0= =BB=D1=8C=D0=BD=D1=8B=D0=B9 =D0=B2=D1=85=D0=BE=D0=B4=D1=8F=D1=89=D0=B8=D0=B9 = =D1=80=D0=B0=D0=B7=D0=BC=D0=B5=D1=80 (KB):', > 'max lease time' =3D> '=D0=9C=D0=B0=D0=BA=D1=81=D0=B8=D0=BC=D0=B0=D0=BB= =D1=8C=D0=BD=D0=BE=D0=B5 =D0=B2=D1=80=D0=B5=D0=BC=D1=8F =D0=B0=D1=80=D0=B5=D0= =BD=D0=B4=D1=8B (=D0=BC=D0=B8=D0=BD.):', > 'max outgoing size' =3D> '=D0=9C=D0=B0=D0=BA=D1=81=D0=B8=D0=BC=D0=B0=D0= =BB=D1=8C=D0=BD=D1=8B=D0=B9 =D0=B8=D1=81=D1=85=D0=BE=D0=B4=D1=8F=D1=89=D0=B8= =D0=B9 =D1=80=D0=B0=D0=B7=D0=BC=D0=B5=D1=80 (KB):', > diff --git a/langs/tr/cgi-bin/tr.pl b/langs/tr/cgi-bin/tr.pl > index c1d53adbc..8831d99a4 100644 > --- a/langs/tr/cgi-bin/tr.pl > +++ b/langs/tr/cgi-bin/tr.pl > @@ -477,8 +477,8 @@ > 'bad return code' =3D> 'Yard=C4=B1mc=C4=B1 program=C4=B1 hata kodu d=C3= =B6nd=C3=BCrd=C3=BC', > 'bad source range' =3D> 'Kaynak ba=C4=9Flant=C4=B1 noktas=C4=B1 aral=C4= =B1=C4=9F=C4=B1 b=C3=BCy=C3=BCk veya ikinci de=C4=9Fere e=C5=9Fit bir ilk de= =C4=9Fere sahip.', > 'bandwidth usage' =3D> 'bant geni=C5=9Fli=C4=9Fi kullan=C4=B1m=C4=B1 (har= ici)', > -'bandwitherror' =3D> 'QoS aktifken bant geni=C5=9Fli=C4=9Fi ayarlar=C4=B1 = de=C4=9Fi=C5=9Ftiremezsiniz. =C4=B0lk =C3=B6nce QoS devre d=C4=B1=C5=9F=C4=B1= b=C4=B1rak=C4=B1n.

', > -'bandwithsettings' =3D> 'Bant geni=C5=9Fli=C4=9Fi ayarlar=C4=B1', > +'bandwidtherror' =3D> 'QoS aktifken bant geni=C5=9Fli=C4=9Fi ayarlar=C4=B1= de=C4=9Fi=C5=9Ftiremezsiniz. =C4=B0lk =C3=B6nce QoS devre d=C4=B1=C5=9F=C4= =B1 b=C4=B1rak=C4=B1n.

', > +'bandwidthsettings' =3D> 'Bant geni=C5=9Fli=C4=9Fi ayarlar=C4=B1', > 'basic options' =3D> 'Temel se=C3=A7enekler', > 'beep when ppp connects or disconnects' =3D> 'IPFire ba=C4=9Flan=C4=B1rke= n veya kapat=C4=B1l=C4=B1rken ses =C3=A7=C4=B1kar.', > 'behind a proxy' =3D> 'Bir vekil sunucu arkas=C4=B1nda:', > @@ -1001,8 +1001,8 @@ > 'extrahd unable to write' =3D> 'Yazmak i=C3=A7in a=C3=A7=C4=B1lam=C4=B1yo= r', > 'extrahd you cant mount' =3D> 'Ba=C4=9Flanamad=C4=B1', > 'false classnumber' =3D> 'S=C4=B1n=C4=B1f-Numaras=C4=B1 aray=C3=BCzle e= =C5=9Fle=C5=9Fmiyor.', > -'false max bandwith' =3D> 'Yanl=C4=B1=C5=9F en fazla bant geni=C5=9Fli=C4= =9Fi.', > -'false min bandwith' =3D> 'Yanl=C4=B1=C5=9F en az bant geni=C5=9Fli=C4=9Fi= .', > +'false max bandwidth' =3D> 'Yanl=C4=B1=C5=9F en fazla bant geni=C5=9Fli=C4= =9Fi.', > +'false min bandwidth' =3D> 'Yanl=C4=B1=C5=9F en az bant geni=C5=9Fli=C4=9F= i.', > 'february' =3D> '=C5=9Eubat', > 'fetch ip from' =3D> 'Harici sunucunun yard=C4=B1m=C4=B1yla tahmini ger= =C3=A7ek genel IP', > 'fifteen minutes' =3D> '15 Dakika', > @@ -1293,7 +1293,7 @@ > 'green' =3D> 'YE=C5=9E=C4=B0L', > 'green interface' =3D> 'Ye=C5=9Fil Arabirim', > 'grouptype' =3D> 'Grup t=C3=BCr=C3=BC:', > -'guaranteed bandwith' =3D> 'Garantili bant geni=C5=9Fli=C4=9Fi', > +'guaranteed bandwidth' =3D> 'Garantili bant geni=C5=9Fli=C4=9Fi', > 'guardian' =3D> 'Guardian', > 'guest ok' =3D> 'istemcilere eri=C5=9Fim izni', > 'gui settings' =3D> 'GUI Ayarlar=C4=B1', > @@ -1583,7 +1583,7 @@ > 'masquerading' =3D> 'Gizle', > 'masquerading disabled' =3D> 'Gizlemeyi kapat', > 'masquerading enabled' =3D> 'Gizlemeyi a=C3=A7', > -'max bandwith' =3D> 'En fazla bant geni=C5=9Fli=C4=9Fi', > +'max bandwidth' =3D> 'En fazla bant geni=C5=9Fli=C4=9Fi', > 'max incoming size' =3D> 'En fazla gelen boyut (KB):', > 'max lease time' =3D> 'En fazla kira s=C3=BCresi (dakika):', > 'max outgoing size' =3D> 'En fazla giden boyutu (KB):', --===============7705419279386610348==--