oops, did i forget to commit?

This commit is contained in:
raimi 2006-07-28 07:13:18 +00:00
parent cdd7bf952b
commit afa661fe4b
27 changed files with 476 additions and 169 deletions

View File

@ -23,7 +23,6 @@ QUCS_Att::~QUCS_Att(){}
int QUCS_Att::Calc(tagATT *ATT)
{
double Lmin, L, A;
//double y1,y2,y3;
L = pow(10, ATT->Attenuation / 10);
A = (L + 1) / (L - 1);
@ -50,27 +49,27 @@ int QUCS_Att::Calc(tagATT *ATT)
{
case PI_TYPE:
{
// y2 = (L - 1) / (2 * sqrt(L * ATT->Zin * ATT->Zout));
// y1 = y2 * (sqrt(ATT->Zout / ATT->Zin * L) - 1);
// y3 = y2 * (sqrt(ATT->Zin / ATT->Zout * L) - 1);
// ATT->R2 = 1/y2;
// ATT->R1 = 1/y1;
// ATT->R3 = 1/y3;
ATT->R2 = ((L - 1) / 2) * sqrt(ATT->Zin * ATT->Zout / L);
ATT->R1 = 1 / (((A / ATT->Zin)) - (1 / ATT->R2));
ATT->R3 = 1 / (((A / ATT->Zout)) - (1 / ATT->R2));
break;
}
case TEE_TYPE:
{
ATT->R2 = (2 * sqrt(L * ATT->Zin * ATT->Zout)) / (L - 1);
ATT->R1 = ATT->Zin * A - ATT->R2;
ATT->R3 = ATT->Zout * A - ATT->R2;
break;
}
}
return 0;
ATT->R2 = ((L - 1) / 2) * sqrt(ATT->Zin * ATT->Zout / L);
ATT->R1 = 1 / (((A / ATT->Zin)) - (1 / ATT->R2));
ATT->R3 = 1 / (((A / ATT->Zout)) - (1 / ATT->R2));
break;
}
case TEE_TYPE:
{
ATT->R2 = (2 * sqrt(L * ATT->Zin * ATT->Zout)) / (L - 1);
ATT->R1 = ATT->Zin * A - ATT->R2;
ATT->R3 = ATT->Zout * A - ATT->R2;
break;
}
case BRIDGE_TYPE:
{
L = pow(10, ATT->Attenuation / 20);
ATT->R1 = 50 * (L - 1);
ATT->R2 = 50 / (L - 1);
break;
}
}
return 0;
}
}
@ -86,8 +85,8 @@ QString* QUCS_Att::createSchematic(tagATT *ATT)
switch(ATT->Topology)
{
case PI_TYPE:
*s += QString("<R R2 1 210 130 -88 15 0 0 \"%1 Ohm\" 1 \"26.85\" 0 \"0.0\" 0 \"0.0\" 0 \"26.85\" 0 \"US\" 0>\n").arg(ATT->R2);
*s += QString("<R R1 1 180 160 6 -65 0 1 \"%1 Ohm\" 1 \"26.85\" 0 \"0.0\" 0 \"0.0\" 0 \"26.85\" 0 \"US\" 0>\n").arg(ATT->R1);
*s += QString("<R R1 1 180 160 -30 -14 0 1 \"%1 Ohm\" 1 \"26.85\" 0 \"0.0\" 0 \"0.0\" 0 \"26.85\" 0 \"US\" 0>\n").arg(ATT->R1);
*s += QString("<R R2 1 210 130 -19 -42 0 0 \"%1 Ohm\" 1 \"26.85\" 0 \"0.0\" 0 \"0.0\" 0 \"26.85\" 0 \"US\" 0>\n").arg(ATT->R2);
*s += QString("<R R3 1 240 160 11 -14 0 1 \"%1 Ohm\" 1 \"26.85\" 0 \"0.0\" 0 \"0.0\" 0 \"26.85\" 0 \"US\" 0>\n").arg(ATT->R3);
*s += "<GND * 1 180 190 0 0 0 0>\n";
*s += "<GND * 1 240 190 0 0 0 0>\n";
@ -99,16 +98,16 @@ QString* QUCS_Att::createSchematic(tagATT *ATT)
*s += "<Diagrams>\n";
*s += "</Diagrams>\n";
*s += "<Paintings>\n";
*s += QString("<Text 180 70 8 #000000 0 \"ATT %1 dB\">\n").arg(ATT->Attenuation);
*s += QString("<Text 260 110 8 #000000 0 \"Z2:%1 Ohm\">\n").arg(ATT->Zout);
*s += QString("<Text 110 110 8 #000000 0 \"Z1:%1 Ohm\">\n").arg(ATT->Zin);
*s += QString("<Text 125 60 12 #000000 0 \"%1 dB Pi-Type Attenuator\">\n").arg(ATT->Attenuation);
*s += QString("<Text 290 122 10 #000000 0 \"Z2: %1 Ohm\">\n").arg(ATT->Zout);
*s += QString("<Text 50 122 10 #000000 0 \"Z1: %1 Ohm\">\n").arg(ATT->Zin);
*s += "</Paintings>\n";
break;
case TEE_TYPE:
*s += QString("<R R1 1 180 130 -25 -30 0 2 \"%1 Ohm\" 1 \"26.85\" 0 \"0.0\" 0 \"0.0\" 0 \"26.85\" 0 \"US\" 0>\n").arg(ATT->R1);
*s += QString("<R R3 1 240 130 -25 -32 0 2 \"%1 Ohm\" 1 \"26.85\" 0 \"0.0\" 0 \"0.0\" 0 \"26.85\" 0 \"US\" 0>\n").arg(ATT->R3);
*s += QString("<R R1 1 180 130 -25 -42 0 2 \"%1 Ohm\" 1 \"26.85\" 0 \"0.0\" 0 \"0.0\" 0 \"26.85\" 0 \"US\" 0>\n").arg(ATT->R1);
*s += QString("<R R2 1 210 160 10 -4 0 3 \"%1 Ohm\" 1 \"26.85\" 0 \"0.0\" 0 \"0.0\" 0 \"26.85\" 0 \"US\" 0>\n").arg(ATT->R2);
*s += QString("<R R3 1 240 130 -25 -42 0 2 \"%1 Ohm\" 1 \"26.85\" 0 \"0.0\" 0 \"0.0\" 0 \"26.85\" 0 \"US\" 0>\n").arg(ATT->R3);
*s += "<GND * 1 210 190 0 0 0 0>\n";
*s +="</Components>\n";
*s += "<Wires>\n";
@ -118,9 +117,30 @@ QString* QUCS_Att::createSchematic(tagATT *ATT)
*s += "<Diagrams>\n";
*s += "</Diagrams>\n";
*s += "<Paintings>\n";
*s += QString("<Text 180 70 8 #000000 0 \"ATT %1 dB\">\n").arg(ATT->Attenuation);
*s += QString("<Text 260 140 8 #000000 0 \"Z2:%1 Ohm\">\n").arg(ATT->Zout);
*s += QString("<Text 110 140 8 #000000 0 \"Z1:%1 Ohm\">\n").arg(ATT->Zin);
*s += QString("<Text 115 60 12 #000000 0 \"%1 dB Tee-Type Attenuator\">\n").arg(ATT->Attenuation);
*s += QString("<Text 290 122 10 #000000 0 \"Z2: %1 Ohm\">\n").arg(ATT->Zout);
*s += QString("<Text 50 122 10 #000000 0 \"Z1: %1 Ohm\">\n").arg(ATT->Zin);
*s += "</Paintings>\n";
break;
case BRIDGE_TYPE:
*s += QString("<R R1 1 210 130 -19 -42 0 0 \"%1 Ohm\" 1 \"26.85\" 0 \"0.0\" 0 \"0.0\" 0 \"26.85\" 0 \"US\" 0>\n").arg(ATT->R1);
*s += QString("<R R2 1 180 160 -30 -14 0 1 \"%1 Ohm\" 0 \"26.85\" 0 \"0.0\" 0 \"0.0\" 0 \"26.85\" 0 \"US\" 0>\n").arg(50);
*s += QString("<R R3 1 240 160 11 -14 0 1 \"%1 Ohm\" 0 \"26.85\" 0 \"0.0\" 0 \"0.0\" 0 \"26.85\" 0 \"US\" 0>\n").arg(50);
*s += QString("<R R4 1 210 220 11 -14 0 1 \"%1 Ohm\" 1 \"26.85\" 0 \"0.0\" 0 \"0.0\" 0 \"26.85\" 0 \"US\" 0>\n").arg(ATT->R2);
*s += "<GND * 1 210 250 0 0 0 0>\n";
*s += "</Components>\n";
*s += "<Wires>\n";
*s += "<240 130 280 130 \"\" 0 0 0 \"\">\n";
*s += "<140 130 180 130 \"\" 0 0 0 \"\">\n";
*s += "<180 190 240 190 \"\" 0 0 0 \"\">\n";
*s += "</Wires>\n";
*s += "<Diagrams>\n";
*s += "</Diagrams>\n";
*s += "<Paintings>\n";
*s += QString("<Text 100 60 12 #000000 0 \"%1 dB Bridged-Tee-Type Attenuator\">\n").arg(ATT->Attenuation);
*s += QString("<Text 290 122 10 #000000 0 \"Z2: %1 Ohm\">\n").arg(ATT->Zout);
*s += QString("<Text 50 122 10 #000000 0 \"Z1: %1 Ohm\">\n").arg(ATT->Zin);
*s += "</Paintings>\n";
break;
}

