From ca6e027f3683e3405e7826ef9ea89edf45d16667 Mon Sep 17 00:00:00 2001 From: raimi Date: Fri, 8 Apr 2005 06:30:44 +0000 Subject: [PATCH] from stefan --- AUTHORS | 4 +- qucs-filter/qucsfilter.cpp | 26 ++--- qucs-help/docs/en/mathfunc.html | 8 +- qucs/qucs_de.ts | 187 ++++++++++++++------------------ qucs/qucs_es.ts | 32 +----- qucs/qucs_fr.ts | 32 +----- qucs/qucs_he.ts | 32 +----- qucs/qucs_hu.ts | 20 ++-- qucs/qucs_it.ts | 32 +----- qucs/qucs_jp.ts | 32 +----- qucs/qucs_pl.ts | 32 +----- qucs/qucs_pt.ts | 32 +----- qucs/qucs_ro.ts | 32 +----- qucs/qucs_se.ts | 32 +----- 14 files changed, 130 insertions(+), 403 deletions(-) diff --git a/AUTHORS b/AUTHORS index e25348ea..b449f181 100644 --- a/AUTHORS +++ b/AUTHORS @@ -18,9 +18,9 @@ -- Maintainer: - Michael Margraf + Michael Margraf Authors: (see THANKS file for details) Michael Margraf - Stefan Jahn + Stefan Jahn Jens Flucke diff --git a/qucs-filter/qucsfilter.cpp b/qucs-filter/qucsfilter.cpp index d22c589f..00a31e76 100644 --- a/qucs-filter/qucsfilter.cpp +++ b/qucs-filter/qucsfilter.cpp @@ -76,7 +76,7 @@ QucsFilter::QucsFilter() gbox->addWidget(Label1, 1,0); ComboType = new QComboBox(this); #define TYPE_BUTTERWORTH 0 - ComboType->insertItem(tr("Butterworth")); + ComboType->insertItem("Butterworth"); gbox->addWidget(ComboType, 1,1); connect(ComboType, SIGNAL(activated(int)), SLOT(slotTypeChanged(int))); @@ -103,10 +103,10 @@ QucsFilter::QucsFilter() EditCorner = new QLineEdit("1", this); gbox->addWidget(EditCorner, 4,1); ComboCorner = new QComboBox(this); - ComboCorner->insertItem(tr("Hz")); - ComboCorner->insertItem(tr("kHz")); - ComboCorner->insertItem(tr("MHz")); - ComboCorner->insertItem(tr("GHz")); + ComboCorner->insertItem("Hz"); + ComboCorner->insertItem("kHz"); + ComboCorner->insertItem("MHz"); + ComboCorner->insertItem("GHz"); ComboCorner->setCurrentItem(3); gbox->addWidget(ComboCorner, 4,2); @@ -115,10 +115,10 @@ QucsFilter::QucsFilter() EditStop = new QLineEdit("2", this); gbox->addWidget(EditStop, 5,1); ComboStop = new QComboBox(this); - ComboStop->insertItem(tr("Hz")); - ComboStop->insertItem(tr("kHz")); - ComboStop->insertItem(tr("MHz")); - ComboStop->insertItem(tr("GHz")); + ComboStop->insertItem("Hz"); + ComboStop->insertItem("kHz"); + ComboStop->insertItem("MHz"); + ComboStop->insertItem("GHz"); ComboStop->setCurrentItem(3); gbox->addWidget(ComboStop, 5,2); @@ -126,14 +126,14 @@ QucsFilter::QucsFilter() gbox->addWidget(LabelRipple, 6,0); EditRipple = new QLineEdit("1", this); gbox->addWidget(EditRipple, 6,1); - Label_dB = new QLabel(tr("dB"), this); + Label_dB = new QLabel("dB", this); gbox->addWidget(Label_dB, 6,2); QLabel *Label9 = new QLabel(tr("Impedance:"), this); gbox->addWidget(Label9, 7,0); EditImpedance = new QLineEdit("50", this); gbox->addWidget(EditImpedance, 7,1); - QLabel *Label10 = new QLabel(tr("Ohm"), this); + QLabel *Label10 = new QLabel("Ohm", this); gbox->addWidget(Label10, 7,2); DoubleVal = new QDoubleValidator(this); @@ -244,7 +244,7 @@ void QucsFilter::slotCalculate() // show result for some time ResultState = 0; LabelResult->setText(tr("Result:") + " " + - tr("Succesfull") + ""); + tr("Successful") + ""); QTimer::singleShot(500, this, SLOT(slotShowResult())); } @@ -262,7 +262,7 @@ void QucsFilter::slotShowResult() if(ResultState & 1) c = 0xFF; else c = 0x80; QString s = QString(" ").arg(c, 2, 16); - LabelResult->setText(tr("Result:") + s + tr("Succesfull") + ""); + LabelResult->setText(tr("Result:") + s + tr("Successful") + ""); c = 500; if(ResultState > 5) c = 3000; diff --git a/qucs-help/docs/en/mathfunc.html b/qucs-help/docs/en/mathfunc.html index 84924e0c..39b691bc 100755 --- a/qucs-help/docs/en/mathfunc.html +++ b/qucs-help/docs/en/mathfunc.html @@ -108,10 +108,10 @@ possible values for "from" and "to" are 'Y', 'Z', 'H', 'G', Rollet(x)Rollet stability factor of matrix x (twoport S-parameter matrix) Mu(x)Mu stability factor of matrix x (twoport S-parameter matrix) Mu2(x)Mu' stability factor of matrix x (twoport S-parameter matrix) -linspace(start,
  end,n)
