Replace triple dots by ellipsis

This commit is contained in:
Andrea Scarpino 2017-10-26 23:28:16 +02:00
parent d3c12c56b6
commit 460724ac93
7 changed files with 35 additions and 35 deletions

View file

@ -73,7 +73,7 @@ Page {
}
onClicked: {
remorseSave.execute(menu, qsTr("Saving the canvas..."), function() {
remorseSave.execute(menu, qsTr("Saving the canvas"), function() {
canvas.save(papocchioDir + pictureName());
}, 3000);
}
@ -109,7 +109,7 @@ Page {
width: 50
onClicked: {
remorseClear.execute(menu, qsTr("Clearing the canvas..."), function() {
remorseClear.execute(menu, qsTr("Clearing the canvas"), function() {
canvas.clear();
}, 3000);
}
@ -126,7 +126,7 @@ Page {
width: 50
onClicked: {
remorseQuit.execute(menu, qsTr("Quitting..."), function() {
remorseQuit.execute(menu, qsTr("Quitting"), function() {
Qt.quit();
}, 1000);
}

View file

@ -11,17 +11,17 @@
<name>MainPage</name>
<message>
<location filename="../qml/pages/MainPage.qml" line="76"/>
<source>Saving the canvas...</source>
<translation>Ukládá se plátno...</translation>
<source>Saving the canvas</source>
<translation>Ukládá se plátno</translation>
</message>
<message>
<location filename="../qml/pages/MainPage.qml" line="112"/>
<source>Clearing the canvas...</source>
<translation>Vyprazdňuje se plátno...</translation>
<source>Clearing the canvas</source>
<translation>Vyprazdňuje se plátno</translation>
</message>
<message>
<location filename="../qml/pages/MainPage.qml" line="129"/>
<source>Quitting...</source>
<source>Quitting</source>
<translation type="unfinished"/>
</message>
</context>

View file

@ -11,18 +11,18 @@
<name>MainPage</name>
<message>
<location filename="../qml/pages/MainPage.qml" line="76"/>
<source>Saving the canvas...</source>
<translation>Sto salvando l&apos;immagine...</translation>
<source>Saving the canvas</source>
<translation>Sto salvando l&apos;immagine</translation>
</message>
<message>
<location filename="../qml/pages/MainPage.qml" line="112"/>
<source>Clearing the canvas...</source>
<translation>Sto cancellando l&apos;immagine...</translation>
<source>Clearing the canvas</source>
<translation>Sto cancellando l&apos;immagine</translation>
</message>
<message>
<location filename="../qml/pages/MainPage.qml" line="129"/>
<source>Quitting...</source>
<translation>Sto uscendo...</translation>
<source>Quitting</source>
<translation>Sto uscendo</translation>
</message>
</context>
</TS>

View file

@ -11,18 +11,18 @@
<name>MainPage</name>
<message>
<location filename="../qml/pages/MainPage.qml" line="76"/>
<source>Saving the canvas...</source>
<translation>Canvas wordt opgeslagen...</translation>
<source>Saving the canvas</source>
<translation>Canvas wordt opgeslagen</translation>
</message>
<message>
<location filename="../qml/pages/MainPage.qml" line="112"/>
<source>Clearing the canvas...</source>
<translation>Canvas wordt leeggemaakt...</translation>
<source>Clearing the canvas</source>
<translation>Canvas wordt leeggemaakt</translation>
</message>
<message>
<location filename="../qml/pages/MainPage.qml" line="129"/>
<source>Quitting...</source>
<translation>Afsluiten...</translation>
<source>Quitting</source>
<translation>Afsluiten</translation>
</message>
</context>
</TS>

View file

@ -11,18 +11,18 @@
<name>MainPage</name>
<message>
<location filename="../qml/pages/MainPage.qml" line="76"/>
<source>Saving the canvas...</source>
<translation>Чување платна...</translation>
<source>Saving the canvas</source>
<translation>Чување платна</translation>
</message>
<message>
<location filename="../qml/pages/MainPage.qml" line="112"/>
<source>Clearing the canvas...</source>
<translation>Брисање платна...</translation>
<source>Clearing the canvas</source>
<translation>Брисање платна</translation>
</message>
<message>
<location filename="../qml/pages/MainPage.qml" line="129"/>
<source>Quitting...</source>
<translation>Одустајање...</translation>
<source>Quitting</source>
<translation>Одустајање</translation>
</message>
</context>
</TS>

View file

@ -11,18 +11,18 @@
<name>MainPage</name>
<message>
<location filename="../qml/pages/MainPage.qml" line="76"/>
<source>Saving the canvas...</source>
<translation>Sparar bilden...</translation>
<source>Saving the canvas</source>
<translation>Sparar bilden</translation>
</message>
<message>
<location filename="../qml/pages/MainPage.qml" line="112"/>
<source>Clearing the canvas...</source>
<translation>Rensar ytan...</translation>
<source>Clearing the canvas</source>
<translation>Rensar ytan</translation>
</message>
<message>
<location filename="../qml/pages/MainPage.qml" line="129"/>
<source>Quitting...</source>
<translation>Avslutar...</translation>
<source>Quitting</source>
<translation>Avslutar</translation>
</message>
</context>
</TS>

View file

@ -13,17 +13,17 @@
<name>MainPage</name>
<message>
<location filename="../qml/pages/MainPage.qml" line="76"/>
<source>Saving the canvas...</source>
<source>Saving the canvas</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/pages/MainPage.qml" line="112"/>
<source>Clearing the canvas...</source>
<source>Clearing the canvas</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/pages/MainPage.qml" line="129"/>
<source>Quitting...</source>
<source>Quitting</source>
<translation type="unfinished"></translation>
</message>
</context>