Sun, 17 Jan 2016 12:57:23 +0100
Finalized the hex editor.
--- a/APIs/Python3/eric6.api Sun Jan 17 12:18:55 2016 +0100 +++ b/APIs/Python3/eric6.api Sun Jan 17 12:57:23 2016 +0100 @@ -3682,7 +3682,6 @@ eric6.HexEdit.HexEditWidget.HexEditWidget.undoStack?4() eric6.HexEdit.HexEditWidget.HexEditWidget.write?4(device, pos=0, count=-1) eric6.HexEdit.HexEditWidget.HexEditWidget?1(parent=None, embedded=False) -eric6.HexEdit.HexEditWidget.is_Py2?7 eric6.IconEditor.IconEditorGrid.IconEditCommand.redo?4() eric6.IconEditor.IconEditorGrid.IconEditCommand.setAfterImage?4(image) eric6.IconEditor.IconEditorGrid.IconEditCommand.undo?4() @@ -6395,7 +6394,7 @@ eric6.Preferences.ConfigurationPages.ConfigurationPageBase.ConfigurationPageBase.polishPage?4() eric6.Preferences.ConfigurationPages.ConfigurationPageBase.ConfigurationPageBase.saveColours?4(prefMethod) eric6.Preferences.ConfigurationPages.ConfigurationPageBase.ConfigurationPageBase.saveState?4() -eric6.Preferences.ConfigurationPages.ConfigurationPageBase.ConfigurationPageBase.selectFont?4(fontSample, fontVar, showFontInfo=False) +eric6.Preferences.ConfigurationPages.ConfigurationPageBase.ConfigurationPageBase.selectFont?4(fontSample, fontVar, showFontInfo=False, options=QFontDialog.FontDialogOptions(0)) eric6.Preferences.ConfigurationPages.ConfigurationPageBase.ConfigurationPageBase.setState?4(state) eric6.Preferences.ConfigurationPages.ConfigurationPageBase.ConfigurationPageBase?1() eric6.Preferences.ConfigurationPages.CooperationPage.CooperationPage.on_addBannedUserButton_clicked?4()
--- a/APIs/Python3/eric6.bas Sun Jan 17 12:18:55 2016 +0100 +++ b/APIs/Python3/eric6.bas Sun Jan 17 12:57:23 2016 +0100 @@ -170,7 +170,7 @@ E5ModelMenu QMenu E5ModelToolBar QToolBar E5NetworkHeaderDetailsDialog QDialog Ui_E5NetworkHeaderDetailsDialog -E5NetworkIcon E5ClickableLabel +E5NetworkIcon QLabel E5NetworkMonitor QDialog Ui_E5NetworkMonitor E5NetworkProxyFactory QNetworkProxyFactory E5PassivePopup QFrame
--- a/Documentation/Help/source.qhp Sun Jan 17 12:18:55 2016 +0100 +++ b/Documentation/Help/source.qhp Sun Jan 17 12:57:23 2016 +0100 @@ -5815,6 +5815,8 @@ <keyword name="HexEditMainWindow.__showSelectionInfo" id="HexEditMainWindow.__showSelectionInfo" ref="eric6.HexEdit.HexEditMainWindow.html#HexEditMainWindow.__showSelectionInfo" /> <keyword name="HexEditMainWindow.__showSize" id="HexEditMainWindow.__showSize" ref="eric6.HexEdit.HexEditMainWindow.html#HexEditMainWindow.__showSize" /> <keyword name="HexEditMainWindow.__strippedName" id="HexEditMainWindow.__strippedName" ref="eric6.HexEdit.HexEditMainWindow.html#HexEditMainWindow.__strippedName" /> + <keyword name="HexEditMainWindow.__toggleEditMode" id="HexEditMainWindow.__toggleEditMode" ref="eric6.HexEdit.HexEditMainWindow.html#HexEditMainWindow.__toggleEditMode" /> + <keyword name="HexEditMainWindow.__toggleReadOnlyMode" id="HexEditMainWindow.__toggleReadOnlyMode" ref="eric6.HexEdit.HexEditMainWindow.html#HexEditMainWindow.__toggleReadOnlyMode" /> <keyword name="HexEditMainWindow.__whatsThis" id="HexEditMainWindow.__whatsThis" ref="eric6.HexEdit.HexEditMainWindow.html#HexEditMainWindow.__whatsThis" /> <keyword name="HexEditMainWindow.closeEvent" id="HexEditMainWindow.closeEvent" ref="eric6.HexEdit.HexEditMainWindow.html#HexEditMainWindow.closeEvent" /> <keyword name="HexEditMainWindow.getSRHistory" id="HexEditMainWindow.getSRHistory" ref="eric6.HexEdit.HexEditMainWindow.html#HexEditMainWindow.getSRHistory" /> @@ -5874,6 +5876,7 @@ <keyword name="HexEditWidget.__refresh" id="HexEditWidget.__refresh" ref="eric6.HexEdit.HexEditWidget.html#HexEditWidget.__refresh" /> <keyword name="HexEditWidget.__resetSelection" id="HexEditWidget.__resetSelection" ref="eric6.HexEdit.HexEditWidget.html#HexEditWidget.__resetSelection" /> <keyword name="HexEditWidget.__setData" id="HexEditWidget.__setData" ref="eric6.HexEdit.HexEditWidget.html#HexEditWidget.__setData" /> + <keyword name="HexEditWidget.__setHexCursorRect" id="HexEditWidget.__setHexCursorRect" ref="eric6.HexEdit.HexEditWidget.html#HexEditWidget.__setHexCursorRect" /> <keyword name="HexEditWidget.__setSelection" id="HexEditWidget.__setSelection" ref="eric6.HexEdit.HexEditWidget.html#HexEditWidget.__setSelection" /> <keyword name="HexEditWidget.__toHex" id="HexEditWidget.__toHex" ref="eric6.HexEdit.HexEditWidget.html#HexEditWidget.__toHex" /> <keyword name="HexEditWidget.__toReadable" id="HexEditWidget.__toReadable" ref="eric6.HexEdit.HexEditWidget.html#HexEditWidget.__toReadable" /> @@ -12294,6 +12297,7 @@ <keyword name="TrayStarter.__startDiff" id="TrayStarter.__startDiff" ref="eric6.Tools.TrayStarter.html#TrayStarter.__startDiff" /> <keyword name="TrayStarter.__startEric" id="TrayStarter.__startEric" ref="eric6.Tools.TrayStarter.html#TrayStarter.__startEric" /> <keyword name="TrayStarter.__startHelpViewer" id="TrayStarter.__startHelpViewer" ref="eric6.Tools.TrayStarter.html#TrayStarter.__startHelpViewer" /> + <keyword name="TrayStarter.__startHexEditor" id="TrayStarter.__startHexEditor" ref="eric6.Tools.TrayStarter.html#TrayStarter.__startHexEditor" /> <keyword name="TrayStarter.__startIconEditor" id="TrayStarter.__startIconEditor" ref="eric6.Tools.TrayStarter.html#TrayStarter.__startIconEditor" /> <keyword name="TrayStarter.__startMiniEditor" id="TrayStarter.__startMiniEditor" ref="eric6.Tools.TrayStarter.html#TrayStarter.__startMiniEditor" /> <keyword name="TrayStarter.__startPluginInstall" id="TrayStarter.__startPluginInstall" ref="eric6.Tools.TrayStarter.html#TrayStarter.__startPluginInstall" />
--- a/Documentation/Source/eric6.E5Network.E5NetworkIcon.html Sun Jan 17 12:18:55 2016 +0100 +++ b/Documentation/Source/eric6.E5Network.E5NetworkIcon.html Sun Jan 17 12:57:23 2016 +0100 @@ -52,7 +52,7 @@ </dd> </dl> <h3>Derived from</h3> -E5ClickableLabel +QLabel <h3>Class Attributes</h3> <table> <tr><td>None</td></tr>
--- a/Documentation/Source/eric6.HexEdit.HexEditMainWindow.html Sun Jan 17 12:18:55 2016 +0100 +++ b/Documentation/Source/eric6.HexEdit.HexEditMainWindow.html Sun Jan 17 12:57:23 2016 +0100 @@ -177,6 +177,12 @@ <td><a href="#HexEditMainWindow.__strippedName">__strippedName</a></td> <td>Private method to return the filename part of the given path.</td> </tr><tr> +<td><a href="#HexEditMainWindow.__toggleEditMode">__toggleEditMode</a></td> +<td>Private slot to toggle the edit mode upon a click on the status bar label.</td> +</tr><tr> +<td><a href="#HexEditMainWindow.__toggleReadOnlyMode">__toggleReadOnlyMode</a></td> +<td>Private slot to toggle the read only mode upon a click on the status bar label.</td> +</tr><tr> <td><a href="#HexEditMainWindow.__whatsThis">__whatsThis</a></td> <td>Private slot called in to enter Whats This mode.</td> </tr><tr> @@ -509,7 +515,19 @@ <dd> str </dd> -</dl><a NAME="HexEditMainWindow.__whatsThis" ID="HexEditMainWindow.__whatsThis"></a> +</dl><a NAME="HexEditMainWindow.__toggleEditMode" ID="HexEditMainWindow.__toggleEditMode"></a> +<h4>HexEditMainWindow.__toggleEditMode</h4> +<b>__toggleEditMode</b>(<i></i>) +<p> + Private slot to toggle the edit mode upon a click on the status bar + label. +</p><a NAME="HexEditMainWindow.__toggleReadOnlyMode" ID="HexEditMainWindow.__toggleReadOnlyMode"></a> +<h4>HexEditMainWindow.__toggleReadOnlyMode</h4> +<b>__toggleReadOnlyMode</b>(<i></i>) +<p> + Private slot to toggle the read only mode upon a click on the status + bar label. +</p><a NAME="HexEditMainWindow.__whatsThis" ID="HexEditMainWindow.__whatsThis"></a> <h4>HexEditMainWindow.__whatsThis</h4> <b>__whatsThis</b>(<i></i>) <p>
--- a/Documentation/Source/eric6.HexEdit.HexEditWidget.html Sun Jan 17 12:18:55 2016 +0100 +++ b/Documentation/Source/eric6.HexEdit.HexEditWidget.html Sun Jan 17 12:57:23 2016 +0100 @@ -25,7 +25,7 @@ </p> <h3>Global Attributes</h3> <table> -<tr><td>is_Py2</td></tr> +<tr><td>None</td></tr> </table> <h3>Classes</h3> <table> @@ -122,6 +122,9 @@ <td><a href="#HexEditWidget.__setData">__setData</a></td> <td>Private method to set the data to show.</td> </tr><tr> +<td><a href="#HexEditWidget.__setHexCursorRect">__setHexCursorRect</a></td> +<td>Private method to set the cursor.</td> +</tr><tr> <td><a href="#HexEditWidget.__setSelection">__setSelection</a></td> <td>Private method to set the selection.</td> </tr><tr> @@ -501,7 +504,12 @@ <dd> bool </dd> -</dl><a NAME="HexEditWidget.__setSelection" ID="HexEditWidget.__setSelection"></a> +</dl><a NAME="HexEditWidget.__setHexCursorRect" ID="HexEditWidget.__setHexCursorRect"></a> +<h4>HexEditWidget.__setHexCursorRect</h4> +<b>__setHexCursorRect</b>(<i></i>) +<p> + Private method to set the cursor. +</p><a NAME="HexEditWidget.__setSelection" ID="HexEditWidget.__setSelection"></a> <h4>HexEditWidget.__setSelection</h4> <b>__setSelection</b>(<i>pos</i>) <p>
--- a/Documentation/Source/eric6.Preferences.ConfigurationPages.ConfigurationPageBase.html Sun Jan 17 12:18:55 2016 +0100 +++ b/Documentation/Source/eric6.Preferences.ConfigurationPages.ConfigurationPageBase.html Sun Jan 17 12:57:23 2016 +0100 @@ -141,7 +141,7 @@ Public method to save the current state of the widget. </p><a NAME="ConfigurationPageBase.selectFont" ID="ConfigurationPageBase.selectFont"></a> <h4>ConfigurationPageBase.selectFont</h4> -<b>selectFont</b>(<i>fontSample, fontVar, showFontInfo=False</i>) +<b>selectFont</b>(<i>fontSample, fontVar, showFontInfo=False, options=QFontDialog.FontDialogOptions(0)</i>) <p> Public method used by the font selection buttons. </p><dl> @@ -155,6 +155,10 @@ <dd> flag indicating to show some font info as the sample (boolean) +</dd><dt><i>options</i></dt> +<dd> +options for the font dialog + (QFontDialog.FontDialogOptions) </dd> </dl><dl> <dt>Returns:</dt>
--- a/Documentation/Source/eric6.Tools.TrayStarter.html Sun Jan 17 12:18:55 2016 +0100 +++ b/Documentation/Source/eric6.Tools.TrayStarter.html Sun Jan 17 12:57:23 2016 +0100 @@ -105,6 +105,9 @@ <td><a href="#TrayStarter.__startHelpViewer">__startHelpViewer</a></td> <td>Private slot to start the eric6 web browser.</td> </tr><tr> +<td><a href="#TrayStarter.__startHexEditor">__startHexEditor</a></td> +<td>Private slot to start the eric6 hex editor dialog.</td> +</tr><tr> <td><a href="#TrayStarter.__startIconEditor">__startIconEditor</a></td> <td>Private slot to start the eric6 icon editor dialog.</td> </tr><tr> @@ -255,6 +258,11 @@ <b>__startHelpViewer</b>(<i></i>) <p> Private slot to start the eric6 web browser. +</p><a NAME="TrayStarter.__startHexEditor" ID="TrayStarter.__startHexEditor"></a> +<h4>TrayStarter.__startHexEditor</h4> +<b>__startHexEditor</b>(<i></i>) +<p> + Private slot to start the eric6 hex editor dialog. </p><a NAME="TrayStarter.__startIconEditor" ID="TrayStarter.__startIconEditor"></a> <h4>TrayStarter.__startIconEditor</h4> <b>__startIconEditor</b>(<i></i>)
--- a/HexEdit/HexEditMainWindow.py Sun Jan 17 12:18:55 2016 +0100 +++ b/HexEdit/HexEditMainWindow.py Sun Jan 17 12:57:23 2016 +0100 @@ -20,6 +20,7 @@ from E5Gui.E5Action import E5Action from E5Gui.E5MainWindow import E5MainWindow from E5Gui import E5FileDialog, E5MessageBox +from E5Gui.E5ClickableLabel import E5ClickableLabel from .HexEditWidget import HexEditWidget from .HexEditSearchReplaceWidget import HexEditSearchReplaceWidget @@ -779,20 +780,22 @@ )) self.__sbSize.setFrameStyle(QFrame.StyledPanel | QFrame.Plain) - self.__sbEditMode = QLabel(self.__statusBar) + self.__sbEditMode = E5ClickableLabel(self.__statusBar) self.__statusBar.addPermanentWidget(self.__sbEditMode) self.__sbEditMode.setWhatsThis(self.tr( """<p>This part of the status bar displays the edit mode.</p>""" )) self.__sbEditMode.setFrameStyle(QFrame.StyledPanel | QFrame.Plain) + self.__sbEditMode.clicked.connect(self.__toggleEditMode) - self.__sbReadOnly = QLabel(self.__statusBar) + self.__sbReadOnly = E5ClickableLabel(self.__statusBar) self.__statusBar.addPermanentWidget(self.__sbReadOnly) self.__sbReadOnly.setWhatsThis(self.tr( """<p>This part of the status bar displays the read""" """ only mode.</p>""" )) self.__sbReadOnly.setFrameStyle(QFrame.StyledPanel | QFrame.Plain) + self.__sbReadOnly.clicked.connect(self.__toggleReadOnlyMode) self.__showEditMode(self.__editor.overwriteMode()) self.__showReadOnlyMode(self.__editor.isReadOnly()) @@ -840,6 +843,14 @@ """ self.__sbReadOnly.setText(self.tr("ro") if on else self.tr("rw")) + @pyqtSlot() + def __toggleReadOnlyMode(self): + """ + Private slot to toggle the read only mode upon a click on the status + bar label. + """ + self.__editor.setReadOnly(not self.__editor.isReadOnly()) + @pyqtSlot(bool) def __showEditMode(self, overwrite): """ @@ -851,6 +862,14 @@ self.__sbEditMode.setText( self.tr("Overwrite") if overwrite else self.tr("Insert")) + @pyqtSlot() + def __toggleEditMode(self): + """ + Private slot to toggle the edit mode upon a click on the status bar + label. + """ + self.__editor.setOverwriteMode(not self.__editor.overwriteMode()) + @pyqtSlot(int) def __showSize(self, size): """
--- a/HexEdit/HexEditWidget.py Sun Jan 17 12:18:55 2016 +0100 +++ b/HexEdit/HexEditWidget.py Sun Jan 17 12:57:23 2016 +0100 @@ -8,10 +8,10 @@ """ from __future__ import unicode_literals - -import sys -is_Py2 = sys.version_info[0] == 2 -# TODO: use unichr for Python2 +try: + chr = unichr # __IGNORE_EXCEPTION__ +except NameError: + pass from PyQt5.QtCore import pyqtSignal, pyqtSlot, Qt, QByteArray, QTimer, QRect, \ QBuffer, QIODevice @@ -360,14 +360,7 @@ self.__pxCursorX = ( (((x // 2) * 3) + (x % 2)) * self.__pxCharWidth + self.__pxPosHexX) - if self.__overwriteMode: - self.__cursorRect = QRect( - self.__pxCursorX, self.__pxCursorY + self.__pxCursorWidth, - self.__pxCharWidth, self.__pxCursorWidth) - else: - self.__cursorRect = QRect( - self.__pxCursorX, self.__pxCursorY - self.__pxCharHeight + 4, - self.__pxCursorWidth, self.__pxCharHeight) + self.__setHexCursorRect() # step 4: calculate position of ASCII cursor x = self.__bPosCurrent % self.BYTES_PER_LINE @@ -383,6 +376,19 @@ self.viewport().update(self.__cursorRectAscii) self.currentAddressChanged.emit(self.__bPosCurrent) + def __setHexCursorRect(self): + """ + Private method to set the cursor. + """ + if self.__overwriteMode: + self.__cursorRect = QRect( + self.__pxCursorX, self.__pxCursorY + self.__pxCursorWidth, + self.__pxCharWidth, self.__pxCursorWidth) + else: + self.__cursorRect = QRect( + self.__pxCursorX, self.__pxCursorY - self.__pxCharHeight + 4, + self.__pxCursorWidth, self.__pxCharHeight) + def cursorBytePosition(self): """ Public method to get the cursor position in bytes. @@ -537,6 +543,15 @@ """ self.__overwriteMode = on self.overwriteModeChanged.emit(self.__overwriteMode) + + # step 1: delete old cursor + self.__blink = False + self.viewport().update(self.__cursorRect) + # step 2: change the cursor rectangle + self.__setHexCursorRect() + # step 3: draw new cursors + self.__blink = True + self.viewport().update(self.__cursorRect) def selectionColors(self): """ @@ -1474,10 +1489,7 @@ # render ascii value if self.__asciiArea: by = self.__dataShown[bPosLine + colIdx] - if is_Py2 and (by < 0x20 or by > 0x7e): - ch = "." - elif not is_Py2 and \ - (by < 0x20 or (by > 0x7e and by < 0xa0)): + if by < 0x20 or (by > 0x7e and by < 0xa0): ch = "." else: ch = chr(by) @@ -1674,10 +1686,7 @@ if (i + j) < len(byteArray): hexStr += " {0:02x}".format(byteArray[i + j]) by = byteArray[i + j] - if is_Py2 and (by < 0x20 or by > 0x7e): - ch = "." - elif not is_Py2 and \ - (by < 0x20 or (by > 0x7e and by < 0xa0)): + if by < 0x20 or (by > 0x7e and by < 0xa0): ch = "." else: ch = chr(by)
--- a/Preferences/ConfigurationPages/ConfigurationPageBase.py Sun Jan 17 12:18:55 2016 +0100 +++ b/Preferences/ConfigurationPages/ConfigurationPageBase.py Sun Jan 17 12:57:23 2016 +0100 @@ -104,7 +104,8 @@ else: prefMethod(key, self.__coloursDict[key][0]) - def selectFont(self, fontSample, fontVar, showFontInfo=False): + def selectFont(self, fontSample, fontVar, showFontInfo=False, + options=QFontDialog.FontDialogOptions(0)): """ Public method used by the font selection buttons. @@ -112,9 +113,11 @@ @param fontVar reference to the variable containing the font (QFont) @param showFontInfo flag indicating to show some font info as the sample (boolean) + @param options options for the font dialog + (QFontDialog.FontDialogOptions) @return selected font (QFont) """ - font, ok = QFontDialog.getFont(fontVar, self) + font, ok = QFontDialog.getFont(fontVar, self, options=options) if ok: fontSample.setFont(font) if showFontInfo:
--- a/Preferences/ConfigurationPages/HexEditorPage.py Sun Jan 17 12:18:55 2016 +0100 +++ b/Preferences/ConfigurationPages/HexEditorPage.py Sun Jan 17 12:57:23 2016 +0100 @@ -11,6 +11,7 @@ from __future__ import unicode_literals from PyQt5.QtCore import pyqtSlot +from PyQt5.QtWidgets import QFontDialog from .ConfigurationPageBase import ConfigurationPageBase from .Ui_HexEditorPage import Ui_HexEditorPage @@ -96,7 +97,8 @@ Private method used to select the font to be used. """ self.monospacedFont = self.selectFont( - self.monospacedFontSample, self.monospacedFont) + self.monospacedFontSample, self.monospacedFont, + options=QFontDialog.MonospacedFonts) def polishPage(self): """
--- a/Tools/TrayStarter.py Sun Jan 17 12:18:55 2016 +0100 +++ b/Tools/TrayStarter.py Sun Jan 17 12:57:23 2016 +0100 @@ -104,9 +104,6 @@ self.__menu.addAction( UI.PixmapCache.getIcon("unittest.png"), self.tr("Unittest"), self.__startUnittest) - self.__menu.addAction( - UI.PixmapCache.getIcon("ericWeb.png"), - self.tr("eric6 Web Browser"), self.__startHelpViewer) self.__menu.addSeparator() self.__menu.addAction( @@ -144,12 +141,20 @@ self.__menu.addAction( UI.PixmapCache.getIcon("configure.png"), self.tr('Preferences'), self.__startPreferences) + self.__menu.addSeparator() + self.__menu.addAction( UI.PixmapCache.getIcon("erict.png"), self.tr("eric6 IDE"), self.__startEric) self.__menu.addAction( UI.PixmapCache.getIcon("editor.png"), self.tr("eric6 Mini Editor"), self.__startMiniEditor) + self.__menu.addAction( + UI.PixmapCache.getIcon("hexEditor.png"), + self.tr("eric6 Hex Editor"), self.__startHexEditor) + self.__menu.addAction( + UI.PixmapCache.getIcon("ericWeb.png"), + self.tr("eric6 Web Browser"), self.__startHelpViewer) self.__menu.addSeparator() self.__menu.addAction( @@ -362,6 +367,12 @@ Private slot to start the eric6 Python re editor dialog. """ self.__startProc("eric6_re.py") + + def __startHexEditor(self): + """ + Private slot to start the eric6 hex editor dialog. + """ + self.__startProc("eric6_hexeditor.py") def __showRecentProjectsMenu(self): """
--- a/changelog Sun Jan 17 12:18:55 2016 +0100 +++ b/changelog Sun Jan 17 12:57:23 2016 +0100 @@ -10,6 +10,9 @@ -- Ruby Debugger: --- removed the Ruby debugger (the interface doesn't work with recent Ruby versions anymore) +- Hex Editor + -- added a nice little hex editor tool (usable as a standalone tool + as well) - Web Browser -- added capability to remember the zoom values for each site (incl. a dialog to manage these)
--- a/i18n/eric6_cs.ts Sun Jan 17 12:18:55 2016 +0100 +++ b/i18n/eric6_cs.ts Sun Jan 17 12:57:23 2016 +0100 @@ -7884,17 +7884,17 @@ <context> <name>E5NetworkIcon</name> <message> - <location filename="../E5Network/E5NetworkIcon.py" line="58"/> + <location filename="../E5Network/E5NetworkIcon.py" line="57"/> <source><p>Shows the network status<br/><br/><b>Network:</b> {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../E5Network/E5NetworkIcon.py" line="62"/> + <location filename="../E5Network/E5NetworkIcon.py" line="61"/> <source>Connected</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../E5Network/E5NetworkIcon.py" line="64"/> + <location filename="../E5Network/E5NetworkIcon.py" line="63"/> <source>Offline</source> <translation type="unfinished"></translation> </message> @@ -19943,548 +19943,548 @@ <context> <name>HexEditMainWindow</name> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="151"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="152"/> <source>New Window</source> <translation type="unfinished">Nové okno</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="151"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="152"/> <source>New &Window</source> <translation type="unfinished">&Nové okno</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="156"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="157"/> <source>Open a binary file for editing in a new hex editor window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="158"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="159"/> <source><b>New Window</b><p>This opens a binary file for editing in a new hex editor window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="167"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="168"/> <source>Open</source> <translation type="unfinished">Otevřít</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="167"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="168"/> <source>&Open...</source> <translation type="unfinished">&Otevřít...</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="167"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="168"/> <source>Ctrl+O</source> <comment>File|Open</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="183"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="184"/> <source>Save</source> <translation type="unfinished">Uložit</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="183"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="184"/> <source>&Save</source> <translation type="unfinished">&Uložit</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="183"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="184"/> <source>Ctrl+S</source> <comment>File|Save</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="189"/> - <source>Save the current binary file</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="190"/> + <source>Save the current binary file</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="191"/> <source><b>Save File</b><p>Save the contents of the hex editor window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="197"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="198"/> <source>Save As</source> <translation type="unfinished">Uložit jako</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="197"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="198"/> <source>Save &As...</source> <translation type="unfinished">Uložit j&ako...</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="197"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="198"/> <source>Shift+Ctrl+S</source> <comment>File|Save As</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="203"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="204"/> <source>Save the current binary data to a new file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="205"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="206"/> <source><b>Save As...</b><p>Saves the current binary data to a new file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="212"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="213"/> <source>Save As Readable</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="212"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="213"/> <source>Save As &Readable...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="216"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="217"/> <source>Save the current binary data to a new file in a readable format</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="219"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="220"/> <source><b>Save As Readable...</b><p>Saves the current binary data to a new file in a readable format.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="227"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="228"/> <source>Close</source> <translation type="unfinished">Zavřít</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="227"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="228"/> <source>&Close</source> <translation type="unfinished">&Zavřít</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="227"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="228"/> <source>Ctrl+W</source> <comment>File|Close</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="233"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="234"/> <source>Close the current hex editor window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="235"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="236"/> <source><b>Close</b><p>Closes the current hex editor window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="242"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="243"/> <source>Close All</source> <translation type="unfinished">Zavřít vše</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="242"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="243"/> <source>Close &All</source> <translation type="unfinished">Z&avřít vše</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="246"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="247"/> <source>Close all hex editor windows</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="248"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="249"/> <source><b>Close All</b><p>Closes all hex editor windows.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="255"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="256"/> <source>Close Others</source> <translation type="unfinished">Zavřít ostatní</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="259"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="260"/> <source>Close all hex other editor windows</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="261"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="262"/> <source><b>Close Others</b><p>Closes all other hex editor windows.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="268"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="269"/> <source>Quit</source> <translation type="unfinished">Konec</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="268"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="269"/> <source>&Quit</source> <translation type="unfinished">&Konec</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="268"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="269"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="274"/> - <source>Quit the hex editor</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="275"/> + <source>Quit the hex editor</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="276"/> <source><b>Quit</b><p>Quit the hex editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="287"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="288"/> <source>Undo</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="287"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="288"/> <source>&Undo</source> <translation type="unfinished">&Vrátit</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="287"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="288"/> <source>Ctrl+Z</source> <comment>Edit|Undo</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="287"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="288"/> <source>Alt+Backspace</source> <comment>Edit|Undo</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="294"/> - <source>Undo the last change</source> - <translation type="unfinished">Vrátit poslední změnu</translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="295"/> + <source>Undo the last change</source> + <translation type="unfinished">Vrátit poslední změnu</translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="296"/> <source><b>Undo</b><p>Undo the last change done.</p></source> <translation type="unfinished"><b>Vrátit</b><p>Vrátit poslední změnu.</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="302"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="303"/> <source>Redo</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="302"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="303"/> <source>&Redo</source> <translation type="unfinished">&Znovu použít</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="302"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="303"/> <source>Ctrl+Shift+Z</source> <comment>Edit|Redo</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="308"/> - <source>Redo the last change</source> - <translation type="unfinished">Znovu použít poslední změnu</translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="309"/> + <source>Redo the last change</source> + <translation type="unfinished">Znovu použít poslední změnu</translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="310"/> <source><b>Redo</b><p>Redo the last change done.</p></source> <translation type="unfinished"><b>Znovu použít</b><p>Znovu použít poslední změnu.</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="322"/> - <source>Revert to last saved state</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="316"/> - <source>Re&vert to last saved state</source> - <translation type="unfinished">Vrátit se k &poslednímu uloženému stavu</translation> - </message> - <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="316"/> - <source>Ctrl+Y</source> - <comment>Edit|Revert</comment> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="323"/> + <source>Revert to last saved state</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="317"/> + <source>Re&vert to last saved state</source> + <translation type="unfinished">Vrátit se k &poslednímu uloženému stavu</translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="317"/> + <source>Ctrl+Y</source> + <comment>Edit|Revert</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="324"/> <source><b>Revert to last saved state</b><p>Undo all changes up to the last saved state of the editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="331"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="332"/> <source>Cut</source> <translation type="unfinished">Vyjmout</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="331"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="332"/> <source>Cu&t</source> <translation type="unfinished">Vyjmou&t</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="331"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="332"/> <source>Ctrl+X</source> <comment>Edit|Cut</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="331"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="332"/> <source>Shift+Del</source> <comment>Edit|Cut</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="338"/> - <source>Cut the selection</source> - <translation type="unfinished">Vyjmout výběr</translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="339"/> + <source>Cut the selection</source> + <translation type="unfinished">Vyjmout výběr</translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="340"/> <source><b>Cut</b><p>Cut the selected binary area to the clipboard.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="346"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="347"/> <source>Copy</source> <translation type="unfinished">Kopírovat</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="346"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="347"/> <source>&Copy</source> <translation type="unfinished">&Kopírovat</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="346"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="347"/> <source>Ctrl+C</source> <comment>Edit|Copy</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="346"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="347"/> <source>Ctrl+Ins</source> <comment>Edit|Copy</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="353"/> - <source>Copy the selection</source> - <translation type="unfinished">Kopírovat výběr</translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="354"/> + <source>Copy the selection</source> + <translation type="unfinished">Kopírovat výběr</translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="355"/> <source><b>Copy</b><p>Copy the selected binary area to the clipboard.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="361"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="362"/> <source>Paste</source> <translation type="unfinished">Vložit</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="361"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="362"/> <source>&Paste</source> <translation type="unfinished">V&ložit</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="361"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="362"/> <source>Ctrl+V</source> <comment>Edit|Paste</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="361"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="362"/> <source>Shift+Ins</source> <comment>Edit|Paste</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="368"/> - <source>Paste the clipboard contents</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="369"/> + <source>Paste the clipboard contents</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="370"/> <source><b>Paste</b><p>Paste the clipboard contents.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="376"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="377"/> <source>Select All</source> <translation type="unfinished">Vybrat vše</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="376"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="377"/> <source>&Select All</source> <translation type="unfinished">Vybrat vš&e</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="376"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="377"/> <source>Ctrl+A</source> <comment>Edit|Select All</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="383"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="384"/> <source>Select the complete binary data</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="385"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="386"/> <source><b>Select All</b><p>Selects the complete binary data.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="392"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="393"/> <source>Deselect all</source> <translation type="unfinished">Zrušit celý výběr</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="392"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="393"/> <source>&Deselect all</source> <translation type="unfinished">Z&rušit celý výběr</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="392"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="393"/> <source>Alt+Ctrl+A</source> <comment>Edit|Deselect all</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="398"/> - <source>Deselect all binary data</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="399"/> + <source>Deselect all binary data</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="400"/> <source><b>Deselect All</b><p>Deselect all all binary data.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="406"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="407"/> <source>Save Selection Readable</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="406"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="407"/> <source>Save Selection Readable...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="410"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="411"/> <source>Save the binary data of the current selection to a file in a readable format</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="413"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="414"/> <source><b>Save Selection Readable...</b><p>Saves the binary data of the current selection to a file in a readable format.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="422"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="423"/> <source>Set Read Only</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="426"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="427"/> <source>Change the edit mode to read only</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="428"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="429"/> <source><b>Set Read Only</b><p>This changes the edit mode to read only (i.e. to view mode).</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="438"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="439"/> <source>Search</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="438"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="439"/> <source>&Search...</source> <translation type="unfinished">V&yhledat...</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="438"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="439"/> <source>Ctrl+F</source> <comment>Search|Search</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="445"/> - <source>Search for data</source> - <translation type="unfinished">Hledat text</translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="446"/> + <source>Search for data</source> + <translation type="unfinished">Hledat text</translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="447"/> <source><b>Search</b><p>Search for some data. A dialog is shown to enter the data to search for in various formats.</p></source> <translation type="unfinished"><b>Hledat</b> <p>Hledat text v aktuálním editoru. Zobrazí se dialogové okno, do kterého se zadá hledaný text a další nastavení.<p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="454"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="455"/> <source>Search next</source> <translation type="unfinished">Hledat text</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="454"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="455"/> <source>Search &next</source> <translation type="unfinished">Hledat &další</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="454"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="455"/> <source>F3</source> <comment>Search|Search next</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="461"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="462"/> <source>Search next occurrence</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="463"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="464"/> <source><b>Search next</b><p>Search the next occurrence of some data. The previously entered search data are reused.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="471"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="472"/> <source>Search previous</source> <translation type="unfinished">Hledat předchozí</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="471"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="472"/> <source>Search &previous</source> <translation type="unfinished">Hledat &předchozí</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="471"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="472"/> <source>Shift+F3</source> <comment>Search|Search previous</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="480"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="481"/> <source><b>Search previous</b><p>Search the previous occurrence of some data. The previously entered search data are reused.</p></source> <translation type="unfinished"><b>Hledat předchozí</b><p>Hledá se předchozí výskyt hledaného textu v aktuálním editoru. Stále platí nastavení, která byla nastavena při zadání hledaného textu.<p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="489"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="490"/> <source>Replace</source> <translation type="unfinished">Nahradit</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="489"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="490"/> <source>&Replace...</source> <translation type="unfinished">Nah&radit...</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="489"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="490"/> <source>Ctrl+R</source> <comment>Search|Replace</comment> <translation type="unfinished"></translation> @@ -20501,378 +20501,378 @@ <p>Vyhledá va ktuálním editoru text a nahradí jej. Je zobrazeno dialogové okno, kde se zadá text, který se má nahradit, nový text a nastavení pro vyhledávání a nahrazení.<p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="543"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="544"/> <source>About</source> <translation type="unfinished">O aplikaci</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="543"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="544"/> <source>&About</source> <translation type="unfinished">O &aplikaci</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="547"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="548"/> <source>Display information about this software</source> <translation type="unfinished">Zobrazit informace a tomto software</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="549"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="550"/> <source><b>About</b><p>Display some information about this software.</p></source> <translation type="unfinished"><b>O aplikaci</b><p>Zobrazí se informace o tomto software.</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="555"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="556"/> <source>About Qt</source> <translation type="unfinished">O Qt</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="555"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="556"/> <source>About &Qt</source> <translation type="unfinished">O &Qt</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="559"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="560"/> <source>Display information about the Qt toolkit</source> <translation type="unfinished">Zobrazit informace o Qt toolkitu</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="561"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="562"/> <source><b>About Qt</b><p>Display some information about the Qt toolkit.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="568"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="569"/> <source>What's This?</source> <translation type="unfinished">Co je to?</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="568"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="569"/> <source>&What's This?</source> <translation type="unfinished">&Co je to?</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="568"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="569"/> <source>Shift+F1</source> <comment>Help|What's This?'</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="574"/> - <source>Context sensitive help</source> - <translation type="unfinished">Kontextově senzitivní nápověda</translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="575"/> + <source>Context sensitive help</source> + <translation type="unfinished">Kontextově senzitivní nápověda</translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="576"/> <source><b>Display context sensitive help</b><p>In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.</p></source> <translation type="unfinished"><b>Zobrazit kontextově senzitivní nápovědu</b><p>V režimu "Co je to?" se nad různými prvky aplikace u kurzoru zobrazí otazník. Když pak kliknete na tyto prvky, zobrazí se krátký popis co daný prvek znamená a jak jej použít. V dialogových oknech se tato funkce spustí tlačítkem kontextové nápovědy na horní liště.</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="590"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="591"/> <source>Preferences</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="590"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="591"/> <source>&Preferences...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="595"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="596"/> <source>Set the prefered configuration</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="597"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="598"/> <source><b>Preferences</b><p>Set the configuration items of the application with your prefered values.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="640"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="641"/> <source>Open a binary file for viewing</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="614"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="615"/> <source><b>Open File</b><p>This opens a binary file for viewing (i.e. in read only mode). It pops up a file selection dialog.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="620"/> - <source>Open for Editing...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="621"/> + <source>Open for Editing...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="622"/> <source>Open for Editing</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="630"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="631"/> <source>Open a binary file for editing</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="624"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="625"/> <source><b>Open for Editing</b><p>This opens a binary file for editing. It pops up a file selection dialog.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="632"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="633"/> <source><b>Open File</b><p>This opens a binary file for editing. It pops up a file selection dialog.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="638"/> - <source>Open Read Only...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="639"/> + <source>Open Read Only...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="640"/> <source>Open Read Only</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="642"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="643"/> <source><b>Open Read Only</b><p>This opens a binary file for viewing (i.e. in read only mode). It pops up a file selection dialog.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="654"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="655"/> <source>&File</source> <translation type="unfinished">S&oubor</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="672"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="673"/> <source>&Edit</source> <translation type="unfinished">&Edit</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="696"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="697"/> <source>Se&ttings</source> <translation type="unfinished">Nas&tavení</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="702"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="703"/> <source>&Help</source> <translation type="unfinished">&Nápověda</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="712"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="713"/> <source>File</source> <translation type="unfinished">Soubor</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="725"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="726"/> <source>Edit</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="735"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="736"/> <source>Find</source> <translation type="unfinished">Hledat</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="743"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="744"/> <source>Settings</source> <translation type="unfinished">Nastavení</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="748"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="749"/> <source>Help</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="786"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="787"/> <source><p>This part of the status bar displays the edit mode.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="793"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="795"/> <source><p>This part of the status bar displays the read only mode.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="762"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="763"/> <source><p>This part of the status bar displays the cursor address.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="778"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="779"/> <source><p>This part of the status bar displays the size of the binary data.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="843"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="846"/> <source>ro</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="843"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="846"/> <source>rw</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="853"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="864"/> <source>Overwrite</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="853"/> - <source>Insert</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="864"/> + <source>Insert</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="883"/> <source>Size: {0:n}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="904"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="923"/> <source>Open binary file in new window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1021"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1040"/> <source>All Files (*)</source> <translation type="unfinished">Všechny soubory (*)</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1141"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1160"/> <source>eric6 Hex Editor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="925"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="944"/> <source>The loaded file has unsaved changes.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="943"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="962"/> <source>The file '{0}' does not exist.</source> <translation type="unfinished">Soubor '{0}' neexistuje.</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="950"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="969"/> <source>Cannot read file '{0}: {1}.</source> <translation type="unfinished">Nelze číst soubor '{0}:{1}.</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="974"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="993"/> <source>Open binary file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1031"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1050"/> <source>Save binary file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1116"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1135"/> <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="../HexEdit/HexEditMainWindow.py" line="1141"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1160"/> <source>Cannot write file '{0}: {1}.</source> <translation type="unfinished">Nelze zapsat do souboru '{0}: {1}.</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1147"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1166"/> <source>File saved</source> <translation type="unfinished">Soubor uložen</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1116"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1135"/> <source>Save to readable file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1100"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1119"/> <source>Text Files (*.txt);;All Files (*)</source> <translation type="unfinished">Textové soubory (*.txt);;Všechny soubory (*)</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1100"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1119"/> <source>Text Files (*.txt)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1181"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1200"/> <source>Untitled</source> <translation type="unfinished">Beze jména</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1185"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1204"/> <source>{0}[*] - {1}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1185"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1204"/> <source>Hex Editor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1242"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1261"/> <source>About eric6 Hex Editor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1242"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1261"/> <source>The eric6 Hex Editor is a simple editor component to edit binary files.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="478"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="479"/> <source>Search previous occurrence</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="495"/> - <source>Replace data</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="496"/> + <source>Replace data</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="497"/> <source><b>Replace</b><p>Search for some data and replace it. A dialog is shown to enter the data to search for and the replacement data in various formats.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="770"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="771"/> <source><p>This part of the status bar displays some selection information.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="810"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="813"/> <source>Address: 0x{0:0{1}x}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="832"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="835"/> <source>Selection: -</source> <comment>no selection available</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="825"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="828"/> <source>Selection: 0x{0:0{2}x} - 0x{1:0{2}x} ({3:n} Bytes)</source> <comment>0: start, 1: end, 2: address width, 3: selection length</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="513"/> - <source>Goto Offset</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="505"/> - <source>&Goto Offset...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="514"/> + <source>Goto Offset</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="506"/> + <source>&Goto Offset...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="515"/> <source><b>Goto Offset</b><p>Go to a specific address. A dialog is shown to enter the movement data.</p></source> <translation type="unfinished"></translation> </message> @@ -58258,47 +58258,47 @@ <translation></translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="112"/> + <location filename="../Tools/TrayStarter.py" line="109"/> <source>Compare Files</source> <translation>Porovnání souborů</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="115"/> + <location filename="../Tools/TrayStarter.py" line="112"/> <source>Compare Files side by side</source> <translation>Porovnat soubory stranu proti straně</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="144"/> + <location filename="../Tools/TrayStarter.py" line="141"/> <source>Preferences</source> <translation>Nastavení</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="170"/> + <location filename="../Tools/TrayStarter.py" line="175"/> <source>Quit</source> <translation>Konec</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="255"/> + <location filename="../Tools/TrayStarter.py" line="260"/> <source>Process Generation Error</source> <translation>Chyba v procesu generování</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="255"/> + <location filename="../Tools/TrayStarter.py" line="260"/> <source>OK</source> <translation>OK</translation> </message> <message> + <location filename="../Tools/TrayStarter.py" line="130"/> + <source>Install Plugin</source> + <translation>Instalovat plugin</translation> + </message> + <message> <location filename="../Tools/TrayStarter.py" line="133"/> - <source>Install Plugin</source> - <translation>Instalovat plugin</translation> + <source>Uninstall Plugin</source> + <translation>Odinstalovat plugin</translation> </message> <message> <location filename="../Tools/TrayStarter.py" line="136"/> - <source>Uninstall Plugin</source> - <translation>Odinstalovat plugin</translation> - </message> - <message> - <location filename="../Tools/TrayStarter.py" line="139"/> <source>Plugin Repository</source> <translation>Plugin repozitář</translation> </message> @@ -58308,27 +58308,27 @@ <translation>Poslední multiprojekty</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="120"/> + <location filename="../Tools/TrayStarter.py" line="117"/> <source>SQL Browser</source> <translation></translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="255"/> + <location filename="../Tools/TrayStarter.py" line="260"/> <source><p>Could not start the process.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Nemohu spustit proces.<br>Ověřte jestli je dostupný jako <b>{0}</b>.</p></translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="128"/> - <source>Icon Editor</source> - <translation type="unfinished">Editor ikon</translation> - </message> - <message> <location filename="../Tools/TrayStarter.py" line="125"/> + <source>Icon Editor</source> + <translation type="unfinished">Editor ikon</translation> + </message> + <message> + <location filename="../Tools/TrayStarter.py" line="122"/> <source>Snapshot</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="155"/> + <location filename="../Tools/TrayStarter.py" line="160"/> <source>Configure Tray Starter</source> <translation type="unfinished"></translation> </message> @@ -58338,20 +58338,25 @@ <translation type="unfinished">Eric5 tray startér {6 ?}</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="107"/> + <location filename="../Tools/TrayStarter.py" line="155"/> <source>eric6 Web Browser</source> <translation type="unfinished">eric5 web prohlížeč {6 ?}</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="147"/> + <location filename="../Tools/TrayStarter.py" line="146"/> <source>eric6 IDE</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="150"/> + <location filename="../Tools/TrayStarter.py" line="149"/> <source>eric6 Mini Editor</source> <translation type="unfinished">eric5 Mini Editor {6 ?}</translation> </message> + <message> + <location filename="../Tools/TrayStarter.py" line="152"/> + <source>eric6 Hex Editor</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>TrayStarterPage</name> @@ -65667,7 +65672,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="505"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="506"/> <source>Ctrl+G</source> <comment>Search|Goto Offset</comment> <translation type="unfinished"></translation>
--- a/i18n/eric6_de.ts Sun Jan 17 12:18:55 2016 +0100 +++ b/i18n/eric6_de.ts Sun Jan 17 12:57:23 2016 +0100 @@ -1,5 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE TS><TS version="2.0" language="de" sourcelanguage=""> +<!DOCTYPE TS> +<TS version="2.1" language="de"> <context> <name>AboutDialog</name> <message> @@ -1852,8 +1853,8 @@ </message> <message> <location filename="../Helpviewer/Bookmarks/BookmarksMenu.py" line="145"/> - <source>Open in New &Tab<byte value="x9"/>Ctrl+LMB</source> - <translation>In neuem &Register öffnen<byte value="x9"/>Strg+LMK</translation> + <source>Open in New &Tab Ctrl+LMB</source> + <translation>In neuem &Register öffnen Strg+LMK</translation> </message> </context> <context> @@ -1921,8 +1922,8 @@ </message> <message> <location filename="../Helpviewer/Bookmarks/BookmarksToolBar.py" line="93"/> - <source>Open in New &Tab<byte value="x9"/>Ctrl+LMB</source> - <translation>In neuem &Register öffnen<byte value="x9"/>Strg+LMK</translation> + <source>Open in New &Tab Ctrl+LMB</source> + <translation>In neuem &Register öffnen Strg+LMK</translation> </message> </context> <context> @@ -7707,17 +7708,17 @@ <context> <name>E5NetworkIcon</name> <message> - <location filename="../E5Network/E5NetworkIcon.py" line="58"/> + <location filename="../E5Network/E5NetworkIcon.py" line="57"/> <source><p>Shows the network status<br/><br/><b>Network:</b> {0}</p></source> <translation><p>Zeigt den Netzwerkstatus.<br/><br/><b>Netzwerk:</b> {0}</p></translation> </message> <message> - <location filename="../E5Network/E5NetworkIcon.py" line="62"/> + <location filename="../E5Network/E5NetworkIcon.py" line="61"/> <source>Connected</source> <translation>Verbunden</translation> </message> <message> - <location filename="../E5Network/E5NetworkIcon.py" line="64"/> + <location filename="../E5Network/E5NetworkIcon.py" line="63"/> <source>Offline</source> <translation>Nicht Verbunden</translation> </message> @@ -16285,8 +16286,8 @@ </message> <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1183"/> - <source>Open Link in New Tab<byte value="x9"/>Ctrl+LMB</source> - <translation>Link in neuem Fenster öffnen<byte value="x9"/>Strg+LMK</translation> + <source>Open Link in New Tab Ctrl+LMB</source> + <translation>Link in neuem Fenster öffnen Strg+LMK</translation> </message> <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1256"/> @@ -19560,925 +19561,925 @@ <context> <name>HexEditMainWindow</name> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="151"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="152"/> <source>New Window</source> <translation>Neues Fenster</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="151"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="152"/> <source>New &Window</source> <translation>Neues &Fenster</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="156"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="157"/> <source>Open a binary file for editing in a new hex editor window</source> <translation>Öffnet eine Binärdatei zum Editieren in einem neuen Hex-Editor Fenster</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="158"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="159"/> <source><b>New Window</b><p>This opens a binary file for editing in a new hex editor window.</p></source> <translation><b>Neues Fenster</b><p>Dies öffnet eine Binärdatei zum Editieren in einem neuen Hex-Editor Fenster.</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="167"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="168"/> <source>Open</source> <translation>Öffnen</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="167"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="168"/> <source>&Open...</source> <translation>&Öffnen...</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="167"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="168"/> <source>Ctrl+O</source> <comment>File|Open</comment> <translation>Ctrl+O</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="183"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="184"/> <source>Save</source> <translation>Speichern</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="183"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="184"/> <source>&Save</source> <translation>&Speichern</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="183"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="184"/> <source>Ctrl+S</source> <comment>File|Save</comment> <translation>Ctrl+S</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="189"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="190"/> <source>Save the current binary file</source> <translation>Speichert die aktuelle Binärdatei</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="190"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="191"/> <source><b>Save File</b><p>Save the contents of the hex editor window.</p></source> <translation><b>Datei speichern</b><p>Dies speichert den Inhalt des Hex-Editor Fensters.</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="197"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="198"/> <source>Save As</source> <translation>Speichern unter</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="197"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="198"/> <source>Save &As...</source> <translation>Speichern &unter...</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="197"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="198"/> <source>Shift+Ctrl+S</source> <comment>File|Save As</comment> <translation>Shift+Ctrl+S</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="203"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="204"/> <source>Save the current binary data to a new file</source> <translation>Speichere die aktuellen Binärdaten in eine neue Datei</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="205"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="206"/> <source><b>Save As...</b><p>Saves the current binary data to a new file.</p></source> <translation><b>Speichern unter...</b><p>Dies speichert die aktuellen Binärdaten in eine neue Datei.</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="212"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="213"/> <source>Save As Readable</source> <translation>Lesbar speichern</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="212"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="213"/> <source>Save As &Readable...</source> <translation>&Lesbar speichern...</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="216"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="217"/> <source>Save the current binary data to a new file in a readable format</source> <translation>Speichere die aktuellen Binärdaten in einem lesbaren Format in eine neue Datei</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="219"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="220"/> <source><b>Save As Readable...</b><p>Saves the current binary data to a new file in a readable format.</p></source> <translation><b>Lesbar speichern...</b><p>Speichert die aktuellen Binärdaten in einem lesbaren Format in eine neue Datei.</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="227"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="228"/> <source>Close</source> <translation>Schließen</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="227"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="228"/> <source>&Close</source> <translation>Schl&ießen</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="227"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="228"/> <source>Ctrl+W</source> <comment>File|Close</comment> <translation>Ctrl+W</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="233"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="234"/> <source>Close the current hex editor window</source> <translation>Schließt das aktuelle Hex-Editor Fenster</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="235"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="236"/> <source><b>Close</b><p>Closes the current hex editor window.</p></source> <translation><b>Schließen</b><p>Schließt das aktuelle Hex-Editor Fenster.</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="242"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="243"/> <source>Close All</source> <translation>Alle schließen</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="242"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="243"/> <source>Close &All</source> <translation>Alle &schließen</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="246"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="247"/> <source>Close all hex editor windows</source> <translation>Schließt alle Hex-Editor Fenster</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="248"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="249"/> <source><b>Close All</b><p>Closes all hex editor windows.</p></source> <translation><b>Alle schließen</b><p>Dies schließt alle Hex-Editor Fenster.</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="255"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="256"/> <source>Close Others</source> <translation>Andere schließen</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="259"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="260"/> <source>Close all hex other editor windows</source> <translation>Schließt alle anderen Hex-Editor Fenster</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="261"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="262"/> <source><b>Close Others</b><p>Closes all other hex editor windows.</p></source> <translation><b>Andere schließen</b><p>Dies schließt alle anderen Hex-Editor Fenster.</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="268"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="269"/> <source>Quit</source> <translation>Beenden</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="268"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="269"/> <source>&Quit</source> <translation>B&eenden</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="268"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="269"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation>Ctrl+Q</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="274"/> - <source>Quit the hex editor</source> - <translation>Beendet den Hex-Editor</translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="275"/> + <source>Quit the hex editor</source> + <translation>Beendet den Hex-Editor</translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="276"/> <source><b>Quit</b><p>Quit the hex editor.</p></source> <translation><b>Beenden</b><p>Beendet den Hex-Editor.</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="287"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="288"/> <source>Undo</source> <translation>Rückgängig</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="287"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="288"/> <source>&Undo</source> <translation>&Rückgängig</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="287"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="288"/> <source>Ctrl+Z</source> <comment>Edit|Undo</comment> <translation>Ctrl+Z</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="287"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="288"/> <source>Alt+Backspace</source> <comment>Edit|Undo</comment> <translation>Alt+Backspace</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="294"/> - <source>Undo the last change</source> - <translation>Die letzte Änderung rückgängig machen</translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="295"/> + <source>Undo the last change</source> + <translation>Die letzte Änderung rückgängig machen</translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="296"/> <source><b>Undo</b><p>Undo the last change done.</p></source> <translation><b>Rückgängig</b><p>Dies macht die letzte Änderung rückgängig.</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="302"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="303"/> <source>Redo</source> <translation>Wiederherstellen</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="302"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="303"/> <source>&Redo</source> <translation>Wieder&herstellen</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="302"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="303"/> <source>Ctrl+Shift+Z</source> <comment>Edit|Redo</comment> <translation>Ctrl+Shift+Z</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="308"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="309"/> <source>Redo the last change</source> <translation>Die letzte Änderung wiederherstellen</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="309"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="310"/> <source><b>Redo</b><p>Redo the last change done.</p></source> <translation><b>Wiederherstellen</b><p>Dies stellt die letzte Änderung wieder her.</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="322"/> - <source>Revert to last saved state</source> - <translation>Zurück zum letzten gesichert Zustand</translation> - </message> - <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="316"/> - <source>Re&vert to last saved state</source> - <translation>&Zurück zum letzten gesichert Zustand</translation> - </message> - <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="316"/> - <source>Ctrl+Y</source> - <comment>Edit|Revert</comment> - <translation>Ctrl+Y</translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="323"/> + <source>Revert to last saved state</source> + <translation>Zurück zum letzten gesichert Zustand</translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="317"/> + <source>Re&vert to last saved state</source> + <translation>&Zurück zum letzten gesichert Zustand</translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="317"/> + <source>Ctrl+Y</source> + <comment>Edit|Revert</comment> + <translation>Ctrl+Y</translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="324"/> <source><b>Revert to last saved state</b><p>Undo all changes up to the last saved state of the editor.</p></source> <translation><b>Zurück zum letzten gesichert Zustand</b><p>Dies nimmt alle Änderungen des Editors bis zum letzten gesicherten Zustand zurück.</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="331"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="332"/> <source>Cut</source> <translation>Ausschneiden</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="331"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="332"/> <source>Cu&t</source> <translation>&Ausschneiden</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="331"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="332"/> <source>Ctrl+X</source> <comment>Edit|Cut</comment> <translation>Ctrl+X</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="331"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="332"/> <source>Shift+Del</source> <comment>Edit|Cut</comment> <translation>Shift+Del</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="338"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="339"/> <source>Cut the selection</source> <translation>Schneidet die Auswahl aus</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="339"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="340"/> <source><b>Cut</b><p>Cut the selected binary area to the clipboard.</p></source> <translation><b>Ausschneiden</b><p>Dies schneidet den ausgewählten Binärdatenbereich aus und legt ihn in die Zwischenablage.</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="346"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="347"/> <source>Copy</source> <translation>Kopieren</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="346"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="347"/> <source>&Copy</source> <translation>&Kopieren</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="346"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="347"/> <source>Ctrl+C</source> <comment>Edit|Copy</comment> <translation>Ctrl+C</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="346"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="347"/> <source>Ctrl+Ins</source> <comment>Edit|Copy</comment> <translation>Ctrl+Einfg</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="353"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="354"/> <source>Copy the selection</source> <translation>Kopiert die Auswahl</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="354"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="355"/> <source><b>Copy</b><p>Copy the selected binary area to the clipboard.</p></source> <translation><b>Kopieren</b><p>Dies kopiert den ausgewählten Binärdatenbereich in die Zwischenablage.</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="361"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="362"/> <source>Paste</source> <translation>Einfügen</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="361"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="362"/> <source>&Paste</source> <translation>Ein&fügen</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="361"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="362"/> <source>Ctrl+V</source> <comment>Edit|Paste</comment> <translation>Ctrl+V</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="361"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="362"/> <source>Shift+Ins</source> <comment>Edit|Paste</comment> <translation>Shift+Ins</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="368"/> - <source>Paste the clipboard contents</source> - <translation>Fügt die Daten der Zwischenablage ein</translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="369"/> + <source>Paste the clipboard contents</source> + <translation>Fügt die Daten der Zwischenablage ein</translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="370"/> <source><b>Paste</b><p>Paste the clipboard contents.</p></source> <translation><b>Einfügen</b><p>Fügt die Daten der Zwischenablage ein.</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="376"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="377"/> <source>Select All</source> <translation>Alles auswählen</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="376"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="377"/> <source>&Select All</source> <translation>&Alles auswählen</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="376"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="377"/> <source>Ctrl+A</source> <comment>Edit|Select All</comment> <translation>Ctrl+A</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="383"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="384"/> <source>Select the complete binary data</source> <translation>Wählt die kompletten Binärdaten aus</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="385"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="386"/> <source><b>Select All</b><p>Selects the complete binary data.</p></source> <translation><b>Alles auswählen</b><p>Wählt die kompletten Binärdaten aus.</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="392"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="393"/> <source>Deselect all</source> <translation>Auswahl aufheben</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="392"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="393"/> <source>&Deselect all</source> <translation>Aus&wahl aufheben</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="392"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="393"/> <source>Alt+Ctrl+A</source> <comment>Edit|Deselect all</comment> <translation>Alt+Ctrl+A</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="398"/> - <source>Deselect all binary data</source> - <translation>Hebt die Auswahl der Binärdaten auf</translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="399"/> + <source>Deselect all binary data</source> + <translation>Hebt die Auswahl der Binärdaten auf</translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="400"/> <source><b>Deselect All</b><p>Deselect all all binary data.</p></source> <translation><b>Auswahl aufheben</b><p>Hebt die Auswahl der Binärdaten auf.</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="406"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="407"/> <source>Save Selection Readable</source> <translation>Auswahl lesbar speichern</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="406"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="407"/> <source>Save Selection Readable...</source> <translation>Auswahl lesbar speichern...</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="410"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="411"/> <source>Save the binary data of the current selection to a file in a readable format</source> <translation>Speichere die Binärdaten der Auswahl in einem lesbaren Format in eine Datei</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="413"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="414"/> <source><b>Save Selection Readable...</b><p>Saves the binary data of the current selection to a file in a readable format.</p></source> <translation><b>Auswahl lesbar speichern...</b><p>Dies speichert die Binärdaten der Auswahl in einem lesbaren Format in eine Datei.</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="422"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="423"/> <source>Set Read Only</source> <translation>Nur Lesen aktivieren</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="426"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="427"/> <source>Change the edit mode to read only</source> <translation>Setzt den Editiermodus auf Nur Lesen</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="428"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="429"/> <source><b>Set Read Only</b><p>This changes the edit mode to read only (i.e. to view mode).</p></source> <translation><b>Nur Lesen aktivieren</b><p>Dies setzt den Editiermodus auf Nur Lesen (d.h. Anzeigemodus).</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="438"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="439"/> <source>Search</source> <translation>Suchen</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="438"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="439"/> <source>&Search...</source> <translation>&Suchen...</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="438"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="439"/> <source>Ctrl+F</source> <comment>Search|Search</comment> <translation>Ctrl+F</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="445"/> - <source>Search for data</source> - <translation>Sucht nach Daten</translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="446"/> + <source>Search for data</source> + <translation>Sucht nach Daten</translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="447"/> <source><b>Search</b><p>Search for some data. A dialog is shown to enter the data to search for in various formats.</p></source> <translation><b>Suchen</b><p>Sucht nach Daten. Es wird ein Dialog eingeblendet, in dem die zu suchenden Daten in verschiedenen Formaten eingegeben werden können.</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="454"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="455"/> <source>Search next</source> <translation>Weitersuchen</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="454"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="455"/> <source>Search &next</source> <translation>&Weitersuchen</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="454"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="455"/> <source>F3</source> <comment>Search|Search next</comment> <translation>F3</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="461"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="462"/> <source>Search next occurrence</source> <translation>Nächstes Vorkommen suchen</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="463"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="464"/> <source><b>Search next</b><p>Search the next occurrence of some data. The previously entered search data are reused.</p></source> <translation><b>Weitersuchen</b><p>Dies sucht nach dem nächsten Vorkommen von Daten. Die zuvor eingegebenen Suchdaten werden wiederverwendet.</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="471"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="472"/> <source>Search previous</source> <translation>Rückwärtssuchen</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="471"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="472"/> <source>Search &previous</source> <translation>&Rückwärtssuchen</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="471"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="472"/> <source>Shift+F3</source> <comment>Search|Search previous</comment> <translation>Shift+F3</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="480"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="481"/> <source><b>Search previous</b><p>Search the previous occurrence of some data. The previously entered search data are reused.</p></source> <translation><b>Rückwärtssuchen</b><p>Nach dem vorherigen Vorkommen von Daten suchen. Die zuvor eingegebenen Suchdaten werden weiterverwendet.</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="489"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="490"/> <source>Replace</source> <translation>Ersetzen</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="489"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="490"/> <source>&Replace...</source> <translation>&Ersetzen...</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="489"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="490"/> <source>Ctrl+R</source> <comment>Search|Replace</comment> <translation>Ctrl+R</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="543"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="544"/> <source>About</source> <translation>Über</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="543"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="544"/> <source>&About</source> <translation>Ü&ber</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="547"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="548"/> <source>Display information about this software</source> <translation>Zeigt Informationen zu diesem Programm an</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="549"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="550"/> <source><b>About</b><p>Display some information about this software.</p></source> <translation><b>Über</b><p>Zeigt einige Informationen über dieses Programm an.</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="555"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="556"/> <source>About Qt</source> <translation>Über Qt</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="555"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="556"/> <source>About &Qt</source> <translation>Über &Qt</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="559"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="560"/> <source>Display information about the Qt toolkit</source> <translation>Zeige Informationen über das Qt-Toolkit an</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="561"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="562"/> <source><b>About Qt</b><p>Display some information about the Qt toolkit.</p></source> <translation><b>Über Qt</b><p>Zeige Informationen über das Qt-Toolkit an.</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="568"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="569"/> <source>What's This?</source> <translation>Was ist das?</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="568"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="569"/> <source>&What's This?</source> <translation>&Was ist das?</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="568"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="569"/> <source>Shift+F1</source> <comment>Help|What's This?'</comment> <translation>Shift+F1</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="574"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="575"/> <source>Context sensitive help</source> <translation>Kontextsensitive Hilfe</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="575"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="576"/> <source><b>Display context sensitive help</b><p>In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.</p></source> <translation><b>Zeige kontextsensitive Hilfe an</b><p>Im „Was ist das?“-Modus (der Mauszeiger stellt einen Pfeil mit Fragezeichen dar) wird auf einen Mausklick eine kurze Hilfebeschreibung zu dem ausgewählten MMI-Element angezeigt. In Dialogen kann diese Funktionalität durch den entsprechenden Knopf im Fensterkopf erreicht werden.</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="590"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="591"/> <source>Preferences</source> <translation>Einstellungen</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="590"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="591"/> <source>&Preferences...</source> <translation>&Einstellungen...</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="595"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="596"/> <source>Set the prefered configuration</source> <translation>Konfiguriert die Einstellungen</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="597"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="598"/> <source><b>Preferences</b><p>Set the configuration items of the application with your prefered values.</p></source> <translation><b>Einstellungen</b><p>Konfiguriert die einstellbaren Parameter der Applikation nach Ihren Wünschen.</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="640"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="641"/> <source>Open a binary file for viewing</source> <translation>Öffne eine Binärdatei im Anzeigemodus</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="614"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="615"/> <source><b>Open File</b><p>This opens a binary file for viewing (i.e. in read only mode). It pops up a file selection dialog.</p></source> <translation><b>Datei öffnen</b><p>Dies öffnet eine Binärdatei zur Anzeige (d.h. im Nur Lesen Modus). Es wird ein Dateiauswahldialog angezeigt.</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="620"/> - <source>Open for Editing...</source> - <translation>Zum Bearbeiten öffnen...</translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="621"/> + <source>Open for Editing...</source> + <translation>Zum Bearbeiten öffnen...</translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="622"/> <source>Open for Editing</source> <translation>Zum Bearbeiten öffnen</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="630"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="631"/> <source>Open a binary file for editing</source> <translation>Öffne eine Binärdatei im Bearbeitenmodus</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="624"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="625"/> <source><b>Open for Editing</b><p>This opens a binary file for editing. It pops up a file selection dialog.</p></source> <translation><b>Zum Bearbeiten öffnen</b><p>Dies öffnet eine Binärdatei zum Bearbeiten. Es wird ein Dateiauswahldialog angezeigt.</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="632"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="633"/> <source><b>Open File</b><p>This opens a binary file for editing. It pops up a file selection dialog.</p></source> <translation><b>Datei öffnen</b><p>Dies öffnet eine Binärdatei zum Bearbeiten. Es wird ein Dateiauswahldialog angezeigt.</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="638"/> - <source>Open Read Only...</source> - <translation>Zur Anzeige öffnen...</translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="639"/> + <source>Open Read Only...</source> + <translation>Zur Anzeige öffnen...</translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="640"/> <source>Open Read Only</source> <translation>Zur Anzeige öffnen</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="642"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="643"/> <source><b>Open Read Only</b><p>This opens a binary file for viewing (i.e. in read only mode). It pops up a file selection dialog.</p></source> <translation><b>Zur Anzeige öffnen</b><p>Dies öffnet eine Binärdatei zur Anzeige (d.h. im Nur Lesen Modus). Es wird ein Dateiauswahldialog angezeigt.</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="654"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="655"/> <source>&File</source> <translation>&Datei</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="672"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="673"/> <source>&Edit</source> <translation>&Bearbeiten</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="696"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="697"/> <source>Se&ttings</source> <translation>&Einstellungen</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="702"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="703"/> <source>&Help</source> <translation>&Hilfe</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="712"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="713"/> <source>File</source> <translation>Datei</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="725"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="726"/> <source>Edit</source> <translation>Bearbeiten</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="735"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="736"/> <source>Find</source> <translation>Suchen</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="743"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="744"/> <source>Settings</source> <translation>Einstellungen</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="748"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="749"/> <source>Help</source> <translation>Hilfe</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="786"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="787"/> <source><p>This part of the status bar displays the edit mode.</p></source> <translation><p>Dieser Teil der Statusleiste zeigt den Editiermodus an.</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="793"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="795"/> <source><p>This part of the status bar displays the read only mode.</p></source> <translation><p>Dieser Teil der Statusleiste zeigt den Ansichtsmodus an.</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="762"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="763"/> <source><p>This part of the status bar displays the cursor address.</p></source> <translation><p>Dieser Teil der Statusleiste zeigt die Adresse der Einfügemarke an.</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="778"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="779"/> <source><p>This part of the status bar displays the size of the binary data.</p></source> <translation><p>Dieser Teil der Statusleiste zeigt die Größe der Binärdaten an.</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="843"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="846"/> <source>ro</source> <translation>ro</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="843"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="846"/> <source>rw</source> <translation>rw</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="853"/> - <source>Overwrite</source> - <translation>Überschreiben</translation> - </message> - <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="853"/> - <source>Insert</source> - <translation>Einfügen</translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="864"/> + <source>Overwrite</source> + <translation>Überschreiben</translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="864"/> + <source>Insert</source> + <translation>Einfügen</translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="883"/> <source>Size: {0:n}</source> <translation>Größe: {0:n}</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="904"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="923"/> <source>Open binary file in new window</source> <translation>Öffne Binärdatei in neuem Fenster</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1021"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1040"/> <source>All Files (*)</source> <translation>Alle Dateien (*)</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1141"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1160"/> <source>eric6 Hex Editor</source> <translation>eric6 Hex-Editor</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="925"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="944"/> <source>The loaded file has unsaved changes.</source> <translation>Die geladene Datei hat ungesicherte Änderungen.</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="943"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="962"/> <source>The file '{0}' does not exist.</source> <translation>Die Datei „{0}“ existiert nicht.</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="950"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="969"/> <source>Cannot read file '{0}: {1}.</source> <translation>Datei {0} kann nicht gelesen werden: {1}.</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="974"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="993"/> <source>Open binary file</source> <translation>Binärdatei öffnen</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1031"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1050"/> <source>Save binary file</source> <translation>Binärdatei speichern</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1116"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1135"/> <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="../HexEdit/HexEditMainWindow.py" line="1141"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1160"/> <source>Cannot write file '{0}: {1}.</source> <translation>Datei {0} kann nicht geschrieben werden: {1}.</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1147"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1166"/> <source>File saved</source> <translation>Datei gespeichert</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1116"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1135"/> <source>Save to readable file</source> <translation>In lesbare Datei speichern</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1100"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1119"/> <source>Text Files (*.txt);;All Files (*)</source> <translation>Textdateien (*.txt);;Alle Dateien (*)</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1100"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1119"/> <source>Text Files (*.txt)</source> <translation>Textdateien (*.txt)</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1181"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1200"/> <source>Untitled</source> <translation>Unbenannt</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1185"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1204"/> <source>{0}[*] - {1}</source> <translation>{0}[*] - {1}</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1185"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1204"/> <source>Hex Editor</source> <translation>Hex-Editor</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1242"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1261"/> <source>About eric6 Hex Editor</source> <translation>Über den eric6 Hex-Editor</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1242"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1261"/> <source>The eric6 Hex Editor is a simple editor component to edit binary files.</source> <translation>Der eric6 Hex-Editor ist eine einfache Komponente zur Anzeige oder Bearbeitung von Binärdateien.</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="478"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="479"/> <source>Search previous occurrence</source> <translation>Vorheriges Vorkommen suchen</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="495"/> - <source>Replace data</source> - <translation>Daten ersetzen</translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="496"/> + <source>Replace data</source> + <translation>Daten ersetzen</translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="497"/> <source><b>Replace</b><p>Search for some data and replace it. A dialog is shown to enter the data to search for and the replacement data in various formats.</p></source> <translation><b>Ersetzen</b><p>Dies sucht nach Daten und ersetzt sie. Es wird ein Dialog zur Eingabe der Suchdaten und der Ersetzungsdaten in verschiedenen Formaten angezeigt.</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="770"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="771"/> <source><p>This part of the status bar displays some selection information.</p></source> <translation><p>Dieser Teil der Statusleiste zeigt Informationen zur Auswahl an.</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="810"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="813"/> <source>Address: 0x{0:0{1}x}</source> <translation>Addresse: 0x{0:0{1}x}</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="832"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="835"/> <source>Selection: -</source> <comment>no selection available</comment> <translation>Auswahl: -</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="825"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="828"/> <source>Selection: 0x{0:0{2}x} - 0x{1:0{2}x} ({3:n} Bytes)</source> <comment>0: start, 1: end, 2: address width, 3: selection length</comment> <translation>Auswahl: 0x{0:0{2}x} - 0x{1:0{2}x} ({3:n} Bytes)</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="513"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="514"/> <source>Goto Offset</source> <translation>Gehe zu Offset</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="505"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="506"/> <source>&Goto Offset...</source> <translation>&Gehe zu Offset...</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="514"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="515"/> <source><b>Goto Offset</b><p>Go to a specific address. A dialog is shown to enter the movement data.</p></source> <translation><b>Gehe zu Offset</b><p>Springe zu eine bestimmten Adresse. Es wird dein Dialog zur Eingabe der Sprungparameter angezeigt.</p></translation> </message> @@ -57629,52 +57630,52 @@ <translation>Modultest</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="112"/> + <location filename="../Tools/TrayStarter.py" line="109"/> <source>Compare Files</source> <translation>Dateien vergleichen</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="115"/> + <location filename="../Tools/TrayStarter.py" line="112"/> <source>Compare Files side by side</source> <translation>Dateien Seite an Seite vergleichen</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="144"/> + <location filename="../Tools/TrayStarter.py" line="141"/> <source>Preferences</source> <translation>Einstellungen</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="170"/> + <location filename="../Tools/TrayStarter.py" line="175"/> <source>Quit</source> <translation>Beenden</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="255"/> + <location filename="../Tools/TrayStarter.py" line="260"/> <source>Process Generation Error</source> <translation>Fehler beim Prozessstart</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="255"/> + <location filename="../Tools/TrayStarter.py" line="260"/> <source><p>Could not start the process.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Der Prozess konnte nicht gestartet werden.<br>StellenSie sicher, dass er als <b>{0}</b> verfügbar ist.</p></translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="255"/> + <location filename="../Tools/TrayStarter.py" line="260"/> <source>OK</source> <translation>OK</translation> </message> <message> + <location filename="../Tools/TrayStarter.py" line="130"/> + <source>Install Plugin</source> + <translation>Plugin installieren</translation> + </message> + <message> <location filename="../Tools/TrayStarter.py" line="133"/> - <source>Install Plugin</source> - <translation>Plugin installieren</translation> + <source>Uninstall Plugin</source> + <translation>Plugin deinstallieren</translation> </message> <message> <location filename="../Tools/TrayStarter.py" line="136"/> - <source>Uninstall Plugin</source> - <translation>Plugin deinstallieren</translation> - </message> - <message> - <location filename="../Tools/TrayStarter.py" line="139"/> <source>Plugin Repository</source> <translation>Plugin Repository</translation> </message> @@ -57684,22 +57685,22 @@ <translation>Zuletzt geöffnete Mehrfachprojekte</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="120"/> + <location filename="../Tools/TrayStarter.py" line="117"/> <source>SQL Browser</source> <translation>SQL-Browser</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="128"/> - <source>Icon Editor</source> - <translation>Icon-Editor</translation> - </message> - <message> <location filename="../Tools/TrayStarter.py" line="125"/> + <source>Icon Editor</source> + <translation>Icon-Editor</translation> + </message> + <message> + <location filename="../Tools/TrayStarter.py" line="122"/> <source>Snapshot</source> <translation>Bildschirmfoto</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="155"/> + <location filename="../Tools/TrayStarter.py" line="160"/> <source>Configure Tray Starter</source> <translation>Systemstarter konfigurieren</translation> </message> @@ -57709,20 +57710,25 @@ <translation>Eric6 Systemstarter</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="107"/> + <location filename="../Tools/TrayStarter.py" line="155"/> <source>eric6 Web Browser</source> <translation>eric6-Webbrowser</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="147"/> + <location filename="../Tools/TrayStarter.py" line="146"/> <source>eric6 IDE</source> <translation>eric6 Entwicklungsumgebung</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="150"/> + <location filename="../Tools/TrayStarter.py" line="149"/> <source>eric6 Mini Editor</source> <translation>eric6 Mini Editor</translation> </message> + <message> + <location filename="../Tools/TrayStarter.py" line="152"/> + <source>eric6 Hex Editor</source> + <translation>eric6 Hex-Editor</translation> + </message> </context> <context> <name>TrayStarterPage</name> @@ -65012,7 +65018,7 @@ <translation><b>Kopie speichern</b><p>Speichern einer Kopie des Inhalts des aktuellen Editorfensters. Die Datei kann mit einem Dateiauswahldialog eingegeben werden.</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="505"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="506"/> <source>Ctrl+G</source> <comment>Search|Goto Offset</comment> <translation>Ctrl+G</translation>
--- a/i18n/eric6_en.ts Sun Jan 17 12:18:55 2016 +0100 +++ b/i18n/eric6_en.ts Sun Jan 17 12:57:23 2016 +0100 @@ -7628,17 +7628,17 @@ <context> <name>E5NetworkIcon</name> <message> - <location filename="../E5Network/E5NetworkIcon.py" line="58"/> + <location filename="../E5Network/E5NetworkIcon.py" line="57"/> <source><p>Shows the network status<br/><br/><b>Network:</b> {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../E5Network/E5NetworkIcon.py" line="62"/> + <location filename="../E5Network/E5NetworkIcon.py" line="61"/> <source>Connected</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../E5Network/E5NetworkIcon.py" line="64"/> + <location filename="../E5Network/E5NetworkIcon.py" line="63"/> <source>Offline</source> <translation type="unfinished"></translation> </message> @@ -19457,923 +19457,923 @@ <context> <name>HexEditMainWindow</name> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="151"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="152"/> <source>New Window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="151"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="152"/> <source>New &Window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="156"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="157"/> <source>Open a binary file for editing in a new hex editor window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="158"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="159"/> <source><b>New Window</b><p>This opens a binary file for editing in a new hex editor window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="167"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="168"/> <source>Open</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="167"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="168"/> <source>&Open...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="167"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="168"/> <source>Ctrl+O</source> <comment>File|Open</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="183"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="184"/> <source>Save</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="183"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="184"/> <source>&Save</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="183"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="184"/> <source>Ctrl+S</source> <comment>File|Save</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="189"/> - <source>Save the current binary file</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="190"/> + <source>Save the current binary file</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="191"/> <source><b>Save File</b><p>Save the contents of the hex editor window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="197"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="198"/> <source>Save As</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="197"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="198"/> <source>Save &As...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="197"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="198"/> <source>Shift+Ctrl+S</source> <comment>File|Save As</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="203"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="204"/> <source>Save the current binary data to a new file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="205"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="206"/> <source><b>Save As...</b><p>Saves the current binary data to a new file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="212"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="213"/> <source>Save As Readable</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="212"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="213"/> <source>Save As &Readable...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="216"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="217"/> <source>Save the current binary data to a new file in a readable format</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="219"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="220"/> <source><b>Save As Readable...</b><p>Saves the current binary data to a new file in a readable format.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="227"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="228"/> <source>Close</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="227"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="228"/> <source>&Close</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="227"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="228"/> <source>Ctrl+W</source> <comment>File|Close</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="233"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="234"/> <source>Close the current hex editor window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="235"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="236"/> <source><b>Close</b><p>Closes the current hex editor window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="242"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="243"/> <source>Close All</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="242"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="243"/> <source>Close &All</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="246"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="247"/> <source>Close all hex editor windows</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="248"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="249"/> <source><b>Close All</b><p>Closes all hex editor windows.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="255"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="256"/> <source>Close Others</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="259"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="260"/> <source>Close all hex other editor windows</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="261"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="262"/> <source><b>Close Others</b><p>Closes all other hex editor windows.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="268"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="269"/> <source>Quit</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="268"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="269"/> <source>&Quit</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="268"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="269"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="274"/> - <source>Quit the hex editor</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="275"/> + <source>Quit the hex editor</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="276"/> <source><b>Quit</b><p>Quit the hex editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="287"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="288"/> <source>Undo</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="287"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="288"/> <source>&Undo</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="287"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="288"/> <source>Ctrl+Z</source> <comment>Edit|Undo</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="287"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="288"/> <source>Alt+Backspace</source> <comment>Edit|Undo</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="294"/> - <source>Undo the last change</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="295"/> + <source>Undo the last change</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="296"/> <source><b>Undo</b><p>Undo the last change done.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="302"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="303"/> <source>Redo</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="302"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="303"/> <source>&Redo</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="302"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="303"/> <source>Ctrl+Shift+Z</source> <comment>Edit|Redo</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="308"/> - <source>Redo the last change</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="309"/> + <source>Redo the last change</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="310"/> <source><b>Redo</b><p>Redo the last change done.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="322"/> - <source>Revert to last saved state</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="316"/> - <source>Re&vert to last saved state</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="316"/> - <source>Ctrl+Y</source> - <comment>Edit|Revert</comment> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="323"/> + <source>Revert to last saved state</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="317"/> + <source>Re&vert to last saved state</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="317"/> + <source>Ctrl+Y</source> + <comment>Edit|Revert</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="324"/> <source><b>Revert to last saved state</b><p>Undo all changes up to the last saved state of the editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="331"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="332"/> <source>Cut</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="331"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="332"/> <source>Cu&t</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="331"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="332"/> <source>Ctrl+X</source> <comment>Edit|Cut</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="331"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="332"/> <source>Shift+Del</source> <comment>Edit|Cut</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="338"/> - <source>Cut the selection</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="339"/> + <source>Cut the selection</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="340"/> <source><b>Cut</b><p>Cut the selected binary area to the clipboard.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="346"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="347"/> <source>Copy</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="346"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="347"/> <source>&Copy</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="346"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="347"/> <source>Ctrl+C</source> <comment>Edit|Copy</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="346"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="347"/> <source>Ctrl+Ins</source> <comment>Edit|Copy</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="353"/> - <source>Copy the selection</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="354"/> + <source>Copy the selection</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="355"/> <source><b>Copy</b><p>Copy the selected binary area to the clipboard.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="361"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="362"/> <source>Paste</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="361"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="362"/> <source>&Paste</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="361"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="362"/> <source>Ctrl+V</source> <comment>Edit|Paste</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="361"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="362"/> <source>Shift+Ins</source> <comment>Edit|Paste</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="368"/> - <source>Paste the clipboard contents</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="369"/> + <source>Paste the clipboard contents</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="370"/> <source><b>Paste</b><p>Paste the clipboard contents.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="376"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="377"/> <source>Select All</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="376"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="377"/> <source>&Select All</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="376"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="377"/> <source>Ctrl+A</source> <comment>Edit|Select All</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="383"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="384"/> <source>Select the complete binary data</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="385"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="386"/> <source><b>Select All</b><p>Selects the complete binary data.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="392"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="393"/> <source>Deselect all</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="392"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="393"/> <source>&Deselect all</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="392"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="393"/> <source>Alt+Ctrl+A</source> <comment>Edit|Deselect all</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="398"/> - <source>Deselect all binary data</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="399"/> + <source>Deselect all binary data</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="400"/> <source><b>Deselect All</b><p>Deselect all all binary data.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="406"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="407"/> <source>Save Selection Readable</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="406"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="407"/> <source>Save Selection Readable...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="410"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="411"/> <source>Save the binary data of the current selection to a file in a readable format</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="413"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="414"/> <source><b>Save Selection Readable...</b><p>Saves the binary data of the current selection to a file in a readable format.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="422"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="423"/> <source>Set Read Only</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="426"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="427"/> <source>Change the edit mode to read only</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="428"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="429"/> <source><b>Set Read Only</b><p>This changes the edit mode to read only (i.e. to view mode).</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="438"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="439"/> <source>Search</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="438"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="439"/> <source>&Search...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="438"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="439"/> <source>Ctrl+F</source> <comment>Search|Search</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="445"/> - <source>Search for data</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="446"/> + <source>Search for data</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="447"/> <source><b>Search</b><p>Search for some data. A dialog is shown to enter the data to search for in various formats.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="454"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="455"/> <source>Search next</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="454"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="455"/> <source>Search &next</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="454"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="455"/> <source>F3</source> <comment>Search|Search next</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="471"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="472"/> <source>Search previous</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="471"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="472"/> <source>Search &previous</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="471"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="472"/> <source>Shift+F3</source> <comment>Search|Search previous</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="480"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="481"/> <source><b>Search previous</b><p>Search the previous occurrence of some data. The previously entered search data are reused.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="489"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="490"/> <source>Replace</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="489"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="490"/> <source>&Replace...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="489"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="490"/> <source>Ctrl+R</source> <comment>Search|Replace</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="543"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="544"/> <source>About</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="543"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="544"/> <source>&About</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="547"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="548"/> <source>Display information about this software</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="549"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="550"/> <source><b>About</b><p>Display some information about this software.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="555"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="556"/> <source>About Qt</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="555"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="556"/> <source>About &Qt</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="559"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="560"/> <source>Display information about the Qt toolkit</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="561"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="562"/> <source><b>About Qt</b><p>Display some information about the Qt toolkit.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="568"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="569"/> <source>What's This?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="568"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="569"/> <source>&What's This?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="568"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="569"/> <source>Shift+F1</source> <comment>Help|What's This?'</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="574"/> - <source>Context sensitive help</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="575"/> + <source>Context sensitive help</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="576"/> <source><b>Display context sensitive help</b><p>In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="590"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="591"/> <source>Preferences</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="590"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="591"/> <source>&Preferences...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="595"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="596"/> <source>Set the prefered configuration</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="597"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="598"/> <source><b>Preferences</b><p>Set the configuration items of the application with your prefered values.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="640"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="641"/> <source>Open a binary file for viewing</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="614"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="615"/> <source><b>Open File</b><p>This opens a binary file for viewing (i.e. in read only mode). It pops up a file selection dialog.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="620"/> - <source>Open for Editing...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="621"/> + <source>Open for Editing...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="622"/> <source>Open for Editing</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="630"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="631"/> <source>Open a binary file for editing</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="624"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="625"/> <source><b>Open for Editing</b><p>This opens a binary file for editing. It pops up a file selection dialog.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="632"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="633"/> <source><b>Open File</b><p>This opens a binary file for editing. It pops up a file selection dialog.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="638"/> - <source>Open Read Only...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="639"/> + <source>Open Read Only...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="640"/> <source>Open Read Only</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="642"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="643"/> <source><b>Open Read Only</b><p>This opens a binary file for viewing (i.e. in read only mode). It pops up a file selection dialog.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="654"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="655"/> <source>&File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="672"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="673"/> <source>&Edit</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="696"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="697"/> <source>Se&ttings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="702"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="703"/> <source>&Help</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="712"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="713"/> <source>File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="725"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="726"/> <source>Edit</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="735"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="736"/> <source>Find</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="743"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="744"/> <source>Settings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="748"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="749"/> <source>Help</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="786"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="787"/> <source><p>This part of the status bar displays the edit mode.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="793"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="795"/> <source><p>This part of the status bar displays the read only mode.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="762"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="763"/> <source><p>This part of the status bar displays the cursor address.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="778"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="779"/> <source><p>This part of the status bar displays the size of the binary data.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="843"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="846"/> <source>ro</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="843"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="846"/> <source>rw</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="853"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="864"/> <source>Overwrite</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="853"/> - <source>Insert</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="864"/> + <source>Insert</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="883"/> <source>Size: {0:n}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="904"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="923"/> <source>Open binary file in new window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1021"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1040"/> <source>All Files (*)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1141"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1160"/> <source>eric6 Hex Editor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="925"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="944"/> <source>The loaded file has unsaved changes.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="943"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="962"/> <source>The file '{0}' does not exist.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="950"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="969"/> <source>Cannot read file '{0}: {1}.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="974"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="993"/> <source>Open binary file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1031"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1050"/> <source>Save binary file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1116"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1135"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1141"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1160"/> <source>Cannot write file '{0}: {1}.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1147"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1166"/> <source>File saved</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1116"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1135"/> <source>Save to readable file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1100"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1119"/> <source>Text Files (*.txt);;All Files (*)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1100"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1119"/> <source>Text Files (*.txt)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1181"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1200"/> <source>Untitled</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1185"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1204"/> <source>{0}[*] - {1}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1185"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1204"/> <source>Hex Editor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1242"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1261"/> <source>About eric6 Hex Editor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1242"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1261"/> <source>The eric6 Hex Editor is a simple editor component to edit binary files.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="461"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="462"/> <source>Search next occurrence</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="463"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="464"/> <source><b>Search next</b><p>Search the next occurrence of some data. The previously entered search data are reused.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="478"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="479"/> <source>Search previous occurrence</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="495"/> - <source>Replace data</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="496"/> + <source>Replace data</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="497"/> <source><b>Replace</b><p>Search for some data and replace it. A dialog is shown to enter the data to search for and the replacement data in various formats.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="770"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="771"/> <source><p>This part of the status bar displays some selection information.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="810"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="813"/> <source>Address: 0x{0:0{1}x}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="832"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="835"/> <source>Selection: -</source> <comment>no selection available</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="825"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="828"/> <source>Selection: 0x{0:0{2}x} - 0x{1:0{2}x} ({3:n} Bytes)</source> <comment>0: start, 1: end, 2: address width, 3: selection length</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="513"/> - <source>Goto Offset</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="505"/> - <source>&Goto Offset...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="514"/> + <source>Goto Offset</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="506"/> + <source>&Goto Offset...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="515"/> <source><b>Goto Offset</b><p>Go to a specific address. A dialog is shown to enter the movement data.</p></source> <translation type="unfinished"></translation> </message> @@ -57118,72 +57118,72 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="112"/> + <location filename="../Tools/TrayStarter.py" line="109"/> <source>Compare Files</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="115"/> + <location filename="../Tools/TrayStarter.py" line="112"/> <source>Compare Files side by side</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="120"/> + <location filename="../Tools/TrayStarter.py" line="117"/> <source>SQL Browser</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Tools/TrayStarter.py" line="130"/> + <source>Install Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Tools/TrayStarter.py" line="133"/> - <source>Install Plugin</source> + <source>Uninstall Plugin</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Tools/TrayStarter.py" line="136"/> - <source>Uninstall Plugin</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Tools/TrayStarter.py" line="139"/> <source>Plugin Repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="144"/> + <location filename="../Tools/TrayStarter.py" line="141"/> <source>Preferences</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="170"/> + <location filename="../Tools/TrayStarter.py" line="175"/> <source>Quit</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="255"/> + <location filename="../Tools/TrayStarter.py" line="260"/> <source>Process Generation Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="255"/> + <location filename="../Tools/TrayStarter.py" line="260"/> <source><p>Could not start the process.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="255"/> + <location filename="../Tools/TrayStarter.py" line="260"/> <source>OK</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="128"/> - <source>Icon Editor</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Tools/TrayStarter.py" line="125"/> + <source>Icon Editor</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Tools/TrayStarter.py" line="122"/> <source>Snapshot</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="155"/> + <location filename="../Tools/TrayStarter.py" line="160"/> <source>Configure Tray Starter</source> <translation type="unfinished"></translation> </message> @@ -57193,20 +57193,25 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="107"/> + <location filename="../Tools/TrayStarter.py" line="155"/> <source>eric6 Web Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="147"/> + <location filename="../Tools/TrayStarter.py" line="146"/> <source>eric6 IDE</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="150"/> + <location filename="../Tools/TrayStarter.py" line="149"/> <source>eric6 Mini Editor</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Tools/TrayStarter.py" line="152"/> + <source>eric6 Hex Editor</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>TrayStarterPage</name> @@ -64468,7 +64473,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="505"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="506"/> <source>Ctrl+G</source> <comment>Search|Goto Offset</comment> <translation type="unfinished"></translation>
--- a/i18n/eric6_es.ts Sun Jan 17 12:18:55 2016 +0100 +++ b/i18n/eric6_es.ts Sun Jan 17 12:57:23 2016 +0100 @@ -7924,17 +7924,17 @@ <context> <name>E5NetworkIcon</name> <message> - <location filename="../E5Network/E5NetworkIcon.py" line="58"/> + <location filename="../E5Network/E5NetworkIcon.py" line="57"/> <source><p>Shows the network status<br/><br/><b>Network:</b> {0}</p></source> <translation><p>Muestra el estado de la red<br/><br/><b>Red:</b> {0}</p></translation> </message> <message> - <location filename="../E5Network/E5NetworkIcon.py" line="62"/> + <location filename="../E5Network/E5NetworkIcon.py" line="61"/> <source>Connected</source> <translation>Conectada</translation> </message> <message> - <location filename="../E5Network/E5NetworkIcon.py" line="64"/> + <location filename="../E5Network/E5NetworkIcon.py" line="63"/> <source>Offline</source> <translation>Fuera de línea</translation> </message> @@ -20012,547 +20012,547 @@ <context> <name>HexEditMainWindow</name> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="151"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="152"/> <source>New Window</source> <translation type="unfinished">Nueva Ventana</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="151"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="152"/> <source>New &Window</source> <translation type="unfinished">Nueva &Ventana</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="156"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="157"/> <source>Open a binary file for editing in a new hex editor window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="158"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="159"/> <source><b>New Window</b><p>This opens a binary file for editing in a new hex editor window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="167"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="168"/> <source>Open</source> <translation type="unfinished">Abrir</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="167"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="168"/> <source>&Open...</source> <translation type="unfinished">&Abrir...</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="167"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="168"/> <source>Ctrl+O</source> <comment>File|Open</comment> <translation type="unfinished">Ctrl+O</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="183"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="184"/> <source>Save</source> <translation type="unfinished">Guardar</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="183"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="184"/> <source>&Save</source> <translation type="unfinished">&Guardar</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="183"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="184"/> <source>Ctrl+S</source> <comment>File|Save</comment> <translation type="unfinished">Ctrl+S</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="189"/> - <source>Save the current binary file</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="190"/> + <source>Save the current binary file</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="191"/> <source><b>Save File</b><p>Save the contents of the hex editor window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="197"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="198"/> <source>Save As</source> <translation type="unfinished">Guardar como</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="197"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="198"/> <source>Save &As...</source> <translation type="unfinished">Guardar Co&mo...</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="197"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="198"/> <source>Shift+Ctrl+S</source> <comment>File|Save As</comment> <translation type="unfinished">Shift+Ctrl+S</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="203"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="204"/> <source>Save the current binary data to a new file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="205"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="206"/> <source><b>Save As...</b><p>Saves the current binary data to a new file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="212"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="213"/> <source>Save As Readable</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="212"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="213"/> <source>Save As &Readable...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="216"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="217"/> <source>Save the current binary data to a new file in a readable format</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="219"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="220"/> <source><b>Save As Readable...</b><p>Saves the current binary data to a new file in a readable format.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="227"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="228"/> <source>Close</source> <translation type="unfinished">Cerrar</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="227"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="228"/> <source>&Close</source> <translation type="unfinished">&Cerrar</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="227"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="228"/> <source>Ctrl+W</source> <comment>File|Close</comment> <translation type="unfinished">Ctrl+W</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="233"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="234"/> <source>Close the current hex editor window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="235"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="236"/> <source><b>Close</b><p>Closes the current hex editor window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="242"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="243"/> <source>Close All</source> <translation type="unfinished">Cerrar todo</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="242"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="243"/> <source>Close &All</source> <translation type="unfinished">Cerrar &Todo</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="246"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="247"/> <source>Close all hex editor windows</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="248"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="249"/> <source><b>Close All</b><p>Closes all hex editor windows.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="255"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="256"/> <source>Close Others</source> <translation type="unfinished">Cerrar Otras</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="259"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="260"/> <source>Close all hex other editor windows</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="261"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="262"/> <source><b>Close Others</b><p>Closes all other hex editor windows.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="268"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="269"/> <source>Quit</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="268"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="269"/> <source>&Quit</source> <translation type="unfinished">&Salir</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="268"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="269"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation type="unfinished">Ctrl+Q</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="274"/> - <source>Quit the hex editor</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="275"/> + <source>Quit the hex editor</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="276"/> <source><b>Quit</b><p>Quit the hex editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="287"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="288"/> <source>Undo</source> <translation type="unfinished">Deshacer</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="287"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="288"/> <source>&Undo</source> <translation type="unfinished">&Deshacer</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="287"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="288"/> <source>Ctrl+Z</source> <comment>Edit|Undo</comment> <translation type="unfinished">Ctrl+Z</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="287"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="288"/> <source>Alt+Backspace</source> <comment>Edit|Undo</comment> <translation type="unfinished">Alt+Backspace</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="294"/> - <source>Undo the last change</source> - <translation type="unfinished">Revierte el último cambio</translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="295"/> + <source>Undo the last change</source> + <translation type="unfinished">Revierte el último cambio</translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="296"/> <source><b>Undo</b><p>Undo the last change done.</p></source> <translation type="unfinished"><b>Deshacer</b><p>Deshace el último cambio hecho en el editor.</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="302"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="303"/> <source>Redo</source> <translation type="unfinished">Rehacer</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="302"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="303"/> <source>&Redo</source> <translation type="unfinished">&Rehacer</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="302"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="303"/> <source>Ctrl+Shift+Z</source> <comment>Edit|Redo</comment> <translation type="unfinished">Ctrl+Shift+Z</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="308"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="309"/> <source>Redo the last change</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="309"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="310"/> <source><b>Redo</b><p>Redo the last change done.</p></source> <translation type="unfinished"><b>Rehacer</b><p>Rehace el último cambio hecho en el editor.</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="322"/> - <source>Revert to last saved state</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="316"/> - <source>Re&vert to last saved state</source> - <translation type="unfinished">&Volver al último estado grabado</translation> - </message> - <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="316"/> - <source>Ctrl+Y</source> - <comment>Edit|Revert</comment> - <translation type="unfinished">Ctrl+Y</translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="323"/> + <source>Revert to last saved state</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="317"/> + <source>Re&vert to last saved state</source> + <translation type="unfinished">&Volver al último estado grabado</translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="317"/> + <source>Ctrl+Y</source> + <comment>Edit|Revert</comment> + <translation type="unfinished">Ctrl+Y</translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="324"/> <source><b>Revert to last saved state</b><p>Undo all changes up to the last saved state of the editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="331"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="332"/> <source>Cut</source> <translation type="unfinished">Cortar</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="331"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="332"/> <source>Cu&t</source> <translation type="unfinished">Cor&tar</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="331"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="332"/> <source>Ctrl+X</source> <comment>Edit|Cut</comment> <translation type="unfinished">Ctrl+X</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="331"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="332"/> <source>Shift+Del</source> <comment>Edit|Cut</comment> <translation type="unfinished">Shift+Del</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="338"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="339"/> <source>Cut the selection</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="339"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="340"/> <source><b>Cut</b><p>Cut the selected binary area to the clipboard.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="346"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="347"/> <source>Copy</source> <translation type="unfinished">Copiar</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="346"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="347"/> <source>&Copy</source> <translation type="unfinished">&Copiar</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="346"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="347"/> <source>Ctrl+C</source> <comment>Edit|Copy</comment> <translation type="unfinished">Ctrl+C</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="346"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="347"/> <source>Ctrl+Ins</source> <comment>Edit|Copy</comment> <translation type="unfinished">Ctrl+Ins</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="353"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="354"/> <source>Copy the selection</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="354"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="355"/> <source><b>Copy</b><p>Copy the selected binary area to the clipboard.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="361"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="362"/> <source>Paste</source> <translation type="unfinished">Pegar</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="361"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="362"/> <source>&Paste</source> <translation type="unfinished">&Pegar</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="361"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="362"/> <source>Ctrl+V</source> <comment>Edit|Paste</comment> <translation type="unfinished">Ctrl+V</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="361"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="362"/> <source>Shift+Ins</source> <comment>Edit|Paste</comment> <translation type="unfinished">Shift+Ins</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="368"/> - <source>Paste the clipboard contents</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="369"/> + <source>Paste the clipboard contents</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="370"/> <source><b>Paste</b><p>Paste the clipboard contents.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="376"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="377"/> <source>Select All</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="376"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="377"/> <source>&Select All</source> <translation type="unfinished">Seleccionar &todo</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="376"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="377"/> <source>Ctrl+A</source> <comment>Edit|Select All</comment> <translation type="unfinished">Ctrl+A</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="383"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="384"/> <source>Select the complete binary data</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="385"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="386"/> <source><b>Select All</b><p>Selects the complete binary data.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="392"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="393"/> <source>Deselect all</source> <translation type="unfinished">Deseleccionar todo</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="392"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="393"/> <source>&Deselect all</source> <translation type="unfinished">&Deseleccionar todo</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="392"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="393"/> <source>Alt+Ctrl+A</source> <comment>Edit|Deselect all</comment> <translation type="unfinished">Alt+Ctrl+A</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="398"/> - <source>Deselect all binary data</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="399"/> + <source>Deselect all binary data</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="400"/> <source><b>Deselect All</b><p>Deselect all all binary data.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="406"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="407"/> <source>Save Selection Readable</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="406"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="407"/> <source>Save Selection Readable...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="410"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="411"/> <source>Save the binary data of the current selection to a file in a readable format</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="413"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="414"/> <source><b>Save Selection Readable...</b><p>Saves the binary data of the current selection to a file in a readable format.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="422"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="423"/> <source>Set Read Only</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="426"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="427"/> <source>Change the edit mode to read only</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="428"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="429"/> <source><b>Set Read Only</b><p>This changes the edit mode to read only (i.e. to view mode).</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="438"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="439"/> <source>Search</source> <translation type="unfinished">Buscar</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="438"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="439"/> <source>&Search...</source> <translation type="unfinished">&Buscar...</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="438"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="439"/> <source>Ctrl+F</source> <comment>Search|Search</comment> <translation type="unfinished">Ctrl+F</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="445"/> - <source>Search for data</source> - <translation type="unfinished">Buscar un texto</translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="446"/> + <source>Search for data</source> + <translation type="unfinished">Buscar un texto</translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="447"/> <source><b>Search</b><p>Search for some data. A dialog is shown to enter the data to search for in various formats.</p></source> <translation type="unfinished"><b>Buscar</b><p>Buscar texto en el editor. En el diálogo muestra opciones e indica el texto de búsqueda.</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="454"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="455"/> <source>Search next</source> <translation type="unfinished">Buscar siguiente</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="454"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="455"/> <source>Search &next</source> <translation type="unfinished">Buscar &Siguiente</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="454"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="455"/> <source>F3</source> <comment>Search|Search next</comment> <translation type="unfinished">F3</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="461"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="462"/> <source>Search next occurrence</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="463"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="464"/> <source><b>Search next</b><p>Search the next occurrence of some data. The previously entered search data are reused.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="471"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="472"/> <source>Search previous</source> <translation type="unfinished">Buscar anterior</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="471"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="472"/> <source>Search &previous</source> <translation type="unfinished">Buscar a&nterior</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="471"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="472"/> <source>Shift+F3</source> <comment>Search|Search previous</comment> <translation type="unfinished">Shift+F3</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="480"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="481"/> <source><b>Search previous</b><p>Search the previous occurrence of some data. The previously entered search data are reused.</p></source> <translation type="unfinished"><b>Buscar anterior</b><p>Buscar la anterior ocurrencia de un texto en el editor actual. Se reutilizan el texto de búsqueda introducido anteriormente y sus opciones.</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="489"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="490"/> <source>Replace</source> <translation type="unfinished">Reemplazar</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="489"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="490"/> <source>&Replace...</source> <translation type="unfinished">&Reemplazar...</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="489"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="490"/> <source>Ctrl+R</source> <comment>Search|Replace</comment> <translation type="unfinished">Ctrl+R</translation> @@ -20568,379 +20568,379 @@ <translation type="obsolete"><b>Reemplazar</b><p>Buscar un texto en el editor actual y reemplazarlo. Se muestra un diálogo para introducir el texto de búsqueda, el texto de reemplazo y las opciones para buscar y reemplazar.</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="543"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="544"/> <source>About</source> <translation type="unfinished">Acerca de</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="543"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="544"/> <source>&About</source> <translation type="unfinished">&Acerca de</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="547"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="548"/> <source>Display information about this software</source> <translation type="unfinished">Muestra información acerca de este software</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="549"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="550"/> <source><b>About</b><p>Display some information about this software.</p></source> <translation type="unfinished"><b>Acerca de</b><p>Muestra información acerca de este software.</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="555"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="556"/> <source>About Qt</source> <translation type="unfinished">Acerca de Qt</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="555"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="556"/> <source>About &Qt</source> <translation type="unfinished">Acerca de &Qt</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="559"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="560"/> <source>Display information about the Qt toolkit</source> <translation type="unfinished">Muestra información sobre las herramientas Qt</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="561"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="562"/> <source><b>About Qt</b><p>Display some information about the Qt toolkit.</p></source> <translation type="unfinished"><b>Acerca de Qt</b><p>Muestra información sobre las herramientas Qt.</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="568"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="569"/> <source>What's This?</source> <translation type="unfinished">¿Qué es esto?</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="568"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="569"/> <source>&What's This?</source> <translation type="unfinished">¿&Qué es esto?</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="568"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="569"/> <source>Shift+F1</source> <comment>Help|What's This?'</comment> <translation type="unfinished">Shift+F1</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="574"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="575"/> <source>Context sensitive help</source> <translation type="unfinished">Ayuda sensible al contexto</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="575"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="576"/> <source><b>Display context sensitive help</b><p>In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.</p></source> <translation type="unfinished"><b>Mostrar ayuda sensible al contexto</b><p>En modo ¿Qué es esto? el puntero del ratón muestra una flecha con un interrogante, y se puede hacer click en elementos de la interfaz gráfica para obtener una descripción corta de lo que hacen y de cómo se utilizan. En los diálogos, se puede acceder a esta característica utilizando el botón de ayuda de contexto en la barra de título.</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="590"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="591"/> <source>Preferences</source> <translation type="unfinished">Preferencias</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="590"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="591"/> <source>&Preferences...</source> <translation type="unfinished">&Preferencias...</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="595"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="596"/> <source>Set the prefered configuration</source> <translation type="unfinished">Establecer la configuración preferida</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="597"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="598"/> <source><b>Preferences</b><p>Set the configuration items of the application with your prefered values.</p></source> <translation type="unfinished"><b>Preferencias</b><p>Establecezca los elementos de configuración de la aplicación con sus valores preferidos.</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="640"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="641"/> <source>Open a binary file for viewing</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="614"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="615"/> <source><b>Open File</b><p>This opens a binary file for viewing (i.e. in read only mode). It pops up a file selection dialog.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="620"/> - <source>Open for Editing...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="621"/> + <source>Open for Editing...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="622"/> <source>Open for Editing</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="630"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="631"/> <source>Open a binary file for editing</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="624"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="625"/> <source><b>Open for Editing</b><p>This opens a binary file for editing. It pops up a file selection dialog.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="632"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="633"/> <source><b>Open File</b><p>This opens a binary file for editing. It pops up a file selection dialog.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="638"/> - <source>Open Read Only...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="639"/> + <source>Open Read Only...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="640"/> <source>Open Read Only</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="642"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="643"/> <source><b>Open Read Only</b><p>This opens a binary file for viewing (i.e. in read only mode). It pops up a file selection dialog.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="654"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="655"/> <source>&File</source> <translation type="unfinished">&Archivo</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="672"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="673"/> <source>&Edit</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="696"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="697"/> <source>Se&ttings</source> <translation type="unfinished">Con&figuración</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="702"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="703"/> <source>&Help</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="712"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="713"/> <source>File</source> <translation type="unfinished">Archivo</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="725"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="726"/> <source>Edit</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="735"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="736"/> <source>Find</source> <translation type="unfinished">Buscar</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="743"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="744"/> <source>Settings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="748"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="749"/> <source>Help</source> <translation type="unfinished">Ayuda</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="786"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="787"/> <source><p>This part of the status bar displays the edit mode.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="793"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="795"/> <source><p>This part of the status bar displays the read only mode.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="762"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="763"/> <source><p>This part of the status bar displays the cursor address.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="778"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="779"/> <source><p>This part of the status bar displays the size of the binary data.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="843"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="846"/> <source>ro</source> <translation type="unfinished">ro</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="843"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="846"/> <source>rw</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="853"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="864"/> <source>Overwrite</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="853"/> - <source>Insert</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="864"/> + <source>Insert</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="883"/> <source>Size: {0:n}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="904"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="923"/> <source>Open binary file in new window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1021"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1040"/> <source>All Files (*)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1141"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1160"/> <source>eric6 Hex Editor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="925"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="944"/> <source>The loaded file has unsaved changes.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="943"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="962"/> <source>The file '{0}' does not exist.</source> <translation type="unfinished">El archivo {0} no existe.</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="950"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="969"/> <source>Cannot read file '{0}: {1}.</source> <translation type="unfinished">No se puede leer el archivo {0}: {1}.</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="974"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="993"/> <source>Open binary file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1031"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1050"/> <source>Save binary file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1116"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1135"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1141"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1160"/> <source>Cannot write file '{0}: {1}.</source> <translation type="unfinished">No se puede guardar el archivo {0}: {1}.</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1147"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1166"/> <source>File saved</source> <translation type="unfinished">Archivo guardado</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1116"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1135"/> <source>Save to readable file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1100"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1119"/> <source>Text Files (*.txt);;All Files (*)</source> <translation type="unfinished">Archivos de Texto (*.txt);;Todos los Archivos (*)</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1100"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1119"/> <source>Text Files (*.txt)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1181"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1200"/> <source>Untitled</source> <translation type="unfinished">Sin título</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1185"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1204"/> <source>{0}[*] - {1}</source> <translation type="unfinished">{0}[*] - {1}</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1185"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1204"/> <source>Hex Editor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1242"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1261"/> <source>About eric6 Hex Editor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1242"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1261"/> <source>The eric6 Hex Editor is a simple editor component to edit binary files.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="478"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="479"/> <source>Search previous occurrence</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="495"/> - <source>Replace data</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="496"/> + <source>Replace data</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="497"/> <source><b>Replace</b><p>Search for some data and replace it. A dialog is shown to enter the data to search for and the replacement data in various formats.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="770"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="771"/> <source><p>This part of the status bar displays some selection information.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="810"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="813"/> <source>Address: 0x{0:0{1}x}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="832"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="835"/> <source>Selection: -</source> <comment>no selection available</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="825"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="828"/> <source>Selection: 0x{0:0{2}x} - 0x{1:0{2}x} ({3:n} Bytes)</source> <comment>0: start, 1: end, 2: address width, 3: selection length</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="513"/> - <source>Goto Offset</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="505"/> - <source>&Goto Offset...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="514"/> + <source>Goto Offset</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="506"/> + <source>&Goto Offset...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="515"/> <source><b>Goto Offset</b><p>Go to a specific address. A dialog is shown to enter the movement data.</p></source> <translation type="unfinished"></translation> </message> @@ -58472,47 +58472,47 @@ <translation>Test Unitario</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="112"/> + <location filename="../Tools/TrayStarter.py" line="109"/> <source>Compare Files</source> <translation>Comparar Archivos</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="115"/> + <location filename="../Tools/TrayStarter.py" line="112"/> <source>Compare Files side by side</source> <translation>Comparar Archivos uno al lado de otro</translation> </message> <message> + <location filename="../Tools/TrayStarter.py" line="130"/> + <source>Install Plugin</source> + <translation>Instalar Plugin</translation> + </message> + <message> <location filename="../Tools/TrayStarter.py" line="133"/> - <source>Install Plugin</source> - <translation>Instalar Plugin</translation> + <source>Uninstall Plugin</source> + <translation>Desinstalar Plugin</translation> + </message> + <message> + <location filename="../Tools/TrayStarter.py" line="141"/> + <source>Preferences</source> + <translation>Preferencias</translation> + </message> + <message> + <location filename="../Tools/TrayStarter.py" line="175"/> + <source>Quit</source> + <translation>Salir</translation> + </message> + <message> + <location filename="../Tools/TrayStarter.py" line="260"/> + <source>Process Generation Error</source> + <translation>Error de Generación de Proceso</translation> + </message> + <message> + <location filename="../Tools/TrayStarter.py" line="260"/> + <source>OK</source> + <translation>OK</translation> </message> <message> <location filename="../Tools/TrayStarter.py" line="136"/> - <source>Uninstall Plugin</source> - <translation>Desinstalar Plugin</translation> - </message> - <message> - <location filename="../Tools/TrayStarter.py" line="144"/> - <source>Preferences</source> - <translation>Preferencias</translation> - </message> - <message> - <location filename="../Tools/TrayStarter.py" line="170"/> - <source>Quit</source> - <translation>Salir</translation> - </message> - <message> - <location filename="../Tools/TrayStarter.py" line="255"/> - <source>Process Generation Error</source> - <translation>Error de Generación de Proceso</translation> - </message> - <message> - <location filename="../Tools/TrayStarter.py" line="255"/> - <source>OK</source> - <translation>OK</translation> - </message> - <message> - <location filename="../Tools/TrayStarter.py" line="139"/> <source>Plugin Repository</source> <translation>Repositorio de Plugins</translation> </message> @@ -58522,27 +58522,27 @@ <translation>Multiproyectos Recientes</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="120"/> + <location filename="../Tools/TrayStarter.py" line="117"/> <source>SQL Browser</source> <translation>Navegador SQL</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="255"/> + <location filename="../Tools/TrayStarter.py" line="260"/> <source><p>Could not start the process.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>No se ha podido ejecutar el proceso.<br>Asegúrese de que esta disponible como <b>{0}</b>.</p></translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="128"/> - <source>Icon Editor</source> - <translation>Editor de Iconos</translation> - </message> - <message> <location filename="../Tools/TrayStarter.py" line="125"/> + <source>Icon Editor</source> + <translation>Editor de Iconos</translation> + </message> + <message> + <location filename="../Tools/TrayStarter.py" line="122"/> <source>Snapshot</source> <translation>Captura de Pantalla</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="155"/> + <location filename="../Tools/TrayStarter.py" line="160"/> <source>Configure Tray Starter</source> <translation>Configurar Lanzador de Bandeja de sistema</translation> </message> @@ -58552,20 +58552,25 @@ <translation>Lanzador de bandeja de sistema de Eric6</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="107"/> + <location filename="../Tools/TrayStarter.py" line="155"/> <source>eric6 Web Browser</source> <translation>Navegador Web de eric6</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="147"/> + <location filename="../Tools/TrayStarter.py" line="146"/> <source>eric6 IDE</source> <translation>eric6 IDE</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="150"/> + <location filename="../Tools/TrayStarter.py" line="149"/> <source>eric6 Mini Editor</source> <translation>Mini Editor de eric6</translation> </message> + <message> + <location filename="../Tools/TrayStarter.py" line="152"/> + <source>eric6 Hex Editor</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>TrayStarterPage</name> @@ -65857,7 +65862,7 @@ <translation><b>Guardar Copia</b><p>Guardar una copia del contenido de la ventana de editor actual. El archivo puede ser introducido usando un diálogo de selección de archivo.</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="505"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="506"/> <source>Ctrl+G</source> <comment>Search|Goto Offset</comment> <translation type="unfinished">Ctrl+G</translation>
--- a/i18n/eric6_fr.ts Sun Jan 17 12:18:55 2016 +0100 +++ b/i18n/eric6_fr.ts Sun Jan 17 12:57:23 2016 +0100 @@ -7900,17 +7900,17 @@ <context> <name>E5NetworkIcon</name> <message> - <location filename="../E5Network/E5NetworkIcon.py" line="58"/> + <location filename="../E5Network/E5NetworkIcon.py" line="57"/> <source><p>Shows the network status<br/><br/><b>Network:</b> {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../E5Network/E5NetworkIcon.py" line="62"/> + <location filename="../E5Network/E5NetworkIcon.py" line="61"/> <source>Connected</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../E5Network/E5NetworkIcon.py" line="64"/> + <location filename="../E5Network/E5NetworkIcon.py" line="63"/> <source>Offline</source> <translation type="unfinished"></translation> </message> @@ -19948,547 +19948,547 @@ <context> <name>HexEditMainWindow</name> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="151"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="152"/> <source>New Window</source> <translation type="unfinished">Nouvelle fenêtre</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="151"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="152"/> <source>New &Window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="156"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="157"/> <source>Open a binary file for editing in a new hex editor window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="158"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="159"/> <source><b>New Window</b><p>This opens a binary file for editing in a new hex editor window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="167"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="168"/> <source>Open</source> <translation type="unfinished">Ouvrir</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="167"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="168"/> <source>&Open...</source> <translation type="unfinished">&Ouvrir...</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="167"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="168"/> <source>Ctrl+O</source> <comment>File|Open</comment> <translation type="unfinished">Ctrl+O</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="183"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="184"/> <source>Save</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="183"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="184"/> <source>&Save</source> <translation type="unfinished">&Enregistrer</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="183"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="184"/> <source>Ctrl+S</source> <comment>File|Save</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="189"/> - <source>Save the current binary file</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="190"/> + <source>Save the current binary file</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="191"/> <source><b>Save File</b><p>Save the contents of the hex editor window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="197"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="198"/> <source>Save As</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="197"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="198"/> <source>Save &As...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="197"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="198"/> <source>Shift+Ctrl+S</source> <comment>File|Save As</comment> <translation type="unfinished">Shift+Ctrl+S</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="203"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="204"/> <source>Save the current binary data to a new file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="205"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="206"/> <source><b>Save As...</b><p>Saves the current binary data to a new file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="212"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="213"/> <source>Save As Readable</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="212"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="213"/> <source>Save As &Readable...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="216"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="217"/> <source>Save the current binary data to a new file in a readable format</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="219"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="220"/> <source><b>Save As Readable...</b><p>Saves the current binary data to a new file in a readable format.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="227"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="228"/> <source>Close</source> <translation type="unfinished">Fermer</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="227"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="228"/> <source>&Close</source> <translation type="unfinished">&Fermer</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="227"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="228"/> <source>Ctrl+W</source> <comment>File|Close</comment> <translation type="unfinished">Ctrl+W</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="233"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="234"/> <source>Close the current hex editor window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="235"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="236"/> <source><b>Close</b><p>Closes the current hex editor window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="242"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="243"/> <source>Close All</source> <translation type="unfinished">Tout fermer</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="242"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="243"/> <source>Close &All</source> <translation type="unfinished">&Tout fermer</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="246"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="247"/> <source>Close all hex editor windows</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="248"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="249"/> <source><b>Close All</b><p>Closes all hex editor windows.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="255"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="256"/> <source>Close Others</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="259"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="260"/> <source>Close all hex other editor windows</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="261"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="262"/> <source><b>Close Others</b><p>Closes all other hex editor windows.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="268"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="269"/> <source>Quit</source> <translation type="unfinished">Quitter</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="268"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="269"/> <source>&Quit</source> <translation type="unfinished">&Quitter</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="268"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="269"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation type="unfinished">Ctrl+Q</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="274"/> - <source>Quit the hex editor</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="275"/> + <source>Quit the hex editor</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="276"/> <source><b>Quit</b><p>Quit the hex editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="287"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="288"/> <source>Undo</source> <translation type="unfinished">Défaire</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="287"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="288"/> <source>&Undo</source> <translation type="unfinished">&Défaire</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="287"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="288"/> <source>Ctrl+Z</source> <comment>Edit|Undo</comment> <translation type="unfinished">Ctrl+Z</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="287"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="288"/> <source>Alt+Backspace</source> <comment>Edit|Undo</comment> <translation type="unfinished">Alt+Backspace</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="294"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="295"/> <source>Undo the last change</source> <translation type="unfinished">Annule la dernière modification</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="295"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="296"/> <source><b>Undo</b><p>Undo the last change done.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="302"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="303"/> <source>Redo</source> <translation type="unfinished">Refaire</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="302"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="303"/> <source>&Redo</source> <translation type="unfinished">&Refaire</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="302"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="303"/> <source>Ctrl+Shift+Z</source> <comment>Edit|Redo</comment> <translation type="unfinished">Ctrl+Shift+Z</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="308"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="309"/> <source>Redo the last change</source> <translation type="unfinished">Recharge la dernière modification</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="309"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="310"/> <source><b>Redo</b><p>Redo the last change done.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="322"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="323"/> <source>Revert to last saved state</source> <translation type="unfinished">Ecraser avec le dernier état enregistré</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="316"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="317"/> <source>Re&vert to last saved state</source> <translation type="unfinished">Ec&raser avec le dernier état enregistré</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="316"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="317"/> <source>Ctrl+Y</source> <comment>Edit|Revert</comment> <translation type="unfinished">Ctrl+Y</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="323"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="324"/> <source><b>Revert to last saved state</b><p>Undo all changes up to the last saved state of the editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="331"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="332"/> <source>Cut</source> <translation type="unfinished">Couper</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="331"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="332"/> <source>Cu&t</source> <translation type="unfinished">Cou&per</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="331"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="332"/> <source>Ctrl+X</source> <comment>Edit|Cut</comment> <translation type="unfinished">Ctrl+X</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="331"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="332"/> <source>Shift+Del</source> <comment>Edit|Cut</comment> <translation type="unfinished">Shift+Del</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="338"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="339"/> <source>Cut the selection</source> <translation type="unfinished">Coupe la sélection</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="339"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="340"/> <source><b>Cut</b><p>Cut the selected binary area to the clipboard.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="346"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="347"/> <source>Copy</source> <translation type="unfinished">Copier</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="346"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="347"/> <source>&Copy</source> <translation type="unfinished">&Copier</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="346"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="347"/> <source>Ctrl+C</source> <comment>Edit|Copy</comment> <translation type="unfinished">Ctrl+C</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="346"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="347"/> <source>Ctrl+Ins</source> <comment>Edit|Copy</comment> <translation type="unfinished">Ctrl+Ins</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="353"/> - <source>Copy the selection</source> - <translation type="unfinished">Copie la sélection</translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="354"/> + <source>Copy the selection</source> + <translation type="unfinished">Copie la sélection</translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="355"/> <source><b>Copy</b><p>Copy the selected binary area to the clipboard.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="361"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="362"/> <source>Paste</source> <translation type="unfinished">Coller</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="361"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="362"/> <source>&Paste</source> <translation type="unfinished">Col&ler</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="361"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="362"/> <source>Ctrl+V</source> <comment>Edit|Paste</comment> <translation type="unfinished">Ctrl+V</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="361"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="362"/> <source>Shift+Ins</source> <comment>Edit|Paste</comment> <translation type="unfinished">Shift+Ins</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="368"/> - <source>Paste the clipboard contents</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="369"/> + <source>Paste the clipboard contents</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="370"/> <source><b>Paste</b><p>Paste the clipboard contents.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="376"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="377"/> <source>Select All</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="376"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="377"/> <source>&Select All</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="376"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="377"/> <source>Ctrl+A</source> <comment>Edit|Select All</comment> <translation type="unfinished">Ctrl+A</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="383"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="384"/> <source>Select the complete binary data</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="385"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="386"/> <source><b>Select All</b><p>Selects the complete binary data.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="392"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="393"/> <source>Deselect all</source> <translation type="unfinished">Tout déselectionner</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="392"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="393"/> <source>&Deselect all</source> <translation type="unfinished">Tout &déselectionner</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="392"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="393"/> <source>Alt+Ctrl+A</source> <comment>Edit|Deselect all</comment> <translation type="unfinished">Alt+Ctrl+A</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="398"/> - <source>Deselect all binary data</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="399"/> + <source>Deselect all binary data</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="400"/> <source><b>Deselect All</b><p>Deselect all all binary data.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="406"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="407"/> <source>Save Selection Readable</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="406"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="407"/> <source>Save Selection Readable...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="410"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="411"/> <source>Save the binary data of the current selection to a file in a readable format</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="413"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="414"/> <source><b>Save Selection Readable...</b><p>Saves the binary data of the current selection to a file in a readable format.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="422"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="423"/> <source>Set Read Only</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="426"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="427"/> <source>Change the edit mode to read only</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="428"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="429"/> <source><b>Set Read Only</b><p>This changes the edit mode to read only (i.e. to view mode).</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="438"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="439"/> <source>Search</source> <translation type="unfinished">Rechercher</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="438"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="439"/> <source>&Search...</source> <translation type="unfinished">Re&chercher...</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="438"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="439"/> <source>Ctrl+F</source> <comment>Search|Search</comment> <translation type="unfinished">Ctrl+F</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="445"/> - <source>Search for data</source> - <translation type="unfinished">Recherche de texte</translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="446"/> + <source>Search for data</source> + <translation type="unfinished">Recherche de texte</translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="447"/> <source><b>Search</b><p>Search for some data. A dialog is shown to enter the data to search for in various formats.</p></source> <translation type="unfinished"><b>Rechercher</b><p>Recherche du texte dans l'éditeur courant. Un fenêtre est affichée pour saisir le texte recherché et le options de recherche.</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="454"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="455"/> <source>Search next</source> <translation type="unfinished">Chercher suivant</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="454"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="455"/> <source>Search &next</source> <translation type="unfinished">Chercher &suivant</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="454"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="455"/> <source>F3</source> <comment>Search|Search next</comment> <translation type="unfinished">F3</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="461"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="462"/> <source>Search next occurrence</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="463"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="464"/> <source><b>Search next</b><p>Search the next occurrence of some data. The previously entered search data are reused.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="471"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="472"/> <source>Search previous</source> <translation type="unfinished">Chercher précédent</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="471"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="472"/> <source>Search &previous</source> <translation type="unfinished">Chercher &précédent</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="471"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="472"/> <source>Shift+F3</source> <comment>Search|Search previous</comment> <translation type="unfinished">Shift+F3</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="480"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="481"/> <source><b>Search previous</b><p>Search the previous occurrence of some data. The previously entered search data are reused.</p></source> <translation type="unfinished"><b>Chercher précédent</b><p>Recherche en arrière le texte saisi dans l'éditeur courant. Les options de recherche précédentes sont réutilisées.</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="489"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="490"/> <source>Replace</source> <translation type="unfinished">Remplacer</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="489"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="490"/> <source>&Replace...</source> <translation type="unfinished">&Remplacer...</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="489"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="490"/> <source>Ctrl+R</source> <comment>Search|Replace</comment> <translation type="unfinished">Ctrl+R</translation> @@ -20504,377 +20504,377 @@ <translation type="obsolete"><b>Remplacer</b><p>Recherche du texte dans l'éditeur courant et le remplace par un autre. Un fenêtre est affichée pour saisir le texte initial, le texte de remplacement et les options de remplacement.</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="543"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="544"/> <source>About</source> <translation type="unfinished">À propos de</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="543"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="544"/> <source>&About</source> <translation type="unfinished">&À propos de </translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="547"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="548"/> <source>Display information about this software</source> <translation type="unfinished">Affiche les informations concernant le logiciel</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="549"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="550"/> <source><b>About</b><p>Display some information about this software.</p></source> <translation type="unfinished"><b>À propos de</b><p>Affiche certaines informations concernant le logiciel.</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="555"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="556"/> <source>About Qt</source> <translation type="unfinished">À propos de Qt</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="555"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="556"/> <source>About &Qt</source> <translation type="unfinished">À propos de &Qt</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="559"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="560"/> <source>Display information about the Qt toolkit</source> <translation type="unfinished">Affiche les informations concernant Qt</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="561"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="562"/> <source><b>About Qt</b><p>Display some information about the Qt toolkit.</p></source> <translation type="unfinished"><b>À propos de Qt</b><p>Affiche les informations concernant Qt</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="568"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="569"/> <source>What's This?</source> <translation type="unfinished">Qu'est-ce que c'est ?</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="568"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="569"/> <source>&What's This?</source> <translation type="unfinished">&Qu'est-ce que c'est?</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="568"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="569"/> <source>Shift+F1</source> <comment>Help|What's This?'</comment> <translation type="unfinished">Shift+F1</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="574"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="575"/> <source>Context sensitive help</source> <translation type="unfinished">Aide contextuelle</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="575"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="576"/> <source><b>Display context sensitive help</b><p>In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.</p></source> <translation type="unfinished"><b>Affiche l'aide contextuelle</b><p>Dans le mode "Qu'est-ce que c'est?", la souris est affichée avec un point d'interrogation, et on peut cliquer sur les éléments de l'interface pour obtenir une courte description de l'élément. Cette fonction peut être obtenue avec le bouton d'aide contextuelle de la barre principale.</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="590"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="591"/> <source>Preferences</source> <translation type="unfinished">Préférences</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="590"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="591"/> <source>&Preferences...</source> <translation type="unfinished">&Préférences...</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="595"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="596"/> <source>Set the prefered configuration</source> <translation type="unfinished">Édition des préférences</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="597"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="598"/> <source><b>Preferences</b><p>Set the configuration items of the application with your prefered values.</p></source> <translation type="unfinished"><b>Préférences</b><p>Edite les valeurs souhaitées pour la configuration du logiciel.</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="640"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="641"/> <source>Open a binary file for viewing</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="614"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="615"/> <source><b>Open File</b><p>This opens a binary file for viewing (i.e. in read only mode). It pops up a file selection dialog.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="620"/> - <source>Open for Editing...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="621"/> + <source>Open for Editing...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="622"/> <source>Open for Editing</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="630"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="631"/> <source>Open a binary file for editing</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="624"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="625"/> <source><b>Open for Editing</b><p>This opens a binary file for editing. It pops up a file selection dialog.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="632"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="633"/> <source><b>Open File</b><p>This opens a binary file for editing. It pops up a file selection dialog.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="638"/> - <source>Open Read Only...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="639"/> + <source>Open Read Only...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="640"/> <source>Open Read Only</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="642"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="643"/> <source><b>Open Read Only</b><p>This opens a binary file for viewing (i.e. in read only mode). It pops up a file selection dialog.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="654"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="655"/> <source>&File</source> <translation type="unfinished">&Fichier</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="672"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="673"/> <source>&Edit</source> <translation type="unfinished">&Edition</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="696"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="697"/> <source>Se&ttings</source> <translation type="unfinished">&Configuration</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="702"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="703"/> <source>&Help</source> <translation type="unfinished">A&ide</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="712"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="713"/> <source>File</source> <translation type="unfinished">Fichier</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="725"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="726"/> <source>Edit</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="735"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="736"/> <source>Find</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="743"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="744"/> <source>Settings</source> <translation type="unfinished">Configuration</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="748"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="749"/> <source>Help</source> <translation type="unfinished">Aide</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="786"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="787"/> <source><p>This part of the status bar displays the edit mode.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="793"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="795"/> <source><p>This part of the status bar displays the read only mode.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="762"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="763"/> <source><p>This part of the status bar displays the cursor address.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="778"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="779"/> <source><p>This part of the status bar displays the size of the binary data.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="843"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="846"/> <source>ro</source> <translation type="unfinished">ro</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="843"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="846"/> <source>rw</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="853"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="864"/> <source>Overwrite</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="853"/> - <source>Insert</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="864"/> + <source>Insert</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="883"/> <source>Size: {0:n}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="904"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="923"/> <source>Open binary file in new window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1021"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1040"/> <source>All Files (*)</source> <translation type="unfinished">Tous fichiers (*)</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1141"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1160"/> <source>eric6 Hex Editor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="925"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="944"/> <source>The loaded file has unsaved changes.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="943"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="962"/> <source>The file '{0}' does not exist.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="950"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="969"/> <source>Cannot read file '{0}: {1}.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="974"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="993"/> <source>Open binary file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1031"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1050"/> <source>Save binary file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1116"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1135"/> <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="../HexEdit/HexEditMainWindow.py" line="1141"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1160"/> <source>Cannot write file '{0}: {1}.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1147"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1166"/> <source>File saved</source> <translation type="unfinished">Fichier enregistré</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1116"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1135"/> <source>Save to readable file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1100"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1119"/> <source>Text Files (*.txt);;All Files (*)</source> <translation type="unfinished">Fichiers de texte (*.txt);;Tous les fichiers (*)</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1100"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1119"/> <source>Text Files (*.txt)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1181"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1200"/> <source>Untitled</source> <translation type="unfinished">SansTitre</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1185"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1204"/> <source>{0}[*] - {1}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1185"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1204"/> <source>Hex Editor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1242"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1261"/> <source>About eric6 Hex Editor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1242"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1261"/> <source>The eric6 Hex Editor is a simple editor component to edit binary files.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="478"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="479"/> <source>Search previous occurrence</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="495"/> - <source>Replace data</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="496"/> + <source>Replace data</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="497"/> <source><b>Replace</b><p>Search for some data and replace it. A dialog is shown to enter the data to search for and the replacement data in various formats.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="770"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="771"/> <source><p>This part of the status bar displays some selection information.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="810"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="813"/> <source>Address: 0x{0:0{1}x}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="832"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="835"/> <source>Selection: -</source> <comment>no selection available</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="825"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="828"/> <source>Selection: 0x{0:0{2}x} - 0x{1:0{2}x} ({3:n} Bytes)</source> <comment>0: start, 1: end, 2: address width, 3: selection length</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="513"/> - <source>Goto Offset</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="505"/> - <source>&Goto Offset...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="514"/> + <source>Goto Offset</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="506"/> + <source>&Goto Offset...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="515"/> <source><b>Goto Offset</b><p>Go to a specific address. A dialog is shown to enter the movement data.</p></source> <translation type="unfinished"></translation> </message> @@ -58281,47 +58281,47 @@ <translation>Tests unitaires</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="112"/> + <location filename="../Tools/TrayStarter.py" line="109"/> <source>Compare Files</source> <translation>Comparaison de fichiers</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="115"/> + <location filename="../Tools/TrayStarter.py" line="112"/> <source>Compare Files side by side</source> <translation>Comparaison de fichiers côte à côte</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="144"/> + <location filename="../Tools/TrayStarter.py" line="141"/> <source>Preferences</source> <translation>Préférences</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="170"/> + <location filename="../Tools/TrayStarter.py" line="175"/> <source>Quit</source> <translation>Quitter</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="255"/> + <location filename="../Tools/TrayStarter.py" line="260"/> <source>Process Generation Error</source> <translation>Erreur du processus</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="255"/> + <location filename="../Tools/TrayStarter.py" line="260"/> <source>OK</source> <translation>OK</translation> </message> <message> + <location filename="../Tools/TrayStarter.py" line="130"/> + <source>Install Plugin</source> + <translation>Installer un plugin</translation> + </message> + <message> <location filename="../Tools/TrayStarter.py" line="133"/> - <source>Install Plugin</source> - <translation>Installer un plugin</translation> + <source>Uninstall Plugin</source> + <translation>Désinstaller un plugin</translation> </message> <message> <location filename="../Tools/TrayStarter.py" line="136"/> - <source>Uninstall Plugin</source> - <translation>Désinstaller un plugin</translation> - </message> - <message> - <location filename="../Tools/TrayStarter.py" line="139"/> <source>Plugin Repository</source> <translation>Référentiel de plugins</translation> </message> @@ -58331,27 +58331,27 @@ <translation>Multi-projets récents</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="120"/> + <location filename="../Tools/TrayStarter.py" line="117"/> <source>SQL Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="255"/> + <location filename="../Tools/TrayStarter.py" line="260"/> <source><p>Could not start the process.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="128"/> - <source>Icon Editor</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Tools/TrayStarter.py" line="125"/> + <source>Icon Editor</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Tools/TrayStarter.py" line="122"/> <source>Snapshot</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="155"/> + <location filename="../Tools/TrayStarter.py" line="160"/> <source>Configure Tray Starter</source> <translation type="unfinished"></translation> </message> @@ -58361,20 +58361,25 @@ <translation type="unfinished">Lanceur eric4 {5 ?} {6 ?}</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="107"/> + <location filename="../Tools/TrayStarter.py" line="155"/> <source>eric6 Web Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="147"/> + <location filename="../Tools/TrayStarter.py" line="146"/> <source>eric6 IDE</source> <translation type="unfinished">IDE eric4 {5 ?} {6 ?}</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="150"/> + <location filename="../Tools/TrayStarter.py" line="149"/> <source>eric6 Mini Editor</source> <translation type="unfinished">Mini-éditeur eric4 {5 ?} {6 ?}</translation> </message> + <message> + <location filename="../Tools/TrayStarter.py" line="152"/> + <source>eric6 Hex Editor</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>TrayStarterPage</name> @@ -65703,7 +65708,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="505"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="506"/> <source>Ctrl+G</source> <comment>Search|Goto Offset</comment> <translation type="unfinished">Ctrl+G</translation>
--- a/i18n/eric6_it.ts Sun Jan 17 12:18:55 2016 +0100 +++ b/i18n/eric6_it.ts Sun Jan 17 12:57:23 2016 +0100 @@ -7977,17 +7977,17 @@ <context> <name>E5NetworkIcon</name> <message> - <location filename="../E5Network/E5NetworkIcon.py" line="58"/> + <location filename="../E5Network/E5NetworkIcon.py" line="57"/> <source><p>Shows the network status<br/><br/><b>Network:</b> {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../E5Network/E5NetworkIcon.py" line="62"/> + <location filename="../E5Network/E5NetworkIcon.py" line="61"/> <source>Connected</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../E5Network/E5NetworkIcon.py" line="64"/> + <location filename="../E5Network/E5NetworkIcon.py" line="63"/> <source>Offline</source> <translation type="unfinished"></translation> </message> @@ -20083,547 +20083,547 @@ <context> <name>HexEditMainWindow</name> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="151"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="152"/> <source>New Window</source> <translation type="unfinished">Nuova finestra</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="151"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="152"/> <source>New &Window</source> <translation type="unfinished">Nuova &Finestra</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="156"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="157"/> <source>Open a binary file for editing in a new hex editor window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="158"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="159"/> <source><b>New Window</b><p>This opens a binary file for editing in a new hex editor window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="167"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="168"/> <source>Open</source> <translation type="unfinished">Apri</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="167"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="168"/> <source>&Open...</source> <translation type="unfinished">&Apri...</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="167"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="168"/> <source>Ctrl+O</source> <comment>File|Open</comment> <translation type="unfinished">Ctrl+O</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="183"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="184"/> <source>Save</source> <translation type="unfinished">Salva</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="183"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="184"/> <source>&Save</source> <translation type="unfinished">&Salva</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="183"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="184"/> <source>Ctrl+S</source> <comment>File|Save</comment> <translation type="unfinished">Ctrl+S</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="189"/> - <source>Save the current binary file</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="190"/> + <source>Save the current binary file</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="191"/> <source><b>Save File</b><p>Save the contents of the hex editor window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="197"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="198"/> <source>Save As</source> <translation type="unfinished">Salva come</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="197"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="198"/> <source>Save &As...</source> <translation type="unfinished">S&alva come...</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="197"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="198"/> <source>Shift+Ctrl+S</source> <comment>File|Save As</comment> <translation type="unfinished">Ctrl+Shift+S</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="203"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="204"/> <source>Save the current binary data to a new file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="205"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="206"/> <source><b>Save As...</b><p>Saves the current binary data to a new file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="212"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="213"/> <source>Save As Readable</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="212"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="213"/> <source>Save As &Readable...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="216"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="217"/> <source>Save the current binary data to a new file in a readable format</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="219"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="220"/> <source><b>Save As Readable...</b><p>Saves the current binary data to a new file in a readable format.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="227"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="228"/> <source>Close</source> <translation type="unfinished">Chiudi</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="227"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="228"/> <source>&Close</source> <translation type="unfinished">&Chiudi</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="227"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="228"/> <source>Ctrl+W</source> <comment>File|Close</comment> <translation type="unfinished">Ctrl+W</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="233"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="234"/> <source>Close the current hex editor window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="235"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="236"/> <source><b>Close</b><p>Closes the current hex editor window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="242"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="243"/> <source>Close All</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="242"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="243"/> <source>Close &All</source> <translation type="unfinished">Chiudi &tutti</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="246"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="247"/> <source>Close all hex editor windows</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="248"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="249"/> <source><b>Close All</b><p>Closes all hex editor windows.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="255"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="256"/> <source>Close Others</source> <translation type="unfinished">Chiudi altri</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="259"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="260"/> <source>Close all hex other editor windows</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="261"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="262"/> <source><b>Close Others</b><p>Closes all other hex editor windows.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="268"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="269"/> <source>Quit</source> <translation type="unfinished">Esci</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="268"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="269"/> <source>&Quit</source> <translation type="unfinished">&Esci</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="268"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="269"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation type="unfinished">Ctrl+Q</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="274"/> - <source>Quit the hex editor</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="275"/> + <source>Quit the hex editor</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="276"/> <source><b>Quit</b><p>Quit the hex editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="287"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="288"/> <source>Undo</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="287"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="288"/> <source>&Undo</source> <translation type="unfinished">&Undo</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="287"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="288"/> <source>Ctrl+Z</source> <comment>Edit|Undo</comment> <translation type="unfinished">Ctrl+Z</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="287"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="288"/> <source>Alt+Backspace</source> <comment>Edit|Undo</comment> <translation type="unfinished">Alt+Backspace</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="294"/> - <source>Undo the last change</source> - <translation type="unfinished">Annulla l'ultima modifica</translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="295"/> + <source>Undo the last change</source> + <translation type="unfinished">Annulla l'ultima modifica</translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="296"/> <source><b>Undo</b><p>Undo the last change done.</p></source> <translation type="unfinished"><b>Annulla</b><p>Annulla l'ultima modifica fatta.</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="302"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="303"/> <source>Redo</source> <translation type="unfinished">Rifai</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="302"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="303"/> <source>&Redo</source> <translation type="unfinished">&Rifai</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="302"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="303"/> <source>Ctrl+Shift+Z</source> <comment>Edit|Redo</comment> <translation type="unfinished">Ctrl+Shift+Z</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="308"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="309"/> <source>Redo the last change</source> <translation type="unfinished">Rifai ultima modifica</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="309"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="310"/> <source><b>Redo</b><p>Redo the last change done.</p></source> <translation type="unfinished"><b>Rifai</b><p>Rifai l'ultima modifica fatta.</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="322"/> - <source>Revert to last saved state</source> - <translation type="unfinished">Ritorna all'ultimo stato salvato</translation> - </message> - <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="316"/> - <source>Re&vert to last saved state</source> - <translation type="unfinished">Ritorna all'ultimo stato sal&vato</translation> - </message> - <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="316"/> - <source>Ctrl+Y</source> - <comment>Edit|Revert</comment> - <translation type="unfinished">Ctrl+Y</translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="323"/> + <source>Revert to last saved state</source> + <translation type="unfinished">Ritorna all'ultimo stato salvato</translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="317"/> + <source>Re&vert to last saved state</source> + <translation type="unfinished">Ritorna all'ultimo stato sal&vato</translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="317"/> + <source>Ctrl+Y</source> + <comment>Edit|Revert</comment> + <translation type="unfinished">Ctrl+Y</translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="324"/> <source><b>Revert to last saved state</b><p>Undo all changes up to the last saved state of the editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="331"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="332"/> <source>Cut</source> <translation type="unfinished">Taglia</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="331"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="332"/> <source>Cu&t</source> <translation type="unfinished">&Taglia</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="331"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="332"/> <source>Ctrl+X</source> <comment>Edit|Cut</comment> <translation type="unfinished">Ctrl+X</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="331"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="332"/> <source>Shift+Del</source> <comment>Edit|Cut</comment> <translation type="unfinished">Shift+Del</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="338"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="339"/> <source>Cut the selection</source> <translation type="unfinished">Taglia la selezione</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="339"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="340"/> <source><b>Cut</b><p>Cut the selected binary area to the clipboard.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="346"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="347"/> <source>Copy</source> <translation type="unfinished">Copia</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="346"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="347"/> <source>&Copy</source> <translation type="unfinished">&Copia</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="346"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="347"/> <source>Ctrl+C</source> <comment>Edit|Copy</comment> <translation type="unfinished">Ctrl+C</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="346"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="347"/> <source>Ctrl+Ins</source> <comment>Edit|Copy</comment> <translation type="unfinished">Ctrl+Ins</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="353"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="354"/> <source>Copy the selection</source> <translation type="unfinished">Copia la selezione</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="354"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="355"/> <source><b>Copy</b><p>Copy the selected binary area to the clipboard.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="361"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="362"/> <source>Paste</source> <translation type="unfinished">Incolla</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="361"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="362"/> <source>&Paste</source> <translation type="unfinished">&Incolla</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="361"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="362"/> <source>Ctrl+V</source> <comment>Edit|Paste</comment> <translation type="unfinished">Ctrl+V</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="361"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="362"/> <source>Shift+Ins</source> <comment>Edit|Paste</comment> <translation type="unfinished">Shift+Ins</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="368"/> - <source>Paste the clipboard contents</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="369"/> + <source>Paste the clipboard contents</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="370"/> <source><b>Paste</b><p>Paste the clipboard contents.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="376"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="377"/> <source>Select All</source> <translation type="unfinished">Seleziona tutti</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="376"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="377"/> <source>&Select All</source> <translation type="unfinished">&Seleziona tutto</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="376"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="377"/> <source>Ctrl+A</source> <comment>Edit|Select All</comment> <translation type="unfinished">Ctrl+A</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="383"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="384"/> <source>Select the complete binary data</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="385"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="386"/> <source><b>Select All</b><p>Selects the complete binary data.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="392"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="393"/> <source>Deselect all</source> <translation type="unfinished">Deseleziona tutti</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="392"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="393"/> <source>&Deselect all</source> <translation type="unfinished">&Deseleziona tutti</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="392"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="393"/> <source>Alt+Ctrl+A</source> <comment>Edit|Deselect all</comment> <translation type="unfinished">Alt+Ctrl+A</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="398"/> - <source>Deselect all binary data</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="399"/> + <source>Deselect all binary data</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="400"/> <source><b>Deselect All</b><p>Deselect all all binary data.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="406"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="407"/> <source>Save Selection Readable</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="406"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="407"/> <source>Save Selection Readable...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="410"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="411"/> <source>Save the binary data of the current selection to a file in a readable format</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="413"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="414"/> <source><b>Save Selection Readable...</b><p>Saves the binary data of the current selection to a file in a readable format.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="422"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="423"/> <source>Set Read Only</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="426"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="427"/> <source>Change the edit mode to read only</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="428"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="429"/> <source><b>Set Read Only</b><p>This changes the edit mode to read only (i.e. to view mode).</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="438"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="439"/> <source>Search</source> <translation type="unfinished">Ricerca</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="438"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="439"/> <source>&Search...</source> <translation type="unfinished">&Ricerca...</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="438"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="439"/> <source>Ctrl+F</source> <comment>Search|Search</comment> <translation type="unfinished">Ctrl+F</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="445"/> - <source>Search for data</source> - <translation type="unfinished">Cerca per un testo</translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="446"/> + <source>Search for data</source> + <translation type="unfinished">Cerca per un testo</translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="447"/> <source><b>Search</b><p>Search for some data. A dialog is shown to enter the data to search for in various formats.</p></source> <translation type="unfinished"><b>Cerca</b><p>Cerca per del testo nell'editor corrente. Viene mostrato in dialogo per inserire il testo cercato e le opzioni per la ricerca.</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="454"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="455"/> <source>Search next</source> <translation type="unfinished">Cerca seguente</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="454"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="455"/> <source>Search &next</source> <translation type="unfinished">Cerca segue&nte</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="454"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="455"/> <source>F3</source> <comment>Search|Search next</comment> <translation type="unfinished">F3</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="461"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="462"/> <source>Search next occurrence</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="463"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="464"/> <source><b>Search next</b><p>Search the next occurrence of some data. The previously entered search data are reused.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="471"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="472"/> <source>Search previous</source> <translation type="unfinished">Cerca precedente</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="471"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="472"/> <source>Search &previous</source> <translation type="unfinished">Cerca &precedente</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="471"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="472"/> <source>Shift+F3</source> <comment>Search|Search previous</comment> <translation type="unfinished">Shift+F3</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="480"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="481"/> <source><b>Search previous</b><p>Search the previous occurrence of some data. The previously entered search data are reused.</p></source> <translation type="unfinished"><b>Trova precedente</b><p>Trova la precedente occorrenza di testo nell'editor corrente. Il testo inserito precedentemente e opzioni verranno riutilizzate.</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="489"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="490"/> <source>Replace</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="489"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="490"/> <source>&Replace...</source> <translation type="unfinished">&Rimpiazza...</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="489"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="490"/> <source>Ctrl+R</source> <comment>Search|Replace</comment> <translation type="unfinished">Ctrl+R</translation> @@ -20639,379 +20639,379 @@ <translation type="obsolete"><b>Sostituisci</b><p>Cerca per del testo nell'editor corrente e lo sostituisce. Viene mostrato in dialogo per inserire il testo cercato, il testo sostituto e le opzioni per la ricerca e la sostituzione.</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="543"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="544"/> <source>About</source> <translation type="unfinished">About</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="543"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="544"/> <source>&About</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="547"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="548"/> <source>Display information about this software</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="549"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="550"/> <source><b>About</b><p>Display some information about this software.</p></source> <translation type="unfinished"><b>About</b><p>Mostra alcune informazioni su questo software.</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="555"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="556"/> <source>About Qt</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="555"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="556"/> <source>About &Qt</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="559"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="560"/> <source>Display information about the Qt toolkit</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="561"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="562"/> <source><b>About Qt</b><p>Display some information about the Qt toolkit.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="568"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="569"/> <source>What's This?</source> <translation type="unfinished">Cos'è questo ?</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="568"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="569"/> <source>&What's This?</source> <translation type="unfinished">C&os'è Questo ?</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="568"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="569"/> <source>Shift+F1</source> <comment>Help|What's This?'</comment> <translation type="unfinished">Shift+F1</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="574"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="575"/> <source>Context sensitive help</source> <translation type="unfinished">Help sensibile al contesto</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="575"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="576"/> <source><b>Display context sensitive help</b><p>In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="590"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="591"/> <source>Preferences</source> <translation type="unfinished">Preferenze</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="590"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="591"/> <source>&Preferences...</source> <translation type="unfinished">&Preferenze...</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="595"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="596"/> <source>Set the prefered configuration</source> <translation type="unfinished">Imposta la configurazione preferita</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="597"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="598"/> <source><b>Preferences</b><p>Set the configuration items of the application with your prefered values.</p></source> <translation type="unfinished"><b>Preferenze</b><p>Imposta i valori di configurazione dell'applicazione ai valori preferiti</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="640"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="641"/> <source>Open a binary file for viewing</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="614"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="615"/> <source><b>Open File</b><p>This opens a binary file for viewing (i.e. in read only mode). It pops up a file selection dialog.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="620"/> - <source>Open for Editing...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="621"/> + <source>Open for Editing...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="622"/> <source>Open for Editing</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="630"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="631"/> <source>Open a binary file for editing</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="624"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="625"/> <source><b>Open for Editing</b><p>This opens a binary file for editing. It pops up a file selection dialog.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="632"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="633"/> <source><b>Open File</b><p>This opens a binary file for editing. It pops up a file selection dialog.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="638"/> - <source>Open Read Only...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="639"/> + <source>Open Read Only...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="640"/> <source>Open Read Only</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="642"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="643"/> <source><b>Open Read Only</b><p>This opens a binary file for viewing (i.e. in read only mode). It pops up a file selection dialog.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="654"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="655"/> <source>&File</source> <translation type="unfinished">&File</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="672"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="673"/> <source>&Edit</source> <translation type="unfinished">&Edita</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="696"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="697"/> <source>Se&ttings</source> <translation type="unfinished">Impos&tazioni</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="702"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="703"/> <source>&Help</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="712"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="713"/> <source>File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="725"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="726"/> <source>Edit</source> <translation type="unfinished">Modifica</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="735"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="736"/> <source>Find</source> <translation type="unfinished">Trova</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="743"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="744"/> <source>Settings</source> <translation type="unfinished">Impostazioni</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="748"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="749"/> <source>Help</source> <translation type="unfinished">Aiuto</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="786"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="787"/> <source><p>This part of the status bar displays the edit mode.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="793"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="795"/> <source><p>This part of the status bar displays the read only mode.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="762"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="763"/> <source><p>This part of the status bar displays the cursor address.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="778"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="779"/> <source><p>This part of the status bar displays the size of the binary data.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="843"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="846"/> <source>ro</source> <translation type="unfinished">ro</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="843"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="846"/> <source>rw</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="853"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="864"/> <source>Overwrite</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="853"/> - <source>Insert</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="864"/> + <source>Insert</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="883"/> <source>Size: {0:n}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="904"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="923"/> <source>Open binary file in new window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1021"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1040"/> <source>All Files (*)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1141"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1160"/> <source>eric6 Hex Editor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="925"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="944"/> <source>The loaded file has unsaved changes.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="943"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="962"/> <source>The file '{0}' does not exist.</source> <translation type="unfinished">Il file {0} non esiste.</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="950"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="969"/> <source>Cannot read file '{0}: {1}.</source> <translation type="unfinished">Impossibile leggere il file {0}: {1}.</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="974"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="993"/> <source>Open binary file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1031"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1050"/> <source>Save binary file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1116"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1135"/> <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="../HexEdit/HexEditMainWindow.py" line="1141"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1160"/> <source>Cannot write file '{0}: {1}.</source> <translation type="unfinished">Impossibile scrivere il file {0}: {1}.</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1147"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1166"/> <source>File saved</source> <translation type="unfinished">File salvato</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1116"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1135"/> <source>Save to readable file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1100"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1119"/> <source>Text Files (*.txt);;All Files (*)</source> <translation type="unfinished">File Testo(*.txt);;Tutti i file (*)</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1100"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1119"/> <source>Text Files (*.txt)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1181"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1200"/> <source>Untitled</source> <translation type="unfinished">Senza titolo</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1185"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1204"/> <source>{0}[*] - {1}</source> <translation type="unfinished">{0}[*] - {1}</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1185"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1204"/> <source>Hex Editor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1242"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1261"/> <source>About eric6 Hex Editor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1242"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1261"/> <source>The eric6 Hex Editor is a simple editor component to edit binary files.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="478"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="479"/> <source>Search previous occurrence</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="495"/> - <source>Replace data</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="496"/> + <source>Replace data</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="497"/> <source><b>Replace</b><p>Search for some data and replace it. A dialog is shown to enter the data to search for and the replacement data in various formats.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="770"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="771"/> <source><p>This part of the status bar displays some selection information.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="810"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="813"/> <source>Address: 0x{0:0{1}x}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="832"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="835"/> <source>Selection: -</source> <comment>no selection available</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="825"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="828"/> <source>Selection: 0x{0:0{2}x} - 0x{1:0{2}x} ({3:n} Bytes)</source> <comment>0: start, 1: end, 2: address width, 3: selection length</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="513"/> - <source>Goto Offset</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="505"/> - <source>&Goto Offset...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="514"/> + <source>Goto Offset</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="506"/> + <source>&Goto Offset...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="515"/> <source><b>Goto Offset</b><p>Go to a specific address. A dialog is shown to enter the movement data.</p></source> <translation type="unfinished"></translation> </message> @@ -58505,47 +58505,47 @@ <translation>Unittest</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="112"/> + <location filename="../Tools/TrayStarter.py" line="109"/> <source>Compare Files</source> <translation>Confronta file</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="115"/> + <location filename="../Tools/TrayStarter.py" line="112"/> <source>Compare Files side by side</source> <translation>Confronta file lato a lato</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="144"/> + <location filename="../Tools/TrayStarter.py" line="141"/> <source>Preferences</source> <translation>Preferenze</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="170"/> + <location filename="../Tools/TrayStarter.py" line="175"/> <source>Quit</source> <translation>Esci</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="255"/> + <location filename="../Tools/TrayStarter.py" line="260"/> <source>Process Generation Error</source> <translation>Errore Generazione Processo</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="255"/> + <location filename="../Tools/TrayStarter.py" line="260"/> <source>OK</source> <translation>OK</translation> </message> <message> + <location filename="../Tools/TrayStarter.py" line="130"/> + <source>Install Plugin</source> + <translation>Installa Plugin</translation> + </message> + <message> <location filename="../Tools/TrayStarter.py" line="133"/> - <source>Install Plugin</source> - <translation>Installa Plugin</translation> + <source>Uninstall Plugin</source> + <translation>Disinstalla Plugin</translation> </message> <message> <location filename="../Tools/TrayStarter.py" line="136"/> - <source>Uninstall Plugin</source> - <translation>Disinstalla Plugin</translation> - </message> - <message> - <location filename="../Tools/TrayStarter.py" line="139"/> <source>Plugin Repository</source> <translation>Repository Plugin</translation> </message> @@ -58555,27 +58555,27 @@ <translation>Multiprogetti recenti</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="120"/> + <location filename="../Tools/TrayStarter.py" line="117"/> <source>SQL Browser</source> <translation>Browser SQL</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="255"/> + <location filename="../Tools/TrayStarter.py" line="260"/> <source><p>Could not start the process.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Non posso avviare il processo.<br>Assicurarsi sia disponibile come <b>{0}</b>.</p></translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="128"/> - <source>Icon Editor</source> - <translation type="unfinished">Editor di icone</translation> - </message> - <message> <location filename="../Tools/TrayStarter.py" line="125"/> + <source>Icon Editor</source> + <translation type="unfinished">Editor di icone</translation> + </message> + <message> + <location filename="../Tools/TrayStarter.py" line="122"/> <source>Snapshot</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="155"/> + <location filename="../Tools/TrayStarter.py" line="160"/> <source>Configure Tray Starter</source> <translation type="unfinished"></translation> </message> @@ -58585,20 +58585,25 @@ <translation type="unfinished">Eric5 tray starter {6 ?}</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="107"/> + <location filename="../Tools/TrayStarter.py" line="155"/> <source>eric6 Web Browser</source> <translation type="unfinished">Web Browser di eric5 {6 ?}</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="147"/> + <location filename="../Tools/TrayStarter.py" line="146"/> <source>eric6 IDE</source> <translation type="unfinished">IDE eric5 {6 ?}</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="150"/> + <location filename="../Tools/TrayStarter.py" line="149"/> <source>eric6 Mini Editor</source> <translation type="unfinished">Mini Editor di eric5 {6 ?}</translation> </message> + <message> + <location filename="../Tools/TrayStarter.py" line="152"/> + <source>eric6 Hex Editor</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>TrayStarterPage</name> @@ -65918,7 +65923,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="505"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="506"/> <source>Ctrl+G</source> <comment>Search|Goto Offset</comment> <translation type="unfinished">Ctrl+G</translation>
--- a/i18n/eric6_pt.ts Sun Jan 17 12:18:55 2016 +0100 +++ b/i18n/eric6_pt.ts Sun Jan 17 12:57:23 2016 +0100 @@ -7942,17 +7942,17 @@ <context> <name>E5NetworkIcon</name> <message> - <location filename="../E5Network/E5NetworkIcon.py" line="58"/> + <location filename="../E5Network/E5NetworkIcon.py" line="57"/> <source><p>Shows the network status<br/><br/><b>Network:</b> {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../E5Network/E5NetworkIcon.py" line="62"/> + <location filename="../E5Network/E5NetworkIcon.py" line="61"/> <source>Connected</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../E5Network/E5NetworkIcon.py" line="64"/> + <location filename="../E5Network/E5NetworkIcon.py" line="63"/> <source>Offline</source> <translation type="unfinished"></translation> </message> @@ -20051,542 +20051,542 @@ <context> <name>HexEditMainWindow</name> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="151"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="152"/> <source>New Window</source> <translation type="unfinished">Nova Janela</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="151"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="152"/> <source>New &Window</source> <translation type="unfinished">Nova &Janela</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="156"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="157"/> <source>Open a binary file for editing in a new hex editor window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="158"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="159"/> <source><b>New Window</b><p>This opens a binary file for editing in a new hex editor window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="167"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="168"/> <source>Open</source> <translation type="unfinished">Abrir</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="167"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="168"/> <source>&Open...</source> <translation type="unfinished">&Abrir...</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="167"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="168"/> <source>Ctrl+O</source> <comment>File|Open</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="183"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="184"/> <source>Save</source> <translation type="unfinished">Gravar</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="183"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="184"/> <source>&Save</source> <translation type="unfinished">&Gravar</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="183"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="184"/> <source>Ctrl+S</source> <comment>File|Save</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="189"/> - <source>Save the current binary file</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="190"/> + <source>Save the current binary file</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="191"/> <source><b>Save File</b><p>Save the contents of the hex editor window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="197"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="198"/> <source>Save As</source> <translation type="unfinished">Gravar Como</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="197"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="198"/> <source>Save &As...</source> <translation type="unfinished">Gr&avar Como...</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="197"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="198"/> <source>Shift+Ctrl+S</source> <comment>File|Save As</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="203"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="204"/> <source>Save the current binary data to a new file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="205"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="206"/> <source><b>Save As...</b><p>Saves the current binary data to a new file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="212"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="213"/> <source>Save As Readable</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="212"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="213"/> <source>Save As &Readable...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="216"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="217"/> <source>Save the current binary data to a new file in a readable format</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="219"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="220"/> <source><b>Save As Readable...</b><p>Saves the current binary data to a new file in a readable format.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="227"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="228"/> <source>Close</source> <translation type="unfinished">Fechar</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="227"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="228"/> <source>&Close</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="227"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="228"/> <source>Ctrl+W</source> <comment>File|Close</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="233"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="234"/> <source>Close the current hex editor window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="235"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="236"/> <source><b>Close</b><p>Closes the current hex editor window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="242"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="243"/> <source>Close All</source> <translation type="unfinished">Fechar Tudo</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="242"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="243"/> <source>Close &All</source> <translation type="unfinished">Fechar &Tudo</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="246"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="247"/> <source>Close all hex editor windows</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="248"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="249"/> <source><b>Close All</b><p>Closes all hex editor windows.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="255"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="256"/> <source>Close Others</source> <translation type="unfinished">Fechar Outros</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="259"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="260"/> <source>Close all hex other editor windows</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="261"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="262"/> <source><b>Close Others</b><p>Closes all other hex editor windows.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="268"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="269"/> <source>Quit</source> <translation type="unfinished">Sair</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="268"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="269"/> <source>&Quit</source> <translation type="unfinished">Sai&r</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="268"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="269"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="274"/> - <source>Quit the hex editor</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="275"/> + <source>Quit the hex editor</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="276"/> <source><b>Quit</b><p>Quit the hex editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="287"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="288"/> <source>Undo</source> <translation type="unfinished">Desfazer</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="287"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="288"/> <source>&Undo</source> <translation type="unfinished">Desfa&zer</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="287"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="288"/> <source>Ctrl+Z</source> <comment>Edit|Undo</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="287"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="288"/> <source>Alt+Backspace</source> <comment>Edit|Undo</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="294"/> - <source>Undo the last change</source> - <translation type="unfinished">Desfazer a última alteração</translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="295"/> + <source>Undo the last change</source> + <translation type="unfinished">Desfazer a última alteração</translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="296"/> <source><b>Undo</b><p>Undo the last change done.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="302"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="303"/> <source>Redo</source> <translation type="unfinished">Refazer</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="302"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="303"/> <source>&Redo</source> <translation type="unfinished">&Refazer</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="302"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="303"/> <source>Ctrl+Shift+Z</source> <comment>Edit|Redo</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="308"/> - <source>Redo the last change</source> - <translation type="unfinished">Refazer a última alteração</translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="309"/> + <source>Redo the last change</source> + <translation type="unfinished">Refazer a última alteração</translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="310"/> <source><b>Redo</b><p>Redo the last change done.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="322"/> - <source>Revert to last saved state</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="316"/> - <source>Re&vert to last saved state</source> - <translation type="unfinished">&Voltar ao último estado gravado</translation> - </message> - <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="316"/> - <source>Ctrl+Y</source> - <comment>Edit|Revert</comment> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="323"/> + <source>Revert to last saved state</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="317"/> + <source>Re&vert to last saved state</source> + <translation type="unfinished">&Voltar ao último estado gravado</translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="317"/> + <source>Ctrl+Y</source> + <comment>Edit|Revert</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="324"/> <source><b>Revert to last saved state</b><p>Undo all changes up to the last saved state of the editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="331"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="332"/> <source>Cut</source> <translation type="unfinished">Cortar</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="331"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="332"/> <source>Cu&t</source> <translation type="unfinished">Cor&tar</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="331"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="332"/> <source>Ctrl+X</source> <comment>Edit|Cut</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="331"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="332"/> <source>Shift+Del</source> <comment>Edit|Cut</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="338"/> - <source>Cut the selection</source> - <translation type="unfinished">Cortar a seleção</translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="339"/> + <source>Cut the selection</source> + <translation type="unfinished">Cortar a seleção</translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="340"/> <source><b>Cut</b><p>Cut the selected binary area to the clipboard.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="346"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="347"/> <source>Copy</source> <translation type="unfinished">Copiar</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="346"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="347"/> <source>&Copy</source> <translation type="unfinished">&Copiar</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="346"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="347"/> <source>Ctrl+C</source> <comment>Edit|Copy</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="346"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="347"/> <source>Ctrl+Ins</source> <comment>Edit|Copy</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="353"/> - <source>Copy the selection</source> - <translation type="unfinished">Copiar a seleção</translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="354"/> + <source>Copy the selection</source> + <translation type="unfinished">Copiar a seleção</translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="355"/> <source><b>Copy</b><p>Copy the selected binary area to the clipboard.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="361"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="362"/> <source>Paste</source> <translation type="unfinished">Colar</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="361"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="362"/> <source>&Paste</source> <translation type="unfinished">Co&lar</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="361"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="362"/> <source>Ctrl+V</source> <comment>Edit|Paste</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="361"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="362"/> <source>Shift+Ins</source> <comment>Edit|Paste</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="368"/> - <source>Paste the clipboard contents</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="369"/> + <source>Paste the clipboard contents</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="370"/> <source><b>Paste</b><p>Paste the clipboard contents.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="376"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="377"/> <source>Select All</source> <translation type="unfinished">Selecionar Tudo</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="376"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="377"/> <source>&Select All</source> <translation type="unfinished">&Selecionar tudo</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="376"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="377"/> <source>Ctrl+A</source> <comment>Edit|Select All</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="383"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="384"/> <source>Select the complete binary data</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="385"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="386"/> <source><b>Select All</b><p>Selects the complete binary data.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="392"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="393"/> <source>Deselect all</source> <translation type="unfinished">Desselecionar tudo</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="392"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="393"/> <source>&Deselect all</source> <translation type="unfinished">&Desselecionar tudo</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="392"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="393"/> <source>Alt+Ctrl+A</source> <comment>Edit|Deselect all</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="398"/> - <source>Deselect all binary data</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="399"/> + <source>Deselect all binary data</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="400"/> <source><b>Deselect All</b><p>Deselect all all binary data.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="406"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="407"/> <source>Save Selection Readable</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="406"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="407"/> <source>Save Selection Readable...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="410"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="411"/> <source>Save the binary data of the current selection to a file in a readable format</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="413"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="414"/> <source><b>Save Selection Readable...</b><p>Saves the binary data of the current selection to a file in a readable format.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="422"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="423"/> <source>Set Read Only</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="426"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="427"/> <source>Change the edit mode to read only</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="428"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="429"/> <source><b>Set Read Only</b><p>This changes the edit mode to read only (i.e. to view mode).</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="438"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="439"/> <source>Search</source> <translation type="unfinished">Procurar</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="438"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="439"/> <source>&Search...</source> <translation type="unfinished">&Procurar...</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="438"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="439"/> <source>Ctrl+F</source> <comment>Search|Search</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="445"/> - <source>Search for data</source> - <translation type="unfinished">Procurar um texto</translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="446"/> + <source>Search for data</source> + <translation type="unfinished">Procurar um texto</translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="447"/> <source><b>Search</b><p>Search for some data. A dialog is shown to enter the data to search for in various formats.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="454"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="455"/> <source>Search next</source> <translation type="unfinished">Procurar próximo</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="454"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="455"/> <source>Search &next</source> <translation type="unfinished">Procurar &próximo</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="454"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="455"/> <source>F3</source> <comment>Search|Search next</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="461"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="462"/> <source>Search next occurrence</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="471"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="472"/> <source>Search previous</source> <translation type="unfinished">Procurar anterior</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="471"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="472"/> <source>Search &previous</source> <translation type="unfinished">Procurar &anterior</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="471"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="472"/> <source>Shift+F3</source> <comment>Search|Search previous</comment> <translation type="unfinished">Shift+F3</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="480"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="481"/> <source><b>Search previous</b><p>Search the previous occurrence of some data. The previously entered search data are reused.</p></source> <translation type="unfinished">Procurar ocurrência anterior do texto</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="489"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="490"/> <source>Replace</source> <translation type="unfinished">Substituir</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="489"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="490"/> <source>&Replace...</source> <translation type="unfinished">&Substituir...</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="489"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="490"/> <source>Ctrl+R</source> <comment>Search|Replace</comment> <translation type="unfinished"></translation> @@ -20597,382 +20597,382 @@ <translation type="obsolete">Substituir algum texto</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="543"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="544"/> <source>About</source> <translation type="unfinished">Acerca</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="543"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="544"/> <source>&About</source> <translation type="unfinished">A&cerca</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="547"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="548"/> <source>Display information about this software</source> <translation type="unfinished">Mostra a informação acerca deste software</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="549"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="550"/> <source><b>About</b><p>Display some information about this software.</p></source> <translation type="unfinished"><b>Acerca</b><p>Mostra alguma informação acerca deste software.</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="555"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="556"/> <source>About Qt</source> <translation type="unfinished">Acerca de Qt</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="555"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="556"/> <source>About &Qt</source> <translation type="unfinished">Acerca de &Qt</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="559"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="560"/> <source>Display information about the Qt toolkit</source> <translation type="unfinished">Mostra informação acerca das Ferramentas de Qt</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="561"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="562"/> <source><b>About Qt</b><p>Display some information about the Qt toolkit.</p></source> <translation type="unfinished"><b>Acerca de Qt</b><p>Mostra alguma informação acerca das Ferramentas de Qt.</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="568"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="569"/> <source>What's This?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="568"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="569"/> <source>&What's This?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="568"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="569"/> <source>Shift+F1</source> <comment>Help|What's This?'</comment> <translation type="unfinished">Shift+F1</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="574"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="575"/> <source>Context sensitive help</source> <translation type="unfinished">Ajuda sensível ao contexto</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="575"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="576"/> <source><b>Display context sensitive help</b><p>In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.</p></source> <translation type="unfinished"><b>Mostrar ajuda sensível a contexto</b><p>No modo 'Que é Isto?' o cursor do rato mostra uma flecha com um ponto de interrogação, e pode clicar nos elementos da interface para ver uma breve descrição do que fazem e como se usam. Nas caixas de diálogo, pode-se aceder a esta característica através do botão de ajuda contextual da barra de título.</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="590"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="591"/> <source>Preferences</source> <translation type="unfinished">Preferências</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="590"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="591"/> <source>&Preferences...</source> <translation type="unfinished">&Preferências...</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="595"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="596"/> <source>Set the prefered configuration</source> <translation type="unfinished">Definir a configuração desejada</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="597"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="598"/> <source><b>Preferences</b><p>Set the configuration items of the application with your prefered values.</p></source> <translation type="unfinished"><b>Preferências</b><p>Define os elementos de configuração da aplicação com os valores desejados.</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="640"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="641"/> <source>Open a binary file for viewing</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="614"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="615"/> <source><b>Open File</b><p>This opens a binary file for viewing (i.e. in read only mode). It pops up a file selection dialog.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="620"/> - <source>Open for Editing...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="621"/> + <source>Open for Editing...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="622"/> <source>Open for Editing</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="630"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="631"/> <source>Open a binary file for editing</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="624"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="625"/> <source><b>Open for Editing</b><p>This opens a binary file for editing. It pops up a file selection dialog.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="632"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="633"/> <source><b>Open File</b><p>This opens a binary file for editing. It pops up a file selection dialog.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="638"/> - <source>Open Read Only...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="639"/> + <source>Open Read Only...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="640"/> <source>Open Read Only</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="642"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="643"/> <source><b>Open Read Only</b><p>This opens a binary file for viewing (i.e. in read only mode). It pops up a file selection dialog.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="654"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="655"/> <source>&File</source> <translation type="unfinished">&Ficheiro</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="672"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="673"/> <source>&Edit</source> <translation type="unfinished">&Editar</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="696"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="697"/> <source>Se&ttings</source> <translation type="unfinished">Definiçõe&s</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="702"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="703"/> <source>&Help</source> <translation type="unfinished">&Ajuda</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="712"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="713"/> <source>File</source> <translation type="unfinished">Ficheiro</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="725"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="726"/> <source>Edit</source> <translation type="unfinished">Editar</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="735"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="736"/> <source>Find</source> <translation type="unfinished">Encontrar</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="743"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="744"/> <source>Settings</source> <translation type="unfinished">Definições</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="748"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="749"/> <source>Help</source> <translation type="unfinished">Ajuda</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="786"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="787"/> <source><p>This part of the status bar displays the edit mode.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="793"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="795"/> <source><p>This part of the status bar displays the read only mode.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="762"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="763"/> <source><p>This part of the status bar displays the cursor address.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="778"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="779"/> <source><p>This part of the status bar displays the size of the binary data.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="843"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="846"/> <source>ro</source> <translation type="unfinished">ro</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="843"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="846"/> <source>rw</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="853"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="864"/> <source>Overwrite</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="853"/> - <source>Insert</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="864"/> + <source>Insert</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="883"/> <source>Size: {0:n}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="904"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="923"/> <source>Open binary file in new window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1021"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1040"/> <source>All Files (*)</source> <translation type="unfinished">Ficheiros Todos (*)</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1141"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1160"/> <source>eric6 Hex Editor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="925"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="944"/> <source>The loaded file has unsaved changes.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="943"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="962"/> <source>The file '{0}' does not exist.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="950"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="969"/> <source>Cannot read file '{0}: {1}.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="974"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="993"/> <source>Open binary file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1031"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1050"/> <source>Save binary file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1116"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1135"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"><p>O ficheiro <b>{0}</b> já existe. Sobreescrever?</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1141"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1160"/> <source>Cannot write file '{0}: {1}.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1147"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1166"/> <source>File saved</source> <translation type="unfinished">Ficheiro gravado</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1116"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1135"/> <source>Save to readable file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1100"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1119"/> <source>Text Files (*.txt);;All Files (*)</source> <translation type="unfinished">Ficheiros de Texto (*.txt);;Ficheiros Todos (*)</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1100"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1119"/> <source>Text Files (*.txt)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1181"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1200"/> <source>Untitled</source> <translation type="unfinished">Sem Título</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1185"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1204"/> <source>{0}[*] - {1}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1185"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1204"/> <source>Hex Editor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1242"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1261"/> <source>About eric6 Hex Editor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1242"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1261"/> <source>The eric6 Hex Editor is a simple editor component to edit binary files.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="463"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="464"/> <source><b>Search next</b><p>Search the next occurrence of some data. The previously entered search data are reused.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="478"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="479"/> <source>Search previous occurrence</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="495"/> - <source>Replace data</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="496"/> + <source>Replace data</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="497"/> <source><b>Replace</b><p>Search for some data and replace it. A dialog is shown to enter the data to search for and the replacement data in various formats.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="770"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="771"/> <source><p>This part of the status bar displays some selection information.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="810"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="813"/> <source>Address: 0x{0:0{1}x}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="832"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="835"/> <source>Selection: -</source> <comment>no selection available</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="825"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="828"/> <source>Selection: 0x{0:0{2}x} - 0x{1:0{2}x} ({3:n} Bytes)</source> <comment>0: start, 1: end, 2: address width, 3: selection length</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="513"/> - <source>Goto Offset</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="505"/> - <source>&Goto Offset...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="514"/> + <source>Goto Offset</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="506"/> + <source>&Goto Offset...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="515"/> <source><b>Goto Offset</b><p>Go to a specific address. A dialog is shown to enter the movement data.</p></source> <translation type="unfinished"></translation> </message> @@ -58036,72 +58036,72 @@ <translation>Teste Unitário</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="112"/> + <location filename="../Tools/TrayStarter.py" line="109"/> <source>Compare Files</source> <translation>Comparar Ficheiros</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="115"/> + <location filename="../Tools/TrayStarter.py" line="112"/> <source>Compare Files side by side</source> <translation>Comparar Ficheiros lado-a-lado</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="120"/> + <location filename="../Tools/TrayStarter.py" line="117"/> <source>SQL Browser</source> <translation>Navegador SQL</translation> </message> <message> + <location filename="../Tools/TrayStarter.py" line="130"/> + <source>Install Plugin</source> + <translation>Instalar Complemento</translation> + </message> + <message> <location filename="../Tools/TrayStarter.py" line="133"/> - <source>Install Plugin</source> - <translation>Instalar Complemento</translation> + <source>Uninstall Plugin</source> + <translation>Desinstalar Complemento</translation> </message> <message> <location filename="../Tools/TrayStarter.py" line="136"/> - <source>Uninstall Plugin</source> - <translation>Desinstalar Complemento</translation> - </message> - <message> - <location filename="../Tools/TrayStarter.py" line="139"/> <source>Plugin Repository</source> <translation>Repositório de Complementos</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="144"/> + <location filename="../Tools/TrayStarter.py" line="141"/> <source>Preferences</source> <translation>Preferências</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="170"/> + <location filename="../Tools/TrayStarter.py" line="175"/> <source>Quit</source> <translation>Sair</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="255"/> + <location filename="../Tools/TrayStarter.py" line="260"/> <source>Process Generation Error</source> <translation>Erro na Criação de Processo</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="255"/> + <location filename="../Tools/TrayStarter.py" line="260"/> <source><p>Could not start the process.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Não pode começar o processo.<br> Assegure-se de que está disponível como <b>{0}</b>.</p></translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="255"/> + <location filename="../Tools/TrayStarter.py" line="260"/> <source>OK</source> <translation>OK</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="128"/> - <source>Icon Editor</source> - <translation>Editor de Ícones</translation> - </message> - <message> <location filename="../Tools/TrayStarter.py" line="125"/> + <source>Icon Editor</source> + <translation>Editor de Ícones</translation> + </message> + <message> + <location filename="../Tools/TrayStarter.py" line="122"/> <source>Snapshot</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="155"/> + <location filename="../Tools/TrayStarter.py" line="160"/> <source>Configure Tray Starter</source> <translation type="unfinished"></translation> </message> @@ -58111,20 +58111,25 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="107"/> + <location filename="../Tools/TrayStarter.py" line="155"/> <source>eric6 Web Browser</source> <translation>Navegador Web de eric6</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="147"/> + <location filename="../Tools/TrayStarter.py" line="146"/> <source>eric6 IDE</source> <translation>IDE eric6</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="150"/> + <location filename="../Tools/TrayStarter.py" line="149"/> <source>eric6 Mini Editor</source> <translation>Mini Editor eric6</translation> </message> + <message> + <location filename="../Tools/TrayStarter.py" line="152"/> + <source>eric6 Hex Editor</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>TrayStarterPage</name> @@ -65403,7 +65408,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="505"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="506"/> <source>Ctrl+G</source> <comment>Search|Goto Offset</comment> <translation type="unfinished"></translation>
--- a/i18n/eric6_ru.ts Sun Jan 17 12:18:55 2016 +0100 +++ b/i18n/eric6_ru.ts Sun Jan 17 12:57:23 2016 +0100 @@ -7974,17 +7974,17 @@ <context> <name>E5NetworkIcon</name> <message> - <location filename="../E5Network/E5NetworkIcon.py" line="58"/> + <location filename="../E5Network/E5NetworkIcon.py" line="57"/> <source><p>Shows the network status<br/><br/><b>Network:</b> {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../E5Network/E5NetworkIcon.py" line="62"/> + <location filename="../E5Network/E5NetworkIcon.py" line="61"/> <source>Connected</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../E5Network/E5NetworkIcon.py" line="64"/> + <location filename="../E5Network/E5NetworkIcon.py" line="63"/> <source>Offline</source> <translation type="unfinished"></translation> </message> @@ -20100,548 +20100,548 @@ <context> <name>HexEditMainWindow</name> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="151"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="152"/> <source>New Window</source> <translation type="unfinished">Новое окно</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="151"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="152"/> <source>New &Window</source> <translation type="unfinished">&Новое окно</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="156"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="157"/> <source>Open a binary file for editing in a new hex editor window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="158"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="159"/> <source><b>New Window</b><p>This opens a binary file for editing in a new hex editor window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="167"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="168"/> <source>Open</source> <translation type="unfinished">Открыть</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="167"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="168"/> <source>&Open...</source> <translation type="unfinished">&Открыть...</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="167"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="168"/> <source>Ctrl+O</source> <comment>File|Open</comment> <translation type="unfinished">Ctrl+O</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="183"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="184"/> <source>Save</source> <translation type="unfinished">Сохранить</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="183"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="184"/> <source>&Save</source> <translation type="unfinished">&Сохранить</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="183"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="184"/> <source>Ctrl+S</source> <comment>File|Save</comment> <translation type="unfinished">Ctrl+S</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="189"/> - <source>Save the current binary file</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="190"/> + <source>Save the current binary file</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="191"/> <source><b>Save File</b><p>Save the contents of the hex editor window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="197"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="198"/> <source>Save As</source> <translation type="unfinished">Сохранить как</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="197"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="198"/> <source>Save &As...</source> <translation type="unfinished">Сохранить &как...</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="197"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="198"/> <source>Shift+Ctrl+S</source> <comment>File|Save As</comment> <translation type="unfinished">Shift+Ctrl+S</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="203"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="204"/> <source>Save the current binary data to a new file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="205"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="206"/> <source><b>Save As...</b><p>Saves the current binary data to a new file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="212"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="213"/> <source>Save As Readable</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="212"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="213"/> <source>Save As &Readable...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="216"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="217"/> <source>Save the current binary data to a new file in a readable format</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="219"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="220"/> <source><b>Save As Readable...</b><p>Saves the current binary data to a new file in a readable format.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="227"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="228"/> <source>Close</source> <translation type="unfinished">Закрыть</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="227"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="228"/> <source>&Close</source> <translation type="unfinished">&Закрыть</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="227"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="228"/> <source>Ctrl+W</source> <comment>File|Close</comment> <translation type="unfinished">Ctrl+W</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="233"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="234"/> <source>Close the current hex editor window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="235"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="236"/> <source><b>Close</b><p>Closes the current hex editor window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="242"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="243"/> <source>Close All</source> <translation type="unfinished">Закрыть всё</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="242"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="243"/> <source>Close &All</source> <translation type="unfinished">Закрыть &всё</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="246"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="247"/> <source>Close all hex editor windows</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="248"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="249"/> <source><b>Close All</b><p>Closes all hex editor windows.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="255"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="256"/> <source>Close Others</source> <translation type="unfinished">Закрыть остальные</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="259"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="260"/> <source>Close all hex other editor windows</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="261"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="262"/> <source><b>Close Others</b><p>Closes all other hex editor windows.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="268"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="269"/> <source>Quit</source> <translation type="unfinished">Выход</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="268"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="269"/> <source>&Quit</source> <translation type="unfinished">&Выход</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="268"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="269"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation type="unfinished">Ctrl+Q</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="274"/> - <source>Quit the hex editor</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="275"/> + <source>Quit the hex editor</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="276"/> <source><b>Quit</b><p>Quit the hex editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="287"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="288"/> <source>Undo</source> <translation type="unfinished">Отмена</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="287"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="288"/> <source>&Undo</source> <translation type="unfinished">&Отмена</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="287"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="288"/> <source>Ctrl+Z</source> <comment>Edit|Undo</comment> <translation type="unfinished">Ctrl+Z</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="287"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="288"/> <source>Alt+Backspace</source> <comment>Edit|Undo</comment> <translation type="unfinished">Alt+Backspace</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="294"/> - <source>Undo the last change</source> - <translation type="unfinished">Отменить последнее изменение</translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="295"/> + <source>Undo the last change</source> + <translation type="unfinished">Отменить последнее изменение</translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="296"/> <source><b>Undo</b><p>Undo the last change done.</p></source> <translation type="unfinished"><b>Отменить</b><p>Отменить последнее изменение.</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="302"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="303"/> <source>Redo</source> <translation type="unfinished">Повтор</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="302"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="303"/> <source>&Redo</source> <translation type="unfinished">&Повтор</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="302"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="303"/> <source>Ctrl+Shift+Z</source> <comment>Edit|Redo</comment> <translation type="unfinished">Ctrl+Shift+Z</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="308"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="309"/> <source>Redo the last change</source> <translation type="unfinished">Восстановить последнее отменённое изменение</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="309"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="310"/> <source><b>Redo</b><p>Redo the last change done.</p></source> <translation type="unfinished"><b>Восстановить</b><p>Восстановить последнее отменённое изменение.</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="322"/> - <source>Revert to last saved state</source> - <translation type="unfinished">Вернуть к последнему записанному состоянию</translation> - </message> - <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="316"/> - <source>Re&vert to last saved state</source> - <translation type="unfinished">&Вернуть к последнему записанному состоянию</translation> - </message> - <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="316"/> - <source>Ctrl+Y</source> - <comment>Edit|Revert</comment> - <translation type="unfinished">Ctrl+Y</translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="323"/> + <source>Revert to last saved state</source> + <translation type="unfinished">Вернуть к последнему записанному состоянию</translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="317"/> + <source>Re&vert to last saved state</source> + <translation type="unfinished">&Вернуть к последнему записанному состоянию</translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="317"/> + <source>Ctrl+Y</source> + <comment>Edit|Revert</comment> + <translation type="unfinished">Ctrl+Y</translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="324"/> <source><b>Revert to last saved state</b><p>Undo all changes up to the last saved state of the editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="331"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="332"/> <source>Cut</source> <translation type="unfinished">Вырезать</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="331"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="332"/> <source>Cu&t</source> <translation type="unfinished">В&ырезать</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="331"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="332"/> <source>Ctrl+X</source> <comment>Edit|Cut</comment> <translation type="unfinished">Ctrl+X</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="331"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="332"/> <source>Shift+Del</source> <comment>Edit|Cut</comment> <translation type="unfinished">Shift+Del</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="338"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="339"/> <source>Cut the selection</source> <translation type="unfinished">Вырезать выделение</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="339"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="340"/> <source><b>Cut</b><p>Cut the selected binary area to the clipboard.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="346"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="347"/> <source>Copy</source> <translation type="unfinished">Копировать</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="346"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="347"/> <source>&Copy</source> <translation type="unfinished">&Копировать</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="346"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="347"/> <source>Ctrl+C</source> <comment>Edit|Copy</comment> <translation type="unfinished">Ctrl+C</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="346"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="347"/> <source>Ctrl+Ins</source> <comment>Edit|Copy</comment> <translation type="unfinished">Ctrl+Ins</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="353"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="354"/> <source>Copy the selection</source> <translation type="unfinished">Копировать выделение</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="354"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="355"/> <source><b>Copy</b><p>Copy the selected binary area to the clipboard.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="361"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="362"/> <source>Paste</source> <translation type="unfinished">Вставить</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="361"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="362"/> <source>&Paste</source> <translation type="unfinished">Вс&тавить</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="361"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="362"/> <source>Ctrl+V</source> <comment>Edit|Paste</comment> <translation type="unfinished">Ctrl+V</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="361"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="362"/> <source>Shift+Ins</source> <comment>Edit|Paste</comment> <translation type="unfinished">Shift+Ins</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="368"/> - <source>Paste the clipboard contents</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="369"/> + <source>Paste the clipboard contents</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="370"/> <source><b>Paste</b><p>Paste the clipboard contents.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="376"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="377"/> <source>Select All</source> <translation type="unfinished">Выбрать всё</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="376"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="377"/> <source>&Select All</source> <translation type="unfinished">&Выбрать всё</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="376"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="377"/> <source>Ctrl+A</source> <comment>Edit|Select All</comment> <translation type="unfinished">Ctrl+A</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="383"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="384"/> <source>Select the complete binary data</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="385"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="386"/> <source><b>Select All</b><p>Selects the complete binary data.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="392"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="393"/> <source>Deselect all</source> <translation type="unfinished">Снять выделение</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="392"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="393"/> <source>&Deselect all</source> <translation type="unfinished">&Снять выделение</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="392"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="393"/> <source>Alt+Ctrl+A</source> <comment>Edit|Deselect all</comment> <translation type="unfinished">Alt+Ctrl+A</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="398"/> - <source>Deselect all binary data</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="399"/> + <source>Deselect all binary data</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="400"/> <source><b>Deselect All</b><p>Deselect all all binary data.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="406"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="407"/> <source>Save Selection Readable</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="406"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="407"/> <source>Save Selection Readable...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="410"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="411"/> <source>Save the binary data of the current selection to a file in a readable format</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="413"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="414"/> <source><b>Save Selection Readable...</b><p>Saves the binary data of the current selection to a file in a readable format.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="422"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="423"/> <source>Set Read Only</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="426"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="427"/> <source>Change the edit mode to read only</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="428"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="429"/> <source><b>Set Read Only</b><p>This changes the edit mode to read only (i.e. to view mode).</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="438"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="439"/> <source>Search</source> <translation type="unfinished">Поиск</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="438"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="439"/> <source>&Search...</source> <translation type="unfinished">&Поиск...</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="438"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="439"/> <source>Ctrl+F</source> <comment>Search|Search</comment> <translation type="unfinished">Ctrl+F</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="445"/> - <source>Search for data</source> - <translation type="unfinished">Искать текст</translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="446"/> + <source>Search for data</source> + <translation type="unfinished">Искать текст</translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="447"/> <source><b>Search</b><p>Search for some data. A dialog is shown to enter the data to search for in various formats.</p></source> <translation type="unfinished"><b>Поиск</b> <p>Искать текст на текущей странице. Будет показан диалог поиска и опциями.</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="454"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="455"/> <source>Search next</source> <translation type="unfinished">Искать следующее</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="454"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="455"/> <source>Search &next</source> <translation type="unfinished">Искать &следующее</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="454"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="455"/> <source>F3</source> <comment>Search|Search next</comment> <translation type="unfinished">F3</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="461"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="462"/> <source>Search next occurrence</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="463"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="464"/> <source><b>Search next</b><p>Search the next occurrence of some data. The previously entered search data are reused.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="471"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="472"/> <source>Search previous</source> <translation type="unfinished">Найти предыдущее</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="471"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="472"/> <source>Search &previous</source> <translation type="unfinished">Найти &предыдущее</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="471"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="472"/> <source>Shift+F3</source> <comment>Search|Search previous</comment> <translation type="unfinished">Shift+F3</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="480"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="481"/> <source><b>Search previous</b><p>Search the previous occurrence of some data. The previously entered search data are reused.</p></source> <translation type="unfinished"><b>Искать назад</b><p>Искать назад в текущем редакторе.Использовать предыдущий шаблон поиска и настройки.</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="489"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="490"/> <source>Replace</source> <translation type="unfinished">Заменить</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="489"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="490"/> <source>&Replace...</source> <translation type="unfinished">&Заменить...</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="489"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="490"/> <source>Ctrl+R</source> <comment>Search|Replace</comment> <translation type="unfinished">Ctrl+R</translation> @@ -20658,381 +20658,381 @@ <p>Искать в текущем редакторе текст и заменить его. Будет показан диалог с такстом для поиска, заменой и опциями</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="543"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="544"/> <source>About</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="543"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="544"/> <source>&About</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="547"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="548"/> <source>Display information about this software</source> <translation type="unfinished">Информация о ПО</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="549"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="550"/> <source><b>About</b><p>Display some information about this software.</p></source> <translation type="unfinished"><b>О...</b><p>Информация об этом программном продукте.</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="555"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="556"/> <source>About Qt</source> <translation type="unfinished">О Qt</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="555"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="556"/> <source>About &Qt</source> <translation type="unfinished">О &Qt</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="559"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="560"/> <source>Display information about the Qt toolkit</source> <translation type="unfinished">Информация о библиотеке Qt</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="561"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="562"/> <source><b>About Qt</b><p>Display some information about the Qt toolkit.</p></source> <translation type="unfinished"><b>О Qt</b><p>Информация о библиотеке Qt.</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="568"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="569"/> <source>What's This?</source> <translation type="unfinished">Что это?</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="568"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="569"/> <source>&What's This?</source> <translation type="unfinished">&Что это?</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="568"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="569"/> <source>Shift+F1</source> <comment>Help|What's This?'</comment> <translation type="unfinished">Shift+F1</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="574"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="575"/> <source>Context sensitive help</source> <translation type="unfinished">Контекстная помощь</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="575"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="576"/> <source><b>Display context sensitive help</b><p>In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.</p></source> <translation type="unfinished"><b>Показать контекстную помощь</b> <p>В режиме контекстной помощи курсор мыши выглядит как стрелка со знаком вопроса, и, щёлкнув по элементу интерфейса, Вы можете просмотреть краткую помощь о его роли и его использовании. В диалогах можно воспользоваться кнопкой контекстной помощи в заголовке окна.</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="590"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="591"/> <source>Preferences</source> <translation type="unfinished">Предпочтения</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="590"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="591"/> <source>&Preferences...</source> <translation type="unfinished">&Предпочтения...</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="595"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="596"/> <source>Set the prefered configuration</source> <translation type="unfinished">Установите предпочтительную конфигурацию</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="597"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="598"/> <source><b>Preferences</b><p>Set the configuration items of the application with your prefered values.</p></source> <translation type="unfinished"><b>Предпочтения</b> <p>Настройте Eric по своему вкусу.</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="640"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="641"/> <source>Open a binary file for viewing</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="614"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="615"/> <source><b>Open File</b><p>This opens a binary file for viewing (i.e. in read only mode). It pops up a file selection dialog.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="620"/> - <source>Open for Editing...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="621"/> + <source>Open for Editing...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="622"/> <source>Open for Editing</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="630"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="631"/> <source>Open a binary file for editing</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="624"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="625"/> <source><b>Open for Editing</b><p>This opens a binary file for editing. It pops up a file selection dialog.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="632"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="633"/> <source><b>Open File</b><p>This opens a binary file for editing. It pops up a file selection dialog.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="638"/> - <source>Open Read Only...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="639"/> + <source>Open Read Only...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="640"/> <source>Open Read Only</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="642"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="643"/> <source><b>Open Read Only</b><p>This opens a binary file for viewing (i.e. in read only mode). It pops up a file selection dialog.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="654"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="655"/> <source>&File</source> <translation type="unfinished">&Файл</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="672"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="673"/> <source>&Edit</source> <translation type="unfinished">&Правка</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="696"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="697"/> <source>Se&ttings</source> <translation type="unfinished">&Настройка</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="702"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="703"/> <source>&Help</source> <translation type="unfinished">&Помощь</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="712"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="713"/> <source>File</source> <translation type="unfinished">Файл</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="725"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="726"/> <source>Edit</source> <translation type="unfinished">Редактировать</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="735"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="736"/> <source>Find</source> <translation type="unfinished">Найти</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="743"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="744"/> <source>Settings</source> <translation type="unfinished">Настройка</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="748"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="749"/> <source>Help</source> <translation type="unfinished">Помощь</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="786"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="787"/> <source><p>This part of the status bar displays the edit mode.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="793"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="795"/> <source><p>This part of the status bar displays the read only mode.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="762"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="763"/> <source><p>This part of the status bar displays the cursor address.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="778"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="779"/> <source><p>This part of the status bar displays the size of the binary data.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="843"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="846"/> <source>ro</source> <translation type="unfinished">ro</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="843"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="846"/> <source>rw</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="853"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="864"/> <source>Overwrite</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="853"/> - <source>Insert</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="864"/> + <source>Insert</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="883"/> <source>Size: {0:n}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="904"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="923"/> <source>Open binary file in new window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1021"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1040"/> <source>All Files (*)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1141"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1160"/> <source>eric6 Hex Editor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="925"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="944"/> <source>The loaded file has unsaved changes.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="943"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="962"/> <source>The file '{0}' does not exist.</source> <translation type="unfinished">Файл {0} не существует.</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="950"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="969"/> <source>Cannot read file '{0}: {1}.</source> <translation type="unfinished">Невозможно прочитать файл {0}: {1}.</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="974"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="993"/> <source>Open binary file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1031"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1050"/> <source>Save binary file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1116"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1135"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"><p>Файл <b>{0}</b> уже сущеструет. Переписать?</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1141"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1160"/> <source>Cannot write file '{0}: {1}.</source> <translation type="unfinished">Невозможно записать файл {0}: {1}.</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1147"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1166"/> <source>File saved</source> <translation type="unfinished">Файл сохранён</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1116"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1135"/> <source>Save to readable file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1100"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1119"/> <source>Text Files (*.txt);;All Files (*)</source> <translation type="unfinished">Текстовые Файлы (*.txt);;Все Файлы (*)</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1100"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1119"/> <source>Text Files (*.txt)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1181"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1200"/> <source>Untitled</source> <translation type="unfinished">Без имени</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1185"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1204"/> <source>{0}[*] - {1}</source> <translation type="unfinished">{0}[*] - {1}</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1185"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1204"/> <source>Hex Editor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1242"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1261"/> <source>About eric6 Hex Editor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1242"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1261"/> <source>The eric6 Hex Editor is a simple editor component to edit binary files.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="478"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="479"/> <source>Search previous occurrence</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="495"/> - <source>Replace data</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="496"/> + <source>Replace data</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="497"/> <source><b>Replace</b><p>Search for some data and replace it. A dialog is shown to enter the data to search for and the replacement data in various formats.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="770"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="771"/> <source><p>This part of the status bar displays some selection information.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="810"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="813"/> <source>Address: 0x{0:0{1}x}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="832"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="835"/> <source>Selection: -</source> <comment>no selection available</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="825"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="828"/> <source>Selection: 0x{0:0{2}x} - 0x{1:0{2}x} ({3:n} Bytes)</source> <comment>0: start, 1: end, 2: address width, 3: selection length</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="513"/> - <source>Goto Offset</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="505"/> - <source>&Goto Offset...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="514"/> + <source>Goto Offset</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="506"/> + <source>&Goto Offset...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="515"/> <source><b>Goto Offset</b><p>Go to a specific address. A dialog is shown to enter the movement data.</p></source> <translation type="unfinished"></translation> </message> @@ -58674,52 +58674,52 @@ <translation>Unittest</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="112"/> + <location filename="../Tools/TrayStarter.py" line="109"/> <source>Compare Files</source> <translation>Сравнить файлы</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="115"/> + <location filename="../Tools/TrayStarter.py" line="112"/> <source>Compare Files side by side</source> <translation>Сравнить файлы с параллальным отображением (side by side)</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="144"/> + <location filename="../Tools/TrayStarter.py" line="141"/> <source>Preferences</source> <translation>Предпочтения</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="170"/> + <location filename="../Tools/TrayStarter.py" line="175"/> <source>Quit</source> <translation>Выход</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="255"/> + <location filename="../Tools/TrayStarter.py" line="260"/> <source>Process Generation Error</source> <translation>Ошибка при запуске процесса</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="255"/> + <location filename="../Tools/TrayStarter.py" line="260"/> <source><p>Could not start the process.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Невозможно запустить процесс.<br>Убедитесь, что он доступен как <b>{0}</b>.</p></translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="255"/> + <location filename="../Tools/TrayStarter.py" line="260"/> <source>OK</source> <translation>OK</translation> </message> <message> + <location filename="../Tools/TrayStarter.py" line="130"/> + <source>Install Plugin</source> + <translation>Установить подключаемый модуль</translation> + </message> + <message> <location filename="../Tools/TrayStarter.py" line="133"/> - <source>Install Plugin</source> - <translation>Установить подключаемый модуль</translation> + <source>Uninstall Plugin</source> + <translation>Убрать подключаемый модуль</translation> </message> <message> <location filename="../Tools/TrayStarter.py" line="136"/> - <source>Uninstall Plugin</source> - <translation>Убрать подключаемый модуль</translation> - </message> - <message> - <location filename="../Tools/TrayStarter.py" line="139"/> <source>Plugin Repository</source> <translation>Репозиторий плагинов</translation> </message> @@ -58729,22 +58729,22 @@ <translation>Недавние мултипроекты</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="120"/> + <location filename="../Tools/TrayStarter.py" line="117"/> <source>SQL Browser</source> <translation>Просмотрщик SQL</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="128"/> - <source>Icon Editor</source> - <translation>Редактор иконок</translation> - </message> - <message> <location filename="../Tools/TrayStarter.py" line="125"/> + <source>Icon Editor</source> + <translation>Редактор иконок</translation> + </message> + <message> + <location filename="../Tools/TrayStarter.py" line="122"/> <source>Snapshot</source> <translation>Снимок</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="155"/> + <location filename="../Tools/TrayStarter.py" line="160"/> <source>Configure Tray Starter</source> <translation>Настроить запуск в системном лотке</translation> </message> @@ -58754,20 +58754,25 @@ <translation>Запуск Eric в системном лотке</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="107"/> + <location filename="../Tools/TrayStarter.py" line="155"/> <source>eric6 Web Browser</source> <translation>WEB просмотрщик встроенный в Eric</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="147"/> + <location filename="../Tools/TrayStarter.py" line="146"/> <source>eric6 IDE</source> <translation>eric IDE</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="150"/> + <location filename="../Tools/TrayStarter.py" line="149"/> <source>eric6 Mini Editor</source> <translation>Мини-редактор eric</translation> </message> + <message> + <location filename="../Tools/TrayStarter.py" line="152"/> + <source>eric6 Hex Editor</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>TrayStarterPage</name> @@ -66130,7 +66135,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="505"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="506"/> <source>Ctrl+G</source> <comment>Search|Goto Offset</comment> <translation type="unfinished">Ctrl+G</translation>
--- a/i18n/eric6_tr.ts Sun Jan 17 12:18:55 2016 +0100 +++ b/i18n/eric6_tr.ts Sun Jan 17 12:57:23 2016 +0100 @@ -7890,17 +7890,17 @@ <context> <name>E5NetworkIcon</name> <message> - <location filename="../E5Network/E5NetworkIcon.py" line="58"/> + <location filename="../E5Network/E5NetworkIcon.py" line="57"/> <source><p>Shows the network status<br/><br/><b>Network:</b> {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../E5Network/E5NetworkIcon.py" line="62"/> + <location filename="../E5Network/E5NetworkIcon.py" line="61"/> <source>Connected</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../E5Network/E5NetworkIcon.py" line="64"/> + <location filename="../E5Network/E5NetworkIcon.py" line="63"/> <source>Offline</source> <translation type="unfinished"></translation> </message> @@ -19925,537 +19925,537 @@ <context> <name>HexEditMainWindow</name> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="151"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="152"/> <source>New Window</source> <translation type="unfinished">Yeni Pencere</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="151"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="152"/> <source>New &Window</source> <translation type="unfinished">Yeni &Pencere</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="156"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="157"/> <source>Open a binary file for editing in a new hex editor window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="158"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="159"/> <source><b>New Window</b><p>This opens a binary file for editing in a new hex editor window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="167"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="168"/> <source>Open</source> <translation type="unfinished">Aç</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="167"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="168"/> <source>&Open...</source> <translation type="unfinished">&Aç...</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="167"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="168"/> <source>Ctrl+O</source> <comment>File|Open</comment> <translation type="unfinished">Ctrl+O</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="183"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="184"/> <source>Save</source> <translation type="unfinished">Kaydet</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="183"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="184"/> <source>&Save</source> <translation type="unfinished">&Kaydet</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="183"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="184"/> <source>Ctrl+S</source> <comment>File|Save</comment> <translation type="unfinished">Ctrl+S</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="189"/> - <source>Save the current binary file</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="190"/> + <source>Save the current binary file</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="191"/> <source><b>Save File</b><p>Save the contents of the hex editor window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="197"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="198"/> <source>Save As</source> <translation type="unfinished">Farklı Kaydet</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="197"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="198"/> <source>Save &As...</source> <translation type="unfinished">Farklı K&aydet...</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="197"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="198"/> <source>Shift+Ctrl+S</source> <comment>File|Save As</comment> <translation type="unfinished">Shift+Ctrl+S</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="203"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="204"/> <source>Save the current binary data to a new file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="205"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="206"/> <source><b>Save As...</b><p>Saves the current binary data to a new file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="212"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="213"/> <source>Save As Readable</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="212"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="213"/> <source>Save As &Readable...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="216"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="217"/> <source>Save the current binary data to a new file in a readable format</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="219"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="220"/> <source><b>Save As Readable...</b><p>Saves the current binary data to a new file in a readable format.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="227"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="228"/> <source>Close</source> <translation type="unfinished">Kapat</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="227"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="228"/> <source>&Close</source> <translation type="unfinished">&Kapat</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="227"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="228"/> <source>Ctrl+W</source> <comment>File|Close</comment> <translation type="unfinished">Ctrl+W</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="233"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="234"/> <source>Close the current hex editor window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="235"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="236"/> <source><b>Close</b><p>Closes the current hex editor window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="242"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="243"/> <source>Close All</source> <translation type="unfinished">Hepsini Kapat</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="242"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="243"/> <source>Close &All</source> <translation type="unfinished">Hepsini K&apat</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="246"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="247"/> <source>Close all hex editor windows</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="248"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="249"/> <source><b>Close All</b><p>Closes all hex editor windows.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="255"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="256"/> <source>Close Others</source> <translation type="unfinished">Diğerlerini Kapat</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="259"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="260"/> <source>Close all hex other editor windows</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="261"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="262"/> <source><b>Close Others</b><p>Closes all other hex editor windows.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="268"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="269"/> <source>Quit</source> <translation type="unfinished">Çık</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="268"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="269"/> <source>&Quit</source> <translation type="unfinished">&Çıkış</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="268"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="269"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation type="unfinished">Ctrl+Q</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="274"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="275"/> <source>Quit the hex editor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="275"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="276"/> <source><b>Quit</b><p>Quit the hex editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="287"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="288"/> <source>Undo</source> <translation type="unfinished">Geri Al</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="287"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="288"/> <source>&Undo</source> <translation type="unfinished">&Geri al</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="287"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="288"/> <source>Ctrl+Z</source> <comment>Edit|Undo</comment> <translation type="unfinished">Ctrl+Z</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="287"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="288"/> <source>Alt+Backspace</source> <comment>Edit|Undo</comment> <translation type="unfinished">Alt+Backspace</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="294"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="295"/> <source>Undo the last change</source> <translation type="unfinished">Enson değişikliği geri al</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="295"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="296"/> <source><b>Undo</b><p>Undo the last change done.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="302"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="303"/> <source>Redo</source> <translation type="unfinished">İleri al</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="302"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="303"/> <source>&Redo</source> <translation type="unfinished">&İleri al</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="302"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="303"/> <source>Ctrl+Shift+Z</source> <comment>Edit|Redo</comment> <translation type="unfinished">Ctrl+Shift+Z</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="308"/> - <source>Redo the last change</source> - <translation type="unfinished">Son değişikliği ileri al</translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="309"/> + <source>Redo the last change</source> + <translation type="unfinished">Son değişikliği ileri al</translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="310"/> <source><b>Redo</b><p>Redo the last change done.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="322"/> - <source>Revert to last saved state</source> - <translation type="unfinished">En son kaydedileni eski haline getir</translation> - </message> - <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="316"/> - <source>Re&vert to last saved state</source> - <translation type="unfinished">En son kaydedileni e&ski haline getir</translation> - </message> - <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="316"/> - <source>Ctrl+Y</source> - <comment>Edit|Revert</comment> - <translation type="unfinished">Ctrl+Y</translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="323"/> + <source>Revert to last saved state</source> + <translation type="unfinished">En son kaydedileni eski haline getir</translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="317"/> + <source>Re&vert to last saved state</source> + <translation type="unfinished">En son kaydedileni e&ski haline getir</translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="317"/> + <source>Ctrl+Y</source> + <comment>Edit|Revert</comment> + <translation type="unfinished">Ctrl+Y</translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="324"/> <source><b>Revert to last saved state</b><p>Undo all changes up to the last saved state of the editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="331"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="332"/> <source>Cut</source> <translation type="unfinished">Kes</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="331"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="332"/> <source>Cu&t</source> <translation type="unfinished">Ke&s</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="331"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="332"/> <source>Ctrl+X</source> <comment>Edit|Cut</comment> <translation type="unfinished">Ctrl+X</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="331"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="332"/> <source>Shift+Del</source> <comment>Edit|Cut</comment> <translation type="unfinished">Shift+Del</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="338"/> - <source>Cut the selection</source> - <translation type="unfinished">Seçimi kes</translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="339"/> + <source>Cut the selection</source> + <translation type="unfinished">Seçimi kes</translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="340"/> <source><b>Cut</b><p>Cut the selected binary area to the clipboard.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="346"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="347"/> <source>Copy</source> <translation type="unfinished">Kopyala</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="346"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="347"/> <source>&Copy</source> <translation type="unfinished">&Kopyala</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="346"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="347"/> <source>Ctrl+C</source> <comment>Edit|Copy</comment> <translation type="unfinished">Ctrl+C</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="346"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="347"/> <source>Ctrl+Ins</source> <comment>Edit|Copy</comment> <translation type="unfinished">Ctrl+Ins</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="353"/> - <source>Copy the selection</source> - <translation type="unfinished">Seçimi kopyala</translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="354"/> + <source>Copy the selection</source> + <translation type="unfinished">Seçimi kopyala</translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="355"/> <source><b>Copy</b><p>Copy the selected binary area to the clipboard.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="361"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="362"/> <source>Paste</source> <translation type="unfinished">Yapıştır</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="361"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="362"/> <source>&Paste</source> <translation type="unfinished">Ya&pıştır</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="361"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="362"/> <source>Ctrl+V</source> <comment>Edit|Paste</comment> <translation type="unfinished">Ctrl+V</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="361"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="362"/> <source>Shift+Ins</source> <comment>Edit|Paste</comment> <translation type="unfinished">Shift+Ins</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="368"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="369"/> <source>Paste the clipboard contents</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="369"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="370"/> <source><b>Paste</b><p>Paste the clipboard contents.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="376"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="377"/> <source>Select All</source> <translation type="unfinished">Hepsini Seç</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="376"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="377"/> <source>&Select All</source> <translation type="unfinished">Hep&sini Seç</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="376"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="377"/> <source>Ctrl+A</source> <comment>Edit|Select All</comment> <translation type="unfinished">Ctrl+A</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="383"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="384"/> <source>Select the complete binary data</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="385"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="386"/> <source><b>Select All</b><p>Selects the complete binary data.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="392"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="393"/> <source>Deselect all</source> <translation type="unfinished">Tüm seçimi iptal et</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="392"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="393"/> <source>&Deselect all</source> <translation type="unfinished">&Tüm seçimi iptal et</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="392"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="393"/> <source>Alt+Ctrl+A</source> <comment>Edit|Deselect all</comment> <translation type="unfinished">Alt+Ctrl+A</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="398"/> - <source>Deselect all binary data</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="399"/> + <source>Deselect all binary data</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="400"/> <source><b>Deselect All</b><p>Deselect all all binary data.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="406"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="407"/> <source>Save Selection Readable</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="406"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="407"/> <source>Save Selection Readable...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="410"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="411"/> <source>Save the binary data of the current selection to a file in a readable format</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="413"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="414"/> <source><b>Save Selection Readable...</b><p>Saves the binary data of the current selection to a file in a readable format.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="422"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="423"/> <source>Set Read Only</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="426"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="427"/> <source>Change the edit mode to read only</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="428"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="429"/> <source><b>Set Read Only</b><p>This changes the edit mode to read only (i.e. to view mode).</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="438"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="439"/> <source>Search</source> <translation type="unfinished">Ara</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="438"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="439"/> <source>&Search...</source> <translation type="unfinished">A&ra...</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="438"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="439"/> <source>Ctrl+F</source> <comment>Search|Search</comment> <translation type="unfinished">Ctrl+F</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="445"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="446"/> <source>Search for data</source> <translation type="unfinished">Metin olarak ara</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="446"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="447"/> <source><b>Search</b><p>Search for some data. A dialog is shown to enter the data to search for in various formats.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="454"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="455"/> <source>Search next</source> <translation type="unfinished">Sonrakini ara</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="454"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="455"/> <source>Search &next</source> <translation type="unfinished">So&nrakini ara</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="454"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="455"/> <source>F3</source> <comment>Search|Search next</comment> <translation type="unfinished">F3</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="471"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="472"/> <source>Search previous</source> <translation type="unfinished">Öncekini ara</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="471"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="472"/> <source>Search &previous</source> <translation type="unfinished">Öncekini a&ra</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="471"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="472"/> <source>Shift+F3</source> <comment>Search|Search previous</comment> <translation type="unfinished">Shift+F3</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="480"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="481"/> <source><b>Search previous</b><p>Search the previous occurrence of some data. The previously entered search data are reused.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="489"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="490"/> <source>Replace</source> <translation type="unfinished">Yerdeğiştir</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="489"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="490"/> <source>&Replace...</source> <translation type="unfinished">&Yerdeğiştir...</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="489"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="490"/> <source>Ctrl+R</source> <comment>Search|Replace</comment> <translation type="unfinished">Ctrl+R</translation> @@ -20466,389 +20466,389 @@ <translation type="obsolete">Bazı metinleri değiştir</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="543"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="544"/> <source>About</source> <translation type="unfinished">Hakkında</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="543"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="544"/> <source>&About</source> <translation type="unfinished">H&akkında</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="547"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="548"/> <source>Display information about this software</source> <translation type="unfinished">Bu yazılım hakkında bilgi göster</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="549"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="550"/> <source><b>About</b><p>Display some information about this software.</p></source> <translation type="unfinished"><b>Hakkında</b><p>Bu yazılım hakkındaki çeşitli bilgileri gösterir.</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="555"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="556"/> <source>About Qt</source> <translation type="unfinished">Qt Hakkında</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="555"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="556"/> <source>About &Qt</source> <translation type="unfinished">&Qt Hakkında</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="559"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="560"/> <source>Display information about the Qt toolkit</source> <translation type="unfinished">Qt araçkiti hakkında bilgi göster</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="561"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="562"/> <source><b>About Qt</b><p>Display some information about the Qt toolkit.</p></source> <translation type="unfinished"><b>Qt Hakkında</b><p>Qt Araçkiti hakkında bazı bilgiler gösterir.</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="568"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="569"/> <source>What's This?</source> <translation type="unfinished">Bu nedir?</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="568"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="569"/> <source>&What's This?</source> <translation type="unfinished">Bu &Nedir?</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="568"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="569"/> <source>Shift+F1</source> <comment>Help|What's This?'</comment> <translation type="unfinished">Shift+F1</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="574"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="575"/> <source>Context sensitive help</source> <translation type="unfinished">Duyarlı yardım</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="575"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="576"/> <source><b>Display context sensitive help</b><p>In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.</p></source> <translation type="unfinished"><b>Duyarlı yardım içeriğini görüntüle</b><p>Bu Nedir? modunda, Fare imleci soru işeretiyle beraber bir ok şeklindedir ve bir arayüz elemanı üzerinde tıklarsanız bu elemanın nasıl kullanılacağı ve hakkında kısa bilgi verir. bu özellik diyaloglarda başlık çubuğu üzerindeyken çıkarılan açılır menülerde de bulunmaktadır.</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="590"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="591"/> <source>Preferences</source> <translation type="unfinished">Seçenekler</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="590"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="591"/> <source>&Preferences...</source> <translation type="unfinished">&Seçenekler...</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="595"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="596"/> <source>Set the prefered configuration</source> <translation type="unfinished">tercih edilen ayarları yapınız</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="597"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="598"/> <source><b>Preferences</b><p>Set the configuration items of the application with your prefered values.</p></source> <translation type="unfinished"><b>Tercihler</b><p>Uygulamanın ayarlama maddelerini tercih ettiğiniz değerlerle ayarlayınız.</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="640"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="641"/> <source>Open a binary file for viewing</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="614"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="615"/> <source><b>Open File</b><p>This opens a binary file for viewing (i.e. in read only mode). It pops up a file selection dialog.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="620"/> - <source>Open for Editing...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="621"/> + <source>Open for Editing...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="622"/> <source>Open for Editing</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="630"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="631"/> <source>Open a binary file for editing</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="624"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="625"/> <source><b>Open for Editing</b><p>This opens a binary file for editing. It pops up a file selection dialog.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="632"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="633"/> <source><b>Open File</b><p>This opens a binary file for editing. It pops up a file selection dialog.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="638"/> - <source>Open Read Only...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="639"/> + <source>Open Read Only...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="640"/> <source>Open Read Only</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="642"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="643"/> <source><b>Open Read Only</b><p>This opens a binary file for viewing (i.e. in read only mode). It pops up a file selection dialog.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="654"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="655"/> <source>&File</source> <translation type="unfinished">&Dosya</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="672"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="673"/> <source>&Edit</source> <translation type="unfinished">Düz&en</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="696"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="697"/> <source>Se&ttings</source> <translation type="unfinished">Ayar&lar</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="702"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="703"/> <source>&Help</source> <translation type="unfinished">&Yardım</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="712"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="713"/> <source>File</source> <translation type="unfinished">Dosya</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="725"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="726"/> <source>Edit</source> <translation type="unfinished">Düzen</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="735"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="736"/> <source>Find</source> <translation type="unfinished">Bul</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="743"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="744"/> <source>Settings</source> <translation type="unfinished">Ayarlar</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="748"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="749"/> <source>Help</source> <translation type="unfinished">Yardım</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="786"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="787"/> <source><p>This part of the status bar displays the edit mode.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="793"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="795"/> <source><p>This part of the status bar displays the read only mode.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="762"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="763"/> <source><p>This part of the status bar displays the cursor address.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="778"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="779"/> <source><p>This part of the status bar displays the size of the binary data.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="843"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="846"/> <source>ro</source> <translation type="unfinished">ro</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="843"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="846"/> <source>rw</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="853"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="864"/> <source>Overwrite</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="853"/> - <source>Insert</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="864"/> + <source>Insert</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="883"/> <source>Size: {0:n}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="904"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="923"/> <source>Open binary file in new window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1021"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1040"/> <source>All Files (*)</source> <translation type="unfinished">Tüm Dosyalar (*)</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1141"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1160"/> <source>eric6 Hex Editor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="925"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="944"/> <source>The loaded file has unsaved changes.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="943"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="962"/> <source>The file '{0}' does not exist.</source> <translation type="unfinished">'{0}' dosyası mevcut değil.</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="950"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="969"/> <source>Cannot read file '{0}: {1}.</source> <translation type="unfinished">Dosya okunumıyor '{0}: {1}.</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="974"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="993"/> <source>Open binary file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1031"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1050"/> <source>Save binary file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1116"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1135"/> <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="../HexEdit/HexEditMainWindow.py" line="1141"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1160"/> <source>Cannot write file '{0}: {1}.</source> <translation type="unfinished">Dosyaya yazılamıyor '{0}: {1}.</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1147"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1166"/> <source>File saved</source> <translation type="unfinished">Dosya Kaydedildi</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1116"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1135"/> <source>Save to readable file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1100"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1119"/> <source>Text Files (*.txt);;All Files (*)</source> <translation type="unfinished">Metin Dosyaları (*.txt);;Tüm Dosyalar (*)</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1100"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1119"/> <source>Text Files (*.txt)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1181"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1200"/> <source>Untitled</source> <translation type="unfinished">Başlıksız</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1185"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1204"/> <source>{0}[*] - {1}</source> <translation type="unfinished">{0}[*] - {1}</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1185"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1204"/> <source>Hex Editor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1242"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1261"/> <source>About eric6 Hex Editor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1242"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1261"/> <source>The eric6 Hex Editor is a simple editor component to edit binary files.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="461"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="462"/> <source>Search next occurrence</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="463"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="464"/> <source><b>Search next</b><p>Search the next occurrence of some data. The previously entered search data are reused.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="478"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="479"/> <source>Search previous occurrence</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="495"/> - <source>Replace data</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="496"/> + <source>Replace data</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="497"/> <source><b>Replace</b><p>Search for some data and replace it. A dialog is shown to enter the data to search for and the replacement data in various formats.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="770"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="771"/> <source><p>This part of the status bar displays some selection information.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="810"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="813"/> <source>Address: 0x{0:0{1}x}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="832"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="835"/> <source>Selection: -</source> <comment>no selection available</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="825"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="828"/> <source>Selection: 0x{0:0{2}x} - 0x{1:0{2}x} ({3:n} Bytes)</source> <comment>0: start, 1: end, 2: address width, 3: selection length</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="513"/> - <source>Goto Offset</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="505"/> - <source>&Goto Offset...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="514"/> + <source>Goto Offset</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="506"/> + <source>&Goto Offset...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="515"/> <source><b>Goto Offset</b><p>Go to a specific address. A dialog is shown to enter the movement data.</p></source> <translation type="unfinished"></translation> </message> @@ -58032,72 +58032,72 @@ <translation>Birimtest</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="112"/> + <location filename="../Tools/TrayStarter.py" line="109"/> <source>Compare Files</source> <translation>Dosyaları Karşılaştır</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="115"/> + <location filename="../Tools/TrayStarter.py" line="112"/> <source>Compare Files side by side</source> <translation>Dosyaları yan yana karşılaştır</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="120"/> + <location filename="../Tools/TrayStarter.py" line="117"/> <source>SQL Browser</source> <translation>SQL Gözatıcısı</translation> </message> <message> + <location filename="../Tools/TrayStarter.py" line="130"/> + <source>Install Plugin</source> + <translation>Eklenti Kur</translation> + </message> + <message> <location filename="../Tools/TrayStarter.py" line="133"/> - <source>Install Plugin</source> - <translation>Eklenti Kur</translation> + <source>Uninstall Plugin</source> + <translation>Eklenti Kaldır</translation> </message> <message> <location filename="../Tools/TrayStarter.py" line="136"/> - <source>Uninstall Plugin</source> - <translation>Eklenti Kaldır</translation> - </message> - <message> - <location filename="../Tools/TrayStarter.py" line="139"/> <source>Plugin Repository</source> <translation>Eklenti Havuzu</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="144"/> + <location filename="../Tools/TrayStarter.py" line="141"/> <source>Preferences</source> <translation>Seçenekler</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="170"/> + <location filename="../Tools/TrayStarter.py" line="175"/> <source>Quit</source> <translation>Çık</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="255"/> + <location filename="../Tools/TrayStarter.py" line="260"/> <source>Process Generation Error</source> <translation>İşlem Üretecinde Hata</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="255"/> + <location filename="../Tools/TrayStarter.py" line="260"/> <source><p>Could not start the process.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>İşlem başlatılamıyor.<br>Bu durum büyük olasılıkla şundan kaynaklanıyto <b>{0}</b>.</p></translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="255"/> + <location filename="../Tools/TrayStarter.py" line="260"/> <source>OK</source> <translation>TAMAM</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="128"/> - <source>Icon Editor</source> - <translation type="unfinished">İkon Düzenleyici</translation> - </message> - <message> <location filename="../Tools/TrayStarter.py" line="125"/> + <source>Icon Editor</source> + <translation type="unfinished">İkon Düzenleyici</translation> + </message> + <message> + <location filename="../Tools/TrayStarter.py" line="122"/> <source>Snapshot</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="155"/> + <location filename="../Tools/TrayStarter.py" line="160"/> <source>Configure Tray Starter</source> <translation type="unfinished"></translation> </message> @@ -58107,20 +58107,25 @@ <translation type="unfinished">Eric5 deneme başlatıcı {6 ?}</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="107"/> + <location filename="../Tools/TrayStarter.py" line="155"/> <source>eric6 Web Browser</source> <translation type="unfinished">Eric5 Web Gözatıcısı {6 ?}</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="147"/> + <location filename="../Tools/TrayStarter.py" line="146"/> <source>eric6 IDE</source> <translation type="unfinished">eric5 IDE {6 ?}</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="150"/> + <location filename="../Tools/TrayStarter.py" line="149"/> <source>eric6 Mini Editor</source> <translation type="unfinished">eric5 Mini Düzenleyici {6 ?}</translation> </message> + <message> + <location filename="../Tools/TrayStarter.py" line="152"/> + <source>eric6 Hex Editor</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>TrayStarterPage</name> @@ -65420,7 +65425,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="505"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="506"/> <source>Ctrl+G</source> <comment>Search|Goto Offset</comment> <translation type="unfinished">Ctrl+G</translation>
--- a/i18n/eric6_zh_CN.GB2312.ts Sun Jan 17 12:18:55 2016 +0100 +++ b/i18n/eric6_zh_CN.GB2312.ts Sun Jan 17 12:57:23 2016 +0100 @@ -7861,17 +7861,17 @@ <context> <name>E5NetworkIcon</name> <message> - <location filename="../E5Network/E5NetworkIcon.py" line="58"/> + <location filename="../E5Network/E5NetworkIcon.py" line="57"/> <source><p>Shows the network status<br/><br/><b>Network:</b> {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../E5Network/E5NetworkIcon.py" line="62"/> + <location filename="../E5Network/E5NetworkIcon.py" line="61"/> <source>Connected</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../E5Network/E5NetworkIcon.py" line="64"/> + <location filename="../E5Network/E5NetworkIcon.py" line="63"/> <source>Offline</source> <translation type="unfinished"></translation> </message> @@ -19891,547 +19891,547 @@ <context> <name>HexEditMainWindow</name> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="151"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="152"/> <source>New Window</source> <translation type="unfinished">新建窗口</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="151"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="152"/> <source>New &Window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="156"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="157"/> <source>Open a binary file for editing in a new hex editor window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="158"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="159"/> <source><b>New Window</b><p>This opens a binary file for editing in a new hex editor window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="167"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="168"/> <source>Open</source> <translation type="unfinished">打开</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="167"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="168"/> <source>&Open...</source> <translation type="unfinished">打开(&O)……</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="167"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="168"/> <source>Ctrl+O</source> <comment>File|Open</comment> <translation type="unfinished">Ctrl+O</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="183"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="184"/> <source>Save</source> <translation type="unfinished">保存</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="183"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="184"/> <source>&Save</source> <translation type="unfinished">保存(&S)</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="183"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="184"/> <source>Ctrl+S</source> <comment>File|Save</comment> <translation type="unfinished">Ctrl+S</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="189"/> - <source>Save the current binary file</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="190"/> + <source>Save the current binary file</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="191"/> <source><b>Save File</b><p>Save the contents of the hex editor window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="197"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="198"/> <source>Save As</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="197"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="198"/> <source>Save &As...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="197"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="198"/> <source>Shift+Ctrl+S</source> <comment>File|Save As</comment> <translation type="unfinished">Shift+Ctrl+S</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="203"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="204"/> <source>Save the current binary data to a new file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="205"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="206"/> <source><b>Save As...</b><p>Saves the current binary data to a new file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="212"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="213"/> <source>Save As Readable</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="212"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="213"/> <source>Save As &Readable...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="216"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="217"/> <source>Save the current binary data to a new file in a readable format</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="219"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="220"/> <source><b>Save As Readable...</b><p>Saves the current binary data to a new file in a readable format.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="227"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="228"/> <source>Close</source> <translation type="unfinished">关闭</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="227"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="228"/> <source>&Close</source> <translation type="unfinished">关闭(&C)</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="227"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="228"/> <source>Ctrl+W</source> <comment>File|Close</comment> <translation type="unfinished">Ctrl+W</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="233"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="234"/> <source>Close the current hex editor window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="235"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="236"/> <source><b>Close</b><p>Closes the current hex editor window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="242"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="243"/> <source>Close All</source> <translation type="unfinished">全部关闭</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="242"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="243"/> <source>Close &All</source> <translation type="unfinished">全部关闭(&A)</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="246"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="247"/> <source>Close all hex editor windows</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="248"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="249"/> <source><b>Close All</b><p>Closes all hex editor windows.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="255"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="256"/> <source>Close Others</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="259"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="260"/> <source>Close all hex other editor windows</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="261"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="262"/> <source><b>Close Others</b><p>Closes all other hex editor windows.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="268"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="269"/> <source>Quit</source> <translation type="unfinished">退出</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="268"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="269"/> <source>&Quit</source> <translation type="unfinished">退出(&Q)</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="268"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="269"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation type="unfinished">Ctrl+Q</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="274"/> - <source>Quit the hex editor</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="275"/> + <source>Quit the hex editor</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="276"/> <source><b>Quit</b><p>Quit the hex editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="287"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="288"/> <source>Undo</source> <translation type="unfinished">撤消</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="287"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="288"/> <source>&Undo</source> <translation type="unfinished">撤消(&U)</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="287"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="288"/> <source>Ctrl+Z</source> <comment>Edit|Undo</comment> <translation type="unfinished">Ctrl+Z</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="287"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="288"/> <source>Alt+Backspace</source> <comment>Edit|Undo</comment> <translation type="unfinished">Alt+Backspace</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="294"/> - <source>Undo the last change</source> - <translation type="unfinished">撤消最后一次更改</translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="295"/> + <source>Undo the last change</source> + <translation type="unfinished">撤消最后一次更改</translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="296"/> <source><b>Undo</b><p>Undo the last change done.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="302"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="303"/> <source>Redo</source> <translation type="unfinished">重做</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="302"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="303"/> <source>&Redo</source> <translation type="unfinished">重做(&R)</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="302"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="303"/> <source>Ctrl+Shift+Z</source> <comment>Edit|Redo</comment> <translation type="unfinished">Ctrl+Shift+Z</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="308"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="309"/> <source>Redo the last change</source> <translation type="unfinished">重做最后一次更改</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="309"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="310"/> <source><b>Redo</b><p>Redo the last change done.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="322"/> - <source>Revert to last saved state</source> - <translation type="unfinished">还原到最后保存的状态</translation> - </message> - <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="316"/> - <source>Re&vert to last saved state</source> - <translation type="unfinished">还原到最后保存的状态(&v)</translation> - </message> - <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="316"/> - <source>Ctrl+Y</source> - <comment>Edit|Revert</comment> - <translation type="unfinished">Ctrl+Y</translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="323"/> + <source>Revert to last saved state</source> + <translation type="unfinished">还原到最后保存的状态</translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="317"/> + <source>Re&vert to last saved state</source> + <translation type="unfinished">还原到最后保存的状态(&v)</translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="317"/> + <source>Ctrl+Y</source> + <comment>Edit|Revert</comment> + <translation type="unfinished">Ctrl+Y</translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="324"/> <source><b>Revert to last saved state</b><p>Undo all changes up to the last saved state of the editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="331"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="332"/> <source>Cut</source> <translation type="unfinished">剪切</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="331"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="332"/> <source>Cu&t</source> <translation type="unfinished">剪切(&t)</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="331"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="332"/> <source>Ctrl+X</source> <comment>Edit|Cut</comment> <translation type="unfinished">Ctrl+X</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="331"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="332"/> <source>Shift+Del</source> <comment>Edit|Cut</comment> <translation type="unfinished">Shift+Del</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="338"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="339"/> <source>Cut the selection</source> <translation type="unfinished">剪切所选内容</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="339"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="340"/> <source><b>Cut</b><p>Cut the selected binary area to the clipboard.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="346"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="347"/> <source>Copy</source> <translation type="unfinished">复制</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="346"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="347"/> <source>&Copy</source> <translation type="unfinished">复制(&C)</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="346"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="347"/> <source>Ctrl+C</source> <comment>Edit|Copy</comment> <translation type="unfinished">Ctrl+C</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="346"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="347"/> <source>Ctrl+Ins</source> <comment>Edit|Copy</comment> <translation type="unfinished">Ctrl+Ins</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="353"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="354"/> <source>Copy the selection</source> <translation type="unfinished">复制所选内容</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="354"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="355"/> <source><b>Copy</b><p>Copy the selected binary area to the clipboard.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="361"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="362"/> <source>Paste</source> <translation type="unfinished">粘贴</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="361"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="362"/> <source>&Paste</source> <translation type="unfinished">粘贴(&P)</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="361"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="362"/> <source>Ctrl+V</source> <comment>Edit|Paste</comment> <translation type="unfinished">Ctrl+V</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="361"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="362"/> <source>Shift+Ins</source> <comment>Edit|Paste</comment> <translation type="unfinished">Shift+Ins</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="368"/> - <source>Paste the clipboard contents</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="369"/> + <source>Paste the clipboard contents</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="370"/> <source><b>Paste</b><p>Paste the clipboard contents.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="376"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="377"/> <source>Select All</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="376"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="377"/> <source>&Select All</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="376"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="377"/> <source>Ctrl+A</source> <comment>Edit|Select All</comment> <translation type="unfinished">Ctrl+A</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="383"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="384"/> <source>Select the complete binary data</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="385"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="386"/> <source><b>Select All</b><p>Selects the complete binary data.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="392"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="393"/> <source>Deselect all</source> <translation type="unfinished">全部取消选择</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="392"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="393"/> <source>&Deselect all</source> <translation type="unfinished">全部取消选择(&D)</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="392"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="393"/> <source>Alt+Ctrl+A</source> <comment>Edit|Deselect all</comment> <translation type="unfinished">Alt+Ctrl+A</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="398"/> - <source>Deselect all binary data</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="399"/> + <source>Deselect all binary data</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="400"/> <source><b>Deselect All</b><p>Deselect all all binary data.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="406"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="407"/> <source>Save Selection Readable</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="406"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="407"/> <source>Save Selection Readable...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="410"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="411"/> <source>Save the binary data of the current selection to a file in a readable format</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="413"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="414"/> <source><b>Save Selection Readable...</b><p>Saves the binary data of the current selection to a file in a readable format.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="422"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="423"/> <source>Set Read Only</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="426"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="427"/> <source>Change the edit mode to read only</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="428"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="429"/> <source><b>Set Read Only</b><p>This changes the edit mode to read only (i.e. to view mode).</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="438"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="439"/> <source>Search</source> <translation type="unfinished">搜索</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="438"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="439"/> <source>&Search...</source> <translation type="unfinished">搜索(&S)……</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="438"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="439"/> <source>Ctrl+F</source> <comment>Search|Search</comment> <translation type="unfinished">Ctrl+F</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="445"/> - <source>Search for data</source> - <translation type="unfinished">搜索文本</translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="446"/> + <source>Search for data</source> + <translation type="unfinished">搜索文本</translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="447"/> <source><b>Search</b><p>Search for some data. A dialog is shown to enter the data to search for in various formats.</p></source> <translation type="unfinished"><b>搜索</b><p>在当前编辑器中搜索某文本。显示一个对话框可以输入要搜索的文本和搜索选项。</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="454"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="455"/> <source>Search next</source> <translation type="unfinished">搜索下一个</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="454"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="455"/> <source>Search &next</source> <translation type="unfinished">搜索下一个(&n)</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="454"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="455"/> <source>F3</source> <comment>Search|Search next</comment> <translation type="unfinished">F3</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="461"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="462"/> <source>Search next occurrence</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="463"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="464"/> <source><b>Search next</b><p>Search the next occurrence of some data. The previously entered search data are reused.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="471"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="472"/> <source>Search previous</source> <translation type="unfinished">搜索上一个</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="471"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="472"/> <source>Search &previous</source> <translation type="unfinished">搜索上一个(&p)</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="471"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="472"/> <source>Shift+F3</source> <comment>Search|Search previous</comment> <translation type="unfinished">Shift+F3</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="480"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="481"/> <source><b>Search previous</b><p>Search the previous occurrence of some data. The previously entered search data are reused.</p></source> <translation type="unfinished"><b>搜索上一个</b><p>在当前编辑器中搜索某文本上一次出现的位置。仍然使用前面输入的搜索文本和选项。</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="489"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="490"/> <source>Replace</source> <translation type="unfinished">替换</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="489"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="490"/> <source>&Replace...</source> <translation type="unfinished">替换(&R)……</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="489"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="490"/> <source>Ctrl+R</source> <comment>Search|Replace</comment> <translation type="unfinished">Ctrl+R</translation> @@ -20447,377 +20447,377 @@ <translation type="obsolete"><b>替换</b><p>在当前编辑器搜索某文本并替换之。显示一个对话框可输入搜索文本、替换文本以及搜索替换的选项。</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="543"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="544"/> <source>About</source> <translation type="unfinished">关于</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="543"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="544"/> <source>&About</source> <translation type="unfinished">关于(&A)</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="547"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="548"/> <source>Display information about this software</source> <translation type="unfinished">显示软件信息</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="549"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="550"/> <source><b>About</b><p>Display some information about this software.</p></source> <translation type="unfinished"><b>关于</b><p>显示与本软件有关的部分信息。</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="555"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="556"/> <source>About Qt</source> <translation type="unfinished">关于 Qt</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="555"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="556"/> <source>About &Qt</source> <translation type="unfinished">关于 &Qt</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="559"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="560"/> <source>Display information about the Qt toolkit</source> <translation type="unfinished">显示Qt工具包信息</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="561"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="562"/> <source><b>About Qt</b><p>Display some information about the Qt toolkit.</p></source> <translation type="unfinished"><b>关于 Qt</b><p>显示Qt工具包的部分相关信息。</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="568"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="569"/> <source>What's This?</source> <translation type="unfinished">这是什么?</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="568"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="569"/> <source>&What's This?</source> <translation type="unfinished">这是什么(&W)?</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="568"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="569"/> <source>Shift+F1</source> <comment>Help|What's This?'</comment> <translation type="unfinished">Shift+F1</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="574"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="575"/> <source>Context sensitive help</source> <translation type="unfinished">背景帮助</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="575"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="576"/> <source><b>Display context sensitive help</b><p>In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.</p></source> <translation type="unfinished"><b>显示背景帮助</b><p>在“这是什么?”模式中,鼠标光标显示为带问号的箭头,通过点击界面元素你可以获得“在做什么”和“怎样使用”的简短描述。使用标题栏中的上下文帮助按钮可以获得此功能。</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="590"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="591"/> <source>Preferences</source> <translation type="unfinished">参数选择</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="590"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="591"/> <source>&Preferences...</source> <translation type="unfinished">参数选择(&P)……</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="595"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="596"/> <source>Set the prefered configuration</source> <translation type="unfinished">设定偏好配置</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="597"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="598"/> <source><b>Preferences</b><p>Set the configuration items of the application with your prefered values.</p></source> <translation type="unfinished"><b>参数选择</b><p>将应用程序的配置项设定为你喜欢的值。</p></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="640"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="641"/> <source>Open a binary file for viewing</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="614"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="615"/> <source><b>Open File</b><p>This opens a binary file for viewing (i.e. in read only mode). It pops up a file selection dialog.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="620"/> - <source>Open for Editing...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="621"/> + <source>Open for Editing...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="622"/> <source>Open for Editing</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="630"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="631"/> <source>Open a binary file for editing</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="624"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="625"/> <source><b>Open for Editing</b><p>This opens a binary file for editing. It pops up a file selection dialog.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="632"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="633"/> <source><b>Open File</b><p>This opens a binary file for editing. It pops up a file selection dialog.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="638"/> - <source>Open Read Only...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="639"/> + <source>Open Read Only...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="640"/> <source>Open Read Only</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="642"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="643"/> <source><b>Open Read Only</b><p>This opens a binary file for viewing (i.e. in read only mode). It pops up a file selection dialog.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="654"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="655"/> <source>&File</source> <translation type="unfinished">文件(&F)</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="672"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="673"/> <source>&Edit</source> <translation type="unfinished">编辑(&E)</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="696"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="697"/> <source>Se&ttings</source> <translation type="unfinished">设置(&t)</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="702"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="703"/> <source>&Help</source> <translation type="unfinished">帮助(&H)</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="712"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="713"/> <source>File</source> <translation type="unfinished">文件</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="725"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="726"/> <source>Edit</source> <translation type="unfinished">编辑</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="735"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="736"/> <source>Find</source> <translation type="unfinished">查找</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="743"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="744"/> <source>Settings</source> <translation type="unfinished">设置</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="748"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="749"/> <source>Help</source> <translation type="unfinished">帮助</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="786"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="787"/> <source><p>This part of the status bar displays the edit mode.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="793"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="795"/> <source><p>This part of the status bar displays the read only mode.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="762"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="763"/> <source><p>This part of the status bar displays the cursor address.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="778"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="779"/> <source><p>This part of the status bar displays the size of the binary data.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="843"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="846"/> <source>ro</source> <translation type="unfinished">ro</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="843"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="846"/> <source>rw</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="853"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="864"/> <source>Overwrite</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="853"/> - <source>Insert</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="864"/> + <source>Insert</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="883"/> <source>Size: {0:n}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="904"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="923"/> <source>Open binary file in new window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1021"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1040"/> <source>All Files (*)</source> <translation type="unfinished">所有文件 (*)</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1141"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1160"/> <source>eric6 Hex Editor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="925"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="944"/> <source>The loaded file has unsaved changes.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="943"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="962"/> <source>The file '{0}' does not exist.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="950"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="969"/> <source>Cannot read file '{0}: {1}.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="974"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="993"/> <source>Open binary file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1031"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1050"/> <source>Save binary file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1116"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1135"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1141"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1160"/> <source>Cannot write file '{0}: {1}.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1147"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1166"/> <source>File saved</source> <translation type="unfinished">文件已保存</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1116"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1135"/> <source>Save to readable file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1100"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1119"/> <source>Text Files (*.txt);;All Files (*)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1100"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1119"/> <source>Text Files (*.txt)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1181"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1200"/> <source>Untitled</source> <translation type="unfinished">未命名</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1185"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1204"/> <source>{0}[*] - {1}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1185"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1204"/> <source>Hex Editor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1242"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1261"/> <source>About eric6 Hex Editor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="1242"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="1261"/> <source>The eric6 Hex Editor is a simple editor component to edit binary files.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="478"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="479"/> <source>Search previous occurrence</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="495"/> - <source>Replace data</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="496"/> + <source>Replace data</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="497"/> <source><b>Replace</b><p>Search for some data and replace it. A dialog is shown to enter the data to search for and the replacement data in various formats.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="770"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="771"/> <source><p>This part of the status bar displays some selection information.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="810"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="813"/> <source>Address: 0x{0:0{1}x}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="832"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="835"/> <source>Selection: -</source> <comment>no selection available</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="825"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="828"/> <source>Selection: 0x{0:0{2}x} - 0x{1:0{2}x} ({3:n} Bytes)</source> <comment>0: start, 1: end, 2: address width, 3: selection length</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="513"/> - <source>Goto Offset</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="505"/> - <source>&Goto Offset...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="514"/> + <source>Goto Offset</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="506"/> + <source>&Goto Offset...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../HexEdit/HexEditMainWindow.py" line="515"/> <source><b>Goto Offset</b><p>Go to a specific address. A dialog is shown to enter the movement data.</p></source> <translation type="unfinished"></translation> </message> @@ -58188,72 +58188,72 @@ <translation>单元测试</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="112"/> + <location filename="../Tools/TrayStarter.py" line="109"/> <source>Compare Files</source> <translation>比较文件</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="115"/> + <location filename="../Tools/TrayStarter.py" line="112"/> <source>Compare Files side by side</source> <translation>并排比较文件</translation> </message> <message> + <location filename="../Tools/TrayStarter.py" line="130"/> + <source>Install Plugin</source> + <translation>安装插件</translation> + </message> + <message> <location filename="../Tools/TrayStarter.py" line="133"/> - <source>Install Plugin</source> - <translation>安装插件</translation> + <source>Uninstall Plugin</source> + <translation>卸载插件</translation> </message> <message> <location filename="../Tools/TrayStarter.py" line="136"/> - <source>Uninstall Plugin</source> - <translation>卸载插件</translation> - </message> - <message> - <location filename="../Tools/TrayStarter.py" line="139"/> <source>Plugin Repository</source> <translation>插件储存库</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="144"/> + <location filename="../Tools/TrayStarter.py" line="141"/> <source>Preferences</source> <translation>参数选择</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="170"/> + <location filename="../Tools/TrayStarter.py" line="175"/> <source>Quit</source> <translation>退出</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="255"/> + <location filename="../Tools/TrayStarter.py" line="260"/> <source>Process Generation Error</source> <translation>进程生成错误</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="255"/> + <location filename="../Tools/TrayStarter.py" line="260"/> <source>OK</source> <translation>确定</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="120"/> + <location filename="../Tools/TrayStarter.py" line="117"/> <source>SQL Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="255"/> + <location filename="../Tools/TrayStarter.py" line="260"/> <source><p>Could not start the process.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="128"/> - <source>Icon Editor</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Tools/TrayStarter.py" line="125"/> + <source>Icon Editor</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Tools/TrayStarter.py" line="122"/> <source>Snapshot</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="155"/> + <location filename="../Tools/TrayStarter.py" line="160"/> <source>Configure Tray Starter</source> <translation type="unfinished"></translation> </message> @@ -58263,20 +58263,25 @@ <translation type="unfinished">Eric4 系统托盘图标 {5 ?} {6 ?}</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="107"/> + <location filename="../Tools/TrayStarter.py" line="155"/> <source>eric6 Web Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="147"/> + <location filename="../Tools/TrayStarter.py" line="146"/> <source>eric6 IDE</source> <translation type="unfinished">Eric4 IDE {5 ?} {6 ?}</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="150"/> + <location filename="../Tools/TrayStarter.py" line="149"/> <source>eric6 Mini Editor</source> <translation type="unfinished">Eric4 小型编辑器 {5 ?} {6 ?}</translation> </message> + <message> + <location filename="../Tools/TrayStarter.py" line="152"/> + <source>eric6 Hex Editor</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>TrayStarterPage</name> @@ -65594,7 +65599,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="505"/> + <location filename="../HexEdit/HexEditMainWindow.py" line="506"/> <source>Ctrl+G</source> <comment>Search|Goto Offset</comment> <translation type="unfinished">Ctrl+G</translation>
--- a/install.py Sun Jan 17 12:18:55 2016 +0100 +++ b/install.py Sun Jan 17 12:57:23 2016 +0100 @@ -527,7 +527,7 @@ "eric6_plugininstall", "eric6_pluginuninstall", "eric6_pluginrepository", "eric6_sqlbrowser", "eric6_webbrowser", "eric6_iconeditor", - "eric6_snap", + "eric6_snap", "eric6_hexeditor", ] if includePythonVariant: marker = PythonMarkers[sys.version_info.major] @@ -631,12 +631,13 @@ for name in ["eric6_api", "eric6_doc"]: wnames.append(createPyWrapper(cfg['ericDir'], name, False)) for name in ["eric6_compare", "eric6_configure", "eric6_diff", - "eric6_editor", "eric6_iconeditor", "eric6_plugininstall", - "eric6_pluginrepository", "eric6_pluginuninstall", - "eric6_qregexp", "eric6_qregularexpression", "eric6_re", - "eric6_snap", "eric6_sqlbrowser", "eric6_tray", - "eric6_trpreviewer", "eric6_uipreviewer", "eric6_unittest", - "eric6_webbrowser", "eric6"]: + "eric6_editor", "eric6_hexeditor", "eric6_iconeditor", + "eric6_plugininstall", "eric6_pluginrepository", + "eric6_pluginuninstall", "eric6_qregexp", + "eric6_qregularexpression", "eric6_re", "eric6_snap", + "eric6_sqlbrowser", "eric6_tray", "eric6_trpreviewer", + "eric6_uipreviewer", "eric6_unittest", "eric6_webbrowser", + "eric6"]: wnames.append(createPyWrapper(cfg['ericDir'], name)) # set install prefix, if not None
--- a/uninstall.py Sun Jan 17 12:18:55 2016 +0100 +++ b/uninstall.py Sun Jan 17 12:57:23 2016 +0100 @@ -132,7 +132,7 @@ "eric6_plugininstall", "eric6_pluginuninstall", "eric6_pluginrepository", "eric6_sqlbrowser", "eric6_webbrowser", "eric6_iconeditor", - "eric6_snap", + "eric6_snap", "eric6_hexeditor", ] if includePythonVariant: marker = PythonMarkers[sys.version_info.major]