String Update, German translation updated

This commit is contained in:
Rafael 2016-04-09 10:15:36 +02:00
parent 853ca06875
commit 41afd3a479
4 changed files with 14 additions and 6 deletions

View File

@ -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 &GTA Snapmatic"), this, SLOT(on_cmdCopy_clicked()));
exportMenu.addAction(tr("Export as &JPG picture..."), this, SLOT(on_cmdExport_clicked()));
exportMenu.addAction(tr("Export as &GTA 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()));

View File

@ -654,12 +654,12 @@ Export as:</source>
</message>
<message>
<location filename="../SnapmaticWidget.cpp" line="179"/>
<source>Export as &amp;JPG picture</source>
<source>Export as &amp;JPG picture...</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../SnapmaticWidget.cpp" line="180"/>
<source>Export as &amp;GTA Snapmatic</source>
<source>Export as &amp;GTA Snapmatic...</source>
<translation type="unfinished"></translation>
</message>
<message>

Binary file not shown.

View File

@ -775,15 +775,23 @@ Exportieren als:</translation>
<translation>&amp;Exportieren</translation>
</message>
<message>
<location filename="../SnapmaticWidget.cpp" line="179"/>
<source>Export as &amp;JPG picture</source>
<translation>Exportiere als &amp;JPG Bild</translation>
</message>
<message>
<location filename="../SnapmaticWidget.cpp" line="180"/>
<source>Export as &amp;GTA Snapmatic</source>
<translation>Exportiere als &amp;GTA Snapmatic</translation>
</message>
<message>
<location filename="../SnapmaticWidget.cpp" line="179"/>
<source>Export as &amp;JPG picture...</source>
<translation>Exportiere als &amp;JPG Bild...</translation>
</message>
<message>
<location filename="../SnapmaticWidget.cpp" line="180"/>
<source>Export as &amp;GTA Snapmatic...</source>
<translation>Exportiere als &amp;GTA Snapmatic...</translation>
</message>
<message>
<location filename="../SnapmaticWidget.cpp" line="181"/>
<source>&amp;View</source>