View File

@ -15,6 +15,7 @@
#define PI_TYPE 0
#define TEE_TYPE 1
#define BRIDGE_TYPE 2
#include <math.h>

View File

@ -24,7 +24,7 @@
XPMS =
PNGS = pix_pi.png pix_tee.png
PNGS = att_pi.png att_tee.png att_bridge.png
ICONS =

Binary file not shown.

After

Width:  |  Height:  |  Size: 996 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 786 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 776 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.6 KiB

View File

@ -36,13 +36,13 @@ HelpDialog::HelpDialog(QWidget *parent)
// -------- set help text into dialog ------------
QString s(tr("QucsAttenuator is an attenuator synthesis program. "
"To create a attenuator, simply enter all "
"parameters and press the big button at the "
"bottom of the main window. Immediatly, the "
"the input parameters and press the calculation button. "
"Immediatly, the "
"schematic of the attenuator is calculated and "
"put into the clipboard. Now go to Qucs, "
"open an schematic and press "
"CTRL-V (paste from clipboard). The attenuator "
"schematic can now be inserted."
"schematic can now be inserted. "
"Have lots of fun!"));

View File

@ -9,6 +9,7 @@
**
**
*****************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
@ -17,6 +18,8 @@
#include "qucsattenuator.h"
#include "helpdialog.h"
#include <qvgroupbox.h>
#include <qvbox.h>
#include <qmenubar.h>
#include <qpopupmenu.h>
#include <qmessagebox.h>
@ -43,7 +46,7 @@ QucsAttenuator::QucsAttenuator()
helpMenu->insertItem(tr("Help..."), this, SLOT(slotHelpIntro()), Key_F1);
helpMenu->insertSeparator();
helpMenu->insertItem(
tr("&About QucsAttenuator..."), this, SLOT(slotHelpAbout()), 0);
tr("&About QucsAttenuator..."), this, SLOT(slotHelpAbout()), 0);
helpMenu->insertItem(tr("About Qt..."), this, SLOT(slotHelpAboutQt()), 0);
QMenuBar *bar = new QMenuBar(this);
@ -51,86 +54,114 @@ QucsAttenuator::QucsAttenuator()
bar->insertSeparator ();
bar->insertItem(tr("&Help"), helpMenu);
gbox = new QGridLayout(this, 10,3,5,5);
QVBoxLayout * v2 = new QVBoxLayout (this);
QVBox * vm = new QVBox (this);
vm->setSpacing(0);
v2->setSpacing(2);
QWidget *Space = new QWidget(this); // reserve space for menubar
Space->setFixedSize(5, bar->height());
gbox->addWidget(Space, 0,0);
v2->addWidget(Space);
LabelTopology = new QLabel(tr("Topology:"), this);
gbox->addWidget(LabelTopology, 1, 0);
QHBox * h1 = new QHBox (this);
v2->addWidget(h1);
h1->setSpacing(2);
h1->setMargin(5);
QVBox * v1 = new QVBox (h1);
v1->setSpacing(2);
ComboTopology = new QComboBox(this);//====================Topology Combobox
ComboTopology->insertItem("Pi Type");
ComboTopology->insertItem("Tee Type");
gbox->addWidget(ComboTopology, 1, 1);
QGroupBox * TopoGroup = new QGroupBox (tr("Topology"), v1);
QGridLayout * tbox = new QGridLayout(TopoGroup, 3,1,5,5);
QWidget *Space2 = new QWidget(TopoGroup);
Space2->setFixedSize(8, 8);
tbox->addMultiCellWidget(Space2,0,0,0,0);
ComboTopology = new QComboBox(TopoGroup);//=================Topology Combobox
ComboTopology->insertItem("Pi");
ComboTopology->insertItem("Tee");
ComboTopology->insertItem("Bridged Tee");
connect(ComboTopology, SIGNAL(activated(int)), SLOT(slotTopologyChanged()));
tbox->addWidget(ComboTopology, 1,0);
pixTopology = new QLabel(this);//====================Pixmap for Topology
pixTopology->setPixmap(QPixmap (QImage (QucsSettings.BitmapDir + "pix_pi.png")));
//pixTopology->setPixmap(QPixmap (QImage ("pix_pi.png")));
gbox->addWidget(pixTopology, 2,1);
pixTopology = new QLabel(TopoGroup);//====================Pixmap for Topology
pixTopology->setPixmap(QPixmap (QImage (QucsSettings.BitmapDir + "att_pi.png")));
tbox->addMultiCellWidget(pixTopology,2,2,0,0);
QVBox * vb = new QVBox (h1);
vb->setSpacing(2);
QGroupBox * InputGroup = new QGroupBox (tr("Input"), vb);
QGridLayout * ibox = new QGridLayout(InputGroup, 5,3,5,5);
ibox->addMultiCellWidget(Space2,0,0,0,2);
IntVal = new QIntValidator(this);
DoubleVal = new QDoubleValidator(this);
LabelAtten = new QLabel(tr("Attenuation:"), this);
gbox ->addWidget(LabelAtten, 3,0);
lineEdit_Attvalue = new QLineEdit(tr("1"), this);
LabelAtten = new QLabel(tr("Attenuation:"), InputGroup);
ibox ->addWidget(LabelAtten, 1,0);
lineEdit_Attvalue = new QLineEdit(tr("1"), InputGroup);
lineEdit_Attvalue->setValidator(DoubleVal);
gbox->addWidget(lineEdit_Attvalue, 3,1);
QLabel *Label1 = new QLabel(tr("dB"), this);
gbox->addWidget(Label1, 3,2);
ibox->addWidget(lineEdit_Attvalue, 1,1);
QLabel *Label1 = new QLabel(tr("dB"), InputGroup);
ibox->addWidget(Label1, 1,2);
LabelImp1 = new QLabel(tr("Zin:"), this);
gbox->addWidget(LabelImp1, 4,0);
lineEdit_Zin = new QLineEdit(tr("50"), this);
LabelImp1 = new QLabel(tr("Zin:"), InputGroup);
ibox->addWidget(LabelImp1, 2,0);
lineEdit_Zin = new QLineEdit(tr("50"), InputGroup);
lineEdit_Zin->setValidator(DoubleVal);
gbox->addWidget(lineEdit_Zin, 4,1);
QLabel *Label2 = new QLabel(tr("dB"), this);
gbox->addWidget(Label2, 4,2);
ibox->addWidget(lineEdit_Zin, 2,1);
QLabel *Label2 = new QLabel(tr("Ohm"), InputGroup);
ibox->addWidget(Label2, 2,2);
LabelImp2 = new QLabel(tr("Zout:"), this);
gbox->addWidget(LabelImp2, 5,0);
lineEdit_Zout = new QLineEdit(tr("50"), this);
LabelImp2 = new QLabel(tr("Zout:"), InputGroup);
ibox->addWidget(LabelImp2, 3,0);
lineEdit_Zout = new QLineEdit(tr("50"), InputGroup);
lineEdit_Zout->setValidator(DoubleVal);
gbox->addWidget(lineEdit_Zout, 5,1);
QLabel *Label3 = new QLabel(tr("dB"), this);
gbox->addWidget(Label3, 5,2);
ibox->addWidget(lineEdit_Zout, 3,1);
QLabel *Label3 = new QLabel(tr("Ohm"), InputGroup);
ibox->addWidget(Label3, 3,2);
Calculate = new QPushButton(tr("Calculate and put into Clipboard"), this);
gbox->addMultiCellWidget(Calculate, 6,7,0,2);
Calculate = new QPushButton(tr("Calculate and put into Clipboard"), vb);
connect(Calculate, SIGNAL(clicked()), SLOT(slotCalculate()));
LabelR1 = new QLabel(tr("R1:"), this);
gbox->addWidget(LabelR1, 8,0);
lineEdit_R1 = new QLineEdit(tr("--"), this);
gbox->addWidget(lineEdit_R1, 8,1);
QLabel *Label4 = new QLabel(tr("Ohm"), this);
gbox->addWidget(Label4, 8,2);
QGroupBox * OutputGroup = new QGroupBox (tr("Output"), vb);
QGridLayout * obox = new QGridLayout(OutputGroup, 5,3,5,5);
obox->addMultiCellWidget(Space2,0,0,0,2);
LabelR2 = new QLabel(tr("R2:"), this);
gbox->addWidget(LabelR2, 9,0);
lineEdit_R2 = new QLineEdit(tr("--"), this);
gbox->addWidget(lineEdit_R2, 9,1);
QLabel *Label5 = new QLabel(tr("Ohm"), this);
gbox->addWidget(Label5, 9,2);
LabelR1 = new QLabel(tr("R1:"), OutputGroup);
obox->addWidget(LabelR1, 1,0);
lineEdit_R1 = new QLineEdit(tr("--"), OutputGroup);
obox->addWidget(lineEdit_R1, 1,1);
QLabel *Label4 = new QLabel(tr("Ohm"), OutputGroup);
obox->addWidget(Label4, 1,2);
LabelR3 = new QLabel(tr("R3:"), this);
gbox->addWidget(LabelR3, 10,0);
lineEdit_R3 = new QLineEdit(tr("--"), this);
gbox->addWidget(lineEdit_R3, 10,1);
QLabel *Label6 = new QLabel(tr("Ohm"), this);
gbox->addWidget(Label6, 10,2);
LabelR2 = new QLabel(tr("R2:"), OutputGroup);
obox->addWidget(LabelR2, 2,0);
lineEdit_R2 = new QLineEdit(tr("--"), OutputGroup);
obox->addWidget(lineEdit_R2, 2,1);
QLabel *Label5 = new QLabel(tr("Ohm"), OutputGroup);
obox->addWidget(Label5, 2,2);
LabelR3 = new QLabel(tr("R3:"), OutputGroup);
obox->addWidget(LabelR3, 3,0);
lineEdit_R3 = new QLineEdit(tr("--"), OutputGroup);
obox->addWidget(lineEdit_R3, 3,1);
LabelR3_Ohm = new QLabel(tr("Ohm"), OutputGroup);
obox->addWidget(LabelR3_Ohm, 3,2);
LabelResult = new QLabel(tr("Result:"), this);
v2->addWidget(LabelResult);
LabelResult->setAlignment(Qt::AlignHCenter);
gbox->addMultiCellWidget(LabelResult, 11,11,0,2);
QWidget *Space1 = new QWidget(this); // reserve space for menubar
Space1->setFixedSize(5,5);
v2->addWidget(Space1);
}
QucsAttenuator::~QucsAttenuator()
{
delete gbox;
delete IntVal;
delete DoubleVal;
}
@ -152,6 +183,8 @@ void QucsAttenuator::slotHelpAbout()
"QucsAttenuator Version " PACKAGE_VERSION+
tr("\nAttenuator synthesis program\n")+
tr("Copyright (C) 2006 by")+" Toyoyuki Ishikawa"
"\n"+
tr("Copyright (C) 2006 by")+" Stefan Jahn"
"\n"
"\nThis is free software; see the source for copying conditions."
"\nThere is NO warranty; not even for MERCHANTABILITY or "
@ -176,12 +209,28 @@ void QucsAttenuator::slotTopologyChanged()
switch(ComboTopology->currentItem())
{
case PI_TYPE:
pixTopology->setPixmap(QPixmap(QImage(QucsSettings.BitmapDir + "pix_pi.png")));
pixTopology->setPixmap(QPixmap(QImage(QucsSettings.BitmapDir + "att_pi.png")));
LabelR2->setText("R2:");
LabelR3->show();
lineEdit_R3->show();
LabelR3_Ohm->show();
break;
case TEE_TYPE:
pixTopology->setPixmap(QPixmap(QImage(QucsSettings.BitmapDir + "pix_tee.png")));
pixTopology->setPixmap(QPixmap(QImage(QucsSettings.BitmapDir + "att_tee.png")));
LabelR2->setText("R2:");
LabelR3->show();
lineEdit_R3->show();
LabelR3_Ohm->show();
break;
case BRIDGE_TYPE:
pixTopology->setPixmap(QPixmap(QImage(QucsSettings.BitmapDir + "att_bridge.png")));
LabelR2->setText("R4:");
LabelR3->hide();
lineEdit_R3->hide();
LabelR3_Ohm->hide();
break;
}
adjustSize();
}
@ -201,7 +250,7 @@ void QucsAttenuator::slotCalculate()
if(result != -1)
{
LabelResult->setText("Result:Success!");
LabelResult->setText(tr("Result:")+" "+tr("Success!"));
lineEdit_R1->setText(QString::number(Values.R1, 'f', 1));
lineEdit_R2->setText(QString::number(Values.R2, 'f', 1));
lineEdit_R3->setText(QString::number(Values.R3, 'f', 1));
@ -215,7 +264,7 @@ void QucsAttenuator::slotCalculate()
}
else
{
LabelResult->setText("Error: Set Attenuation more than " + QString::number(Values.MinimumATT, 'f', 1) + "dB");
LabelResult->setText(tr("Error: Set Attenuation more than %1 dB").arg(QString::number(Values.MinimumATT, 'f', 3)));
lineEdit_R1->setText("--");
lineEdit_R2->setText("--");
lineEdit_R3->setText("--");

View File

@ -52,10 +52,10 @@ class QucsAttenuator : public QDialog
void slotQuit();
private:
QGridLayout *gbox;
QComboBox *ComboTopology;
QLabel *LabelTopology, *LabelAtten, *LabelImp1, *LabelImp2;
QLabel *LabelR1, *LabelR2, *LabelR3, *pixTopology, *LabelResult;
QLabel *LabelR3_Ohm;
QLineEdit *lineEdit_Attvalue, *lineEdit_Zin, *lineEdit_Zout;
QLineEdit *lineEdit_R1, *lineEdit_R2, *lineEdit_R3, *lineEdit_Results;
QPushButton *Calculate;

View File

@ -116,7 +116,10 @@ void VTabBar::setTabState(int p_id,bool state)
{
c->blockSignals(true);
if(c->id() == p_id && state == true)
current = c;
{
current = c;
current->setOn(true);
}
else
c->setOn(false);
c->blockSignals(false);

View File

@ -17,8 +17,10 @@
* Boston, MA 02110-1301, USA. *
***************************************************************************/
#include "vtabwidget.h"
#include "vtabbutton.h"
#include "vtabbar.h"
#include "vtabwidget.h"
#include <qlayout.h>
#include <qwidgetstack.h>
@ -102,13 +104,21 @@ QSize VTabWidget::sizeHint() const
void VTabWidget::setCurrentPage(int id)
{
if(!m_wStack->isShown())
m_wStack->setShown(true);
{
m_wStack->setShown(true);
emit widgetStackShown();
}
m_wStack->raiseWidget(id);
QWidget *w = m_wStack->widget(id);
if(w)
emit activatedPage(w);
const VTabBar *b = dynamic_cast<const VTabBar*>(sender());
if(!b)
VTab *const t = m_bar->findTab(id);
if(t == 0l)
{
qWarning("BUG: Tab id and widget id mismatch");
return;
}
if(t->isOn())
return;
//else programatically called
m_bar->blockSignals(true);

View File

@ -878,7 +878,7 @@
<translation>Für jede Art von Leitung können - mit Hilfe von Dialogen - Werte für verschiedene Parameter eingegeben werden, und entweder deren elektrische Eigenschaften berechnet werden oder aus den elektrischen Vorgaben die physikalischen Parameter der ausgewählten Leitungsart synthetisiert werden.</translation>
</message>
<message>
<source>QucsAttenuator is an attenuator synthesis program. To create a attenuator, simply enter all parameters and press the big button at the bottom of the main window. Immediatly, the schematic of the attenuator is calculated and put into the clipboard. Now go to Qucs, open an schematic and press CTRL-V (paste from clipboard). The attenuator schematic can now be inserted.Have lots of fun!</source>
<source>QucsAttenuator is an attenuator synthesis program. To create a attenuator, simply enter all the input parameters and press the calculation button. Immediatly, the schematic of the attenuator is calculated and put into the clipboard. Now go to Qucs, open an schematic and press CTRL-V (paste from clipboard). The attenuator schematic can now be inserted. Have lots of fun!</source>
<translation type="unfinished"></translation>
</message>
</context>
@ -6663,10 +6663,6 @@ Starts attenuator calculation program</source>
<source>&amp;Help</source>
<translation type="unfinished">&amp;Hilfe</translation>
</message>
<message>
<source>Topology:</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Attenuation:</source>
<translation type="unfinished"></translation>
@ -6737,6 +6733,26 @@ Attenuator synthesis program
<source>Copyright (C) 2006 by</source>
<translation type="unfinished">Copyright (C) 2006 von</translation>
</message>
<message>
<source>Topology</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Input</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Output</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Success!</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Error: Set Attenuation more than %1 dB</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>QucsEdit</name>

View File

@ -822,7 +822,7 @@
<translation>Para cada tipo de línea de transmisión, usando cuadros de diálogo, puedes introducir valores para los distiintos parámetros, y calcular sus propiedades eléctricas, o usar los requerimientos eléctricos para sintetizar parámetros físicos de la línea de transmisión requerida.</translation>
</message>
<message>
<source>QucsAttenuator is an attenuator synthesis program. To create a attenuator, simply enter all parameters and press the big button at the bottom of the main window. Immediatly, the schematic of the attenuator is calculated and put into the clipboard. Now go to Qucs, open an schematic and press CTRL-V (paste from clipboard). The attenuator schematic can now be inserted.Have lots of fun!</source>
<source>QucsAttenuator is an attenuator synthesis program. To create a attenuator, simply enter all the input parameters and press the calculation button. Immediatly, the schematic of the attenuator is calculated and put into the clipboard. Now go to Qucs, open an schematic and press CTRL-V (paste from clipboard). The attenuator schematic can now be inserted. Have lots of fun!</source>
<translation type="unfinished"></translation>
</message>
</context>
@ -6252,10 +6252,6 @@ Starts attenuator calculation program</source>
<source>&amp;Help</source>
<translation type="unfinished">&amp;Ayuda</translation>
</message>
<message>
<source>Topology:</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Attenuation:</source>
<translation type="unfinished"></translation>
@ -6326,6 +6322,26 @@ Attenuator synthesis program
<source>Copyright (C) 2006 by</source>
<translation type="unfinished">Copyright (C) 2006 por</translation>
</message>
<message>
<source>Topology</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Input</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Output</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Success!</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Error: Set Attenuation more than %1 dB</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>QucsEdit</name>

View File

@ -824,7 +824,7 @@
<translation>Pour chaque type de transmission, dans les boîtes de dialogue, saisissez les valeurs des différents paramètres, puis calculez soit les caractéristiques électriques, ou, à partir des caractéristiques électriques, calculez les paramètres physiques correspondants.</translation>
</message>
<message>
<source>QucsAttenuator is an attenuator synthesis program. To create a attenuator, simply enter all parameters and press the big button at the bottom of the main window. Immediatly, the schematic of the attenuator is calculated and put into the clipboard. Now go to Qucs, open an schematic and press CTRL-V (paste from clipboard). The attenuator schematic can now be inserted.Have lots of fun!</source>
<source>QucsAttenuator is an attenuator synthesis program. To create a attenuator, simply enter all the input parameters and press the calculation button. Immediatly, the schematic of the attenuator is calculated and put into the clipboard. Now go to Qucs, open an schematic and press CTRL-V (paste from clipboard). The attenuator schematic can now be inserted. Have lots of fun!</source>
<translation type="unfinished"></translation>
</message>
</context>
@ -6295,10 +6295,6 @@ Starts attenuator calculation program</source>
<source>&amp;Help</source>
<translation type="unfinished">&amp;Aide</translation>
</message>
<message>
<source>Topology:</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Attenuation:</source>
<translation type="unfinished"></translation>
@ -6369,6 +6365,26 @@ Attenuator synthesis program
<source>Copyright (C) 2006 by</source>
<translation type="unfinished">Copyright © 2006 </translation>
</message>
<message>
<source>Topology</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Input</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Output</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Success!</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Error: Set Attenuation more than %1 dB</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>QucsEdit</name>

View File

@ -799,7 +799,7 @@
<translation type="unfinished"></translation>
</message>
<message>
<source>QucsAttenuator is an attenuator synthesis program. To create a attenuator, simply enter all parameters and press the big button at the bottom of the main window. Immediatly, the schematic of the attenuator is calculated and put into the clipboard. Now go to Qucs, open an schematic and press CTRL-V (paste from clipboard). The attenuator schematic can now be inserted.Have lots of fun!</source>
<source>QucsAttenuator is an attenuator synthesis program. To create a attenuator, simply enter all the input parameters and press the calculation button. Immediatly, the schematic of the attenuator is calculated and put into the clipboard. Now go to Qucs, open an schematic and press CTRL-V (paste from clipboard). The attenuator schematic can now be inserted. Have lots of fun!</source>
<translation type="unfinished"></translation>
</message>
</context>
@ -6092,10 +6092,6 @@ Starts attenuator calculation program</source>
<source>&amp;Help</source>
<translation type="unfinished">&amp;עזרה</translation>
</message>
<message>
<source>Topology:</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Attenuation:</source>
<translation type="unfinished"></translation>
@ -6166,6 +6162,26 @@ Attenuator synthesis program
<source>Copyright (C) 2006 by</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Topology</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Input</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Output</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Success!</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Error: Set Attenuation more than %1 dB</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>QucsEdit</name>

View File

@ -825,7 +825,7 @@ fizikai tulajdonságait számítja ki.</translation>
</translation>
</message>
<message>
<source>QucsAttenuator is an attenuator synthesis program. To create a attenuator, simply enter all parameters and press the big button at the bottom of the main window. Immediatly, the schematic of the attenuator is calculated and put into the clipboard. Now go to Qucs, open an schematic and press CTRL-V (paste from clipboard). The attenuator schematic can now be inserted.Have lots of fun!</source>
<source>QucsAttenuator is an attenuator synthesis program. To create a attenuator, simply enter all the input parameters and press the calculation button. Immediatly, the schematic of the attenuator is calculated and put into the clipboard. Now go to Qucs, open an schematic and press CTRL-V (paste from clipboard). The attenuator schematic can now be inserted. Have lots of fun!</source>
<translation type="unfinished"></translation>
</message>
</context>
@ -6317,10 +6317,6 @@ Starts attenuator calculation program</source>
<source>&amp;Help</source>
<translation type="unfinished">&amp;Súgó</translation>
</message>
<message>
<source>Topology:</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Attenuation:</source>
<translation type="unfinished"></translation>
@ -6391,6 +6387,26 @@ Attenuator synthesis program
<source>Copyright (C) 2006 by</source>
<translation type="unfinished">Copyright (C) 2006 by</translation>
</message>
<message>
<source>Topology</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Input</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Output</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Success!</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Error: Set Attenuation more than %1 dB</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>QucsEdit</name>

View File

@ -886,7 +886,7 @@
<translation>Per ogni tipo di linea di trasmissione, usando caselle di input, puoi inserire valori per i vari parametri e calcolare le sue caratteristiche elettriche, o usare i requisiti elettrici forniti per sintetizzare i parametri fisici della linea di trasmissione adatta.</translation>
</message>
<message>
<source>QucsAttenuator is an attenuator synthesis program. To create a attenuator, simply enter all parameters and press the big button at the bottom of the main window. Immediatly, the schematic of the attenuator is calculated and put into the clipboard. Now go to Qucs, open an schematic and press CTRL-V (paste from clipboard). The attenuator schematic can now be inserted.Have lots of fun!</source>
<source>QucsAttenuator is an attenuator synthesis program. To create a attenuator, simply enter all the input parameters and press the calculation button. Immediatly, the schematic of the attenuator is calculated and put into the clipboard. Now go to Qucs, open an schematic and press CTRL-V (paste from clipboard). The attenuator schematic can now be inserted. Have lots of fun!</source>
<translation type="unfinished"></translation>
</message>
</context>
@ -6683,10 +6683,6 @@ Starts attenuator calculation program</source>
<source>&amp;Help</source>
<translation type="unfinished">&amp;Aiuto</translation>
</message>
<message>
<source>Topology:</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Attenuation:</source>
<translation type="unfinished"></translation>
@ -6758,6 +6754,26 @@ Attenuator synthesis program
<translation type="unfinished">Copyright (C) 2006 di
</translation>
</message>
<message>
<source>Topology</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Input</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Output</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Success!</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Error: Set Attenuation more than %1 dB</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>QucsEdit</name>

View File

@ -822,7 +822,7 @@
<translation>使</translation>
</message>
<message>
<source>QucsAttenuator is an attenuator synthesis program. To create a attenuator, simply enter all parameters and press the big button at the bottom of the main window. Immediatly, the schematic of the attenuator is calculated and put into the clipboard. Now go to Qucs, open an schematic and press CTRL-V (paste from clipboard). The attenuator schematic can now be inserted.Have lots of fun!</source>
<source>QucsAttenuator is an attenuator synthesis program. To create a attenuator, simply enter all the input parameters and press the calculation button. Immediatly, the schematic of the attenuator is calculated and put into the clipboard. Now go to Qucs, open an schematic and press CTRL-V (paste from clipboard). The attenuator schematic can now be inserted. Have lots of fun!</source>
<translation type="unfinished"></translation>
</message>
</context>
@ -6183,10 +6183,6 @@ Starts attenuator calculation program</source>
<source>&amp;Help</source>
<translation type="unfinished">(&amp;H)</translation>
</message>
<message>
<source>Topology:</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Attenuation:</source>
<translation type="unfinished"></translation>
@ -6257,6 +6253,26 @@ Attenuator synthesis program
<source>Copyright (C) 2006 by</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Topology</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Input</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Output</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Success!</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Error: Set Attenuation more than %1 dB</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>QucsEdit</name>

View File

@ -812,7 +812,7 @@
<translation>Dla każdego z rodzajów linii transmisyjnych można wprowadzić wartości ich parametrów fizycznych i obliczyć ich parametry fizyczne bądź wprowadzić wartości ich parametrów elektrycznych i obliczyć fizyczne.</translation>
</message>
<message>
<source>QucsAttenuator is an attenuator synthesis program. To create a attenuator, simply enter all parameters and press the big button at the bottom of the main window. Immediatly, the schematic of the attenuator is calculated and put into the clipboard. Now go to Qucs, open an schematic and press CTRL-V (paste from clipboard). The attenuator schematic can now be inserted.Have lots of fun!</source>
<source>QucsAttenuator is an attenuator synthesis program. To create a attenuator, simply enter all the input parameters and press the calculation button. Immediatly, the schematic of the attenuator is calculated and put into the clipboard. Now go to Qucs, open an schematic and press CTRL-V (paste from clipboard). The attenuator schematic can now be inserted. Have lots of fun!</source>
<translation type="unfinished"></translation>
</message>
</context>
@ -6284,10 +6284,6 @@ Starts attenuator calculation program</source>
<source>&amp;Help</source>
<translation type="unfinished">&amp;Pomoc</translation>
</message>
<message>
<source>Topology:</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Attenuation:</source>
<translation type="unfinished"></translation>
@ -6358,6 +6354,26 @@ Attenuator synthesis program
<source>Copyright (C) 2006 by</source>
<translation type="unfinished">Copyright (C) 2006 by</translation>
</message>
<message>
<source>Topology</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Input</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Output</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Success!</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Error: Set Attenuation more than %1 dB</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>QucsEdit</name>

View File

@ -782,7 +782,7 @@
<translation type="unfinished"></translation>
</message>
<message>
<source>QucsAttenuator is an attenuator synthesis program. To create a attenuator, simply enter all parameters and press the big button at the bottom of the main window. Immediatly, the schematic of the attenuator is calculated and put into the clipboard. Now go to Qucs, open an schematic and press CTRL-V (paste from clipboard). The attenuator schematic can now be inserted.Have lots of fun!</source>
<source>QucsAttenuator is an attenuator synthesis program. To create a attenuator, simply enter all the input parameters and press the calculation button. Immediatly, the schematic of the attenuator is calculated and put into the clipboard. Now go to Qucs, open an schematic and press CTRL-V (paste from clipboard). The attenuator schematic can now be inserted. Have lots of fun!</source>
<translation type="unfinished"></translation>
</message>
</context>
@ -6055,10 +6055,6 @@ Starts attenuator calculation program</source>
<source>&amp;Help</source>
<translation type="unfinished">&amp;Ajuda</translation>
</message>
<message>
<source>Topology:</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Attenuation:</source>
<translation type="unfinished"></translation>
@ -6129,6 +6125,26 @@ Attenuator synthesis program
<source>Copyright (C) 2006 by</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Topology</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Input</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Output</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Success!</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Error: Set Attenuation more than %1 dB</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>QucsEdit</name>

View File

@ -786,7 +786,7 @@
<translation type="unfinished"></translation>
</message>
<message>
<source>QucsAttenuator is an attenuator synthesis program. To create a attenuator, simply enter all parameters and press the big button at the bottom of the main window. Immediatly, the schematic of the attenuator is calculated and put into the clipboard. Now go to Qucs, open an schematic and press CTRL-V (paste from clipboard). The attenuator schematic can now be inserted.Have lots of fun!</source>
<source>QucsAttenuator is an attenuator synthesis program. To create a attenuator, simply enter all the input parameters and press the calculation button. Immediatly, the schematic of the attenuator is calculated and put into the clipboard. Now go to Qucs, open an schematic and press CTRL-V (paste from clipboard). The attenuator schematic can now be inserted. Have lots of fun!</source>
<translation type="unfinished"></translation>
</message>
</context>
@ -6182,10 +6182,6 @@ Starts attenuator calculation program</source>
<source>&amp;Help</source>
<translation type="unfinished">A&amp;jutor</translation>
</message>
<message>
<source>Topology:</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Attenuation:</source>
<translation type="unfinished"></translation>
@ -6256,6 +6252,26 @@ Attenuator synthesis program
<source>Copyright (C) 2006 by</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Topology</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Input</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Output</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Success!</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Error: Set Attenuation more than %1 dB</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>QucsEdit</name>

View File

@ -878,7 +878,7 @@
<translation>Для каждого типа линии передач можно с помощью диалоговых средств ввести значения различных параметров и либо вычислить ее электрические свойства, либо использовать данные электрические параметры для синтеза физических параметров выбранной линии передачи.</translation>
</message>
<message>
<source>QucsAttenuator is an attenuator synthesis program. To create a attenuator, simply enter all parameters and press the big button at the bottom of the main window. Immediatly, the schematic of the attenuator is calculated and put into the clipboard. Now go to Qucs, open an schematic and press CTRL-V (paste from clipboard). The attenuator schematic can now be inserted.Have lots of fun!</source>
<source>QucsAttenuator is an attenuator synthesis program. To create a attenuator, simply enter all the input parameters and press the calculation button. Immediatly, the schematic of the attenuator is calculated and put into the clipboard. Now go to Qucs, open an schematic and press CTRL-V (paste from clipboard). The attenuator schematic can now be inserted. Have lots of fun!</source>
<translation type="unfinished"></translation>
</message>
</context>
@ -6644,10 +6644,6 @@ Starts attenuator calculation program</source>
<source>&amp;Help</source>
<translation type="unfinished">&amp;Справка</translation>
</message>
<message>
<source>Topology:</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Attenuation:</source>
<translation type="unfinished"></translation>
@ -6718,6 +6714,26 @@ Attenuator synthesis program
<source>Copyright (C) 2006 by</source>
<translation type="unfinished">Copyright (C) 2006 </translation>
</message>
<message>
<source>Topology</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Input</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Output</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Success!</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Error: Set Attenuation more than %1 dB</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>QucsEdit</name>

View File

@ -767,7 +767,7 @@
<translation>Kasta</translation>
</message>
<message>
<source>QucsAttenuator is an attenuator synthesis program. To create a attenuator, simply enter all parameters and press the big button at the bottom of the main window. Immediatly, the schematic of the attenuator is calculated and put into the clipboard. Now go to Qucs, open an schematic and press CTRL-V (paste from clipboard). The attenuator schematic can now be inserted.Have lots of fun!</source>
<source>QucsAttenuator is an attenuator synthesis program. To create a attenuator, simply enter all the input parameters and press the calculation button. Immediatly, the schematic of the attenuator is calculated and put into the clipboard. Now go to Qucs, open an schematic and press CTRL-V (paste from clipboard). The attenuator schematic can now be inserted. Have lots of fun!</source>
<translation type="unfinished"></translation>
</message>
</context>
@ -6010,10 +6010,6 @@ Starts attenuator calculation program</source>
<source>&amp;Help</source>
<translation type="unfinished">&amp;Hjälp</translation>
</message>
<message>
<source>Topology:</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Attenuation:</source>
<translation type="unfinished"></translation>
@ -6084,6 +6080,26 @@ Attenuator synthesis program
<source>Copyright (C) 2006 by</source>
<translation type="unfinished">Copyright (C) 2006 by</translation>
</message>
<message>
<source>Topology</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Input</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Output</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Success!</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Error: Set Attenuation more than %1 dB</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>QucsEdit</name>

View File

@ -763,7 +763,7 @@
<translation>Gözardı et</translation>
</message>
<message>
<source>QucsAttenuator is an attenuator synthesis program. To create a attenuator, simply enter all parameters and press the big button at the bottom of the main window. Immediatly, the schematic of the attenuator is calculated and put into the clipboard. Now go to Qucs, open an schematic and press CTRL-V (paste from clipboard). The attenuator schematic can now be inserted.Have lots of fun!</source>
<source>QucsAttenuator is an attenuator synthesis program. To create a attenuator, simply enter all the input parameters and press the calculation button. Immediatly, the schematic of the attenuator is calculated and put into the clipboard. Now go to Qucs, open an schematic and press CTRL-V (paste from clipboard). The attenuator schematic can now be inserted. Have lots of fun!</source>
<translation type="unfinished"></translation>
</message>
</context>
@ -5998,10 +5998,6 @@ Starts attenuator calculation program</source>
<source>&amp;Help</source>
<translation type="unfinished">&amp;Yardım</translation>
</message>
<message>
<source>Topology:</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Attenuation:</source>
<translation type="unfinished"></translation>
@ -6072,6 +6068,26 @@ Attenuator synthesis program
<source>Copyright (C) 2006 by</source>
<translation type="unfinished">Çoğaltma hakkı/Telif (Ç) 2006 </translation>
</message>
<message>
<source>Topology</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Input</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Output</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Success!</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Error: Set Attenuation more than %1 dB</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>QucsEdit</name>

View File

@ -762,7 +762,7 @@
<translation type="unfinished"></translation>
</message>
<message>
<source>QucsAttenuator is an attenuator synthesis program. To create a attenuator, simply enter all parameters and press the big button at the bottom of the main window. Immediatly, the schematic of the attenuator is calculated and put into the clipboard. Now go to Qucs, open an schematic and press CTRL-V (paste from clipboard). The attenuator schematic can now be inserted.Have lots of fun!</source>
<source>QucsAttenuator is an attenuator synthesis program. To create a attenuator, simply enter all the input parameters and press the calculation button. Immediatly, the schematic of the attenuator is calculated and put into the clipboard. Now go to Qucs, open an schematic and press CTRL-V (paste from clipboard). The attenuator schematic can now be inserted. Have lots of fun!</source>
<translation type="unfinished"></translation>
</message>
</context>
@ -5416,10 +5416,6 @@ Rotates the selected component by 90&#xb0; counter-clockwise</source>
<source>&amp;Help</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Topology:</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Attenuation:</source>
<translation type="unfinished"></translation>
@ -5490,6 +5486,26 @@ Attenuator synthesis program
<source>Copyright (C) 2006 by</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Topology</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Input</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Output</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Success!</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Error: Set Attenuation more than %1 dB</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>QucsEdit</name>