String Update, German translation updated
This commit is contained in:
parent
853ca06875
commit
41afd3a479
4 changed files with 14 additions and 6 deletions
|
@ -176,8 +176,8 @@ void SnapmaticWidget::contextMenuEvent(QContextMenuEvent *ev)
|
|||
{
|
||||
QMenu contextMenu(this);
|
||||
QMenu exportMenu(tr("&Export"), this);
|
||||
exportMenu.addAction(tr("Export as &JPG picture"), this, SLOT(on_cmdExport_clicked()));
|
||||
exportMenu.addAction(tr("Export as >A Snapmatic"), this, SLOT(on_cmdCopy_clicked()));
|
||||
exportMenu.addAction(tr("Export as &JPG picture..."), this, SLOT(on_cmdExport_clicked()));
|
||||
exportMenu.addAction(tr("Export as >A Snapmatic..."), this, SLOT(on_cmdCopy_clicked()));
|
||||
contextMenu.addAction(tr("&View"), this, SLOT(on_cmdView_clicked()));
|
||||
contextMenu.addMenu(&exportMenu);
|
||||
contextMenu.addAction(tr("&Remove"), this, SLOT(on_cmdDelete_clicked()));
|
||||
|
|
|
@ -654,12 +654,12 @@ Export as:</source>
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../SnapmaticWidget.cpp" line="179"/>
|
||||
<source>Export as &JPG picture</source>
|
||||
<source>Export as &JPG picture...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../SnapmaticWidget.cpp" line="180"/>
|
||||
<source>Export as &GTA Snapmatic</source>
|
||||
<source>Export as &GTA Snapmatic...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
Binary file not shown.
|
@ -775,15 +775,23 @@ Exportieren als:</translation>
|
|||
<translation>&Exportieren</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../SnapmaticWidget.cpp" line="179"/>
|
||||
<source>Export as &JPG picture</source>
|
||||
<translation>Exportiere als &JPG Bild</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../SnapmaticWidget.cpp" line="180"/>
|
||||
<source>Export as &GTA Snapmatic</source>
|
||||
<translation>Exportiere als &GTA Snapmatic</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../SnapmaticWidget.cpp" line="179"/>
|
||||
<source>Export as &JPG picture...</source>
|
||||
<translation>Exportiere als &JPG Bild...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../SnapmaticWidget.cpp" line="180"/>
|
||||
<source>Export as &GTA Snapmatic...</source>
|
||||
<translation>Exportiere als &GTA Snapmatic...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../SnapmaticWidget.cpp" line="181"/>
|
||||
<source>&View</source>
|
||||
|
|
Loading…
Reference in a new issue