Mon, 01 Apr 2019 19:16:25 +0200
SnapWidget, SmapshotFreehandGrabber: corrected a display string and fixed an issue.
Snapshot/SnapWidget.py | file | annotate | diff | comparison | revisions | |
Snapshot/SnapshotFreehandGrabber.py | file | annotate | diff | comparison | revisions | |
i18n/eric6_cs.ts | file | annotate | diff | comparison | revisions | |
i18n/eric6_de.qm | file | annotate | diff | comparison | revisions | |
i18n/eric6_de.ts | file | annotate | diff | comparison | revisions | |
i18n/eric6_empty.ts | file | annotate | diff | comparison | revisions | |
i18n/eric6_en.ts | file | annotate | diff | comparison | revisions | |
i18n/eric6_es.ts | file | annotate | diff | comparison | revisions | |
i18n/eric6_fr.ts | file | annotate | diff | comparison | revisions | |
i18n/eric6_it.ts | file | annotate | diff | comparison | revisions | |
i18n/eric6_pt.ts | file | annotate | diff | comparison | revisions | |
i18n/eric6_ru.ts | file | annotate | diff | comparison | revisions | |
i18n/eric6_tr.ts | file | annotate | diff | comparison | revisions | |
i18n/eric6_zh_CN.ts | file | annotate | diff | comparison | revisions |
--- a/Snapshot/SnapWidget.py Sun Mar 31 14:38:46 2019 +0200 +++ b/Snapshot/SnapWidget.py Mon Apr 01 19:16:25 2019 +0200 @@ -59,11 +59,11 @@ SnapWidget.ModeFullscreen) if qVersionTuple() >= (5, 10, 0): if len(QApplication.screens()) > 1: - self.modeCombo.addItem(self.tr("Current Screen"), + self.modeCombo.addItem(self.tr("Select Screen"), SnapWidget.ModeScreen) else: if QApplication.desktop().screenCount() > 1: - self.modeCombo.addItem(self.tr("Current Screen"), + self.modeCombo.addItem(self.tr("Select Screen"), SnapWidget.ModeScreen) self.modeCombo.addItem(self.tr("Rectangular Selection"), SnapWidget.ModeRectangle) @@ -387,11 +387,11 @@ desktop.winId(), desktop.x(), desktop.y(), desktop.width(), desktop.height()) elif self.__mode == SnapWidget.ModeScreen: + desktop = QApplication.desktop() if qVersionTuple() >= (5, 10, 0): screen = QApplication.screenAt(QCursor.pos()) geom = screen.geometry() else: - desktop = QApplication.desktop() screenId = desktop.screenNumber(QCursor.pos()) geom = desktop.screenGeometry(screenId) x = geom.x()
--- a/Snapshot/SnapshotFreehandGrabber.py Sun Mar 31 14:38:46 2019 +0200 +++ b/Snapshot/SnapshotFreehandGrabber.py Mon Apr 01 19:16:25 2019 +0200 @@ -34,7 +34,7 @@ painter.setClipRegion(clip) painter.setPen(pen) painter.drawPolygon(QPolygon(polygon)) - if fill.isValid(): + if fill and fill.isValid(): painter.setClipping(False) painter.setBrush(fill or QColor()) painter.drawPolygon(QPolygon(polygon))
--- a/i18n/eric6_cs.ts Sun Mar 31 14:38:46 2019 +0200 +++ b/i18n/eric6_cs.ts Mon Apr 01 19:16:25 2019 +0200 @@ -48807,12 +48807,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/NotificationsPage.py" line="81"/> + <location filename="../Preferences/ConfigurationPages/NotificationsPage.py" line="91"/> <source>Visual Selection</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/NotificationsPage.py" line="82"/> + <location filename="../Preferences/ConfigurationPages/NotificationsPage.py" line="92"/> <source>Drag the notification window to the desired place and release the button.</source> <translation type="unfinished"></translation> </message> @@ -64959,102 +64959,102 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="63"/> + <location filename="../Snapshot/SnapWidget.py" line="68"/> <source>Rectangular Selection</source> <translation type="unfinished">Obdélníkový výběr</translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="123"/> - <source>Windows Bitmap File (*.bmp)</source> - <translation type="unfinished">Windows Bitmap soubor (*.bmp)</translation> - </message> - <message> - <location filename="../Snapshot/SnapWidget.py" line="124"/> - <source>Graphic Interchange Format File (*.gif)</source> - <translation type="unfinished">Graphic Interchange Format soubor (*.gif)</translation> - </message> - <message> - <location filename="../Snapshot/SnapWidget.py" line="125"/> - <source>Windows Icon File (*.ico)</source> - <translation type="unfinished">Windows Icon soubor (*.ico)</translation> - </message> - <message> - <location filename="../Snapshot/SnapWidget.py" line="126"/> - <source>JPEG File (*.jpg)</source> - <translation type="unfinished">JPEG soubor (*.jpg)</translation> - </message> - <message> - <location filename="../Snapshot/SnapWidget.py" line="127"/> - <source>Multiple-Image Network Graphics File (*.mng)</source> - <translation type="unfinished">Multiple-Image Network Graphics soubor (*.mng)</translation> - </message> - <message> <location filename="../Snapshot/SnapWidget.py" line="128"/> - <source>Portable Bitmap File (*.pbm)</source> - <translation type="unfinished">Portable Bitmap soubor (*.pbm)</translation> + <source>Windows Bitmap File (*.bmp)</source> + <translation type="unfinished">Windows Bitmap soubor (*.bmp)</translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="129"/> - <source>Paintbrush Bitmap File (*.pcx)</source> - <translation type="unfinished">Paintbrush Bitmap soubor (*.pcx)</translation> + <source>Graphic Interchange Format File (*.gif)</source> + <translation type="unfinished">Graphic Interchange Format soubor (*.gif)</translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="130"/> - <source>Portable Graymap File (*.pgm)</source> - <translation type="unfinished">Portable Graymap soubor (*.pgm)</translation> + <source>Windows Icon File (*.ico)</source> + <translation type="unfinished">Windows Icon soubor (*.ico)</translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="131"/> - <source>Portable Network Graphics File (*.png)</source> - <translation type="unfinished">Portable Network Graphics soubor (*.png)</translation> + <source>JPEG File (*.jpg)</source> + <translation type="unfinished">JPEG soubor (*.jpg)</translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="132"/> - <source>Portable Pixmap File (*.ppm)</source> - <translation type="unfinished">Portable Pixmap soubor (*.ppm)</translation> + <source>Multiple-Image Network Graphics File (*.mng)</source> + <translation type="unfinished">Multiple-Image Network Graphics soubor (*.mng)</translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="133"/> - <source>Silicon Graphics Image File (*.sgi)</source> - <translation type="unfinished">Silicon Graphics Image soubor (*.sgi)</translation> + <source>Portable Bitmap File (*.pbm)</source> + <translation type="unfinished">Portable Bitmap soubor (*.pbm)</translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="134"/> - <source>Scalable Vector Graphics File (*.svg)</source> - <translation type="unfinished">Scalable Vector Graphics soubor (*.svg)</translation> + <source>Paintbrush Bitmap File (*.pcx)</source> + <translation type="unfinished">Paintbrush Bitmap soubor (*.pcx)</translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="135"/> - <source>Targa Graphic File (*.tga)</source> - <translation type="unfinished">Targa Graphic soubor (*.tga)</translation> + <source>Portable Graymap File (*.pgm)</source> + <translation type="unfinished">Portable Graymap soubor (*.pgm)</translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="136"/> - <source>TIFF File (*.tif)</source> - <translation type="unfinished">TIFF soubor (*.tif)</translation> + <source>Portable Network Graphics File (*.png)</source> + <translation type="unfinished">Portable Network Graphics soubor (*.png)</translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="137"/> - <source>X11 Bitmap File (*.xbm)</source> - <translation type="unfinished">X11 Bitmap soubor (*.xbm)</translation> + <source>Portable Pixmap File (*.ppm)</source> + <translation type="unfinished">Portable Pixmap soubor (*.ppm)</translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="138"/> + <source>Silicon Graphics Image File (*.sgi)</source> + <translation type="unfinished">Silicon Graphics Image soubor (*.sgi)</translation> + </message> + <message> + <location filename="../Snapshot/SnapWidget.py" line="139"/> + <source>Scalable Vector Graphics File (*.svg)</source> + <translation type="unfinished">Scalable Vector Graphics soubor (*.svg)</translation> + </message> + <message> + <location filename="../Snapshot/SnapWidget.py" line="140"/> + <source>Targa Graphic File (*.tga)</source> + <translation type="unfinished">Targa Graphic soubor (*.tga)</translation> + </message> + <message> + <location filename="../Snapshot/SnapWidget.py" line="141"/> + <source>TIFF File (*.tif)</source> + <translation type="unfinished">TIFF soubor (*.tif)</translation> + </message> + <message> + <location filename="../Snapshot/SnapWidget.py" line="142"/> + <source>X11 Bitmap File (*.xbm)</source> + <translation type="unfinished">X11 Bitmap soubor (*.xbm)</translation> + </message> + <message> + <location filename="../Snapshot/SnapWidget.py" line="143"/> <source>X11 Pixmap File (*.xpm)</source> <translation type="unfinished">X11 Pixmap soubor (*.xpm)</translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="253"/> + <location filename="../Snapshot/SnapWidget.py" line="258"/> <source>Save Snapshot</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="232"/> + <location filename="../Snapshot/SnapWidget.py" line="237"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"><p>Soubor <b>{0}</b> již existuje.</p><p>Má se přepsat?</p></translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="253"/> + <location filename="../Snapshot/SnapWidget.py" line="258"/> <source>Cannot write file '{0}: {1}.</source> <translation type="unfinished">Nelze zapsat do souboru '{0}: @@ -65091,22 +65091,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="67"/> + <location filename="../Snapshot/SnapWidget.py" line="72"/> <source>Freehand Selection</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="61"/> - <source>Current Screen</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Snapshot/SnapWidget.py" line="87"/> + <location filename="../Snapshot/SnapWidget.py" line="92"/> <source>snapshot</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="504"/> + <location filename="../Snapshot/SnapWidget.py" line="513"/> <source>The application contains an unsaved snapshot.</source> <translation type="unfinished"></translation> </message> @@ -65121,20 +65116,25 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="532"/> + <location filename="../Snapshot/SnapWidget.py" line="541"/> <source>eric6 Snapshot</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="453"/> + <location filename="../Snapshot/SnapWidget.py" line="462"/> <source>Preview of the snapshot image ({0} x {1})</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="65"/> + <location filename="../Snapshot/SnapWidget.py" line="70"/> <source>Elliptical Selection</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Snapshot/SnapWidget.py" line="66"/> + <source>Select Screen</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>SnapshotFreehandGrabber</name> @@ -65155,7 +65155,7 @@ <context> <name>SnapshotTimer</name> <message numerus="yes"> - <location filename="../Snapshot/SnapshotTimer.py" line="103"/> + <location filename="../Snapshot/SnapshotTimer.py" line="107"/> <source>Snapshot will be taken in %n seconds</source> <translation type="unfinished"> <numerusform></numerusform>
--- a/i18n/eric6_de.ts Sun Mar 31 14:38:46 2019 +0200 +++ b/i18n/eric6_de.ts Mon Apr 01 19:16:25 2019 +0200 @@ -48883,12 +48883,12 @@ <translation>Einschalten, um die Position visuell auszuwählen, ausschalten, um sie einzulesen</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/NotificationsPage.py" line="81"/> + <location filename="../Preferences/ConfigurationPages/NotificationsPage.py" line="91"/> <source>Visual Selection</source> <translation>Visuelle Auswahl</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/NotificationsPage.py" line="82"/> + <location filename="../Preferences/ConfigurationPages/NotificationsPage.py" line="92"/> <source>Drag the notification window to the desired place and release the button.</source> <translation>Ziehe das Benchrichtigungsfenster an die gewünschte Position und schalte die Funktion aus.</translation> </message> @@ -65107,102 +65107,102 @@ <translation>Vollbild</translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="63"/> + <location filename="../Snapshot/SnapWidget.py" line="68"/> <source>Rectangular Selection</source> <translation>Rechteck-Auswahl</translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="123"/> - <source>Windows Bitmap File (*.bmp)</source> - <translation>Windows-Bitmap-Datei (*.bmp)</translation> - </message> - <message> - <location filename="../Snapshot/SnapWidget.py" line="124"/> - <source>Graphic Interchange Format File (*.gif)</source> - <translation>Graphic-Interchange-Format-Datei (*.gif)</translation> - </message> - <message> - <location filename="../Snapshot/SnapWidget.py" line="125"/> - <source>Windows Icon File (*.ico)</source> - <translation>Windows-Icon-Datei (*.ico)</translation> - </message> - <message> - <location filename="../Snapshot/SnapWidget.py" line="126"/> - <source>JPEG File (*.jpg)</source> - <translation>JPEG-Datei (*.jpg)</translation> - </message> - <message> - <location filename="../Snapshot/SnapWidget.py" line="127"/> - <source>Multiple-Image Network Graphics File (*.mng)</source> - <translation>Multiple-Image-Network-Graphics-Datei (*.mng)</translation> - </message> - <message> <location filename="../Snapshot/SnapWidget.py" line="128"/> - <source>Portable Bitmap File (*.pbm)</source> - <translation>Portable-Bitmap-Datei (*.pbm)</translation> + <source>Windows Bitmap File (*.bmp)</source> + <translation>Windows-Bitmap-Datei (*.bmp)</translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="129"/> - <source>Paintbrush Bitmap File (*.pcx)</source> - <translation>Paintbrush-Bitmap-Datei (*.pcx)</translation> + <source>Graphic Interchange Format File (*.gif)</source> + <translation>Graphic-Interchange-Format-Datei (*.gif)</translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="130"/> - <source>Portable Graymap File (*.pgm)</source> - <translation>Portable-Graymap-Datei (*.pgm)</translation> + <source>Windows Icon File (*.ico)</source> + <translation>Windows-Icon-Datei (*.ico)</translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="131"/> - <source>Portable Network Graphics File (*.png)</source> - <translation>Portable-Network-Graphics-Datei (*.png)</translation> + <source>JPEG File (*.jpg)</source> + <translation>JPEG-Datei (*.jpg)</translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="132"/> - <source>Portable Pixmap File (*.ppm)</source> - <translation>Portable-Pixmap-Datei (*.ppm)</translation> + <source>Multiple-Image Network Graphics File (*.mng)</source> + <translation>Multiple-Image-Network-Graphics-Datei (*.mng)</translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="133"/> - <source>Silicon Graphics Image File (*.sgi)</source> - <translation>Silicon-Graphics-Bild-Datei (*.sgi)</translation> + <source>Portable Bitmap File (*.pbm)</source> + <translation>Portable-Bitmap-Datei (*.pbm)</translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="134"/> - <source>Scalable Vector Graphics File (*.svg)</source> - <translation>Scalable-Vector-Graphics-Datei (*.svg)</translation> + <source>Paintbrush Bitmap File (*.pcx)</source> + <translation>Paintbrush-Bitmap-Datei (*.pcx)</translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="135"/> - <source>Targa Graphic File (*.tga)</source> - <translation>Targa-Grafik-Datei (*.tga)</translation> + <source>Portable Graymap File (*.pgm)</source> + <translation>Portable-Graymap-Datei (*.pgm)</translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="136"/> - <source>TIFF File (*.tif)</source> - <translation>TIFF-Datei (*.tif)</translation> + <source>Portable Network Graphics File (*.png)</source> + <translation>Portable-Network-Graphics-Datei (*.png)</translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="137"/> - <source>X11 Bitmap File (*.xbm)</source> - <translation>X11-Bitmap-Datei (*.xbm)</translation> + <source>Portable Pixmap File (*.ppm)</source> + <translation>Portable-Pixmap-Datei (*.ppm)</translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="138"/> + <source>Silicon Graphics Image File (*.sgi)</source> + <translation>Silicon-Graphics-Bild-Datei (*.sgi)</translation> + </message> + <message> + <location filename="../Snapshot/SnapWidget.py" line="139"/> + <source>Scalable Vector Graphics File (*.svg)</source> + <translation>Scalable-Vector-Graphics-Datei (*.svg)</translation> + </message> + <message> + <location filename="../Snapshot/SnapWidget.py" line="140"/> + <source>Targa Graphic File (*.tga)</source> + <translation>Targa-Grafik-Datei (*.tga)</translation> + </message> + <message> + <location filename="../Snapshot/SnapWidget.py" line="141"/> + <source>TIFF File (*.tif)</source> + <translation>TIFF-Datei (*.tif)</translation> + </message> + <message> + <location filename="../Snapshot/SnapWidget.py" line="142"/> + <source>X11 Bitmap File (*.xbm)</source> + <translation>X11-Bitmap-Datei (*.xbm)</translation> + </message> + <message> + <location filename="../Snapshot/SnapWidget.py" line="143"/> <source>X11 Pixmap File (*.xpm)</source> <translation>X11-Pixmap-Datei (*.xpm)</translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="253"/> + <location filename="../Snapshot/SnapWidget.py" line="258"/> <source>Save Snapshot</source> <translation>Bildschirmfoto speichern</translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="232"/> + <location filename="../Snapshot/SnapWidget.py" line="237"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>Die Datei <b>{0}</b> existiert bereits. Überschreiben?</p></translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="253"/> + <location filename="../Snapshot/SnapWidget.py" line="258"/> <source>Cannot write file '{0}: {1}.</source> <translation>Datei {0} kann nicht geschrieben werden: @@ -65239,22 +65239,17 @@ <translation>Zeigt den Namen des zum Speichern verwendeten Verzeichnisses</translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="67"/> + <location filename="../Snapshot/SnapWidget.py" line="72"/> <source>Freehand Selection</source> <translation>Freihändige Auswahl</translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="61"/> - <source>Current Screen</source> - <translation>Aktueller Bildschirm</translation> - </message> - <message> - <location filename="../Snapshot/SnapWidget.py" line="87"/> + <location filename="../Snapshot/SnapWidget.py" line="92"/> <source>snapshot</source> <translation>bildschirmfoto</translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="504"/> + <location filename="../Snapshot/SnapWidget.py" line="513"/> <source>The application contains an unsaved snapshot.</source> <translation>Die Anwendung enthält ein nicht gespeichertes Bildschirmfoto.</translation> </message> @@ -65269,20 +65264,25 @@ <translation>&Vorschau kopieren</translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="532"/> + <location filename="../Snapshot/SnapWidget.py" line="541"/> <source>eric6 Snapshot</source> <translation>eric6-Bildschirmfoto</translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="453"/> + <location filename="../Snapshot/SnapWidget.py" line="462"/> <source>Preview of the snapshot image ({0} x {1})</source> <translation>Vorschau des Bildschirmfotos ({0} x {1})</translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="65"/> + <location filename="../Snapshot/SnapWidget.py" line="70"/> <source>Elliptical Selection</source> <translation>Elliptische Auswahl</translation> </message> + <message> + <location filename="../Snapshot/SnapWidget.py" line="66"/> + <source>Select Screen</source> + <translation>Bildschirm wählen</translation> + </message> </context> <context> <name>SnapshotFreehandGrabber</name> @@ -65303,7 +65303,7 @@ <context> <name>SnapshotTimer</name> <message numerus="yes"> - <location filename="../Snapshot/SnapshotTimer.py" line="103"/> + <location filename="../Snapshot/SnapshotTimer.py" line="107"/> <source>Snapshot will be taken in %n seconds</source> <translation> <numerusform>Bildschirmfoto wird in einer Sekunde erstellt</numerusform>
--- a/i18n/eric6_empty.ts Sun Mar 31 14:38:46 2019 +0200 +++ b/i18n/eric6_empty.ts Mon Apr 01 19:16:25 2019 +0200 @@ -48639,12 +48639,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/NotificationsPage.py" line="81"/> + <location filename="../Preferences/ConfigurationPages/NotificationsPage.py" line="91"/> <source>Visual Selection</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/NotificationsPage.py" line="82"/> + <location filename="../Preferences/ConfigurationPages/NotificationsPage.py" line="92"/> <source>Drag the notification window to the desired place and release the button.</source> <translation type="unfinished"></translation> </message> @@ -64559,7 +64559,7 @@ <context> <name>SnapWidget</name> <message> - <location filename="../Snapshot/SnapWidget.py" line="532"/> + <location filename="../Snapshot/SnapWidget.py" line="541"/> <source>eric6 Snapshot</source> <translation type="unfinished"></translation> </message> @@ -64649,136 +64649,136 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="63"/> + <location filename="../Snapshot/SnapWidget.py" line="68"/> <source>Rectangular Selection</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="67"/> + <location filename="../Snapshot/SnapWidget.py" line="72"/> <source>Freehand Selection</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="61"/> - <source>Current Screen</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Snapshot/SnapWidget.py" line="87"/> + <location filename="../Snapshot/SnapWidget.py" line="92"/> <source>snapshot</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="123"/> - <source>Windows Bitmap File (*.bmp)</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Snapshot/SnapWidget.py" line="124"/> - <source>Graphic Interchange Format File (*.gif)</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Snapshot/SnapWidget.py" line="125"/> - <source>Windows Icon File (*.ico)</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Snapshot/SnapWidget.py" line="126"/> - <source>JPEG File (*.jpg)</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Snapshot/SnapWidget.py" line="127"/> - <source>Multiple-Image Network Graphics File (*.mng)</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Snapshot/SnapWidget.py" line="128"/> - <source>Portable Bitmap File (*.pbm)</source> + <source>Windows Bitmap File (*.bmp)</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="129"/> - <source>Paintbrush Bitmap File (*.pcx)</source> + <source>Graphic Interchange Format File (*.gif)</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="130"/> - <source>Portable Graymap File (*.pgm)</source> + <source>Windows Icon File (*.ico)</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="131"/> - <source>Portable Network Graphics File (*.png)</source> + <source>JPEG File (*.jpg)</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="132"/> - <source>Portable Pixmap File (*.ppm)</source> + <source>Multiple-Image Network Graphics File (*.mng)</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="133"/> - <source>Silicon Graphics Image File (*.sgi)</source> + <source>Portable Bitmap File (*.pbm)</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="134"/> - <source>Scalable Vector Graphics File (*.svg)</source> + <source>Paintbrush Bitmap File (*.pcx)</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="135"/> - <source>Targa Graphic File (*.tga)</source> + <source>Portable Graymap File (*.pgm)</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="136"/> - <source>TIFF File (*.tif)</source> + <source>Portable Network Graphics File (*.png)</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="137"/> - <source>X11 Bitmap File (*.xbm)</source> + <source>Portable Pixmap File (*.ppm)</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="138"/> + <source>Silicon Graphics Image File (*.sgi)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Snapshot/SnapWidget.py" line="139"/> + <source>Scalable Vector Graphics File (*.svg)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Snapshot/SnapWidget.py" line="140"/> + <source>Targa Graphic File (*.tga)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Snapshot/SnapWidget.py" line="141"/> + <source>TIFF File (*.tif)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Snapshot/SnapWidget.py" line="142"/> + <source>X11 Bitmap File (*.xbm)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Snapshot/SnapWidget.py" line="143"/> <source>X11 Pixmap File (*.xpm)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="253"/> + <location filename="../Snapshot/SnapWidget.py" line="258"/> <source>Save Snapshot</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="232"/> + <location filename="../Snapshot/SnapWidget.py" line="237"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="253"/> + <location filename="../Snapshot/SnapWidget.py" line="258"/> <source>Cannot write file '{0}: {1}.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="453"/> + <location filename="../Snapshot/SnapWidget.py" line="462"/> <source>Preview of the snapshot image ({0} x {1})</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="504"/> + <location filename="../Snapshot/SnapWidget.py" line="513"/> <source>The application contains an unsaved snapshot.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="65"/> + <location filename="../Snapshot/SnapWidget.py" line="70"/> <source>Elliptical Selection</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Snapshot/SnapWidget.py" line="66"/> + <source>Select Screen</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>SnapshotFreehandGrabber</name> @@ -64799,7 +64799,7 @@ <context> <name>SnapshotTimer</name> <message numerus="yes"> - <location filename="../Snapshot/SnapshotTimer.py" line="103"/> + <location filename="../Snapshot/SnapshotTimer.py" line="107"/> <source>Snapshot will be taken in %n seconds</source> <translation type="unfinished"> <numerusform></numerusform>
--- a/i18n/eric6_en.ts Sun Mar 31 14:38:46 2019 +0200 +++ b/i18n/eric6_en.ts Mon Apr 01 19:16:25 2019 +0200 @@ -48684,12 +48684,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/NotificationsPage.py" line="81"/> + <location filename="../Preferences/ConfigurationPages/NotificationsPage.py" line="91"/> <source>Visual Selection</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/NotificationsPage.py" line="82"/> + <location filename="../Preferences/ConfigurationPages/NotificationsPage.py" line="92"/> <source>Drag the notification window to the desired place and release the button.</source> <translation type="unfinished"></translation> </message> @@ -64652,102 +64652,102 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="63"/> + <location filename="../Snapshot/SnapWidget.py" line="68"/> <source>Rectangular Selection</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="123"/> - <source>Windows Bitmap File (*.bmp)</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Snapshot/SnapWidget.py" line="124"/> - <source>Graphic Interchange Format File (*.gif)</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Snapshot/SnapWidget.py" line="125"/> - <source>Windows Icon File (*.ico)</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Snapshot/SnapWidget.py" line="126"/> - <source>JPEG File (*.jpg)</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Snapshot/SnapWidget.py" line="127"/> - <source>Multiple-Image Network Graphics File (*.mng)</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Snapshot/SnapWidget.py" line="128"/> - <source>Portable Bitmap File (*.pbm)</source> + <source>Windows Bitmap File (*.bmp)</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="129"/> - <source>Paintbrush Bitmap File (*.pcx)</source> + <source>Graphic Interchange Format File (*.gif)</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="130"/> - <source>Portable Graymap File (*.pgm)</source> + <source>Windows Icon File (*.ico)</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="131"/> - <source>Portable Network Graphics File (*.png)</source> + <source>JPEG File (*.jpg)</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="132"/> - <source>Portable Pixmap File (*.ppm)</source> + <source>Multiple-Image Network Graphics File (*.mng)</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="133"/> - <source>Silicon Graphics Image File (*.sgi)</source> + <source>Portable Bitmap File (*.pbm)</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="134"/> - <source>Scalable Vector Graphics File (*.svg)</source> + <source>Paintbrush Bitmap File (*.pcx)</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="135"/> - <source>Targa Graphic File (*.tga)</source> + <source>Portable Graymap File (*.pgm)</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="136"/> - <source>TIFF File (*.tif)</source> + <source>Portable Network Graphics File (*.png)</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="137"/> - <source>X11 Bitmap File (*.xbm)</source> + <source>Portable Pixmap File (*.ppm)</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="138"/> + <source>Silicon Graphics Image File (*.sgi)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Snapshot/SnapWidget.py" line="139"/> + <source>Scalable Vector Graphics File (*.svg)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Snapshot/SnapWidget.py" line="140"/> + <source>Targa Graphic File (*.tga)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Snapshot/SnapWidget.py" line="141"/> + <source>TIFF File (*.tif)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Snapshot/SnapWidget.py" line="142"/> + <source>X11 Bitmap File (*.xbm)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Snapshot/SnapWidget.py" line="143"/> <source>X11 Pixmap File (*.xpm)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="253"/> + <location filename="../Snapshot/SnapWidget.py" line="258"/> <source>Save Snapshot</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="232"/> + <location filename="../Snapshot/SnapWidget.py" line="237"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="253"/> + <location filename="../Snapshot/SnapWidget.py" line="258"/> <source>Cannot write file '{0}: {1}.</source> <translation type="unfinished"></translation> @@ -64783,22 +64783,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="67"/> + <location filename="../Snapshot/SnapWidget.py" line="72"/> <source>Freehand Selection</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="61"/> - <source>Current Screen</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Snapshot/SnapWidget.py" line="87"/> + <location filename="../Snapshot/SnapWidget.py" line="92"/> <source>snapshot</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="504"/> + <location filename="../Snapshot/SnapWidget.py" line="513"/> <source>The application contains an unsaved snapshot.</source> <translation type="unfinished"></translation> </message> @@ -64813,20 +64808,25 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="532"/> + <location filename="../Snapshot/SnapWidget.py" line="541"/> <source>eric6 Snapshot</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="453"/> + <location filename="../Snapshot/SnapWidget.py" line="462"/> <source>Preview of the snapshot image ({0} x {1})</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="65"/> + <location filename="../Snapshot/SnapWidget.py" line="70"/> <source>Elliptical Selection</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Snapshot/SnapWidget.py" line="66"/> + <source>Select Screen</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>SnapshotFreehandGrabber</name> @@ -64847,7 +64847,7 @@ <context> <name>SnapshotTimer</name> <message numerus="yes"> - <location filename="../Snapshot/SnapshotTimer.py" line="103"/> + <location filename="../Snapshot/SnapshotTimer.py" line="107"/> <source>Snapshot will be taken in %n seconds</source> <translation> <numerusform>Snapshot will be taken in %n second</numerusform>
--- a/i18n/eric6_es.ts Sun Mar 31 14:38:46 2019 +0200 +++ b/i18n/eric6_es.ts Mon Apr 01 19:16:25 2019 +0200 @@ -48942,12 +48942,12 @@ <translation>Pulsar para seleccionar la posición visualmente, soltar para asignar</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/NotificationsPage.py" line="81"/> + <location filename="../Preferences/ConfigurationPages/NotificationsPage.py" line="91"/> <source>Visual Selection</source> <translation>Selección Visual</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/NotificationsPage.py" line="82"/> + <location filename="../Preferences/ConfigurationPages/NotificationsPage.py" line="92"/> <source>Drag the notification window to the desired place and release the button.</source> <translation>Arrastrar la ventana de notificación a la ubicación deseada y soltar el botón.</translation> </message> @@ -65140,102 +65140,102 @@ <translation>Pantalla completa</translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="63"/> + <location filename="../Snapshot/SnapWidget.py" line="68"/> <source>Rectangular Selection</source> <translation>Selección Rectangular</translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="123"/> - <source>Windows Bitmap File (*.bmp)</source> - <translation>Archivo de Bitmap de Windows (*.bmp)</translation> - </message> - <message> - <location filename="../Snapshot/SnapWidget.py" line="124"/> - <source>Graphic Interchange Format File (*.gif)</source> - <translation>Archivo de Formato Gráfico de Intercambio (*.gif)</translation> - </message> - <message> - <location filename="../Snapshot/SnapWidget.py" line="125"/> - <source>Windows Icon File (*.ico)</source> - <translation>Archivo de Icono de Windows (*.ico)</translation> - </message> - <message> - <location filename="../Snapshot/SnapWidget.py" line="126"/> - <source>JPEG File (*.jpg)</source> - <translation>Archivo JPEG (*.jpg)</translation> - </message> - <message> - <location filename="../Snapshot/SnapWidget.py" line="127"/> - <source>Multiple-Image Network Graphics File (*.mng)</source> - <translation>Archivo de Multiple-Image Network Graphics (*.mng)</translation> - </message> - <message> <location filename="../Snapshot/SnapWidget.py" line="128"/> - <source>Portable Bitmap File (*.pbm)</source> - <translation>Archivo de Bitmap Portable (*.pbm)</translation> + <source>Windows Bitmap File (*.bmp)</source> + <translation>Archivo de Bitmap de Windows (*.bmp)</translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="129"/> - <source>Paintbrush Bitmap File (*.pcx)</source> - <translation>Archivo de Bitmap de Pincel (*.pcx)</translation> + <source>Graphic Interchange Format File (*.gif)</source> + <translation>Archivo de Formato Gráfico de Intercambio (*.gif)</translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="130"/> - <source>Portable Graymap File (*.pgm)</source> - <translation>Archivo de Portable Graymap (*.pgm)</translation> + <source>Windows Icon File (*.ico)</source> + <translation>Archivo de Icono de Windows (*.ico)</translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="131"/> - <source>Portable Network Graphics File (*.png)</source> - <translation>Archivo Portable Network Graphics (*.png)</translation> + <source>JPEG File (*.jpg)</source> + <translation>Archivo JPEG (*.jpg)</translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="132"/> - <source>Portable Pixmap File (*.ppm)</source> - <translation>Archivo de Portable Pixmap (*.ppm)</translation> + <source>Multiple-Image Network Graphics File (*.mng)</source> + <translation>Archivo de Multiple-Image Network Graphics (*.mng)</translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="133"/> - <source>Silicon Graphics Image File (*.sgi)</source> - <translation>Archivo de Silicon Graphics Image (*.sgi)</translation> + <source>Portable Bitmap File (*.pbm)</source> + <translation>Archivo de Bitmap Portable (*.pbm)</translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="134"/> - <source>Scalable Vector Graphics File (*.svg)</source> - <translation>Archivo de Scalable Vector Graphics (*.svg)</translation> + <source>Paintbrush Bitmap File (*.pcx)</source> + <translation>Archivo de Bitmap de Pincel (*.pcx)</translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="135"/> - <source>Targa Graphic File (*.tga)</source> - <translation>Archivo de Targa Graphic (*.tga)</translation> + <source>Portable Graymap File (*.pgm)</source> + <translation>Archivo de Portable Graymap (*.pgm)</translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="136"/> - <source>TIFF File (*.tif)</source> - <translation>Archivo TIFF (*.tif)</translation> + <source>Portable Network Graphics File (*.png)</source> + <translation>Archivo Portable Network Graphics (*.png)</translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="137"/> - <source>X11 Bitmap File (*.xbm)</source> - <translation>Archivo de X11 Bitmap (*.xbm)</translation> + <source>Portable Pixmap File (*.ppm)</source> + <translation>Archivo de Portable Pixmap (*.ppm)</translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="138"/> + <source>Silicon Graphics Image File (*.sgi)</source> + <translation>Archivo de Silicon Graphics Image (*.sgi)</translation> + </message> + <message> + <location filename="../Snapshot/SnapWidget.py" line="139"/> + <source>Scalable Vector Graphics File (*.svg)</source> + <translation>Archivo de Scalable Vector Graphics (*.svg)</translation> + </message> + <message> + <location filename="../Snapshot/SnapWidget.py" line="140"/> + <source>Targa Graphic File (*.tga)</source> + <translation>Archivo de Targa Graphic (*.tga)</translation> + </message> + <message> + <location filename="../Snapshot/SnapWidget.py" line="141"/> + <source>TIFF File (*.tif)</source> + <translation>Archivo TIFF (*.tif)</translation> + </message> + <message> + <location filename="../Snapshot/SnapWidget.py" line="142"/> + <source>X11 Bitmap File (*.xbm)</source> + <translation>Archivo de X11 Bitmap (*.xbm)</translation> + </message> + <message> + <location filename="../Snapshot/SnapWidget.py" line="143"/> <source>X11 Pixmap File (*.xpm)</source> <translation>Archivo de X11 Pixmap (*.xpm)</translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="253"/> + <location filename="../Snapshot/SnapWidget.py" line="258"/> <source>Save Snapshot</source> <translation>Guardar Captura de Pantalla</translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="232"/> + <location filename="../Snapshot/SnapWidget.py" line="237"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>El archivo <b>{0}</b> ya existe. ¿Desea sobreescribirlo?</p></translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="253"/> + <location filename="../Snapshot/SnapWidget.py" line="258"/> <source>Cannot write file '{0}: {1}.</source> <translation>No se puede guardar el archivo {0}: @@ -65277,22 +65277,22 @@ <translation type="obsolete">Selección Elíptica</translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="67"/> + <location filename="../Snapshot/SnapWidget.py" line="72"/> <source>Freehand Selection</source> <translation>Selección Libre</translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="61"/> <source>Current Screen</source> - <translation>Pantalla Actual</translation> - </message> - <message> - <location filename="../Snapshot/SnapWidget.py" line="87"/> + <translation type="obsolete">Pantalla Actual</translation> + </message> + <message> + <location filename="../Snapshot/SnapWidget.py" line="92"/> <source>snapshot</source> <translation>captura de pantalla</translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="504"/> + <location filename="../Snapshot/SnapWidget.py" line="513"/> <source>The application contains an unsaved snapshot.</source> <translation>La aplicación contiene una captura de pantalla sin guardar.</translation> </message> @@ -65307,20 +65307,25 @@ <translation>Copiar y Vista &Preliminar</translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="532"/> + <location filename="../Snapshot/SnapWidget.py" line="541"/> <source>eric6 Snapshot</source> <translation>Captura de Pantalla de eric6</translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="453"/> + <location filename="../Snapshot/SnapWidget.py" line="462"/> <source>Preview of the snapshot image ({0} x {1})</source> <translation>Vista preliminar de la imagen de captura de pantalla ({0} x {1})</translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="65"/> + <location filename="../Snapshot/SnapWidget.py" line="70"/> <source>Elliptical Selection</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Snapshot/SnapWidget.py" line="66"/> + <source>Select Screen</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>SnapshotFreehandGrabber</name> @@ -65341,7 +65346,7 @@ <context> <name>SnapshotTimer</name> <message numerus="yes"> - <location filename="../Snapshot/SnapshotTimer.py" line="103"/> + <location filename="../Snapshot/SnapshotTimer.py" line="107"/> <source>Snapshot will be taken in %n seconds</source> <translation> <numerusform>La captura de pantalla se tomará en %n segundo</numerusform>
--- a/i18n/eric6_fr.ts Sun Mar 31 14:38:46 2019 +0200 +++ b/i18n/eric6_fr.ts Mon Apr 01 19:16:25 2019 +0200 @@ -48806,12 +48806,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/NotificationsPage.py" line="81"/> + <location filename="../Preferences/ConfigurationPages/NotificationsPage.py" line="91"/> <source>Visual Selection</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/NotificationsPage.py" line="82"/> + <location filename="../Preferences/ConfigurationPages/NotificationsPage.py" line="92"/> <source>Drag the notification window to the desired place and release the button.</source> <translation type="unfinished"></translation> </message> @@ -64986,102 +64986,102 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="63"/> + <location filename="../Snapshot/SnapWidget.py" line="68"/> <source>Rectangular Selection</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="123"/> - <source>Windows Bitmap File (*.bmp)</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Snapshot/SnapWidget.py" line="124"/> - <source>Graphic Interchange Format File (*.gif)</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Snapshot/SnapWidget.py" line="125"/> - <source>Windows Icon File (*.ico)</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Snapshot/SnapWidget.py" line="126"/> - <source>JPEG File (*.jpg)</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Snapshot/SnapWidget.py" line="127"/> - <source>Multiple-Image Network Graphics File (*.mng)</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Snapshot/SnapWidget.py" line="128"/> - <source>Portable Bitmap File (*.pbm)</source> + <source>Windows Bitmap File (*.bmp)</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="129"/> - <source>Paintbrush Bitmap File (*.pcx)</source> + <source>Graphic Interchange Format File (*.gif)</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="130"/> - <source>Portable Graymap File (*.pgm)</source> + <source>Windows Icon File (*.ico)</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="131"/> - <source>Portable Network Graphics File (*.png)</source> + <source>JPEG File (*.jpg)</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="132"/> - <source>Portable Pixmap File (*.ppm)</source> + <source>Multiple-Image Network Graphics File (*.mng)</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="133"/> - <source>Silicon Graphics Image File (*.sgi)</source> + <source>Portable Bitmap File (*.pbm)</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="134"/> - <source>Scalable Vector Graphics File (*.svg)</source> + <source>Paintbrush Bitmap File (*.pcx)</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="135"/> - <source>Targa Graphic File (*.tga)</source> + <source>Portable Graymap File (*.pgm)</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="136"/> - <source>TIFF File (*.tif)</source> + <source>Portable Network Graphics File (*.png)</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="137"/> - <source>X11 Bitmap File (*.xbm)</source> + <source>Portable Pixmap File (*.ppm)</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="138"/> + <source>Silicon Graphics Image File (*.sgi)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Snapshot/SnapWidget.py" line="139"/> + <source>Scalable Vector Graphics File (*.svg)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Snapshot/SnapWidget.py" line="140"/> + <source>Targa Graphic File (*.tga)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Snapshot/SnapWidget.py" line="141"/> + <source>TIFF File (*.tif)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Snapshot/SnapWidget.py" line="142"/> + <source>X11 Bitmap File (*.xbm)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Snapshot/SnapWidget.py" line="143"/> <source>X11 Pixmap File (*.xpm)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="253"/> + <location filename="../Snapshot/SnapWidget.py" line="258"/> <source>Save Snapshot</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="232"/> + <location filename="../Snapshot/SnapWidget.py" line="237"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"><p>Le fichier <b>{0}</b>existe déjà. Écraser ?</p></translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="253"/> + <location filename="../Snapshot/SnapWidget.py" line="258"/> <source>Cannot write file '{0}: {1}.</source> <translation type="unfinished"></translation> @@ -65117,22 +65117,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="67"/> + <location filename="../Snapshot/SnapWidget.py" line="72"/> <source>Freehand Selection</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="61"/> - <source>Current Screen</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Snapshot/SnapWidget.py" line="87"/> + <location filename="../Snapshot/SnapWidget.py" line="92"/> <source>snapshot</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="504"/> + <location filename="../Snapshot/SnapWidget.py" line="513"/> <source>The application contains an unsaved snapshot.</source> <translation type="unfinished"></translation> </message> @@ -65147,20 +65142,25 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="532"/> + <location filename="../Snapshot/SnapWidget.py" line="541"/> <source>eric6 Snapshot</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="453"/> + <location filename="../Snapshot/SnapWidget.py" line="462"/> <source>Preview of the snapshot image ({0} x {1})</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="65"/> + <location filename="../Snapshot/SnapWidget.py" line="70"/> <source>Elliptical Selection</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Snapshot/SnapWidget.py" line="66"/> + <source>Select Screen</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>SnapshotFreehandGrabber</name> @@ -65181,7 +65181,7 @@ <context> <name>SnapshotTimer</name> <message numerus="yes"> - <location filename="../Snapshot/SnapshotTimer.py" line="103"/> + <location filename="../Snapshot/SnapshotTimer.py" line="107"/> <source>Snapshot will be taken in %n seconds</source> <translation type="unfinished"> <numerusform></numerusform>
--- a/i18n/eric6_it.ts Sun Mar 31 14:38:46 2019 +0200 +++ b/i18n/eric6_it.ts Mon Apr 01 19:16:25 2019 +0200 @@ -48853,12 +48853,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/NotificationsPage.py" line="81"/> + <location filename="../Preferences/ConfigurationPages/NotificationsPage.py" line="91"/> <source>Visual Selection</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/NotificationsPage.py" line="82"/> + <location filename="../Preferences/ConfigurationPages/NotificationsPage.py" line="92"/> <source>Drag the notification window to the desired place and release the button.</source> <translation type="unfinished"></translation> </message> @@ -65014,102 +65014,102 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="63"/> + <location filename="../Snapshot/SnapWidget.py" line="68"/> <source>Rectangular Selection</source> <translation type="unfinished">Selezione rettangolare</translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="123"/> - <source>Windows Bitmap File (*.bmp)</source> - <translation type="unfinished">Windows Bitmap File (*.bmp)</translation> - </message> - <message> - <location filename="../Snapshot/SnapWidget.py" line="124"/> - <source>Graphic Interchange Format File (*.gif)</source> - <translation type="unfinished">Graphic Interchange Format File (*.gif)</translation> - </message> - <message> - <location filename="../Snapshot/SnapWidget.py" line="125"/> - <source>Windows Icon File (*.ico)</source> - <translation type="unfinished">Windows Icon File (*.ico)</translation> - </message> - <message> - <location filename="../Snapshot/SnapWidget.py" line="126"/> - <source>JPEG File (*.jpg)</source> - <translation type="unfinished">JPEG File (*.jpg)</translation> - </message> - <message> - <location filename="../Snapshot/SnapWidget.py" line="127"/> - <source>Multiple-Image Network Graphics File (*.mng)</source> - <translation type="unfinished">Multiple-Image Network Graphics File (*.mng)</translation> - </message> - <message> <location filename="../Snapshot/SnapWidget.py" line="128"/> - <source>Portable Bitmap File (*.pbm)</source> - <translation type="unfinished">Portable Bitmap File (*.pbm)</translation> + <source>Windows Bitmap File (*.bmp)</source> + <translation type="unfinished">Windows Bitmap File (*.bmp)</translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="129"/> - <source>Paintbrush Bitmap File (*.pcx)</source> - <translation type="unfinished">Portable Bitmap File (*.pbm)</translation> + <source>Graphic Interchange Format File (*.gif)</source> + <translation type="unfinished">Graphic Interchange Format File (*.gif)</translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="130"/> - <source>Portable Graymap File (*.pgm)</source> - <translation type="unfinished">Portable Graymap File (*.pgm)</translation> + <source>Windows Icon File (*.ico)</source> + <translation type="unfinished">Windows Icon File (*.ico)</translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="131"/> - <source>Portable Network Graphics File (*.png)</source> - <translation type="unfinished">Portable Network Graphics File (*.png)</translation> + <source>JPEG File (*.jpg)</source> + <translation type="unfinished">JPEG File (*.jpg)</translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="132"/> - <source>Portable Pixmap File (*.ppm)</source> - <translation type="unfinished">Portable Pixmap File (*.ppm)</translation> + <source>Multiple-Image Network Graphics File (*.mng)</source> + <translation type="unfinished">Multiple-Image Network Graphics File (*.mng)</translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="133"/> - <source>Silicon Graphics Image File (*.sgi)</source> - <translation type="unfinished">Silicon Graphics Image File (*.sgi)</translation> + <source>Portable Bitmap File (*.pbm)</source> + <translation type="unfinished">Portable Bitmap File (*.pbm)</translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="134"/> - <source>Scalable Vector Graphics File (*.svg)</source> - <translation type="unfinished">Scalable Vector Graphics File (*.svg)</translation> + <source>Paintbrush Bitmap File (*.pcx)</source> + <translation type="unfinished">Portable Bitmap File (*.pbm)</translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="135"/> - <source>Targa Graphic File (*.tga)</source> - <translation type="unfinished">Targa Graphic File (*.tga)</translation> + <source>Portable Graymap File (*.pgm)</source> + <translation type="unfinished">Portable Graymap File (*.pgm)</translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="136"/> - <source>TIFF File (*.tif)</source> - <translation type="unfinished">TIFF File (*.tif)</translation> + <source>Portable Network Graphics File (*.png)</source> + <translation type="unfinished">Portable Network Graphics File (*.png)</translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="137"/> - <source>X11 Bitmap File (*.xbm)</source> - <translation type="unfinished">X11 Bitmap File (*.xbm)</translation> + <source>Portable Pixmap File (*.ppm)</source> + <translation type="unfinished">Portable Pixmap File (*.ppm)</translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="138"/> + <source>Silicon Graphics Image File (*.sgi)</source> + <translation type="unfinished">Silicon Graphics Image File (*.sgi)</translation> + </message> + <message> + <location filename="../Snapshot/SnapWidget.py" line="139"/> + <source>Scalable Vector Graphics File (*.svg)</source> + <translation type="unfinished">Scalable Vector Graphics File (*.svg)</translation> + </message> + <message> + <location filename="../Snapshot/SnapWidget.py" line="140"/> + <source>Targa Graphic File (*.tga)</source> + <translation type="unfinished">Targa Graphic File (*.tga)</translation> + </message> + <message> + <location filename="../Snapshot/SnapWidget.py" line="141"/> + <source>TIFF File (*.tif)</source> + <translation type="unfinished">TIFF File (*.tif)</translation> + </message> + <message> + <location filename="../Snapshot/SnapWidget.py" line="142"/> + <source>X11 Bitmap File (*.xbm)</source> + <translation type="unfinished">X11 Bitmap File (*.xbm)</translation> + </message> + <message> + <location filename="../Snapshot/SnapWidget.py" line="143"/> <source>X11 Pixmap File (*.xpm)</source> <translation type="unfinished">X11 Pixmap File (*.xpm)</translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="253"/> + <location filename="../Snapshot/SnapWidget.py" line="258"/> <source>Save Snapshot</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="232"/> + <location filename="../Snapshot/SnapWidget.py" line="237"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"><p>Il file <b>{0}</b> esiste già. Sovrascriverlo ?</p></translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="253"/> + <location filename="../Snapshot/SnapWidget.py" line="258"/> <source>Cannot write file '{0}: {1}.</source> <translation type="unfinished">Impossibile scrivere il file {0}: @@ -65146,22 +65146,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="67"/> + <location filename="../Snapshot/SnapWidget.py" line="72"/> <source>Freehand Selection</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="61"/> - <source>Current Screen</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Snapshot/SnapWidget.py" line="87"/> + <location filename="../Snapshot/SnapWidget.py" line="92"/> <source>snapshot</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="504"/> + <location filename="../Snapshot/SnapWidget.py" line="513"/> <source>The application contains an unsaved snapshot.</source> <translation type="unfinished"></translation> </message> @@ -65176,20 +65171,25 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="532"/> + <location filename="../Snapshot/SnapWidget.py" line="541"/> <source>eric6 Snapshot</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="453"/> + <location filename="../Snapshot/SnapWidget.py" line="462"/> <source>Preview of the snapshot image ({0} x {1})</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="65"/> + <location filename="../Snapshot/SnapWidget.py" line="70"/> <source>Elliptical Selection</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Snapshot/SnapWidget.py" line="66"/> + <source>Select Screen</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>SnapshotFreehandGrabber</name> @@ -65210,7 +65210,7 @@ <context> <name>SnapshotTimer</name> <message numerus="yes"> - <location filename="../Snapshot/SnapshotTimer.py" line="103"/> + <location filename="../Snapshot/SnapshotTimer.py" line="107"/> <source>Snapshot will be taken in %n seconds</source> <translation> <numerusform>L'istantanea verrà fissata in %n secondo</numerusform>
--- a/i18n/eric6_pt.ts Sun Mar 31 14:38:46 2019 +0200 +++ b/i18n/eric6_pt.ts Mon Apr 01 19:16:25 2019 +0200 @@ -48865,12 +48865,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/NotificationsPage.py" line="81"/> + <location filename="../Preferences/ConfigurationPages/NotificationsPage.py" line="91"/> <source>Visual Selection</source> <translation>Seleção Visual</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/NotificationsPage.py" line="82"/> + <location filename="../Preferences/ConfigurationPages/NotificationsPage.py" line="92"/> <source>Drag the notification window to the desired place and release the button.</source> <translation type="unfinished"></translation> </message> @@ -64923,102 +64923,102 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="63"/> + <location filename="../Snapshot/SnapWidget.py" line="68"/> <source>Rectangular Selection</source> <translation type="unfinished">Seleção Rectangular</translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="123"/> - <source>Windows Bitmap File (*.bmp)</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Snapshot/SnapWidget.py" line="124"/> - <source>Graphic Interchange Format File (*.gif)</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Snapshot/SnapWidget.py" line="125"/> - <source>Windows Icon File (*.ico)</source> - <translation type="unfinished">Ficheiro Icones de Windows (*.ico)</translation> - </message> - <message> - <location filename="../Snapshot/SnapWidget.py" line="126"/> - <source>JPEG File (*.jpg)</source> - <translation type="unfinished">Ficheiro JPEG (*.jpg)</translation> - </message> - <message> - <location filename="../Snapshot/SnapWidget.py" line="127"/> - <source>Multiple-Image Network Graphics File (*.mng)</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Snapshot/SnapWidget.py" line="128"/> - <source>Portable Bitmap File (*.pbm)</source> + <source>Windows Bitmap File (*.bmp)</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="129"/> - <source>Paintbrush Bitmap File (*.pcx)</source> + <source>Graphic Interchange Format File (*.gif)</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="130"/> - <source>Portable Graymap File (*.pgm)</source> - <translation type="unfinished"></translation> + <source>Windows Icon File (*.ico)</source> + <translation type="unfinished">Ficheiro Icones de Windows (*.ico)</translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="131"/> - <source>Portable Network Graphics File (*.png)</source> - <translation type="unfinished"></translation> + <source>JPEG File (*.jpg)</source> + <translation type="unfinished">Ficheiro JPEG (*.jpg)</translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="132"/> - <source>Portable Pixmap File (*.ppm)</source> + <source>Multiple-Image Network Graphics File (*.mng)</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="133"/> - <source>Silicon Graphics Image File (*.sgi)</source> + <source>Portable Bitmap File (*.pbm)</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="134"/> - <source>Scalable Vector Graphics File (*.svg)</source> - <translation type="unfinished">Ficheiro de Gráficos de Vectores Escaláveis (*.svg)</translation> + <source>Paintbrush Bitmap File (*.pcx)</source> + <translation type="unfinished"></translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="135"/> - <source>Targa Graphic File (*.tga)</source> + <source>Portable Graymap File (*.pgm)</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="136"/> - <source>TIFF File (*.tif)</source> + <source>Portable Network Graphics File (*.png)</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="137"/> - <source>X11 Bitmap File (*.xbm)</source> - <translation type="unfinished">Ficheiro Bitmap X11 (*.xbm)</translation> + <source>Portable Pixmap File (*.ppm)</source> + <translation type="unfinished"></translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="138"/> + <source>Silicon Graphics Image File (*.sgi)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Snapshot/SnapWidget.py" line="139"/> + <source>Scalable Vector Graphics File (*.svg)</source> + <translation type="unfinished">Ficheiro de Gráficos de Vectores Escaláveis (*.svg)</translation> + </message> + <message> + <location filename="../Snapshot/SnapWidget.py" line="140"/> + <source>Targa Graphic File (*.tga)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Snapshot/SnapWidget.py" line="141"/> + <source>TIFF File (*.tif)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Snapshot/SnapWidget.py" line="142"/> + <source>X11 Bitmap File (*.xbm)</source> + <translation type="unfinished">Ficheiro Bitmap X11 (*.xbm)</translation> + </message> + <message> + <location filename="../Snapshot/SnapWidget.py" line="143"/> <source>X11 Pixmap File (*.xpm)</source> <translation type="unfinished">Ficheiro Pixmap X11 (*.xpm)</translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="253"/> + <location filename="../Snapshot/SnapWidget.py" line="258"/> <source>Save Snapshot</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="232"/> + <location filename="../Snapshot/SnapWidget.py" line="237"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>O ficheiro <b>{0}</b> já existe. Sobreescrever?</p></translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="253"/> + <location filename="../Snapshot/SnapWidget.py" line="258"/> <source>Cannot write file '{0}: {1}.</source> <translation type="unfinished"></translation> @@ -65054,22 +65054,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="67"/> + <location filename="../Snapshot/SnapWidget.py" line="72"/> <source>Freehand Selection</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="61"/> - <source>Current Screen</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Snapshot/SnapWidget.py" line="87"/> + <location filename="../Snapshot/SnapWidget.py" line="92"/> <source>snapshot</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="504"/> + <location filename="../Snapshot/SnapWidget.py" line="513"/> <source>The application contains an unsaved snapshot.</source> <translation type="unfinished"></translation> </message> @@ -65084,20 +65079,25 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="532"/> + <location filename="../Snapshot/SnapWidget.py" line="541"/> <source>eric6 Snapshot</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="453"/> + <location filename="../Snapshot/SnapWidget.py" line="462"/> <source>Preview of the snapshot image ({0} x {1})</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="65"/> + <location filename="../Snapshot/SnapWidget.py" line="70"/> <source>Elliptical Selection</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Snapshot/SnapWidget.py" line="66"/> + <source>Select Screen</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>SnapshotFreehandGrabber</name> @@ -65118,7 +65118,7 @@ <context> <name>SnapshotTimer</name> <message numerus="yes"> - <location filename="../Snapshot/SnapshotTimer.py" line="103"/> + <location filename="../Snapshot/SnapshotTimer.py" line="107"/> <source>Snapshot will be taken in %n seconds</source> <translation> <numerusform>A instantânea será feita num segundo</numerusform>
--- a/i18n/eric6_ru.ts Sun Mar 31 14:38:46 2019 +0200 +++ b/i18n/eric6_ru.ts Mon Apr 01 19:16:25 2019 +0200 @@ -48972,12 +48972,12 @@ <translation>Задать координаты визуально</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/NotificationsPage.py" line="81"/> + <location filename="../Preferences/ConfigurationPages/NotificationsPage.py" line="91"/> <source>Visual Selection</source> <translation>Визуальный выбор</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/NotificationsPage.py" line="82"/> + <location filename="../Preferences/ConfigurationPages/NotificationsPage.py" line="92"/> <source>Drag the notification window to the desired place and release the button.</source> <translation>Перетащите окно уведомления на желаемое место и отпустите кнопку.</translation> </message> @@ -65262,102 +65262,102 @@ <translation>Полный экран</translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="63"/> + <location filename="../Snapshot/SnapWidget.py" line="68"/> <source>Rectangular Selection</source> <translation>Прямоугольное выделение</translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="123"/> - <source>Windows Bitmap File (*.bmp)</source> - <translation>Windows Bitmap файл (*.bmp)</translation> - </message> - <message> - <location filename="../Snapshot/SnapWidget.py" line="124"/> - <source>Graphic Interchange Format File (*.gif)</source> - <translation>GIF файл (*.gif)</translation> - </message> - <message> - <location filename="../Snapshot/SnapWidget.py" line="125"/> - <source>Windows Icon File (*.ico)</source> - <translation>Файлы иконок (*.ico)</translation> - </message> - <message> - <location filename="../Snapshot/SnapWidget.py" line="126"/> - <source>JPEG File (*.jpg)</source> - <translation>JPEG файл (*.jpg)</translation> - </message> - <message> - <location filename="../Snapshot/SnapWidget.py" line="127"/> - <source>Multiple-Image Network Graphics File (*.mng)</source> - <translation>Multiple-Image Network Graphics файл (*.mng)</translation> - </message> - <message> <location filename="../Snapshot/SnapWidget.py" line="128"/> - <source>Portable Bitmap File (*.pbm)</source> - <translation>Bitmap файл (*.bmp)</translation> + <source>Windows Bitmap File (*.bmp)</source> + <translation>Windows Bitmap файл (*.bmp)</translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="129"/> - <source>Paintbrush Bitmap File (*.pcx)</source> - <translation>Paintbrush Bitmap файл (*.pcx)</translation> + <source>Graphic Interchange Format File (*.gif)</source> + <translation>GIF файл (*.gif)</translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="130"/> - <source>Portable Graymap File (*.pgm)</source> - <translation>Graymap файл (*.pgm)</translation> + <source>Windows Icon File (*.ico)</source> + <translation>Файлы иконок (*.ico)</translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="131"/> - <source>Portable Network Graphics File (*.png)</source> - <translation>Portable Network Graphics файл (*.png)</translation> + <source>JPEG File (*.jpg)</source> + <translation>JPEG файл (*.jpg)</translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="132"/> - <source>Portable Pixmap File (*.ppm)</source> - <translation>Pixmap файл (*.ppm)</translation> + <source>Multiple-Image Network Graphics File (*.mng)</source> + <translation>Multiple-Image Network Graphics файл (*.mng)</translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="133"/> - <source>Silicon Graphics Image File (*.sgi)</source> - <translation>Silicon Graphics Image файл (*.sgi)</translation> + <source>Portable Bitmap File (*.pbm)</source> + <translation>Bitmap файл (*.bmp)</translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="134"/> - <source>Scalable Vector Graphics File (*.svg)</source> - <translation>SVG файл (*.svg)</translation> + <source>Paintbrush Bitmap File (*.pcx)</source> + <translation>Paintbrush Bitmap файл (*.pcx)</translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="135"/> - <source>Targa Graphic File (*.tga)</source> - <translation>Targa Graphic файл (*.tga)</translation> + <source>Portable Graymap File (*.pgm)</source> + <translation>Graymap файл (*.pgm)</translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="136"/> - <source>TIFF File (*.tif)</source> - <translation>TIFF файл (*.tif)</translation> + <source>Portable Network Graphics File (*.png)</source> + <translation>Portable Network Graphics файл (*.png)</translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="137"/> - <source>X11 Bitmap File (*.xbm)</source> - <translation>X11 Bitmap файл (*.xbm)</translation> + <source>Portable Pixmap File (*.ppm)</source> + <translation>Pixmap файл (*.ppm)</translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="138"/> + <source>Silicon Graphics Image File (*.sgi)</source> + <translation>Silicon Graphics Image файл (*.sgi)</translation> + </message> + <message> + <location filename="../Snapshot/SnapWidget.py" line="139"/> + <source>Scalable Vector Graphics File (*.svg)</source> + <translation>SVG файл (*.svg)</translation> + </message> + <message> + <location filename="../Snapshot/SnapWidget.py" line="140"/> + <source>Targa Graphic File (*.tga)</source> + <translation>Targa Graphic файл (*.tga)</translation> + </message> + <message> + <location filename="../Snapshot/SnapWidget.py" line="141"/> + <source>TIFF File (*.tif)</source> + <translation>TIFF файл (*.tif)</translation> + </message> + <message> + <location filename="../Snapshot/SnapWidget.py" line="142"/> + <source>X11 Bitmap File (*.xbm)</source> + <translation>X11 Bitmap файл (*.xbm)</translation> + </message> + <message> + <location filename="../Snapshot/SnapWidget.py" line="143"/> <source>X11 Pixmap File (*.xpm)</source> <translation>X11 Pixmap файл (*.xpm)</translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="253"/> + <location filename="../Snapshot/SnapWidget.py" line="258"/> <source>Save Snapshot</source> <translation>Сохранить снимок</translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="232"/> + <location filename="../Snapshot/SnapWidget.py" line="237"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>Файл <b>{0}</b> уже существует. Переписать?</p></translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="253"/> + <location filename="../Snapshot/SnapWidget.py" line="258"/> <source>Cannot write file '{0}: {1}.</source> <translation>Невозможно записать файл {0}: @@ -65394,22 +65394,22 @@ <translation>Директория, используемая для сохранения снимков</translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="67"/> + <location filename="../Snapshot/SnapWidget.py" line="72"/> <source>Freehand Selection</source> <translation>Произвольное выделение</translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="61"/> <source>Current Screen</source> - <translation>Текущий экран</translation> - </message> - <message> - <location filename="../Snapshot/SnapWidget.py" line="87"/> + <translation type="obsolete">Текущий экран</translation> + </message> + <message> + <location filename="../Snapshot/SnapWidget.py" line="92"/> <source>snapshot</source> <translation>snapshot</translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="504"/> + <location filename="../Snapshot/SnapWidget.py" line="513"/> <source>The application contains an unsaved snapshot.</source> <translation>Обнаружены несохранённые снимки.</translation> </message> @@ -65424,20 +65424,25 @@ <translation>К&опировать превью</translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="532"/> + <location filename="../Snapshot/SnapWidget.py" line="541"/> <source>eric6 Snapshot</source> <translation>Снимки eric6</translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="453"/> + <location filename="../Snapshot/SnapWidget.py" line="462"/> <source>Preview of the snapshot image ({0} x {1})</source> <translation>Просмотр снимков экрана ({0} x {1})</translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="65"/> + <location filename="../Snapshot/SnapWidget.py" line="70"/> <source>Elliptical Selection</source> <translation>Эллиптическое выделение</translation> </message> + <message> + <location filename="../Snapshot/SnapWidget.py" line="66"/> + <source>Select Screen</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>SnapshotFreehandGrabber</name> @@ -65458,7 +65463,7 @@ <context> <name>SnapshotTimer</name> <message numerus="yes"> - <location filename="../Snapshot/SnapshotTimer.py" line="103"/> + <location filename="../Snapshot/SnapshotTimer.py" line="107"/> <source>Snapshot will be taken in %n seconds</source> <translation> <numerusform>Снимок будет сделан через %n секунду</numerusform>
--- a/i18n/eric6_tr.ts Sun Mar 31 14:38:46 2019 +0200 +++ b/i18n/eric6_tr.ts Mon Apr 01 19:16:25 2019 +0200 @@ -48780,12 +48780,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/NotificationsPage.py" line="81"/> + <location filename="../Preferences/ConfigurationPages/NotificationsPage.py" line="91"/> <source>Visual Selection</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/NotificationsPage.py" line="82"/> + <location filename="../Preferences/ConfigurationPages/NotificationsPage.py" line="92"/> <source>Drag the notification window to the desired place and release the button.</source> <translation type="unfinished"></translation> </message> @@ -64821,102 +64821,102 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="63"/> + <location filename="../Snapshot/SnapWidget.py" line="68"/> <source>Rectangular Selection</source> <translation type="unfinished">Köşeli Seçim</translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="123"/> - <source>Windows Bitmap File (*.bmp)</source> - <translation type="unfinished">Windows Bitmap Dosyası (*.bmp)</translation> - </message> - <message> - <location filename="../Snapshot/SnapWidget.py" line="124"/> - <source>Graphic Interchange Format File (*.gif)</source> - <translation type="unfinished">Graphic Interchange Format Dosyası (*.gif)</translation> - </message> - <message> - <location filename="../Snapshot/SnapWidget.py" line="125"/> - <source>Windows Icon File (*.ico)</source> - <translation type="unfinished">Windows İkon Dosyası (*.ico)</translation> - </message> - <message> - <location filename="../Snapshot/SnapWidget.py" line="126"/> - <source>JPEG File (*.jpg)</source> - <translation type="unfinished">JPEG Dosyası (*.jpg)</translation> - </message> - <message> - <location filename="../Snapshot/SnapWidget.py" line="127"/> - <source>Multiple-Image Network Graphics File (*.mng)</source> - <translation type="unfinished">Çoklu-Resim Ağ Grafik Dosyası (*.mng)</translation> - </message> - <message> <location filename="../Snapshot/SnapWidget.py" line="128"/> - <source>Portable Bitmap File (*.pbm)</source> - <translation type="unfinished">Portable Bitmap Dosyası (*.pbm)</translation> + <source>Windows Bitmap File (*.bmp)</source> + <translation type="unfinished">Windows Bitmap Dosyası (*.bmp)</translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="129"/> - <source>Paintbrush Bitmap File (*.pcx)</source> - <translation type="unfinished">Paintbrush Bitmap Dosyası (*.pcx)</translation> + <source>Graphic Interchange Format File (*.gif)</source> + <translation type="unfinished">Graphic Interchange Format Dosyası (*.gif)</translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="130"/> - <source>Portable Graymap File (*.pgm)</source> - <translation type="unfinished">Portable Graymap Dosyası (*.pgm)</translation> + <source>Windows Icon File (*.ico)</source> + <translation type="unfinished">Windows İkon Dosyası (*.ico)</translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="131"/> - <source>Portable Network Graphics File (*.png)</source> - <translation type="unfinished">Portable Network Graphics Dosyası (*.png)</translation> + <source>JPEG File (*.jpg)</source> + <translation type="unfinished">JPEG Dosyası (*.jpg)</translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="132"/> - <source>Portable Pixmap File (*.ppm)</source> - <translation type="unfinished">Portable Pixmap Dosyası (*.ppm)</translation> + <source>Multiple-Image Network Graphics File (*.mng)</source> + <translation type="unfinished">Çoklu-Resim Ağ Grafik Dosyası (*.mng)</translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="133"/> - <source>Silicon Graphics Image File (*.sgi)</source> - <translation type="unfinished">Silikon Gragik Resim Dosyası (*.sgi)</translation> + <source>Portable Bitmap File (*.pbm)</source> + <translation type="unfinished">Portable Bitmap Dosyası (*.pbm)</translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="134"/> - <source>Scalable Vector Graphics File (*.svg)</source> - <translation type="unfinished">Ölçeklenebilir Vektörel Grafik Dosyası (*.svg)</translation> + <source>Paintbrush Bitmap File (*.pcx)</source> + <translation type="unfinished">Paintbrush Bitmap Dosyası (*.pcx)</translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="135"/> - <source>Targa Graphic File (*.tga)</source> - <translation type="unfinished">Targa Gragik Dosyası (*.tga)</translation> + <source>Portable Graymap File (*.pgm)</source> + <translation type="unfinished">Portable Graymap Dosyası (*.pgm)</translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="136"/> - <source>TIFF File (*.tif)</source> - <translation type="unfinished">TIFF Dosyası (*.tif)</translation> + <source>Portable Network Graphics File (*.png)</source> + <translation type="unfinished">Portable Network Graphics Dosyası (*.png)</translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="137"/> - <source>X11 Bitmap File (*.xbm)</source> - <translation type="unfinished">X11 Bitmap Dosyası (*.xbm)</translation> + <source>Portable Pixmap File (*.ppm)</source> + <translation type="unfinished">Portable Pixmap Dosyası (*.ppm)</translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="138"/> + <source>Silicon Graphics Image File (*.sgi)</source> + <translation type="unfinished">Silikon Gragik Resim Dosyası (*.sgi)</translation> + </message> + <message> + <location filename="../Snapshot/SnapWidget.py" line="139"/> + <source>Scalable Vector Graphics File (*.svg)</source> + <translation type="unfinished">Ölçeklenebilir Vektörel Grafik Dosyası (*.svg)</translation> + </message> + <message> + <location filename="../Snapshot/SnapWidget.py" line="140"/> + <source>Targa Graphic File (*.tga)</source> + <translation type="unfinished">Targa Gragik Dosyası (*.tga)</translation> + </message> + <message> + <location filename="../Snapshot/SnapWidget.py" line="141"/> + <source>TIFF File (*.tif)</source> + <translation type="unfinished">TIFF Dosyası (*.tif)</translation> + </message> + <message> + <location filename="../Snapshot/SnapWidget.py" line="142"/> + <source>X11 Bitmap File (*.xbm)</source> + <translation type="unfinished">X11 Bitmap Dosyası (*.xbm)</translation> + </message> + <message> + <location filename="../Snapshot/SnapWidget.py" line="143"/> <source>X11 Pixmap File (*.xpm)</source> <translation type="unfinished">X11 Pixmap Dosyası (*.xpm)</translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="253"/> + <location filename="../Snapshot/SnapWidget.py" line="258"/> <source>Save Snapshot</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="232"/> + <location filename="../Snapshot/SnapWidget.py" line="237"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"><p><b>{0}</b> dosyası halen mevcut. Üzerine yazılsın mı?</p></translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="253"/> + <location filename="../Snapshot/SnapWidget.py" line="258"/> <source>Cannot write file '{0}: {1}.</source> <translation type="unfinished">Dosyaya yazılamıyor '{0}: @@ -64953,22 +64953,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="67"/> + <location filename="../Snapshot/SnapWidget.py" line="72"/> <source>Freehand Selection</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="61"/> - <source>Current Screen</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Snapshot/SnapWidget.py" line="87"/> + <location filename="../Snapshot/SnapWidget.py" line="92"/> <source>snapshot</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="504"/> + <location filename="../Snapshot/SnapWidget.py" line="513"/> <source>The application contains an unsaved snapshot.</source> <translation type="unfinished"></translation> </message> @@ -64983,20 +64978,25 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="532"/> + <location filename="../Snapshot/SnapWidget.py" line="541"/> <source>eric6 Snapshot</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="453"/> + <location filename="../Snapshot/SnapWidget.py" line="462"/> <source>Preview of the snapshot image ({0} x {1})</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="65"/> + <location filename="../Snapshot/SnapWidget.py" line="70"/> <source>Elliptical Selection</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Snapshot/SnapWidget.py" line="66"/> + <source>Select Screen</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>SnapshotFreehandGrabber</name> @@ -65017,7 +65017,7 @@ <context> <name>SnapshotTimer</name> <message numerus="yes"> - <location filename="../Snapshot/SnapshotTimer.py" line="103"/> + <location filename="../Snapshot/SnapshotTimer.py" line="107"/> <source>Snapshot will be taken in %n seconds</source> <translation type="unfinished"> <numerusform></numerusform>
--- a/i18n/eric6_zh_CN.ts Sun Mar 31 14:38:46 2019 +0200 +++ b/i18n/eric6_zh_CN.ts Mon Apr 01 19:16:25 2019 +0200 @@ -48757,12 +48757,12 @@ <translation>按下以可视化地选择坐标,松开以得到坐标</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/NotificationsPage.py" line="81"/> + <location filename="../Preferences/ConfigurationPages/NotificationsPage.py" line="91"/> <source>Visual Selection</source> <translation>可视化选择</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/NotificationsPage.py" line="82"/> + <location filename="../Preferences/ConfigurationPages/NotificationsPage.py" line="92"/> <source>Drag the notification window to the desired place and release the button.</source> <translation>拖动通知窗口以得到期望的位置,然后松开按钮。</translation> </message> @@ -64947,102 +64947,102 @@ <translation>全屏</translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="63"/> + <location filename="../Snapshot/SnapWidget.py" line="68"/> <source>Rectangular Selection</source> <translation>长方形选区</translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="123"/> - <source>Windows Bitmap File (*.bmp)</source> - <translation>Windows 位图文件 (*.bmp)</translation> - </message> - <message> - <location filename="../Snapshot/SnapWidget.py" line="124"/> - <source>Graphic Interchange Format File (*.gif)</source> - <translation>图像交换格式 (*.gif)</translation> - </message> - <message> - <location filename="../Snapshot/SnapWidget.py" line="125"/> - <source>Windows Icon File (*.ico)</source> - <translation>Windows 图标文件 (*.ico)</translation> - </message> - <message> - <location filename="../Snapshot/SnapWidget.py" line="126"/> - <source>JPEG File (*.jpg)</source> - <translation>JPEG 文件 (*.jpg)</translation> - </message> - <message> - <location filename="../Snapshot/SnapWidget.py" line="127"/> - <source>Multiple-Image Network Graphics File (*.mng)</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Snapshot/SnapWidget.py" line="128"/> - <source>Portable Bitmap File (*.pbm)</source> - <translation>可移植位图文件 (*.pbm)</translation> + <source>Windows Bitmap File (*.bmp)</source> + <translation>Windows 位图文件 (*.bmp)</translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="129"/> - <source>Paintbrush Bitmap File (*.pcx)</source> - <translation type="unfinished"></translation> + <source>Graphic Interchange Format File (*.gif)</source> + <translation>图像交换格式 (*.gif)</translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="130"/> - <source>Portable Graymap File (*.pgm)</source> - <translation type="unfinished"></translation> + <source>Windows Icon File (*.ico)</source> + <translation>Windows 图标文件 (*.ico)</translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="131"/> - <source>Portable Network Graphics File (*.png)</source> - <translation type="unfinished"></translation> + <source>JPEG File (*.jpg)</source> + <translation>JPEG 文件 (*.jpg)</translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="132"/> - <source>Portable Pixmap File (*.ppm)</source> - <translation>可移植位图文件 (*.ppm)</translation> + <source>Multiple-Image Network Graphics File (*.mng)</source> + <translation type="unfinished"></translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="133"/> - <source>Silicon Graphics Image File (*.sgi)</source> - <translation type="unfinished"></translation> + <source>Portable Bitmap File (*.pbm)</source> + <translation>可移植位图文件 (*.pbm)</translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="134"/> - <source>Scalable Vector Graphics File (*.svg)</source> + <source>Paintbrush Bitmap File (*.pcx)</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="135"/> - <source>Targa Graphic File (*.tga)</source> + <source>Portable Graymap File (*.pgm)</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="136"/> - <source>TIFF File (*.tif)</source> - <translation>TIFF 文件 (*.tif)</translation> + <source>Portable Network Graphics File (*.png)</source> + <translation type="unfinished"></translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="137"/> - <source>X11 Bitmap File (*.xbm)</source> - <translation>X11 位图文件 (*.xbm)</translation> + <source>Portable Pixmap File (*.ppm)</source> + <translation>可移植位图文件 (*.ppm)</translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="138"/> + <source>Silicon Graphics Image File (*.sgi)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Snapshot/SnapWidget.py" line="139"/> + <source>Scalable Vector Graphics File (*.svg)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Snapshot/SnapWidget.py" line="140"/> + <source>Targa Graphic File (*.tga)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Snapshot/SnapWidget.py" line="141"/> + <source>TIFF File (*.tif)</source> + <translation>TIFF 文件 (*.tif)</translation> + </message> + <message> + <location filename="../Snapshot/SnapWidget.py" line="142"/> + <source>X11 Bitmap File (*.xbm)</source> + <translation>X11 位图文件 (*.xbm)</translation> + </message> + <message> + <location filename="../Snapshot/SnapWidget.py" line="143"/> <source>X11 Pixmap File (*.xpm)</source> <translation>X11 位图文件 (*.xpm)</translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="253"/> + <location filename="../Snapshot/SnapWidget.py" line="258"/> <source>Save Snapshot</source> <translation>保存快照</translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="232"/> + <location filename="../Snapshot/SnapWidget.py" line="237"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>文件 <b>{0}</b> 已经存在。是否覆盖?</p></translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="253"/> + <location filename="../Snapshot/SnapWidget.py" line="258"/> <source>Cannot write file '{0}: {1}.</source> <translation>无法写入文件 {0}: @@ -65084,22 +65084,22 @@ <translation type="obsolete">椭圆选区</translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="67"/> + <location filename="../Snapshot/SnapWidget.py" line="72"/> <source>Freehand Selection</source> <translation>自由选区</translation> </message> <message> <location filename="../Snapshot/SnapWidget.py" line="61"/> <source>Current Screen</source> - <translation>当前屏幕</translation> - </message> - <message> - <location filename="../Snapshot/SnapWidget.py" line="87"/> + <translation type="obsolete">当前屏幕</translation> + </message> + <message> + <location filename="../Snapshot/SnapWidget.py" line="92"/> <source>snapshot</source> <translation>快照</translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="504"/> + <location filename="../Snapshot/SnapWidget.py" line="513"/> <source>The application contains an unsaved snapshot.</source> <translation>应用程序包含未保存的快照。</translation> </message> @@ -65114,20 +65114,25 @@ <translation>复制预览(&P)</translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="532"/> + <location filename="../Snapshot/SnapWidget.py" line="541"/> <source>eric6 Snapshot</source> <translation>eric6 快照</translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="453"/> + <location filename="../Snapshot/SnapWidget.py" line="462"/> <source>Preview of the snapshot image ({0} x {1})</source> <translation>快照图像预览({0} x {1})</translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="65"/> + <location filename="../Snapshot/SnapWidget.py" line="70"/> <source>Elliptical Selection</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Snapshot/SnapWidget.py" line="66"/> + <source>Select Screen</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>SnapshotFreehandGrabber</name> @@ -65148,7 +65153,7 @@ <context> <name>SnapshotTimer</name> <message numerus="yes"> - <location filename="../Snapshot/SnapshotTimer.py" line="103"/> + <location filename="../Snapshot/SnapshotTimer.py" line="107"/> <source>Snapshot will be taken in %n seconds</source> <translation> <numerusform>快照将在 %n 秒后截取</numerusform>