diff options
author | Weblate <noreply@weblate.org> | 2017-08-02 21:00:16 +0000 |
---|---|---|
committer | Weblate <noreply@weblate.org> | 2017-08-02 21:00:16 +0000 |
commit | 3d511a0f8285088eba24cb22b15cda039d27f6a0 (patch) | |
tree | 2eccf8b44a5e9862e6733880c37d57a9af74b41a /src-qt5/desktop-utils/lumina-screenshot | |
parent | Translated using Weblate (Spanish) (diff) | |
parent | Fix up the screensaver animation crashes *again*. (diff) | |
download | lumina-3d511a0f8285088eba24cb22b15cda039d27f6a0.tar.gz lumina-3d511a0f8285088eba24cb22b15cda039d27f6a0.tar.bz2 lumina-3d511a0f8285088eba24cb22b15cda039d27f6a0.zip |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'src-qt5/desktop-utils/lumina-screenshot')
66 files changed, 218 insertions, 323 deletions
diff --git a/src-qt5/desktop-utils/lumina-screenshot/MainUI.cpp b/src-qt5/desktop-utils/lumina-screenshot/MainUI.cpp index 2bdd69ae..c894bdf8 100644 --- a/src-qt5/desktop-utils/lumina-screenshot/MainUI.cpp +++ b/src-qt5/desktop-utils/lumina-screenshot/MainUI.cpp @@ -209,14 +209,14 @@ bool MainUI::getWindow(){ this->grabMouse( QCursor(Qt::CrossCursor) ); mousegrabbed = true; this->centralWidget()->setEnabled(false); - //this->hide(); + this->setWindowOpacity(0); return false; //wait for the next click to continue }else if(ui->radio_area->isChecked()){ settings->setValue("screenshot-target", "area"); this->grabMouse( QCursor(Qt::CrossCursor) ); mousegrabbed = true; this->centralWidget()->setEnabled(false); - //this->hide(); + this->setWindowOpacity(0); return false; //wait for the next click to continue }else if(ui->radio_monitor->isChecked()){ //will auto-grab the proper monitor later @@ -229,6 +229,7 @@ bool MainUI::getWindow(){ void MainUI::getPixmap(){ QScreen *scrn = QApplication::screens().at(0); QPixmap cpic; + //qDebug() << "Grab Pixmap:" << cwin; if( (cwin==0 && ui->radio_window->isChecked() ) || ui->radio_all->isChecked() ){ //Grab the whole screen cpic = scrn->grabWindow(QApplication::desktop()->winId()); @@ -237,6 +238,7 @@ void MainUI::getPixmap(){ cpic = scrn->grabWindow(QApplication::desktop()->winId(), geom.x(), geom.y(), geom.width(), geom.height() ); }else if(cwin==0 && ui->radio_area->isChecked()){ //Grab the section of the screen which was selected + //qDebug() << "Screen Area:" << snapArea; cpic = scrn->grabWindow(QApplication::desktop()->winId(), snapArea.x(), snapArea.y(), snapArea.width(), snapArea.height() ); }else{ //Grab just the designated window @@ -247,7 +249,7 @@ void MainUI::getPixmap(){ cpic = scrn->grabWindow(cwin); } } - this->show(); + this->showNormal(); this->setGeometry(lastgeom); lastScreenShot = QDateTime::currentDateTime(); //Now display the pixmap on the label as well @@ -283,6 +285,7 @@ void MainUI::mouseReleaseEvent(QMouseEvent *ev){ mousegrabbed = false; this->centralWidget()->setEnabled(true); this->releaseMouse(); + this->setWindowOpacity(1); if(ui->radio_area->isChecked()){ //Need to determind the rectange which covers the area selected areaOverlay->hide(); @@ -293,11 +296,11 @@ void MainUI::mouseReleaseEvent(QMouseEvent *ev){ QList<WId> wins = XCB->WindowList(); QList<WId> stack = XCB->WM_Get_Client_List(true); cwin = 0; - //qDebug() << "Try to select window:" << ev->globalPos(); + //qDebug() << "Try to select window:" << ev->globalPos() << ev->pos() << QCursor::pos(); for(int i=stack.length()-1; i>=0 && cwin==0; i--){ //work top->bottom in the stacking order if(!wins.contains(stack[i])){ continue; } if( XCB->WindowGeometry(stack[i], true).contains(ev->globalPos()) && XCB->WindowState(stack[i])!=LXCB::INVISIBLE ){ - //qDebug() << "Found Window:" << i << XCB->WindowClass(stack[i]); + //qDebug() << "Found Window:" << i << XCB->WindowClass(stack[i]) << XCB->WindowGeometry(stack[i], true); cwin = stack[i]; } } diff --git a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_af.ts b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_af.ts index 9de2e6b6..66c5f017 100644 --- a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_af.ts +++ b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_af.ts @@ -107,11 +107,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../MainUI.ui" line="499"/> - <source>toolBar</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../MainUI.ui" line="526"/> <source>Capture</source> <translation type="unfinished"></translation> diff --git a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_ar.ts b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_ar.ts index 9de2e6b6..66c5f017 100644 --- a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_ar.ts +++ b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_ar.ts @@ -107,11 +107,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../MainUI.ui" line="499"/> - <source>toolBar</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../MainUI.ui" line="526"/> <source>Capture</source> <translation type="unfinished"></translation> diff --git a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_az.ts b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_az.ts index 9de2e6b6..66c5f017 100644 --- a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_az.ts +++ b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_az.ts @@ -107,11 +107,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../MainUI.ui" line="499"/> - <source>toolBar</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../MainUI.ui" line="526"/> <source>Capture</source> <translation type="unfinished"></translation> diff --git a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_bg.ts b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_bg.ts index cd857ce6..5697776e 100644 --- a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_bg.ts +++ b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_bg.ts @@ -107,11 +107,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../MainUI.ui" line="499"/> - <source>toolBar</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../MainUI.ui" line="526"/> <source>Capture</source> <translation type="unfinished"></translation> diff --git a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_bn.ts b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_bn.ts index 9de2e6b6..66c5f017 100644 --- a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_bn.ts +++ b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_bn.ts @@ -107,11 +107,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../MainUI.ui" line="499"/> - <source>toolBar</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../MainUI.ui" line="526"/> <source>Capture</source> <translation type="unfinished"></translation> diff --git a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_bs.ts b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_bs.ts index 9de2e6b6..66c5f017 100644 --- a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_bs.ts +++ b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_bs.ts @@ -107,11 +107,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../MainUI.ui" line="499"/> - <source>toolBar</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../MainUI.ui" line="526"/> <source>Capture</source> <translation type="unfinished"></translation> diff --git a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_ca.ts b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_ca.ts index 706ce3b5..06d46e45 100644 --- a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_ca.ts +++ b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_ca.ts @@ -34,7 +34,7 @@ <message> <location filename="../MainUI.ui" line="138"/> <source>Resize</source> - <translation>Canvia'n la mida</translation> + <translation>Canvia'n la mida</translation> </message> <message> <location filename="../MainUI.ui" line="20"/> @@ -94,7 +94,7 @@ <message> <location filename="../MainUI.ui" line="433"/> <source>Select Area</source> - <translation>Selecciona l'àrea</translation> + <translation>Selecciona l'àrea</translation> </message> <message> <location filename="../MainUI.ui" line="445"/> @@ -107,11 +107,6 @@ <translation>Mostra avisos emergents sobre captures no desades</translation> </message> <message> - <location filename="../MainUI.ui" line="499"/> - <source>toolBar</source> - <translation>Barra d'eines</translation> - </message> - <message> <location filename="../MainUI.ui" line="526"/> <source>Capture</source> <translation>Captura</translation> @@ -129,7 +124,7 @@ <message> <location filename="../MainUI.ui" line="559"/> <source>Close Application</source> - <translation>Tanca l'aplicació</translation> + <translation>Tanca l'aplicació</translation> </message> <message> <location filename="../MainUI.ui" line="562"/> @@ -164,12 +159,12 @@ <message> <location filename="../MainUI.cpp" line="103"/> <source>Could not save screenshot</source> - <translation>No s'ha pogut desar la captura</translation> + <translation>No s'ha pogut desar la captura</translation> </message> <message> <location filename="../MainUI.cpp" line="103"/> <source>The screenshot could not be saved. Please check directory permissions or pick a different directory</source> - <translation>No s'ha pogut desar la captura. Si us plau, comproveu els permisos del directori o trieu-ne un altre</translation> + <translation>No s'ha pogut desar la captura. Si us plau, comproveu els permisos del directori o trieu-ne un altre</translation> </message> <message> <location filename="../MainUI.cpp" line="120"/> @@ -184,7 +179,7 @@ <message> <location filename="../MainUI.cpp" line="323"/> <source>The current screenshot has not been saved yet. Do you want to save or discard your changes?</source> - <translation>La captura actual encara no s'ha desat. Voleu desar o descartar els canvis?</translation> + <translation>La captura actual encara no s'ha desat. Voleu desar o descartar els canvis?</translation> </message> <message> <location filename="../MainUI.ui" line="543"/> diff --git a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_cs.ts b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_cs.ts index 23a9fea9..c6278247 100644 --- a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_cs.ts +++ b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_cs.ts @@ -107,11 +107,6 @@ <translation>Zobrazovat vyskakovací varování o neuložených snímcích obrazovky</translation> </message> <message> - <location filename="../MainUI.ui" line="499"/> - <source>toolBar</source> - <translation>lištaNástrojů</translation> - </message> - <message> <location filename="../MainUI.ui" line="526"/> <source>Capture</source> <translation>Zachytit</translation> diff --git a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_cy.ts b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_cy.ts index 9de2e6b6..66c5f017 100644 --- a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_cy.ts +++ b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_cy.ts @@ -107,11 +107,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../MainUI.ui" line="499"/> - <source>toolBar</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../MainUI.ui" line="526"/> <source>Capture</source> <translation type="unfinished"></translation> diff --git a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_da.ts b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_da.ts index 5c1902a5..48a5e8c2 100644 --- a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_da.ts +++ b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_da.ts @@ -107,11 +107,6 @@ <translation>Vis pop op-advarsler om ugemte skærmbilleder</translation> </message> <message> - <location filename="../MainUI.ui" line="499"/> - <source>toolBar</source> - <translation>værktøjsLinje</translation> - </message> - <message> <location filename="../MainUI.ui" line="526"/> <source>Capture</source> <translation>Fang</translation> diff --git a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_de.ts b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_de.ts index ca821ca7..e4c0bfc6 100644 --- a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_de.ts +++ b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_de.ts @@ -107,11 +107,6 @@ <translation>Popup-Warnungen über nicht gespeicherte Bildschirmfotos anzeigen</translation> </message> <message> - <location filename="../MainUI.ui" line="499"/> - <source>toolBar</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../MainUI.ui" line="526"/> <source>Capture</source> <translation>Aufnehmen</translation> diff --git a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_el.ts b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_el.ts index 71e30fd7..66d41b67 100644 --- a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_el.ts +++ b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_el.ts @@ -107,11 +107,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../MainUI.ui" line="499"/> - <source>toolBar</source> - <translation>Μπάρα Εργαλείων</translation> - </message> - <message> <location filename="../MainUI.ui" line="526"/> <source>Capture</source> <translation type="unfinished"></translation> diff --git a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_en_AU.ts b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_en_AU.ts new file mode 100644 index 00000000..786cd451 --- /dev/null +++ b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_en_AU.ts @@ -0,0 +1,200 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.1" language="en_AU"> +<context> + <name>ImageEditor</name> + <message> + <location filename="../ImageEditor.cpp" line="14"/> + <source>Zoom In</source> + <translation>Zoom In</translation> + </message> + <message> + <location filename="../ImageEditor.cpp" line="15"/> + <source>Zoom Out</source> + <translation>Zoom Out</translation> + </message> +</context> +<context> + <name>MainUI</name> + <message> + <location filename="../MainUI.ui" line="529"/> + <source>Take Screenshot</source> + <translation>Take Screenshot</translation> + </message> + <message> + <location filename="../MainUI.ui" line="422"/> + <source>Include Borders</source> + <translation>Include Borders</translation> + </message> + <message> + <location filename="../MainUI.ui" line="540"/> + <source>Save As</source> + <translation>Save As</translation> + </message> + <message> + <location filename="../MainUI.ui" line="138"/> + <source>Resize</source> + <translation>Resize</translation> + </message> + <message> + <location filename="../MainUI.ui" line="20"/> + <source>Lumina Screenshot</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../MainUI.ui" line="87"/> + <source>Open screenshot with an application</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../MainUI.ui" line="90"/> + <source>Open</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../MainUI.ui" line="103"/> + <source>Copy screenshot to clipboard</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../MainUI.ui" line="106"/> + <source>Copy</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../MainUI.ui" line="109"/> + <source>Ctrl+C</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../MainUI.ui" line="135"/> + <source>Resize screenshot to selection</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../MainUI.ui" line="157"/> + <source>Crop screenshot to selection</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../MainUI.ui" line="160"/> + <source>&Crop</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../MainUI.ui" line="293"/> + <source>Screen Capture Settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../MainUI.ui" line="341"/> + <source> Sec Delay</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../MainUI.ui" line="433"/> + <source>Select Area</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../MainUI.ui" line="445"/> + <source>General Settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../MainUI.ui" line="466"/> + <source>Show popup warnings about unsaved screenshots</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../MainUI.ui" line="526"/> + <source>Capture</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../MainUI.ui" line="532"/> + <source>Ctrl+N</source> + <translation>Ctrl+N</translation> + </message> + <message> + <location filename="../MainUI.ui" line="556"/> + <source>Close</source> + <translation>Close</translation> + </message> + <message> + <location filename="../MainUI.ui" line="559"/> + <source>Close Application</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../MainUI.ui" line="562"/> + <source>Esc</source> + <translation>Esc</translation> + </message> + <message> + <location filename="../MainUI.ui" line="328"/> + <source>Entire Session</source> + <translation>Entire Session</translation> + </message> + <message> + <location filename="../MainUI.ui" line="409"/> + <source>Single Window</source> + <translation>Single Window</translation> + </message> + <message> + <location filename="../MainUI.ui" line="370"/> + <source>Single Screen</source> + <translation>Single Screen</translation> + </message> + <message> + <location filename="../MainUI.cpp" line="39"/> + <source>View</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../MainUI.cpp" line="40"/> + <source>Settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../MainUI.cpp" line="103"/> + <source>Could not save screenshot</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../MainUI.cpp" line="103"/> + <source>The screenshot could not be saved. Please check directory permissions or pick a different directory</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../MainUI.cpp" line="120"/> + <source>Save Screenshot</source> + <translation>Save Screenshot</translation> + </message> + <message> + <location filename="../MainUI.cpp" line="322"/> + <source>Unsaved Screenshot</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../MainUI.cpp" line="323"/> + <source>The current screenshot has not been saved yet. Do you want to save or discard your changes?</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../MainUI.ui" line="543"/> + <source>Ctrl+S</source> + <translation>Ctrl+S</translation> + </message> + <message> + <location filename="../MainUI.ui" line="551"/> + <source>Quick Save</source> + <translation>Quick Save</translation> + </message> + <message> + <location filename="../MainUI.cpp" line="120"/> + <source>PNG Files (*.png);;AllFiles (*)</source> + <translation>PNG Files (*.png);;AllFiles (*)</translation> + </message> +</context> +</TS> diff --git a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_en_GB.ts b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_en_GB.ts index 0d4ec613..2db1b1eb 100644 --- a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_en_GB.ts +++ b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_en_GB.ts @@ -107,11 +107,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../MainUI.ui" line="499"/> - <source>toolBar</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../MainUI.ui" line="526"/> <source>Capture</source> <translation type="unfinished"></translation> diff --git a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_en_ZA.ts b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_en_ZA.ts index 9de2e6b6..66c5f017 100644 --- a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_en_ZA.ts +++ b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_en_ZA.ts @@ -107,11 +107,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../MainUI.ui" line="499"/> - <source>toolBar</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../MainUI.ui" line="526"/> <source>Capture</source> <translation type="unfinished"></translation> diff --git a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_es.ts b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_es.ts index 0eb794e5..769c43e4 100644 --- a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_es.ts +++ b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_es.ts @@ -107,11 +107,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../MainUI.ui" line="499"/> - <source>toolBar</source> - <translation>Barra de Herramientas</translation> - </message> - <message> <location filename="../MainUI.ui" line="526"/> <source>Capture</source> <translation type="unfinished"></translation> diff --git a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_et.ts b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_et.ts index d0b5ce81..f0f464a1 100644 --- a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_et.ts +++ b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_et.ts @@ -107,11 +107,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../MainUI.ui" line="499"/> - <source>toolBar</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../MainUI.ui" line="526"/> <source>Capture</source> <translation type="unfinished"></translation> diff --git a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_eu.ts b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_eu.ts index 98da8056..531ea090 100644 --- a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_eu.ts +++ b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_eu.ts @@ -107,11 +107,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../MainUI.ui" line="499"/> - <source>toolBar</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../MainUI.ui" line="526"/> <source>Capture</source> <translation type="unfinished"></translation> diff --git a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_fa.ts b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_fa.ts index 9de2e6b6..66c5f017 100644 --- a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_fa.ts +++ b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_fa.ts @@ -107,11 +107,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../MainUI.ui" line="499"/> - <source>toolBar</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../MainUI.ui" line="526"/> <source>Capture</source> <translation type="unfinished"></translation> diff --git a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_fi.ts b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_fi.ts index fa410bf3..c8e38515 100644 --- a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_fi.ts +++ b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_fi.ts @@ -107,11 +107,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../MainUI.ui" line="499"/> - <source>toolBar</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../MainUI.ui" line="526"/> <source>Capture</source> <translation type="unfinished"></translation> diff --git a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_fr.ts b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_fr.ts index 14002531..b85f53d9 100644 --- a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_fr.ts +++ b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_fr.ts @@ -107,11 +107,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../MainUI.ui" line="499"/> - <source>toolBar</source> - <translation>Barre d'outils</translation> - </message> - <message> <location filename="../MainUI.ui" line="526"/> <source>Capture</source> <translation type="unfinished"></translation> diff --git a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_fr_CA.ts b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_fr_CA.ts index 9de2e6b6..66c5f017 100644 --- a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_fr_CA.ts +++ b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_fr_CA.ts @@ -107,11 +107,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../MainUI.ui" line="499"/> - <source>toolBar</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../MainUI.ui" line="526"/> <source>Capture</source> <translation type="unfinished"></translation> diff --git a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_gl.ts b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_gl.ts index 9de2e6b6..66c5f017 100644 --- a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_gl.ts +++ b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_gl.ts @@ -107,11 +107,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../MainUI.ui" line="499"/> - <source>toolBar</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../MainUI.ui" line="526"/> <source>Capture</source> <translation type="unfinished"></translation> diff --git a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_he.ts b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_he.ts index 07c1aa2f..eed4fdd7 100644 --- a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_he.ts +++ b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_he.ts @@ -107,11 +107,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../MainUI.ui" line="499"/> - <source>toolBar</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../MainUI.ui" line="526"/> <source>Capture</source> <translation type="unfinished"></translation> diff --git a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_hi.ts b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_hi.ts index bb91d227..d9611c27 100644 --- a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_hi.ts +++ b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_hi.ts @@ -107,11 +107,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../MainUI.ui" line="499"/> - <source>toolBar</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../MainUI.ui" line="526"/> <source>Capture</source> <translation type="unfinished"></translation> diff --git a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_hr.ts b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_hr.ts index 9de2e6b6..66c5f017 100644 --- a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_hr.ts +++ b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_hr.ts @@ -107,11 +107,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../MainUI.ui" line="499"/> - <source>toolBar</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../MainUI.ui" line="526"/> <source>Capture</source> <translation type="unfinished"></translation> diff --git a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_hu.ts b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_hu.ts index 44ed04f7..7850a623 100644 --- a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_hu.ts +++ b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_hu.ts @@ -107,11 +107,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../MainUI.ui" line="499"/> - <source>toolBar</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../MainUI.ui" line="526"/> <source>Capture</source> <translation>Felvétel</translation> diff --git a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_id.ts b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_id.ts index a4f51e3d..13f41352 100644 --- a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_id.ts +++ b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_id.ts @@ -107,11 +107,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../MainUI.ui" line="499"/> - <source>toolBar</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../MainUI.ui" line="526"/> <source>Capture</source> <translation type="unfinished"></translation> diff --git a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_is.ts b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_is.ts index 9de2e6b6..66c5f017 100644 --- a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_is.ts +++ b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_is.ts @@ -107,11 +107,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../MainUI.ui" line="499"/> - <source>toolBar</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../MainUI.ui" line="526"/> <source>Capture</source> <translation type="unfinished"></translation> diff --git a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_it.ts b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_it.ts index 1cff920e..e8ffa455 100644 --- a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_it.ts +++ b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_it.ts @@ -107,11 +107,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../MainUI.ui" line="499"/> - <source>toolBar</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../MainUI.ui" line="526"/> <source>Capture</source> <translation>Cattura</translation> diff --git a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_ja.ts b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_ja.ts index 61ae491f..1dc64c29 100644 --- a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_ja.ts +++ b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_ja.ts @@ -109,11 +109,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../MainUI.ui" line="499"/> - <source>toolBar</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../MainUI.ui" line="526"/> <source>Capture</source> <translation>キャプチャー</translation> diff --git a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_ka.ts b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_ka.ts index 9de2e6b6..66c5f017 100644 --- a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_ka.ts +++ b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_ka.ts @@ -107,11 +107,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../MainUI.ui" line="499"/> - <source>toolBar</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../MainUI.ui" line="526"/> <source>Capture</source> <translation type="unfinished"></translation> diff --git a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_ko.ts b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_ko.ts index 59a1cbc5..71940723 100644 --- a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_ko.ts +++ b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_ko.ts @@ -107,11 +107,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../MainUI.ui" line="499"/> - <source>toolBar</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../MainUI.ui" line="526"/> <source>Capture</source> <translation type="unfinished"></translation> diff --git a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_lt.ts b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_lt.ts index d396c088..e8fbecf3 100644 --- a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_lt.ts +++ b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_lt.ts @@ -107,11 +107,6 @@ <translation>Rodyti iškylančiuosius įspėjimus apie neįrašytas ekrano kopijas</translation> </message> <message> - <location filename="../MainUI.ui" line="499"/> - <source>toolBar</source> - <translation>Įrankių juosta</translation> - </message> - <message> <location filename="../MainUI.ui" line="526"/> <source>Capture</source> <translation>Fotografuoti</translation> diff --git a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_lv.ts b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_lv.ts index cb6bce7a..1f223704 100644 --- a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_lv.ts +++ b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_lv.ts @@ -107,11 +107,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../MainUI.ui" line="499"/> - <source>toolBar</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../MainUI.ui" line="526"/> <source>Capture</source> <translation type="unfinished"></translation> diff --git a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_mk.ts b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_mk.ts index 9de2e6b6..66c5f017 100644 --- a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_mk.ts +++ b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_mk.ts @@ -107,11 +107,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../MainUI.ui" line="499"/> - <source>toolBar</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../MainUI.ui" line="526"/> <source>Capture</source> <translation type="unfinished"></translation> diff --git a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_mn.ts b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_mn.ts index 9de2e6b6..66c5f017 100644 --- a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_mn.ts +++ b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_mn.ts @@ -107,11 +107,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../MainUI.ui" line="499"/> - <source>toolBar</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../MainUI.ui" line="526"/> <source>Capture</source> <translation type="unfinished"></translation> diff --git a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_ms.ts b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_ms.ts index 9de2e6b6..66c5f017 100644 --- a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_ms.ts +++ b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_ms.ts @@ -107,11 +107,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../MainUI.ui" line="499"/> - <source>toolBar</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../MainUI.ui" line="526"/> <source>Capture</source> <translation type="unfinished"></translation> diff --git a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_mt.ts b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_mt.ts index 9de2e6b6..66c5f017 100644 --- a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_mt.ts +++ b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_mt.ts @@ -107,11 +107,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../MainUI.ui" line="499"/> - <source>toolBar</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../MainUI.ui" line="526"/> <source>Capture</source> <translation type="unfinished"></translation> diff --git a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_nb.ts b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_nb.ts index 9de2e6b6..66c5f017 100644 --- a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_nb.ts +++ b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_nb.ts @@ -107,11 +107,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../MainUI.ui" line="499"/> - <source>toolBar</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../MainUI.ui" line="526"/> <source>Capture</source> <translation type="unfinished"></translation> diff --git a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_nl.ts b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_nl.ts index 45ba17cf..738a2c6a 100644 --- a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_nl.ts +++ b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_nl.ts @@ -107,11 +107,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../MainUI.ui" line="499"/> - <source>toolBar</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../MainUI.ui" line="526"/> <source>Capture</source> <translation type="unfinished"></translation> diff --git a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_pa.ts b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_pa.ts index 9de2e6b6..66c5f017 100644 --- a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_pa.ts +++ b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_pa.ts @@ -107,11 +107,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../MainUI.ui" line="499"/> - <source>toolBar</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../MainUI.ui" line="526"/> <source>Capture</source> <translation type="unfinished"></translation> diff --git a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_pl.ts b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_pl.ts index 5763e29e..f87f52be 100644 --- a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_pl.ts +++ b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_pl.ts @@ -107,11 +107,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../MainUI.ui" line="499"/> - <source>toolBar</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../MainUI.ui" line="526"/> <source>Capture</source> <translation>Wykonaj zrzut ekranu</translation> diff --git a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_pt.ts b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_pt.ts index 6b509316..69f4ebb2 100644 --- a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_pt.ts +++ b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_pt.ts @@ -107,11 +107,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../MainUI.ui" line="499"/> - <source>toolBar</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../MainUI.ui" line="526"/> <source>Capture</source> <translation type="unfinished"></translation> diff --git a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_pt_BR.ts b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_pt_BR.ts index 5612a5ea..f0048be6 100644 --- a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_pt_BR.ts +++ b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_pt_BR.ts @@ -107,11 +107,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../MainUI.ui" line="499"/> - <source>toolBar</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../MainUI.ui" line="526"/> <source>Capture</source> <translation>Capturar</translation> diff --git a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_ro.ts b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_ro.ts index 9de2e6b6..66c5f017 100644 --- a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_ro.ts +++ b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_ro.ts @@ -107,11 +107,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../MainUI.ui" line="499"/> - <source>toolBar</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../MainUI.ui" line="526"/> <source>Capture</source> <translation type="unfinished"></translation> diff --git a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_ru.ts b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_ru.ts index 54296cfa..9362459d 100644 --- a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_ru.ts +++ b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_ru.ts @@ -107,11 +107,6 @@ <translation>Показывать всплывающие предупреждения о несохраненных скриншотах</translation> </message> <message> - <location filename="../MainUI.ui" line="499"/> - <source>toolBar</source> - <translation>Панель инструментов</translation> - </message> - <message> <location filename="../MainUI.ui" line="526"/> <source>Capture</source> <translation>Захват</translation> diff --git a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_sk.ts b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_sk.ts index 0bd6e6cc..075d7a6b 100644 --- a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_sk.ts +++ b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_sk.ts @@ -107,11 +107,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../MainUI.ui" line="499"/> - <source>toolBar</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../MainUI.ui" line="526"/> <source>Capture</source> <translation type="unfinished"></translation> diff --git a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_sl.ts b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_sl.ts index 9de2e6b6..66c5f017 100644 --- a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_sl.ts +++ b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_sl.ts @@ -107,11 +107,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../MainUI.ui" line="499"/> - <source>toolBar</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../MainUI.ui" line="526"/> <source>Capture</source> <translation type="unfinished"></translation> diff --git a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_sr.ts b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_sr.ts index 9de2e6b6..66c5f017 100644 --- a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_sr.ts +++ b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_sr.ts @@ -107,11 +107,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../MainUI.ui" line="499"/> - <source>toolBar</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../MainUI.ui" line="526"/> <source>Capture</source> <translation type="unfinished"></translation> diff --git a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_sv.ts b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_sv.ts index ecde5f06..0ef74d52 100644 --- a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_sv.ts +++ b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_sv.ts @@ -107,11 +107,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../MainUI.ui" line="499"/> - <source>toolBar</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../MainUI.ui" line="526"/> <source>Capture</source> <translation type="unfinished"></translation> diff --git a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_sw.ts b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_sw.ts index 9de2e6b6..66c5f017 100644 --- a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_sw.ts +++ b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_sw.ts @@ -107,11 +107,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../MainUI.ui" line="499"/> - <source>toolBar</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../MainUI.ui" line="526"/> <source>Capture</source> <translation type="unfinished"></translation> diff --git a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_ta.ts b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_ta.ts index 9de2e6b6..66c5f017 100644 --- a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_ta.ts +++ b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_ta.ts @@ -107,11 +107,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../MainUI.ui" line="499"/> - <source>toolBar</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../MainUI.ui" line="526"/> <source>Capture</source> <translation type="unfinished"></translation> diff --git a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_tg.ts b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_tg.ts index 9de2e6b6..66c5f017 100644 --- a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_tg.ts +++ b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_tg.ts @@ -107,11 +107,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../MainUI.ui" line="499"/> - <source>toolBar</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../MainUI.ui" line="526"/> <source>Capture</source> <translation type="unfinished"></translation> diff --git a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_th.ts b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_th.ts index 9de2e6b6..66c5f017 100644 --- a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_th.ts +++ b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_th.ts @@ -107,11 +107,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../MainUI.ui" line="499"/> - <source>toolBar</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../MainUI.ui" line="526"/> <source>Capture</source> <translation type="unfinished"></translation> diff --git a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_tr.ts b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_tr.ts index 7528a1fb..f814e24b 100644 --- a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_tr.ts +++ b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_tr.ts @@ -107,11 +107,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../MainUI.ui" line="499"/> - <source>toolBar</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../MainUI.ui" line="526"/> <source>Capture</source> <translation type="unfinished"></translation> diff --git a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_uk.ts b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_uk.ts index 16f82bf4..7c393248 100644 --- a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_uk.ts +++ b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_uk.ts @@ -107,11 +107,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../MainUI.ui" line="499"/> - <source>toolBar</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../MainUI.ui" line="526"/> <source>Capture</source> <translation type="unfinished"></translation> diff --git a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_uz.ts b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_uz.ts index 9de2e6b6..66c5f017 100644 --- a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_uz.ts +++ b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_uz.ts @@ -107,11 +107,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../MainUI.ui" line="499"/> - <source>toolBar</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../MainUI.ui" line="526"/> <source>Capture</source> <translation type="unfinished"></translation> diff --git a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_vi.ts b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_vi.ts index 9de2e6b6..66c5f017 100644 --- a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_vi.ts +++ b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_vi.ts @@ -107,11 +107,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../MainUI.ui" line="499"/> - <source>toolBar</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../MainUI.ui" line="526"/> <source>Capture</source> <translation type="unfinished"></translation> diff --git a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_zh_CN.ts b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_zh_CN.ts index 989ec7bf..756ff53a 100644 --- a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_zh_CN.ts +++ b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_zh_CN.ts @@ -107,11 +107,6 @@ <translation>未保存截图时显示弹出警告</translation> </message> <message> - <location filename="../MainUI.ui" line="499"/> - <source>toolBar</source> - <translation>工具栏</translation> - </message> - <message> <location filename="../MainUI.ui" line="526"/> <source>Capture</source> <translation>捕获</translation> @@ -154,7 +149,7 @@ <message> <location filename="../MainUI.cpp" line="39"/> <source>View</source> - <translation type="unfinished">查看</translation> + <translation>查看</translation> </message> <message> <location filename="../MainUI.cpp" line="40"/> diff --git a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_zh_HK.ts b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_zh_HK.ts index 9de2e6b6..66c5f017 100644 --- a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_zh_HK.ts +++ b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_zh_HK.ts @@ -107,11 +107,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../MainUI.ui" line="499"/> - <source>toolBar</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../MainUI.ui" line="526"/> <source>Capture</source> <translation type="unfinished"></translation> diff --git a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_zh_TW.ts b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_zh_TW.ts index 9de2e6b6..66c5f017 100644 --- a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_zh_TW.ts +++ b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_zh_TW.ts @@ -107,11 +107,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../MainUI.ui" line="499"/> - <source>toolBar</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../MainUI.ui" line="526"/> <source>Capture</source> <translation type="unfinished"></translation> diff --git a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_zu.ts b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_zu.ts index 9de2e6b6..66c5f017 100644 --- a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_zu.ts +++ b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_zu.ts @@ -107,11 +107,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../MainUI.ui" line="499"/> - <source>toolBar</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../MainUI.ui" line="526"/> <source>Capture</source> <translation type="unfinished"></translation> diff --git a/src-qt5/desktop-utils/lumina-screenshot/lumina-screenshot.pro b/src-qt5/desktop-utils/lumina-screenshot/lumina-screenshot.pro index cb2b9713..02b6eaa6 100644 --- a/src-qt5/desktop-utils/lumina-screenshot/lumina-screenshot.pro +++ b/src-qt5/desktop-utils/lumina-screenshot/lumina-screenshot.pro @@ -39,6 +39,7 @@ TRANSLATIONS = i18n/l-screenshot_af.ts \ i18n/l-screenshot_el.ts \ i18n/l-screenshot_en_GB.ts \ i18n/l-screenshot_en_ZA.ts \ + i18n/l-screenshot_en_AU.ts \ i18n/l-screenshot_es.ts \ i18n/l-screenshot_et.ts \ i18n/l-screenshot_eu.ts \ diff --git a/src-qt5/desktop-utils/lumina-screenshot/main.cpp b/src-qt5/desktop-utils/lumina-screenshot/main.cpp index c1d178a2..e49599bf 100644 --- a/src-qt5/desktop-utils/lumina-screenshot/main.cpp +++ b/src-qt5/desktop-utils/lumina-screenshot/main.cpp @@ -11,10 +11,11 @@ int main(int argc, char ** argv) { + LTHEME::LoadCustomEnvSettings(); //Make sure Qt5 auto-scaling is disabled for this application (need exact pixel measurements) unsetenv("QT_AUTO_SCREEN_SCALE_FACTOR"); - LTHEME::LoadCustomEnvSettings(); LSingleApplication a(argc, argv, "l-screenshot"); + if(!a.isPrimaryProcess()){ return 0; } //LuminaThemeEngine theme(&a); a.setApplicationName("Take Screenshot"); |