creates a vector with n linearily spaced values between start and end both inclusively -StabCircleS(S,arcs)source stability circle of twoport S-parameter matrix -StabCircleL(S,arcs)load stability circle of twoport S-parameter matrix -NoiseCircle(Sopt,
  Fmin,Rn,F,arcs)
noise circle +linspace(from,to,n)creates a vector with n linearly spaced elements between from and to, both inclusively +NoiseCircle(Sopt,
  Fmin,Rn,F,Arcs)
circles with constant noise figure(s) F (can be a constant or a vector), Arcs specifies the angles in degree created by e.g. linspace(0,360,100) +StabCircleS(S,Arcs)stability circle in the source plane +StabCircleL(S,Arcs)stability circle in the load plane
diff --git a/qucs/qucs_de.ts b/qucs/qucs_de.ts index 8154bdc0..e10a3638 100644 --- a/qucs/qucs_de.ts +++ b/qucs/qucs_de.ts @@ -468,15 +468,15 @@ Rotation around y-Axis: - Rotation um die y-Achse: + Drehung um die y-Achse: Rotation around z-Axis: - Rotation um die z-Achse: + Drehung um die z-Achse: Rotation around x-Axis: - + Drehung um die x-Achse: @@ -684,7 +684,7 @@ Close - Schließen + Schließen QucsFilter is a filter synthesis program. To create a filter, simply enter all parameters and press the big button at the bottom of the main window. Immediatly, the schematic of the filter is calculated and put into the clipboard. Now go to Qucs, open an empty schematic and press CTRL-V (paste from clipboard). The filter schematic can now be inserted and simulated. Have lots of fun! @@ -692,7 +692,7 @@ Help - + Hilfe Qucs Transcalc is an analysis and synthesis tool for calculating the electrical and physical properties of different kinds of RF and microwave transmission lines. @@ -897,31 +897,31 @@ OptionsDialog Options - + Optionen Units - + Einheiten Frequency - + Frequenz Length - + Länge Resistance - + Widerstand Angle - + Winkel Save as Default - + Als Standard speichern Dismiss @@ -2712,7 +2712,7 @@ Verwendung: qucsedit [-r] Datei Cannot find variable: - + Variable kann nicht gefunden werden: @@ -4624,130 +4624,105 @@ Einfacher Texteditor für Qucs QucsFilter E&xit - &Beenden + &Beenden Help... - + Hilfe... &About QucsFilter... - + Ü&ber QucsFilter... About Qt... - Über Qt... + Über Qt... &File - &Datei + &Datei &Help - &Hilfe + &Hilfe Filter type: - - - - Butterworth - + Filtertype: Filter class: - + Filterklasse: Low pass - + Tiefpass High pass - + Hochpass Order: - + Ordnung: Corner frequency: - - - - Hz - - - - kHz - - - - MHz - - - - GHz - + Grenzfrequenz: Stop frequency: - + Stopfrequenz: Pass band ripple: - - dB - - Impedance: - - - - Ohm - + Impedanz: Calculate and put into Clipboard - + Berechnen und in die Zwischenablage kopieren About... - Über... + Über... QucsFilter Version - + Filter synthesis program - + +Filtersynthese-Programm + Copyright (C) 2005 by Toyoyuki Ishikawa and Michael Margraf - + Copyright (C) 2005 von Toyoyuki Ishikawa und Michael Margraf + About Qt - Über Qt + Über Qt Result: - - - - Succesfull - + Ergebnis: Result: -- - + Ergebnis: -- + + + Successful + Erfolgreich @@ -6119,79 +6094,79 @@ Startet das Programm für die Leitungsberechnung QucsTranscalc Load - + Laden &Load - + &Laden Save - Speichern + Speichern &Save - &Speichern + &Speichern Options - + Optionen &Options - + &Optionen Quit - Beenden + Beenden &Quit - + &Beenden Copy to Clipboard - + In Zwischenablage kopieren &Copy to Clipboard - + In Zwischenablage &kopieren Analyze - + Analyse &Analyze - + &Analyse Synthesize - + Synthese &Synthesize - + &Synthese Help - + Hilfe &Help - &Hilfe + &Hilfe About - Über + Über &File - &Datei + &Datei &Execute - + &Ausführen Transmission Line Type @@ -6199,31 +6174,31 @@ Startet das Programm für die Leitungsberechnung Microstrip - + Mikrostreifen Rectangular Waveguide - + Hohlleiter Coaxial Line - + Koaxialkabel Coupled Microstrip - + Gekoppelte Mikrostreifenleitung Substrate Parameters - + Substratparameter Component Parameters - + Komponentenparameter Physical Parameters - + Physikalische Parameter Derive Electrical Parameters @@ -6235,15 +6210,15 @@ Startet das Programm für die Leitungsberechnung Electrical Parameters - + Elektrische Parameter Calculated Results - + Berechnete Ergebnisse Ready. - Fertig. + Fertig. er_eff @@ -6399,11 +6374,11 @@ Startet das Programm für die Leitungsberechnung About... - Über... + Über... Qucs Transcalc - + Transmission Line Calculator for Qucs @@ -6435,7 +6410,7 @@ Startet das Programm für die Leitungsberechnung Loading file... - + Datei wird geladen... Transcalc File @@ -6443,31 +6418,31 @@ Startet das Programm für die Leitungsberechnung Enter a Filename - Geben Sie einen Dateinamen ein + Geben Sie einen Dateinamen ein Error - Fehler + Fehler Cannot load file: - + Datei kann nicht geladen werden: Loading aborted. - + Das Laden wurde abgebrochen. Saving file... - Speichere Datei... + Speichere Datei... Cannot save file: - + Datei kann nicht gespeichert werden: Saving aborted. - + Das Speichern wurde abgebrochen. diff --git a/qucs/qucs_es.ts b/qucs/qucs_es.ts index 0ad0c60a..b461be41 100644 --- a/qucs/qucs_es.ts +++ b/qucs/qucs_es.ts @@ -3241,10 +3241,6 @@ Editor de texto muy simple para Qucs Filter type: - - Butterworth - - Filter class: @@ -3265,22 +3261,6 @@ Editor de texto muy simple para Qucs Corner frequency: - - Hz - - - - kHz - - - - MHz - - - - GHz - - Stop frequency: @@ -3289,18 +3269,10 @@ Editor de texto muy simple para Qucs Pass band ripple: - - dB - - Impedance: - - Ohm - - Calculate and put into Clipboard @@ -3333,11 +3305,11 @@ Filter synthesis program - Succesfull + Result: -- - Result: -- + Successful diff --git a/qucs/qucs_fr.ts b/qucs/qucs_fr.ts index 06fbe70d..ac199db2 100644 --- a/qucs/qucs_fr.ts +++ b/qucs/qucs_fr.ts @@ -3217,10 +3217,6 @@ Un petit éditeur sans prétention pour Qucs Filter type: - - Butterworth - - Filter class: @@ -3241,22 +3237,6 @@ Un petit éditeur sans prétention pour Qucs Corner frequency: - - Hz - - - - kHz - - - - MHz - - - - GHz - - Stop frequency: @@ -3265,18 +3245,10 @@ Un petit éditeur sans prétention pour Qucs Pass band ripple: - - dB - - Impedance: - - Ohm - - Calculate and put into Clipboard @@ -3309,11 +3281,11 @@ Filter synthesis program - Succesfull + Result: -- - Result: -- + Successful diff --git a/qucs/qucs_he.ts b/qucs/qucs_he.ts index 38deabf7..cdac74d7 100644 --- a/qucs/qucs_he.ts +++ b/qucs/qucs_he.ts @@ -3125,10 +3125,6 @@ Very simple text editor for Qucs Filter type: - - Butterworth - - Filter class: @@ -3149,22 +3145,6 @@ Very simple text editor for Qucs Corner frequency: - - Hz - - - - kHz - - - - MHz - - - - GHz - - Stop frequency: @@ -3173,18 +3153,10 @@ Very simple text editor for Qucs Pass band ripple: - - dB - - Impedance: - - Ohm - - Calculate and put into Clipboard @@ -3217,11 +3189,11 @@ Filter synthesis program - Succesfull + Result: -- - Result: -- + Successful diff --git a/qucs/qucs_hu.ts b/qucs/qucs_hu.ts index 2acd0f01..3ad148d7 100644 --- a/qucs/qucs_hu.ts +++ b/qucs/qucs_hu.ts @@ -3215,7 +3215,7 @@ Egyszerü szövegszerkesztő a Qucs-hoz Butterworth - Butterworth + Butterworth Filter class: @@ -3239,19 +3239,19 @@ Egyszerü szövegszerkesztő a Qucs-hoz Hz - Hz + Hz kHz - kHz + kHz MHz - MHz + MHz GHz - GHz + GHz Stop frequency: @@ -3263,7 +3263,7 @@ Egyszerü szövegszerkesztő a Qucs-hoz dB - dB + dB Impedance: @@ -3271,7 +3271,7 @@ Egyszerü szövegszerkesztő a Qucs-hoz Ohm - Ohm + Ohm Calculate and put into Clipboard @@ -3309,12 +3309,16 @@ Szűrő méretező program Succesfull - Sikeres + Sikeres Result: -- Eredmény: -- + + Successful + + QucsHelp diff --git a/qucs/qucs_it.ts b/qucs/qucs_it.ts index 831a9807..e68575a9 100644 --- a/qucs/qucs_it.ts +++ b/qucs/qucs_it.ts @@ -4219,10 +4219,6 @@ Editor di testo minimale per Qucs Filter type: - - Butterworth - - Filter class: @@ -4243,22 +4239,6 @@ Editor di testo minimale per Qucs Corner frequency: - - Hz - - - - kHz - - - - MHz - - - - GHz - - Stop frequency: @@ -4267,18 +4247,10 @@ Editor di testo minimale per Qucs Pass band ripple: - - dB - - Impedance: - - Ohm - - Calculate and put into Clipboard @@ -4311,11 +4283,11 @@ Filter synthesis program - Succesfull + Result: -- - Result: -- + Successful diff --git a/qucs/qucs_jp.ts b/qucs/qucs_jp.ts index d350c89e..4b51f6c0 100644 --- a/qucs/qucs_jp.ts +++ b/qucs/qucs_jp.ts @@ -3167,10 +3167,6 @@ Very simple text editor for Qucs Filter type: - - Butterworth - - Filter class: @@ -3191,22 +3187,6 @@ Very simple text editor for Qucs Corner frequency: - - Hz - - - - kHz - - - - MHz - - - - GHz - - Stop frequency: @@ -3215,18 +3195,10 @@ Very simple text editor for Qucs Pass band ripple: - - dB - - Impedance: - - Ohm - - Calculate and put into Clipboard @@ -3259,11 +3231,11 @@ Filter synthesis program - Succesfull + Result: -- - Result: -- + Successful diff --git a/qucs/qucs_pl.ts b/qucs/qucs_pl.ts index d034dee6..e788e091 100644 --- a/qucs/qucs_pl.ts +++ b/qucs/qucs_pl.ts @@ -3327,10 +3327,6 @@ Bardzo prosty edytor tekstowy programu Qucs Filter type: - - Butterworth - - Filter class: @@ -3351,22 +3347,6 @@ Bardzo prosty edytor tekstowy programu Qucs Corner frequency: - - Hz - - - - kHz - - - - MHz - - - - GHz - - Stop frequency: @@ -3375,18 +3355,10 @@ Bardzo prosty edytor tekstowy programu Qucs Pass band ripple: - - dB - - Impedance: - - Ohm - - Calculate and put into Clipboard @@ -3419,11 +3391,11 @@ Filter synthesis program - Succesfull + Result: -- - Result: -- + Successful diff --git a/qucs/qucs_pt.ts b/qucs/qucs_pt.ts index 8063ee3e..b56ea4ff 100644 --- a/qucs/qucs_pt.ts +++ b/qucs/qucs_pt.ts @@ -3191,10 +3191,6 @@ Very simple text editor for Qucs Filter type: - - Butterworth - - Filter class: @@ -3215,22 +3211,6 @@ Very simple text editor for Qucs Corner frequency: - - Hz - - - - kHz - - - - MHz - - - - GHz - - Stop frequency: @@ -3239,18 +3219,10 @@ Very simple text editor for Qucs Pass band ripple: - - dB - - Impedance: - - Ohm - - Calculate and put into Clipboard @@ -3283,11 +3255,11 @@ Filter synthesis program - Succesfull + Result: -- - Result: -- + Successful diff --git a/qucs/qucs_ro.ts b/qucs/qucs_ro.ts index 4d208bdd..94f03fcd 100644 --- a/qucs/qucs_ro.ts +++ b/qucs/qucs_ro.ts @@ -3278,10 +3278,6 @@ Editor de text foarte simplu pentur Qucs Filter type: - - Butterworth - - Filter class: @@ -3302,22 +3298,6 @@ Editor de text foarte simplu pentur Qucs Corner frequency: - - Hz - - - - kHz - - - - MHz - - - - GHz - - Stop frequency: @@ -3326,18 +3306,10 @@ Editor de text foarte simplu pentur Qucs Pass band ripple: - - dB - - Impedance: - - Ohm - - Calculate and put into Clipboard @@ -3370,11 +3342,11 @@ Filter synthesis program - Succesfull + Result: -- - Result: -- + Successful diff --git a/qucs/qucs_se.ts b/qucs/qucs_se.ts index 2ce61c41..ca09a0f8 100644 --- a/qucs/qucs_se.ts +++ b/qucs/qucs_se.ts @@ -3062,10 +3062,6 @@ Very simple text editor for Qucs Filter type: - - Butterworth - - Filter class: @@ -3086,22 +3082,6 @@ Very simple text editor for Qucs Corner frequency: - - Hz - - - - kHz - - - - MHz - - - - GHz - - Stop frequency: @@ -3110,18 +3090,10 @@ Very simple text editor for Qucs Pass band ripple: - - dB - - Impedance: - - Ohm - - Calculate and put into Clipboard @@ -3154,11 +3126,11 @@ Filter synthesis program - Succesfull + Result: -- - Result: -- + Successful