Crowdin: cont...
This commit is contained in:
@@ -780,7 +780,7 @@ CmdPartCompCompoundTools::CmdPartCompCompoundTools()
|
||||
{
|
||||
sAppModule = "Part";
|
||||
sGroup = QT_TR_NOOP("Part");
|
||||
sMenuText = QT_TR_NOOP("Counpound tools");
|
||||
sMenuText = QT_TR_NOOP("Compound tools");
|
||||
sToolTipText = QT_TR_NOOP("Compound tools: working with lists of shapes.");
|
||||
sWhatsThis = "Part_CompCompoundTools";
|
||||
sStatusTip = sToolTipText;
|
||||
|
||||
@@ -126,7 +126,7 @@ DlgExtrusion::DlgExtrusion(QWidget* parent, Qt::WindowFlags fl)
|
||||
this->autoSolid();
|
||||
}
|
||||
|
||||
/*
|
||||
/*
|
||||
* Destroys the object and frees any allocated resources
|
||||
*/
|
||||
DlgExtrusion::~DlgExtrusion()
|
||||
@@ -467,12 +467,12 @@ void DlgExtrusion::apply()
|
||||
}
|
||||
catch (Base::Exception &err){
|
||||
QMessageBox::critical(this, windowTitle(),
|
||||
tr("Creating Extrusion failed.\n\n%1").arg(QString::fromUtf8(err.what())));
|
||||
tr("Creating Extrusion failed.\n%1").arg(QString::fromUtf8(err.what())));
|
||||
return;
|
||||
}
|
||||
catch(...) {
|
||||
QMessageBox::critical(this, windowTitle(),
|
||||
tr("Creating Extrusion failed.\n\n%1").arg(QString::fromUtf8("Unknown error")));
|
||||
tr("Creating Extrusion failed.\n%1").arg(QString::fromUtf8("Unknown error")));
|
||||
return;
|
||||
}
|
||||
}
|
||||
@@ -657,7 +657,7 @@ bool DlgExtrusion::validate()
|
||||
if (this->getDirMode() == Part::Extrusion::dmCustom){
|
||||
if(this->getDir().Length() < Precision::Confusion()){
|
||||
QMessageBox::critical(this, windowTitle(),
|
||||
tr("Extrusion direction is zero-length. It must be non-zero."));
|
||||
tr("Extrusion direction vector is zero-length. It must be non-zero."));
|
||||
ui->dirX->setFocus();
|
||||
return false;
|
||||
}
|
||||
|
||||
@@ -737,7 +737,7 @@ void TaskAttacher::updateAttachmentOffsetUI()
|
||||
ui->attachmentOffsetPitch->setEnabled(!bRotationBound);
|
||||
ui->attachmentOffsetRoll->setEnabled(!bRotationBound);
|
||||
|
||||
QString tooltip = bRotationBound ? tr("Not editable because rotation part of AttachmentOffset is bound by expressions.") : QString();
|
||||
QString tooltip = bRotationBound ? tr("Not editable because rotation of AttachmentOffset is bound by expressions.") : QString();
|
||||
ui->attachmentOffsetYaw->setToolTip(tooltip);
|
||||
ui->attachmentOffsetPitch->setToolTip(tooltip);
|
||||
ui->attachmentOffsetRoll->setToolTip(tooltip);
|
||||
|
||||
@@ -367,7 +367,7 @@ void CmdPartDesignMigrate::activated(int iMsg)
|
||||
// Huh? nothing to migrate?
|
||||
QMessageBox::warning ( 0, QObject::tr ( "Nothing to migrate" ),
|
||||
QObject::tr ( "No PartDesign features found that don't belong to a body."
|
||||
"Nothing to migrate." ) );
|
||||
" Nothing to migrate." ) );
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -189,11 +189,11 @@ void CmdPrimtiveCompAdditive::languageChange()
|
||||
|
||||
QAction* arc1 = a[0];
|
||||
arc1->setText(QApplication::translate("CmdPrimtiveCompAdditive","Additive Box"));
|
||||
arc1->setToolTip(QApplication::translate("PartDesign_CompPrimitiveAdditive","Create an additive box by its width, height and length"));
|
||||
arc1->setToolTip(QApplication::translate("PartDesign_CompPrimitiveAdditive","Create an additive box by its width, height, and length"));
|
||||
arc1->setStatusTip(arc1->toolTip());
|
||||
QAction* arc2 = a[1];
|
||||
arc2->setText(QApplication::translate("CmdPrimtiveCompAdditive","Additive Cylinder"));
|
||||
arc2->setToolTip(QApplication::translate("PartDesign_CompPrimitiveAdditive","Create an additive cylinder by its radius, height and angle"));
|
||||
arc2->setToolTip(QApplication::translate("PartDesign_CompPrimitiveAdditive","Create an additive cylinder by its radius, height, and angle"));
|
||||
arc2->setStatusTip(arc2->toolTip());
|
||||
QAction* arc3 = a[2];
|
||||
arc3->setText(QApplication::translate("CmdPrimtiveCompAdditive","Additive Sphere"));
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<item>
|
||||
<widget class="QLabel" name="label">
|
||||
<property name="text">
|
||||
<string>You selected geometries which are not part of the active body. Please define how to handle those selections. If you do not want those references cancel the command.</string>
|
||||
<string>You selected geometries which are not part of the active body. Please define how to handle those selections. If you do not want those references, cancel the command.</string>
|
||||
</property>
|
||||
<property name="scaledContents">
|
||||
<bool>true</bool>
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
<item row="1" column="0">
|
||||
<widget class="QLabel" name="label_8">
|
||||
<property name="text">
|
||||
<string>Modules:</string>
|
||||
<string>Module:</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
||||
@@ -7434,7 +7434,7 @@ void CmdSketcherConstrainInternalAlignment::activated(int iMsg)
|
||||
|
||||
if(arcsofellipseids.size()>1){
|
||||
QMessageBox::warning(Gui::getMainWindow(), QObject::tr("Wrong selection"),
|
||||
QObject::tr("You cannot internally constrain an arc of ellipse on other arc of ellipse. Select only one arc of ellipse."));
|
||||
QObject::tr("You cannot internally constrain an arc of ellipse on another arc of ellipse. Select only one arc of ellipse."));
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
@@ -60,7 +60,7 @@ CmdSpreadsheetMergeCells::CmdSpreadsheetMergeCells()
|
||||
sAppModule = "Spreadsheet";
|
||||
sGroup = QT_TR_NOOP("Spreadsheet");
|
||||
sMenuText = QT_TR_NOOP("Merge cells");
|
||||
sToolTipText = QT_TR_NOOP("Merge selected cells in spreadsheet");
|
||||
sToolTipText = QT_TR_NOOP("Merge selected cells");
|
||||
sWhatsThis = "Spreadsheet_MergeCells";
|
||||
sStatusTip = sToolTipText;
|
||||
sPixmap = "SpreadsheetMergeCells";
|
||||
@@ -113,7 +113,7 @@ CmdSpreadsheetSplitCell::CmdSpreadsheetSplitCell()
|
||||
sAppModule = "Spreadsheet";
|
||||
sGroup = QT_TR_NOOP("Spreadsheet");
|
||||
sMenuText = QT_TR_NOOP("Split cell");
|
||||
sToolTipText = QT_TR_NOOP("Split previously merged cells in spreadsheet");
|
||||
sToolTipText = QT_TR_NOOP("Split previously merged cells");
|
||||
sWhatsThis = "Spreadsheet_SplitCell";
|
||||
sStatusTip = sToolTipText;
|
||||
sPixmap = "SpreadsheetSplitCell";
|
||||
@@ -570,7 +570,7 @@ CmdSpreadsheetStyleBold::CmdSpreadsheetStyleBold()
|
||||
sAppModule = "Spreadsheet";
|
||||
sGroup = QT_TR_NOOP("Spreadsheet");
|
||||
sMenuText = QT_TR_NOOP("Bold text");
|
||||
sToolTipText = QT_TR_NOOP("Set bold text in selected cells");
|
||||
sToolTipText = QT_TR_NOOP("Set text in selected cells bold");
|
||||
sWhatsThis = "Spreadsheet_StyleBold";
|
||||
sStatusTip = sToolTipText;
|
||||
sPixmap = "SpreadsheetStyleBold";
|
||||
@@ -644,7 +644,7 @@ CmdSpreadsheetStyleItalic::CmdSpreadsheetStyleItalic()
|
||||
sAppModule = "Spreadsheet";
|
||||
sGroup = QT_TR_NOOP("Spreadsheet");
|
||||
sMenuText = QT_TR_NOOP("Italic text");
|
||||
sToolTipText = QT_TR_NOOP("Set italic text in selected cells");
|
||||
sToolTipText = QT_TR_NOOP("Set text in selected cells italic");
|
||||
sWhatsThis = "Spreadsheet_StyleItalic";
|
||||
sStatusTip = sToolTipText;
|
||||
sPixmap = "SpreadsheetStyleItalic";
|
||||
|
||||
@@ -442,7 +442,7 @@ void QtColorPicker::setCurrentColor(const QColor &color)
|
||||
|
||||
ColorPickerItem *item = popup->find(color);
|
||||
if (!item) {
|
||||
insertColor(color, tr("Custom"));
|
||||
insertColor(color, tr("Custom Color"));
|
||||
item = popup->find(color);
|
||||
}
|
||||
|
||||
|
||||
@@ -452,7 +452,7 @@ void CmdTechDrawNewViewDetail::activated(int iMsg)
|
||||
throw Base::TypeError("CmdTechDrawNewViewDetail DVD not found\n");
|
||||
}
|
||||
dvd->Source.setValues(dvp->Source.getValues());
|
||||
|
||||
|
||||
doCommand(Doc,"App.activeDocument().%s.BaseView = App.activeDocument().%s",FeatName.c_str(),dvp->getNameInDocument());
|
||||
doCommand(Doc,"App.activeDocument().%s.Direction = App.activeDocument().%s.Direction",FeatName.c_str(),dvp->getNameInDocument());
|
||||
doCommand(Doc,"App.activeDocument().%s.addView(App.activeDocument().%s)",PageName.c_str(),FeatName.c_str());
|
||||
@@ -740,7 +740,7 @@ void CmdTechDrawClipPlus::activated(int iMsg)
|
||||
std::vector<Gui::SelectionObject> selection = getSelection().getSelectionEx();
|
||||
if (selection.size() != 2) {
|
||||
QMessageBox::warning(Gui::getMainWindow(), QObject::tr("Wrong selection"),
|
||||
QObject::tr("Select 1 Clip group and 1 View."));
|
||||
QObject::tr("Select one Clip group and one View."));
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user