Sun, 23 Apr 2017 16:40:31 +0200
Modified the handling of the Up/Down arrows of the shell widget.
diff -r 50b6867ffcd3 -r f0d08bdeacf4 Documentation/Help/source.qch Binary file Documentation/Help/source.qch has changed
diff -r 50b6867ffcd3 -r f0d08bdeacf4 Documentation/Help/source.qhp --- a/Documentation/Help/source.qhp Sat Apr 22 15:37:18 2017 +0200 +++ b/Documentation/Help/source.qhp Sun Apr 23 16:40:31 2017 +0200 @@ -12337,17 +12337,18 @@ <keyword name="Shell.__QScintillaCharLeft" id="Shell.__QScintillaCharLeft" ref="eric6.QScintilla.Shell.html#Shell.__QScintillaCharLeft" /> <keyword name="Shell.__QScintillaCharLeftExtend" id="Shell.__QScintillaCharLeftExtend" ref="eric6.QScintilla.Shell.html#Shell.__QScintillaCharLeftExtend" /> <keyword name="Shell.__QScintillaCharRight" id="Shell.__QScintillaCharRight" ref="eric6.QScintilla.Shell.html#Shell.__QScintillaCharRight" /> + <keyword name="Shell.__QScintillaCommand" id="Shell.__QScintillaCommand" ref="eric6.QScintilla.Shell.html#Shell.__QScintillaCommand" /> <keyword name="Shell.__QScintillaDelete" id="Shell.__QScintillaDelete" ref="eric6.QScintilla.Shell.html#Shell.__QScintillaDelete" /> <keyword name="Shell.__QScintillaDeleteBack" id="Shell.__QScintillaDeleteBack" ref="eric6.QScintilla.Shell.html#Shell.__QScintillaDeleteBack" /> <keyword name="Shell.__QScintillaDeleteLineLeft" id="Shell.__QScintillaDeleteLineLeft" ref="eric6.QScintilla.Shell.html#Shell.__QScintillaDeleteLineLeft" /> <keyword name="Shell.__QScintillaDeleteLineRight" id="Shell.__QScintillaDeleteLineRight" ref="eric6.QScintilla.Shell.html#Shell.__QScintillaDeleteLineRight" /> <keyword name="Shell.__QScintillaDeleteWordLeft" id="Shell.__QScintillaDeleteWordLeft" ref="eric6.QScintilla.Shell.html#Shell.__QScintillaDeleteWordLeft" /> <keyword name="Shell.__QScintillaDeleteWordRight" id="Shell.__QScintillaDeleteWordRight" ref="eric6.QScintilla.Shell.html#Shell.__QScintillaDeleteWordRight" /> + <keyword name="Shell.__QScintillaHistoryDown" id="Shell.__QScintillaHistoryDown" ref="eric6.QScintilla.Shell.html#Shell.__QScintillaHistoryDown" /> + <keyword name="Shell.__QScintillaHistoryUp" id="Shell.__QScintillaHistoryUp" ref="eric6.QScintilla.Shell.html#Shell.__QScintillaHistoryUp" /> <keyword name="Shell.__QScintillaLeftCommand" id="Shell.__QScintillaLeftCommand" ref="eric6.QScintilla.Shell.html#Shell.__QScintillaLeftCommand" /> <keyword name="Shell.__QScintillaLeftDeleteCommand" id="Shell.__QScintillaLeftDeleteCommand" ref="eric6.QScintilla.Shell.html#Shell.__QScintillaLeftDeleteCommand" /> - <keyword name="Shell.__QScintillaLineDown" id="Shell.__QScintillaLineDown" ref="eric6.QScintilla.Shell.html#Shell.__QScintillaLineDown" /> <keyword name="Shell.__QScintillaLineEnd" id="Shell.__QScintillaLineEnd" ref="eric6.QScintilla.Shell.html#Shell.__QScintillaLineEnd" /> - <keyword name="Shell.__QScintillaLineUp" id="Shell.__QScintillaLineUp" ref="eric6.QScintilla.Shell.html#Shell.__QScintillaLineUp" /> <keyword name="Shell.__QScintillaNewline" id="Shell.__QScintillaNewline" ref="eric6.QScintilla.Shell.html#Shell.__QScintillaNewline" /> <keyword name="Shell.__QScintillaRightCommand" id="Shell.__QScintillaRightCommand" ref="eric6.QScintilla.Shell.html#Shell.__QScintillaRightCommand" /> <keyword name="Shell.__QScintillaTab" id="Shell.__QScintillaTab" ref="eric6.QScintilla.Shell.html#Shell.__QScintillaTab" />
diff -r 50b6867ffcd3 -r f0d08bdeacf4 Documentation/Source/eric6.QScintilla.Shell.html --- a/Documentation/Source/eric6.QScintilla.Shell.html Sat Apr 22 15:37:18 2017 +0200 +++ b/Documentation/Source/eric6.QScintilla.Shell.html Sun Apr 23 16:40:31 2017 +0200 @@ -85,6 +85,9 @@ <td><a href="#Shell.__QScintillaCharRight">__QScintillaCharRight</a></td> <td>Private method to handle the Cursor Right command.</td> </tr><tr> +<td><a href="#Shell.__QScintillaCommand">__QScintillaCommand</a></td> +<td>Private method to send the command to QScintilla.</td> +</tr><tr> <td><a href="#Shell.__QScintillaDelete">__QScintillaDelete</a></td> <td>Private method to handle the delete command.</td> </tr><tr> @@ -103,21 +106,21 @@ <td><a href="#Shell.__QScintillaDeleteWordRight">__QScintillaDeleteWordRight</a></td> <td>Private method to handle the Delete Word Right command.</td> </tr><tr> +<td><a href="#Shell.__QScintillaHistoryDown">__QScintillaHistoryDown</a></td> +<td>Private method to handle the Ctrl+Down key.</td> +</tr><tr> +<td><a href="#Shell.__QScintillaHistoryUp">__QScintillaHistoryUp</a></td> +<td>Private method to handle the Ctrl+Up key.</td> +</tr><tr> <td><a href="#Shell.__QScintillaLeftCommand">__QScintillaLeftCommand</a></td> <td>Private method to handle a QScintilla command working to the left.</td> </tr><tr> <td><a href="#Shell.__QScintillaLeftDeleteCommand">__QScintillaLeftDeleteCommand</a></td> <td>Private method to handle a QScintilla delete command working to the left.</td> </tr><tr> -<td><a href="#Shell.__QScintillaLineDown">__QScintillaLineDown</a></td> -<td>Private method to handle the Down key.</td> -</tr><tr> <td><a href="#Shell.__QScintillaLineEnd">__QScintillaLineEnd</a></td> <td>Private method to handle the End key.</td> </tr><tr> -<td><a href="#Shell.__QScintillaLineUp">__QScintillaLineUp</a></td> -<td>Private method to handle the Up key.</td> -</tr><tr> <td><a href="#Shell.__QScintillaNewline">__QScintillaNewline</a></td> <td>Private method to handle the Return key.</td> </tr><tr> @@ -417,7 +420,17 @@ <b>__QScintillaCharRight</b>(<i></i>) <p> Private method to handle the Cursor Right command. -</p><a NAME="Shell.__QScintillaDelete" ID="Shell.__QScintillaDelete"></a> +</p><a NAME="Shell.__QScintillaCommand" ID="Shell.__QScintillaCommand"></a> +<h4>Shell.__QScintillaCommand</h4> +<b>__QScintillaCommand</b>(<i>cmd</i>) +<p> + Private method to send the command to QScintilla. +</p><dl> +<dt><i>cmd</i></dt> +<dd> +QScintilla command +</dd> +</dl><a NAME="Shell.__QScintillaDelete" ID="Shell.__QScintillaDelete"></a> <h4>Shell.__QScintillaDelete</h4> <b>__QScintillaDelete</b>(<i></i>) <p> @@ -447,7 +460,27 @@ <b>__QScintillaDeleteWordRight</b>(<i></i>) <p> Private method to handle the Delete Word Right command. -</p><a NAME="Shell.__QScintillaLeftCommand" ID="Shell.__QScintillaLeftCommand"></a> +</p><a NAME="Shell.__QScintillaHistoryDown" ID="Shell.__QScintillaHistoryDown"></a> +<h4>Shell.__QScintillaHistoryDown</h4> +<b>__QScintillaHistoryDown</b>(<i>cmd</i>) +<p> + Private method to handle the Ctrl+Down key. +</p><dl> +<dt><i>cmd</i></dt> +<dd> +QScintilla command +</dd> +</dl><a NAME="Shell.__QScintillaHistoryUp" ID="Shell.__QScintillaHistoryUp"></a> +<h4>Shell.__QScintillaHistoryUp</h4> +<b>__QScintillaHistoryUp</b>(<i>cmd</i>) +<p> + Private method to handle the Ctrl+Up key. +</p><dl> +<dt><i>cmd</i></dt> +<dd> +QScintilla command +</dd> +</dl><a NAME="Shell.__QScintillaLeftCommand" ID="Shell.__QScintillaLeftCommand"></a> <h4>Shell.__QScintillaLeftCommand</h4> <b>__QScintillaLeftCommand</b>(<i>method, allLinesAllowed=False</i>) <p> @@ -472,16 +505,6 @@ <dd> shell method to execute </dd> -</dl><a NAME="Shell.__QScintillaLineDown" ID="Shell.__QScintillaLineDown"></a> -<h4>Shell.__QScintillaLineDown</h4> -<b>__QScintillaLineDown</b>(<i>cmd</i>) -<p> - Private method to handle the Down key. -</p><dl> -<dt><i>cmd</i></dt> -<dd> -QScintilla command -</dd> </dl><a NAME="Shell.__QScintillaLineEnd" ID="Shell.__QScintillaLineEnd"></a> <h4>Shell.__QScintillaLineEnd</h4> <b>__QScintillaLineEnd</b>(<i>cmd</i>) @@ -492,16 +515,6 @@ <dd> QScintilla command </dd> -</dl><a NAME="Shell.__QScintillaLineUp" ID="Shell.__QScintillaLineUp"></a> -<h4>Shell.__QScintillaLineUp</h4> -<b>__QScintillaLineUp</b>(<i>cmd</i>) -<p> - Private method to handle the Up key. -</p><dl> -<dt><i>cmd</i></dt> -<dd> -QScintilla command -</dd> </dl><a NAME="Shell.__QScintillaNewline" ID="Shell.__QScintillaNewline"></a> <h4>Shell.__QScintillaNewline</h4> <b>__QScintillaNewline</b>(<i>cmd</i>)
diff -r 50b6867ffcd3 -r f0d08bdeacf4 QScintilla/Shell.py --- a/QScintilla/Shell.py Sat Apr 22 15:37:18 2017 +0200 +++ b/QScintilla/Shell.py Sun Apr 23 16:40:31 2017 +0200 @@ -297,8 +297,10 @@ QsciScintilla.SCI_WORDRIGHT: self.__QScintillaWordRight, QsciScintilla.SCI_VCHOME: self.__QScintillaVCHome, QsciScintilla.SCI_LINEEND: self.__QScintillaLineEnd, - QsciScintilla.SCI_LINEUP: self.__QScintillaLineUp, - QsciScintilla.SCI_LINEDOWN: self.__QScintillaLineDown, + QsciScintilla.SCI_LINEUP: self.__QScintillaCommand, + QsciScintilla.SCI_LINEDOWN: self.__QScintillaCommand, + QsciScintilla.SCI_LINESCROLLUP: self.__QScintillaHistoryUp, + QsciScintilla.SCI_LINESCROLLDOWN: self.__QScintillaHistoryDown, QsciScintilla.SCI_PAGEUP: self.__QScintillaAutoCompletionCommand, QsciScintilla.SCI_PAGEDOWN: self.__QScintillaAutoCompletionCommand, @@ -705,6 +707,9 @@ Private method to write the prompt. """ self.__write(self.inContinue and sys.ps2 or sys.ps1) + # little trick to get the cursor position registered within QScintilla + self.SendScintilla(QsciScintilla.SCI_CHARLEFT) + self.SendScintilla(QsciScintilla.SCI_CHARRIGHT) def __clientStatement(self, more): """ @@ -1091,6 +1096,14 @@ else: ev.ignore() + def __QScintillaCommand(self, cmd): + """ + Private method to send the command to QScintilla. + + @param cmd QScintilla command + """ + self.SendScintilla(cmd) + def __QScintillaTab(self, cmd): """ Private method to handle the Tab key. @@ -1210,6 +1223,22 @@ buf = buf.replace(sys.ps2, "") self.insert('\n') self.__executeCommand(buf) + else: + txt = "" + line, col = self.getCursorPosition() + if self.hasSelectedText(): + lineFrom, indexFrom, lineTo, indexTo = self.getSelection() + if line == lineFrom: + txt = self.text(line)[indexFrom:].rstrip() + elif line == lineTo: + txt = self.text(line)[:indexTo] + else: + txt = self.text(line)[col:].rstrip() + + if txt: + line, col = self.__getEndPos() + self.setCursorPosition(line, col) + self.insert(txt) def __QScintillaLeftCommand(self, method, allLinesAllowed=False): """ @@ -1229,6 +1258,8 @@ method() elif col > 0: method() + else: + method() def __QScintillaCharLeft(self): """ @@ -1250,6 +1281,8 @@ """ if self.__isCursorOnLastLine(): method() + else: + method() def __QScintillaCharRight(self): """ @@ -1304,73 +1337,67 @@ elif self.__isCursorOnLastLine(): self.moveCursorToEOL() - def __QScintillaLineUp(self, cmd): + def __QScintillaHistoryUp(self, cmd): """ - Private method to handle the Up key. + Private method to handle the Ctrl+Up key. @param cmd QScintilla command """ - if self.isListActive(): - self.SendScintilla(cmd) + line, col = self.__getEndPos() + buf = self.text(line) + if buf.startswith(sys.ps1): + buf = buf.replace(sys.ps1, "") + if buf.startswith(sys.ps2): + buf = buf.replace(sys.ps2, "") + if buf and self.incrementalSearchActive: + if self.incrementalSearchString: + idx = self.__rsearchHistory(self.incrementalSearchString, + self.histidx) + if idx >= 0: + self.histidx = idx + self.__useHistory() + else: + idx = self.__rsearchHistory(buf) + if idx >= 0: + self.histidx = idx + self.incrementalSearchString = buf + self.__useHistory() else: - line, col = self.__getEndPos() - buf = self.text(line) - if buf.startswith(sys.ps1): - buf = buf.replace(sys.ps1, "") - if buf.startswith(sys.ps2): - buf = buf.replace(sys.ps2, "") - if buf and self.incrementalSearchActive: - if self.incrementalSearchString: - idx = self.__rsearchHistory(self.incrementalSearchString, - self.histidx) - if idx >= 0: - self.histidx = idx - self.__useHistory() - else: - idx = self.__rsearchHistory(buf) - if idx >= 0: - self.histidx = idx - self.incrementalSearchString = buf - self.__useHistory() - else: - if self.histidx < 0: - self.histidx = len(self.history) - if self.histidx > 0: - self.histidx = self.histidx - 1 - self.__useHistory() + if self.histidx < 0: + self.histidx = len(self.history) + if self.histidx > 0: + self.histidx = self.histidx - 1 + self.__useHistory() - def __QScintillaLineDown(self, cmd): + def __QScintillaHistoryDown(self, cmd): """ - Private method to handle the Down key. + Private method to handle the Ctrl+Down key. @param cmd QScintilla command """ - if self.isListActive(): - self.SendScintilla(cmd) + line, col = self.__getEndPos() + buf = self.text(line) + if buf.startswith(sys.ps1): + buf = buf.replace(sys.ps1, "") + if buf.startswith(sys.ps2): + buf = buf.replace(sys.ps2, "") + if buf and self.incrementalSearchActive: + if self.incrementalSearchString: + idx = self.__searchHistory( + self.incrementalSearchString, self.histidx) + if idx >= 0: + self.histidx = idx + self.__useHistory() + else: + idx = self.__searchHistory(buf) + if idx >= 0: + self.histidx = idx + self.incrementalSearchString = buf + self.__useHistory() else: - line, col = self.__getEndPos() - buf = self.text(line) - if buf.startswith(sys.ps1): - buf = buf.replace(sys.ps1, "") - if buf.startswith(sys.ps2): - buf = buf.replace(sys.ps2, "") - if buf and self.incrementalSearchActive: - if self.incrementalSearchString: - idx = self.__searchHistory( - self.incrementalSearchString, self.histidx) - if idx >= 0: - self.histidx = idx - self.__useHistory() - else: - idx = self.__searchHistory(buf) - if idx >= 0: - self.histidx = idx - self.incrementalSearchString = buf - self.__useHistory() - else: - if self.histidx >= 0 and self.histidx < len(self.history): - self.histidx += 1 - self.__useHistory() + if self.histidx >= 0 and self.histidx < len(self.history): + self.histidx += 1 + self.__useHistory() def __QScintillaCharLeftExtend(self): """
diff -r 50b6867ffcd3 -r f0d08bdeacf4 QScintilla/ShellWindow.py --- a/QScintilla/ShellWindow.py Sat Apr 22 15:37:18 2017 +0200 +++ b/QScintilla/ShellWindow.py Sun Apr 23 16:40:31 2017 +0200 @@ -110,6 +110,7 @@ self.__writeSettings() self.__debugServer.shutdownServer() self.__shell.closeShell() + Preferences.syncPreferences() event.accept() @@ -565,6 +566,25 @@ self.editActions.append(act) act = E5Action( + self.tr('Move forward one history entry'), + self.tr('Move forward one history entry'), + QKeySequence(QCoreApplication.translate('ViewManager', + 'Ctrl+Down')), + 0, self.editorActGrp, 'vm_edit_scroll_down_line') + self.esm.setMapping(act, QsciScintilla.SCI_LINESCROLLDOWN) + act.triggered.connect(self.esm.map) + self.editActions.append(act) + + act = E5Action( + self.tr('Move back one history entry'), + self.tr('Move back one history entry'), + QKeySequence(QCoreApplication.translate('ViewManager', 'Ctrl+Up')), + 0, self.editorActGrp, 'vm_edit_scroll_up_line') + self.esm.setMapping(act, QsciScintilla.SCI_LINESCROLLUP) + act.triggered.connect(self.esm.map) + self.editActions.append(act) + + act = E5Action( QCoreApplication.translate('ViewManager', 'Move up one page'), QCoreApplication.translate('ViewManager', 'Move up one page'), QKeySequence(QCoreApplication.translate('ViewManager', 'PgUp')), 0,
diff -r 50b6867ffcd3 -r f0d08bdeacf4 i18n/eric6_cs.ts --- a/i18n/eric6_cs.ts Sat Apr 22 15:37:18 2017 +0200 +++ b/i18n/eric6_cs.ts Sun Apr 23 16:40:31 2017 +0200 @@ -50828,12 +50828,12 @@ <translation>Reset a vyčistit</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="696"/> + <location filename="../QScintilla/Shell.py" line="698"/> <source>No.</source> <translation>Č.</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="1744"/> + <location filename="../QScintilla/Shell.py" line="1772"/> <source>Drop Error</source> <translation>Zahodit chybu</translation> </message> @@ -50843,7 +50843,7 @@ <translation type="obsolete"><b>Okno Shellu</b><p>Toto je jednoduchý interpretr běžící v okně. Interpretr běží nezávisle na programu, který je debugován. To znamená, že můžete spustit jakýkoliv příkaz i během debugování.</p><p>Během vkládání příkazu můžete použít kurzorové klávesy. Je zde také historie příkazů, která se aktivuje klávesami up a down. Stisknutím up nebo down klávesy po textu, který byl zadán se spustí inkrementální vyhledávání.</p><p>Shell má několik speciálních příkazů. 'reset' zabije shell a spustí nový. 'clear' vyčistí obsah shell okna.'start' se používá pro přepnutí shell jazyka a musí za ním následovat jméno podporovaného jazyka. Podporované jazyky jsou zobrazeny v seznamu, který vrací příkaz 'languages'. Tyto příkazy (kromě 'languages') jsou také dostupné přes kontextové menu.</p><p>Stisknutím tab klávesy po nějakém vloženém textu se zobrazí seznam s nabídkou možných zakončení výrazu. Odpovídající zadání pak může být vybráno z tohoto listu. Pokud je existuje jen jedna možnost, je vložena automaticky.</p><p>Dokud se program neukončí, je shell v pasivním módu dostupný jen pokud se debugovaný program připojil k IDE. To je oznámeno odlišným promptem a dále v názvu titulku okna.</p></translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="693"/> + <location filename="../QScintilla/Shell.py" line="695"/> <source>Passive Debug Mode</source> <translation>Pasivní debug mód</translation> </message> @@ -50863,17 +50863,17 @@ <translation>Zobrazit</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="630"/> + <location filename="../QScintilla/Shell.py" line="632"/> <source>Select History</source> <translation>Vybrat historii</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="630"/> + <location filename="../QScintilla/Shell.py" line="632"/> <source>Select the history entry to execute (most recent shown last).</source> <translation>Vybrat vstup historie pro vykonání (nejaktuálnější zobrazen poslední).</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="694"/> + <location filename="../QScintilla/Shell.py" line="696"/> <source> Not connected</source> <translation>Nepřipojen</translation> @@ -50889,28 +50889,28 @@ <translation>Vyjmout</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="698"/> + <location filename="../QScintilla/Shell.py" line="700"/> <source>{0} on {1}, {2}</source> <translation>{0} na {1}, {2}</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="838"/> + <location filename="../QScintilla/Shell.py" line="843"/> <source>StdOut: {0}</source> <translation>StdOut: {0}</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="846"/> + <location filename="../QScintilla/Shell.py" line="851"/> <source>StdErr: {0}</source> <translation>StdErr: {0}</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="1454"/> + <location filename="../QScintilla/Shell.py" line="1482"/> <source>Shell language "{0}" not supported. </source> <translation>Shell jazyk "{0}" není podporován.</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="1744"/> + <location filename="../QScintilla/Shell.py" line="1772"/> <source><p><b>{0}</b> is not a file.</p></source> <translation><p><b>{0}</b> není soubor.</p></translation> </message> @@ -50920,7 +50920,7 @@ <translation type="unfinished">Hledat</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="738"/> + <location filename="../QScintilla/Shell.py" line="743"/> <source>Exception "{0}" {1} File: {2}, Line: {3} @@ -50928,26 +50928,26 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="771"/> + <location filename="../QScintilla/Shell.py" line="776"/> <source>Unspecified syntax error. </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="748"/> + <location filename="../QScintilla/Shell.py" line="753"/> <source>Exception "{0}" {1} </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="773"/> + <location filename="../QScintilla/Shell.py" line="778"/> <source>Syntax error "{1}" in file {0} at line {2}, character {3}. </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="796"/> + <location filename="../QScintilla/Shell.py" line="801"/> <source>Signal "{0}" generated in file {1} at line {2}. Function: {3}({4})</source> <translation type="unfinished"></translation> @@ -51137,273 +51137,283 @@ <context> <name>ShellWindow</name> <message> - <location filename="../QScintilla/ShellWindow.py" line="187"/> + <location filename="../QScintilla/ShellWindow.py" line="188"/> <source>Quit</source> <translation type="unfinished">Konec</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="187"/> + <location filename="../QScintilla/ShellWindow.py" line="188"/> <source>&Quit</source> <translation type="unfinished">&Konec</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="187"/> + <location filename="../QScintilla/ShellWindow.py" line="188"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="193"/> - <source>Quit the Shell</source> - <translation type="unfinished">Ukončit IDE</translation> - </message> - <message> <location filename="../QScintilla/ShellWindow.py" line="194"/> + <source>Quit the Shell</source> + <translation type="unfinished">Ukončit IDE</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="195"/> <source><b>Quit the Shell</b><p>This quits the Shell window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="202"/> + <location filename="../QScintilla/ShellWindow.py" line="203"/> <source>New Window</source> <translation type="unfinished">Nové okno</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="202"/> + <location filename="../QScintilla/ShellWindow.py" line="203"/> <source>New &Window</source> <translation type="unfinished">&Nové okno</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="202"/> + <location filename="../QScintilla/ShellWindow.py" line="203"/> <source>Ctrl+Shift+N</source> <comment>File|New Window</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="208"/> + <location filename="../QScintilla/ShellWindow.py" line="209"/> <source>Open a new Shell window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="210"/> + <location filename="../QScintilla/ShellWindow.py" line="211"/> <source><b>New Window</b><p>This opens a new instance of the Shell window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="217"/> + <location filename="../QScintilla/ShellWindow.py" line="218"/> <source>Restart</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="222"/> + <location filename="../QScintilla/ShellWindow.py" line="223"/> <source>Restart the shell</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="224"/> + <location filename="../QScintilla/ShellWindow.py" line="225"/> <source><b>Restart</b><p>Restart the shell for the currently selected language.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="231"/> + <location filename="../QScintilla/ShellWindow.py" line="232"/> <source>Restart and Clear</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="236"/> + <location filename="../QScintilla/ShellWindow.py" line="237"/> <source>Clear the window and restart the shell</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="238"/> + <location filename="../QScintilla/ShellWindow.py" line="239"/> <source><b>Restart and Clear</b><p>Clear the shell window and restart the shell for the currently selected language.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="854"/> - <source>Show History</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="854"/> - <source>&Show History...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="860"/> - <source>Show the shell history in a dialog</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="864"/> - <source>Clear History</source> - <translation type="unfinished">Vyčistit historii</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="864"/> - <source>&Clear History...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="870"/> - <source>Clear the shell history</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../QScintilla/ShellWindow.py" line="874"/> - <source>Select History Entry</source> + <source>Show History</source> <translation type="unfinished"></translation> </message> <message> <location filename="../QScintilla/ShellWindow.py" line="874"/> + <source>&Show History...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="880"/> + <source>Show the shell history in a dialog</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="884"/> + <source>Clear History</source> + <translation type="unfinished">Vyčistit historii</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="884"/> + <source>&Clear History...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="890"/> + <source>Clear the shell history</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="894"/> + <source>Select History Entry</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="894"/> <source>Select History &Entry</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="879"/> - <source>Select an entry of the shell history</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="887"/> - <source>About</source> - <translation type="unfinished">O aplikaci</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="887"/> - <source>&About</source> - <translation type="unfinished">O &aplikaci</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="891"/> - <source>Display information about this software</source> - <translation type="unfinished">Zobrazit informace a tomto software</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="893"/> - <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="../QScintilla/ShellWindow.py" line="899"/> + <source>Select an entry of the shell history</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="907"/> + <source>About</source> + <translation type="unfinished">O aplikaci</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="907"/> + <source>&About</source> + <translation type="unfinished">O &aplikaci</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="911"/> + <source>Display information about this software</source> + <translation type="unfinished">Zobrazit informace a tomto software</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="913"/> + <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="../QScintilla/ShellWindow.py" line="919"/> <source>About Qt</source> <translation type="unfinished">O Qt</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="899"/> - <source>About &Qt</source> - <translation type="unfinished">O &Qt</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="903"/> - <source>Display information about the Qt toolkit</source> - <translation type="unfinished">Zobrazit informace o Qt toolkitu</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="905"/> - <source><b>About Qt</b><p>Display some information about the Qt toolkit.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="912"/> - <source>What's This?</source> - <translation type="unfinished">Co je to?</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="912"/> - <source>&What's This?</source> - <translation type="unfinished">&Co je to?</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="912"/> - <source>Shift+F1</source> - <comment>Help|What's This?'</comment> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="918"/> - <source>Context sensitive help</source> - <translation type="unfinished">Kontextově senzitivní nápověda</translation> - </message> - <message> <location filename="../QScintilla/ShellWindow.py" line="919"/> + <source>About &Qt</source> + <translation type="unfinished">O &Qt</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="923"/> + <source>Display information about the Qt toolkit</source> + <translation type="unfinished">Zobrazit informace o Qt toolkitu</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="925"/> + <source><b>About Qt</b><p>Display some information about the Qt toolkit.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="932"/> + <source>What's This?</source> + <translation type="unfinished">Co je to?</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="932"/> + <source>&What's This?</source> + <translation type="unfinished">&Co je to?</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="932"/> + <source>Shift+F1</source> + <comment>Help|What's This?'</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="938"/> + <source>Context sensitive help</source> + <translation type="unfinished">Kontextově senzitivní nápověda</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="939"/> <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="../QScintilla/ShellWindow.py" line="1055"/> + <location filename="../QScintilla/ShellWindow.py" line="1075"/> <source>About eric6 Shell Window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1055"/> + <location filename="../QScintilla/ShellWindow.py" line="1075"/> <source>The eric6 Shell is a standalone shell window. It uses the same backend as the debugger of the full IDE, but is executed independently.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1083"/> - <source>&File</source> - <translation type="unfinished">S&oubor</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="1092"/> - <source>&Edit</source> - <translation type="unfinished">&Edit</translation> - </message> - <message> <location filename="../QScintilla/ShellWindow.py" line="1103"/> + <source>&File</source> + <translation type="unfinished">S&oubor</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="1112"/> + <source>&Edit</source> + <translation type="unfinished">&Edit</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="1123"/> <source>&View</source> <translation type="unfinished">Poh&led</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1110"/> + <location filename="../QScintilla/ShellWindow.py" line="1130"/> <source>Histor&y</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1116"/> + <location filename="../QScintilla/ShellWindow.py" line="1136"/> <source>&Start</source> <translation type="unfinished">&Start</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1122"/> + <location filename="../QScintilla/ShellWindow.py" line="1142"/> <source>&Help</source> <translation type="unfinished">&Nápověda</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1157"/> + <location filename="../QScintilla/ShellWindow.py" line="1177"/> <source>File</source> <translation type="unfinished">Soubor</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1166"/> - <source>Edit</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="1173"/> - <source>Find</source> - <translation type="unfinished">Hledat</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="1179"/> - <source>View</source> - <translation type="unfinished">Pohled</translation> - </message> - <message> <location filename="../QScintilla/ShellWindow.py" line="1186"/> + <source>Edit</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="1193"/> + <source>Find</source> + <translation type="unfinished">Hledat</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="1199"/> + <source>View</source> + <translation type="unfinished">Pohled</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="1206"/> <source>History</source> <translation type="unfinished">Historie</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1191"/> + <location filename="../QScintilla/ShellWindow.py" line="1211"/> <source>Help</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1212"/> + <location filename="../QScintilla/ShellWindow.py" line="1232"/> <source><p>This part of the status bar allows zooming the shell.</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="568"/> + <source>Move forward one history entry</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="578"/> + <source>Move back one history entry</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>Shelve</name>
diff -r 50b6867ffcd3 -r f0d08bdeacf4 i18n/eric6_de.ts --- a/i18n/eric6_de.ts Sat Apr 22 15:37:18 2017 +0200 +++ b/i18n/eric6_de.ts Sun Apr 23 16:40:31 2017 +0200 @@ -390,7 +390,7 @@ <context> <name>AddBookmarkDialog</name> <message> - <location filename="../WebBrowser/Bookmarks/AddBookmarkDialog.ui" line="26"/> + <location filename="../WebBrowser/Bookmarks/AddBookmarkDialog.py" line="200"/> <source>Add Bookmark</source> <translation>Lesezeichen hinzufügen</translation> </message> @@ -1727,7 +1727,7 @@ <translation>&Adresse editieren</translation> </message> <message> - <location filename="../WebBrowser/Bookmarks/BookmarksDialog.ui" line="75"/> + <location filename="../WebBrowser/Bookmarks/BookmarksDialog.py" line="169"/> <source>&Delete</source> <translation>&Löschen</translation> </message> @@ -2424,12 +2424,12 @@ <translation>Drücken, um die Aufrufverfolgung in eine Textdatei zu speichern</translation> </message> <message> - <location filename="../Debugger/CallTraceViewer.ui" line="109"/> + <location filename="../Debugger/CallTraceViewer.py" line="54"/> <source>From</source> <translation>Von</translation> </message> <message> - <location filename="../Debugger/CallTraceViewer.ui" line="114"/> + <location filename="../Debugger/CallTraceViewer.py" line="54"/> <source>To</source> <translation>Nach</translation> </message> @@ -2595,7 +2595,7 @@ <translation>Drücken, um eine verteilte Änderungssitzung abzubrechen</translation> </message> <message> - <location filename="../Cooperation/ChatWidget.ui" line="230"/> + <location filename="../Cooperation/ChatWidget.py" line="513"/> <source>Clear</source> <translation>Löschen</translation> </message> @@ -2912,7 +2912,7 @@ <context> <name>ClickToFlashWhitelistDialog</name> <message> - <location filename="../Helpviewer/WebPlugins/ClickToFlash/ClickToFlashWhitelistDialog.ui" line="14"/> + <location filename="../Helpviewer/WebPlugins/ClickToFlash/ClickToFlashWhitelistDialog.py" line="54"/> <source>ClickToFlash Whitelist</source> <translation>ClickToFlash Whitelist</translation> </message> @@ -4939,7 +4939,7 @@ <translation>Domain:</translation> </message> <message> - <location filename="../WebBrowser/CookieJar/CookiesDialog.ui" line="223"/> + <location filename="../WebBrowser/CookieJar/CookiesDialog.py" line="177"/> <source><no cookie selected></source> <translation><kein Cookie ausgewählt></translation> </message> @@ -7541,7 +7541,7 @@ <context> <name>DownloadManager</name> <message> - <location filename="../WebBrowser/Download/DownloadManager.ui" line="14"/> + <location filename="../WebBrowser/Download/DownloadManager.py" line="363"/> <source>Downloads</source> <translation>Downloads</translation> </message> @@ -8001,92 +8001,92 @@ <translation>Standard Knöpfe</translation> </message> <message> - <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.ui" line="257"/> + <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.py" line="41"/> <source>Abort</source> <translation>Abbrechen (Abort)</translation> </message> <message> - <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.ui" line="264"/> + <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.py" line="42"/> <source>Apply</source> <translation>Anwenden</translation> </message> <message> - <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.ui" line="271"/> + <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.py" line="43"/> <source>Cancel</source> <translation>Abbrechen (Cancel)</translation> </message> <message> - <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.ui" line="278"/> + <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.py" line="44"/> <source>Close</source> <translation>Schließen</translation> </message> <message> - <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.ui" line="285"/> + <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.py" line="45"/> <source>Discard</source> <translation>Verwerfen</translation> </message> <message> - <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.ui" line="292"/> + <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.py" line="46"/> <source>Help</source> <translation>Hilfe</translation> </message> <message> - <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.ui" line="299"/> + <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.py" line="47"/> <source>Ignore</source> <translation>Ignorieren</translation> </message> <message> - <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.ui" line="306"/> + <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.py" line="48"/> <source>No</source> <translation>Nein</translation> </message> <message> - <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.ui" line="313"/> + <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.py" line="49"/> <source>No to all</source> <translation>Nein zu allen</translation> </message> <message> - <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.ui" line="320"/> + <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.py" line="50"/> <source>Ok</source> <translation>Ok</translation> </message> <message> - <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.ui" line="327"/> + <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.py" line="51"/> <source>Open</source> <translation>Öffnen</translation> </message> <message> - <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.ui" line="334"/> + <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.py" line="52"/> <source>Reset</source> <translation>Zurücksetzen</translation> </message> <message> - <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.ui" line="341"/> + <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.py" line="53"/> <source>Restore defaults</source> <translation>Auf Standardwerte zurücksetzen</translation> </message> <message> - <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.ui" line="348"/> + <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.py" line="54"/> <source>Retry</source> <translation>Wiederholen</translation> </message> <message> - <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.ui" line="355"/> + <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.py" line="55"/> <source>Save</source> <translation>Speichern</translation> </message> <message> - <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.ui" line="362"/> + <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.py" line="56"/> <source>Save all</source> <translation>Alles speichern</translation> </message> <message> - <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.ui" line="369"/> + <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.py" line="57"/> <source>Yes</source> <translation>Ja</translation> </message> <message> - <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.ui" line="376"/> + <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.py" line="58"/> <source>Yes to all</source> <translation>Ja zu allen</translation> </message> @@ -10103,7 +10103,7 @@ <translation>Drücken, um eine API-Datei aus der Liste installierter API-Dateien zu wählen</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.ui" line="146"/> + <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.py" line="249"/> <source>Add from installed APIs</source> <translation>Von installierten APIs hinzufügen</translation> </message> @@ -10113,7 +10113,7 @@ <translation>Drücke, um die gewählte APIs Zusammenstellung zu übersetzen</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.ui" line="173"/> + <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.py" line="301"/> <source>Compile APIs</source> <translation>APIs übersetzen</translation> </message> @@ -10138,7 +10138,7 @@ <translation>Drücken, um eine API-Datei aus der Liste von API-Dateien, die von Plugins installierter wurden, zu wählen</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.ui" line="156"/> + <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.py" line="268"/> <source>Add from Plugin APIs</source> <translation>Von Plugin APIs hinzufügen</translation> </message> @@ -11235,7 +11235,7 @@ <translation>Wähle den Modus „Füllen bis zum Zeilenende“.</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="113"/> + <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="357"/> <source>Fill to end of line</source> <translation>Füllen bis zum Zeilenende</translation> </message> @@ -11280,7 +11280,7 @@ <translation>Wähle die Schriftart aus.</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="103"/> + <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="69"/> <source>Font</source> <translation>Schriftart</translation> </message> @@ -12706,7 +12706,7 @@ <translation>Modus:</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1025"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.py" line="58"/> <source>Disabled</source> <translation>Ausgeschaltet</translation> </message> @@ -13495,7 +13495,7 @@ <context> <name>EmailDialog</name> <message> - <location filename="../UI/EmailDialog.ui" line="13"/> + <location filename="../UI/EmailDialog.py" line="346"/> <source>Send bug report</source> <translation>Sende Fehlerbericht</translation> </message> @@ -14920,12 +14920,12 @@ <translation>Benachrichtigungen</translation> </message> <message> - <location filename="../Helpviewer/FeaturePermissions/FeaturePermissionsDialog.ui" line="122"/> + <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionsDialog.py" line="110"/> <source>Host</source> <translation>Rechner</translation> </message> <message> - <location filename="../Helpviewer/FeaturePermissions/FeaturePermissionsDialog.ui" line="127"/> + <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionsDialog.py" line="111"/> <source>Permission</source> <translation>Berechtigung</translation> </message> @@ -14940,7 +14940,7 @@ <translation>Alle entfernen</translation> </message> <message> - <location filename="../Helpviewer/FeaturePermissions/FeaturePermissionsDialog.ui" line="97"/> + <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionsDialog.py" line="51"/> <source>Geolocation</source> <translation>Geolokalisierung</translation> </message> @@ -16064,7 +16064,7 @@ <translation>Name:</translation> </message> <message> - <location filename="../WebBrowser/FlashCookieManager/FlashCookieManagerDialog.ui" line="158"/> + <location filename="../WebBrowser/FlashCookieManager/FlashCookieManagerDialog.py" line="193"/> <source><no flash cookie selected></source> <translation><kein Flash Cookie ausgewählt></translation> </message> @@ -16074,7 +16074,7 @@ <translation>Größe:</translation> </message> <message> - <location filename="../WebBrowser/FlashCookieManager/FlashCookieManagerDialog.ui" line="137"/> + <location filename="../WebBrowser/FlashCookieManager/FlashCookieManagerDialog.py" line="122"/> <source>Origin:</source> <translation>Ursprung:</translation> </message> @@ -16109,7 +16109,7 @@ <translation>Drücken, um ausgewählte Flash Cookies zu entfernen</translation> </message> <message> - <location filename="../WebBrowser/FlashCookieManager/FlashCookieManagerDialog.ui" line="225"/> + <location filename="../WebBrowser/FlashCookieManager/FlashCookieManagerDialog.py" line="213"/> <source>Remove Cookie</source> <translation>Cookie entfernen</translation> </message> @@ -16537,7 +16537,7 @@ <context> <name>GreaseMonkeyAddScriptDialog</name> <message> - <location filename="../WebBrowser/GreaseMonkey/GreaseMonkeyAddScriptDialog.ui" line="14"/> + <location filename="../WebBrowser/GreaseMonkey/GreaseMonkeyAddScriptDialog.py" line="105"/> <source>GreaseMonkey Script Installation</source> <translation>GreaseMonkey-Skriptinstallation</translation> </message> @@ -22133,7 +22133,7 @@ <context> <name>HgAddSubrepositoryDialog</name> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgAddSubrepositoryDialog.ui" line="14"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgAddSubrepositoryDialog.py" line="98"/> <source>Add Sub-repository</source> <translation>Unterrepository hinzufügen</translation> </message> @@ -23316,7 +23316,7 @@ <translation>Drücken, um die ausgewählten Einträge als 'aufgelöst' zu markieren</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.ui" line="73"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="246"/> <source>Resolved</source> <translation>Aufgelöst</translation> </message> @@ -23326,7 +23326,7 @@ <translation>Drücken, um die ausgewählten Einträge als 'nicht aufgelöst' zu markieren</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.ui" line="83"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="244"/> <source>Unresolved</source> <translation>Nicht Aufgelöst</translation> </message> @@ -23919,7 +23919,7 @@ <translation>Wähle die als Filter zu verwendende Kategorie</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.ui" line="55"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.py" line="317"/> <source>Revision</source> <translation>Revision</translation> </message> @@ -24291,7 +24291,7 @@ <translation><p>Die Datei <b>{0}</b> konnte nicht geladen werden.<br/>Grund: {1}</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditPlanEditor.ui" line="14"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditPlanEditor.py" line="249"/> <source>Edit Plan</source> <translation>Plan bearbeiten</translation> </message> @@ -24432,7 +24432,7 @@ <context> <name>HgLogBrowserDialog</name> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="14"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="87"/> <source>Mercurial Log</source> <translation>Mercurial-Log</translation> </message> @@ -24462,17 +24462,17 @@ <translation>Wähle das als Filter zu verwendende Feld</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="211"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="115"/> <source>Revision</source> <translation>Revision</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="221"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="116"/> <source>Author</source> <translation>Autor</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="231"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="117"/> <source>Message</source> <translation>Nachricht</translation> </message> @@ -25025,7 +25025,7 @@ <translation>Ausgewählte Änderungen herunterladen und zusammenführen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="424"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2574"/> <source>Differences</source> <translation>Unterschiede</translation> </message> @@ -28299,7 +28299,7 @@ <context> <name>HgStatusDialog</name> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.ui" line="14"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="334"/> <source>Mercurial Status</source> <translation>Mercurial-Status</translation> </message> @@ -28431,7 +28431,7 @@ <translation>Der Prozess {0} konnte nicht gestartet werden. Stellen Sie sicher, dass er sich im Suchpfad befindet.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.ui" line="103"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="638"/> <source>Commit</source> <translation>Einpflegen</translation> </message> @@ -28486,7 +28486,7 @@ <translation>alle</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.ui" line="122"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="784"/> <source>Differences</source> <translation>Unterschiede</translation> </message> @@ -29902,7 +29902,7 @@ <translation>Drücken, um die ausgwählten Einträge zu löschen</translation> </message> <message> - <location filename="../WebBrowser/History/HistoryDialog.ui" line="75"/> + <location filename="../WebBrowser/History/HistoryDialog.py" line="118"/> <source>&Remove</source> <translation>&Entfernen</translation> </message> @@ -35985,92 +35985,92 @@ <translation>Standard Knöpfe</translation> </message> <message> - <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="219"/> + <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="40"/> <source>Apply</source> <translation>Anwenden</translation> </message> <message> - <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="226"/> + <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="39"/> <source>Abort</source> <translation>Abbrechen (Abort)</translation> </message> <message> - <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="233"/> + <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="41"/> <source>Cancel</source> <translation>Abbrechen (Cancel)</translation> </message> <message> - <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="240"/> + <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="45"/> <source>Ignore</source> <translation>Ignorieren</translation> </message> <message> - <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="247"/> + <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="54"/> <source>Save all</source> <translation>Alles speichern</translation> </message> <message> - <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="254"/> + <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="53"/> <source>Save</source> <translation>Speichern</translation> </message> <message> - <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="261"/> + <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="43"/> <source>Discard</source> <translation>Verwerfen</translation> </message> <message> - <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="268"/> + <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="56"/> <source>Yes to all</source> <translation>Ja zu allen</translation> </message> <message> - <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="275"/> + <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="49"/> <source>Open</source> <translation>Öffnen</translation> </message> <message> - <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="282"/> + <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="50"/> <source>Reset</source> <translation>Zurücksetzen</translation> </message> <message> - <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="289"/> + <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="48"/> <source>Ok</source> <translation>Ok</translation> </message> <message> - <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="296"/> + <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="46"/> <source>No</source> <translation>Nein</translation> </message> <message> - <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="303"/> + <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="44"/> <source>Help</source> <translation>Hilfe</translation> </message> <message> - <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="310"/> + <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="47"/> <source>No to all</source> <translation>Nein zu allen</translation> </message> <message> - <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="317"/> + <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="52"/> <source>Retry</source> <translation>Wiederholen</translation> </message> <message> - <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="324"/> + <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="51"/> <source>Restore defaults</source> <translation>Auf Standardwerte zurücksetzen</translation> </message> <message> - <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="331"/> + <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="55"/> <source>Yes</source> <translation>Ja</translation> </message> <message> - <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="338"/> + <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="42"/> <source>Close</source> <translation>Schließen</translation> </message> @@ -37860,7 +37860,7 @@ <context> <name>NoCacheHostsDialog</name> <message> - <location filename="../Helpviewer/Network/NoCacheHostsDialog.ui" line="14"/> + <location filename="../Helpviewer/Network/NoCacheHostsDialog.py" line="52"/> <source>Not Cached Hosts</source> <translation>Nicht Gecachte Hosts</translation> </message> @@ -37968,7 +37968,7 @@ <translation>Einschalten, um die Position visuell auszuwählen, ausschalten, um sie einzulesen</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="146"/> + <location filename="../Preferences/ConfigurationPages/NotificationsPage.py" line="81"/> <source>Visual Selection</source> <translation>Visuelle Auswahl</translation> </message> @@ -38641,7 +38641,7 @@ <context> <name>PasswordsDialog</name> <message> - <location filename="../WebBrowser/Passwords/PasswordsDialog.ui" line="14"/> + <location filename="../WebBrowser/Passwords/PasswordsDialog.py" line="91"/> <source>Saved Passwords</source> <translation>Gespeicherte Passwörter</translation> </message> @@ -43445,7 +43445,7 @@ <translation>Ausgeführt</translation> </message> <message> - <location filename="../DataViews/PyCoverageDialog.ui" line="172"/> + <location filename="../DataViews/PyCoverageDialog.py" line="349"/> <source>Coverage</source> <translation>Abdeckung</translation> </message> @@ -43495,7 +43495,7 @@ </translation> </message> <message> - <location filename="../DataViews/PyCoverageDialog.ui" line="192"/> + <location filename="../DataViews/PyCoverageDialog.py" line="345"/> <source>%v/%m Files</source> <translation>%v/%m Dateien</translation> </message> @@ -43518,7 +43518,7 @@ <translation>Lösche alle Informationen</translation> </message> <message> - <location filename="../DataViews/PyProfileDialog.ui" line="20"/> + <location filename="../DataViews/PyProfileDialog.py" line="233"/> <source>Profile Results</source> <translation>Profilergebnisse</translation> </message> @@ -48249,7 +48249,7 @@ <translation>Drücken, um die ausgewählten Filter zu löschen</translation> </message> <message> - <location filename="../WebBrowser/QtHelp/QtHelpFiltersDialog.ui" line="89"/> + <location filename="../WebBrowser/QtHelp/QtHelpFiltersDialog.py" line="151"/> <source>Remove Filters</source> <translation>Filter löschen</translation> </message> @@ -48259,7 +48259,7 @@ <translation>Drücken, um die ausgewählten Attribute zu löschen</translation> </message> <message> - <location filename="../WebBrowser/QtHelp/QtHelpFiltersDialog.ui" line="99"/> + <location filename="../WebBrowser/QtHelp/QtHelpFiltersDialog.py" line="179"/> <source>Remove Attributes</source> <translation>Attribute löschen</translation> </message> @@ -49831,7 +49831,7 @@ <context> <name>SendRefererWhitelistDialog</name> <message> - <location filename="../WebBrowser/Network/SendRefererWhitelistDialog.ui" line="14"/> + <location filename="../WebBrowser/Network/SendRefererWhitelistDialog.py" line="52"/> <source>Send Referer Whitelist</source> <translation>Referer Whitelist</translation> </message> @@ -49919,17 +49919,17 @@ <translation>Zurücksetzen und Löschen</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="1744"/> + <location filename="../QScintilla/Shell.py" line="1772"/> <source>Drop Error</source> <translation>Drop Fehler</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="696"/> + <location filename="../QScintilla/Shell.py" line="698"/> <source>No.</source> <translation>Nr.</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="1744"/> + <location filename="../QScintilla/Shell.py" line="1772"/> <source><p><b>{0}</b> is not a file.</p></source> <translation><p><b>{0}</b> ist keine Datei.</p></translation> </message> @@ -49939,29 +49939,29 @@ <translation>Starten</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="698"/> + <location filename="../QScintilla/Shell.py" line="700"/> <source>{0} on {1}, {2}</source> <translation>{0} auf {1}, {2}</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="1454"/> + <location filename="../QScintilla/Shell.py" line="1482"/> <source>Shell language "{0}" not supported. </source> <translation>Die Shell-Sprache „{0}“ wird nicht unterstützt. </translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="693"/> + <location filename="../QScintilla/Shell.py" line="695"/> <source>Passive Debug Mode</source> <translation>Passiver Debugmodus</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="838"/> + <location filename="../QScintilla/Shell.py" line="843"/> <source>StdOut: {0}</source> <translation>StdOut: {0}</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="846"/> + <location filename="../QScintilla/Shell.py" line="851"/> <source>StdErr: {0}</source> <translation>StdErr: {0}</translation> </message> @@ -49981,17 +49981,17 @@ <translation>Zeige</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="630"/> + <location filename="../QScintilla/Shell.py" line="632"/> <source>Select History</source> <translation>Eintrag auswählen</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="630"/> + <location filename="../QScintilla/Shell.py" line="632"/> <source>Select the history entry to execute (most recent shown last).</source> <translation>Wähle den auszuführenden Eintrag aus (aktuellster ist zuletzt dargestellt).</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="694"/> + <location filename="../QScintilla/Shell.py" line="696"/> <source> Not connected</source> <translation> @@ -50013,7 +50013,7 @@ <translation>Suchen</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="738"/> + <location filename="../QScintilla/Shell.py" line="743"/> <source>Exception "{0}" {1} File: {2}, Line: {3} @@ -50024,14 +50024,14 @@ </translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="771"/> + <location filename="../QScintilla/Shell.py" line="776"/> <source>Unspecified syntax error. </source> <translation>Unspezifischer Syntaxfehler. </translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="748"/> + <location filename="../QScintilla/Shell.py" line="753"/> <source>Exception "{0}" {1} </source> @@ -50040,14 +50040,14 @@ </translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="773"/> + <location filename="../QScintilla/Shell.py" line="778"/> <source>Syntax error "{1}" in file {0} at line {2}, character {3}. </source> <translation>Syntaxfehler "{1}" in Datei {0}, Zeile {2}, Zeichen {3}. </translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="796"/> + <location filename="../QScintilla/Shell.py" line="801"/> <source>Signal "{0}" generated in file {1} at line {2}. Function: {3}({4})</source> <translation>Signal "{0}" in der Datei {1} in Zeile {2} erzeugt. @@ -50238,273 +50238,283 @@ <context> <name>ShellWindow</name> <message> - <location filename="../QScintilla/ShellWindow.py" line="187"/> + <location filename="../QScintilla/ShellWindow.py" line="188"/> <source>Quit</source> <translation>Beenden</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="187"/> + <location filename="../QScintilla/ShellWindow.py" line="188"/> <source>&Quit</source> <translation>B&eenden</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="187"/> + <location filename="../QScintilla/ShellWindow.py" line="188"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation>Ctrl+Q</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="193"/> + <location filename="../QScintilla/ShellWindow.py" line="194"/> <source>Quit the Shell</source> <translation>Beenden der Shell</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="194"/> + <location filename="../QScintilla/ShellWindow.py" line="195"/> <source><b>Quit the Shell</b><p>This quits the Shell window.</p></source> <translation><b>Beenden der Shell</b><p>Dies schließt das Shell Fenster.</p></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="202"/> + <location filename="../QScintilla/ShellWindow.py" line="203"/> <source>New Window</source> <translation>Neues Fenster</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="202"/> + <location filename="../QScintilla/ShellWindow.py" line="203"/> <source>New &Window</source> <translation>Neues &Fenster</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="202"/> + <location filename="../QScintilla/ShellWindow.py" line="203"/> <source>Ctrl+Shift+N</source> <comment>File|New Window</comment> <translation>Ctrl+Shift+N</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="208"/> + <location filename="../QScintilla/ShellWindow.py" line="209"/> <source>Open a new Shell window</source> <translation>Öffne ein neues Shell Fenster</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="210"/> + <location filename="../QScintilla/ShellWindow.py" line="211"/> <source><b>New Window</b><p>This opens a new instance of the Shell window.</p></source> <translation><b>Neues Fenster</b><p>Dies öffnet eine neue Instanz des Shell Fensters.</p></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="217"/> + <location filename="../QScintilla/ShellWindow.py" line="218"/> <source>Restart</source> <translation>Neu starten</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="222"/> + <location filename="../QScintilla/ShellWindow.py" line="223"/> <source>Restart the shell</source> <translation>Shell neu starten</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="224"/> + <location filename="../QScintilla/ShellWindow.py" line="225"/> <source><b>Restart</b><p>Restart the shell for the currently selected language.</p></source> <translation><b>Neu starten</b><p>Dies startet die Shell für die aktuell ausgewählte Sprache neu.</p></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="231"/> + <location filename="../QScintilla/ShellWindow.py" line="232"/> <source>Restart and Clear</source> <translation>Neu starten und löschen</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="236"/> + <location filename="../QScintilla/ShellWindow.py" line="237"/> <source>Clear the window and restart the shell</source> <translation>Löscht das Fenster und startet die Shell neu</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="238"/> + <location filename="../QScintilla/ShellWindow.py" line="239"/> <source><b>Restart and Clear</b><p>Clear the shell window and restart the shell for the currently selected language.</p></source> <translation><b>Neu starten und löschen</b><p>Löscht das Shell Fenster und startet die Shell für die aktuell ausgewählte Sprache neu.</p></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="854"/> - <source>Show History</source> - <translation>Chronik anzeigen</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="854"/> - <source>&Show History...</source> - <translation>Chronik &anzeigen...</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="860"/> - <source>Show the shell history in a dialog</source> - <translation>Zeigt die Shell Chronik in einem Dialog an</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="864"/> - <source>Clear History</source> - <translation>Chronik löschen</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="864"/> - <source>&Clear History...</source> - <translation>Chronik &löschen...</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="870"/> - <source>Clear the shell history</source> - <translation>Löscht die Shell Chronik</translation> - </message> - <message> <location filename="../QScintilla/ShellWindow.py" line="874"/> - <source>Select History Entry</source> - <translation>Chronikeintrag auswählen</translation> + <source>Show History</source> + <translation>Chronik anzeigen</translation> </message> <message> <location filename="../QScintilla/ShellWindow.py" line="874"/> + <source>&Show History...</source> + <translation>Chronik &anzeigen...</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="880"/> + <source>Show the shell history in a dialog</source> + <translation>Zeigt die Shell Chronik in einem Dialog an</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="884"/> + <source>Clear History</source> + <translation>Chronik löschen</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="884"/> + <source>&Clear History...</source> + <translation>Chronik &löschen...</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="890"/> + <source>Clear the shell history</source> + <translation>Löscht die Shell Chronik</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="894"/> + <source>Select History Entry</source> + <translation>Chronikeintrag auswählen</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="894"/> <source>Select History &Entry</source> <translation>Chronik&eintrag auswählen</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="879"/> - <source>Select an entry of the shell history</source> - <translation>Wählt einen Eintrag in der Shell Chronik aus</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="887"/> - <source>About</source> - <translation>Über</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="887"/> - <source>&About</source> - <translation>Ü&ber</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="891"/> - <source>Display information about this software</source> - <translation>Zeigt Informationen zu diesem Programm an</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="893"/> - <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="../QScintilla/ShellWindow.py" line="899"/> + <source>Select an entry of the shell history</source> + <translation>Wählt einen Eintrag in der Shell Chronik aus</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="907"/> + <source>About</source> + <translation>Über</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="907"/> + <source>&About</source> + <translation>Ü&ber</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="911"/> + <source>Display information about this software</source> + <translation>Zeigt Informationen zu diesem Programm an</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="913"/> + <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="../QScintilla/ShellWindow.py" line="919"/> <source>About Qt</source> <translation>Über Qt</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="899"/> - <source>About &Qt</source> - <translation>Über &Qt</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="903"/> - <source>Display information about the Qt toolkit</source> - <translation>Zeige Informationen über das Qt-Toolkit an</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="905"/> - <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="../QScintilla/ShellWindow.py" line="912"/> - <source>What's This?</source> - <translation>Was ist das?</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="912"/> - <source>&What's This?</source> - <translation>&Was ist das?</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="912"/> - <source>Shift+F1</source> - <comment>Help|What's This?'</comment> - <translation>Shift+F1</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="918"/> - <source>Context sensitive help</source> - <translation>Kontextsensitive Hilfe</translation> - </message> - <message> <location filename="../QScintilla/ShellWindow.py" line="919"/> + <source>About &Qt</source> + <translation>Über &Qt</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="923"/> + <source>Display information about the Qt toolkit</source> + <translation>Zeige Informationen über das Qt-Toolkit an</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="925"/> + <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="../QScintilla/ShellWindow.py" line="932"/> + <source>What's This?</source> + <translation>Was ist das?</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="932"/> + <source>&What's This?</source> + <translation>&Was ist das?</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="932"/> + <source>Shift+F1</source> + <comment>Help|What's This?'</comment> + <translation>Shift+F1</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="938"/> + <source>Context sensitive help</source> + <translation>Kontextsensitive Hilfe</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="939"/> <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 HMI-Element angezeigt. In Dialogen kann diese Funktionalität durch den entsprechenden Knopf im Fensterkopf erreicht werden.</p></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1055"/> + <location filename="../QScintilla/ShellWindow.py" line="1075"/> <source>About eric6 Shell Window</source> <translation>Über das eric6 Shell Fenster</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1055"/> + <location filename="../QScintilla/ShellWindow.py" line="1075"/> <source>The eric6 Shell is a standalone shell window. It uses the same backend as the debugger of the full IDE, but is executed independently.</source> <translation>Die eric6 Shell ist ein unabhängiges Shell Fenster. Es verwendet das gleiche Debugger Backend wie die vollständige IDE, wird aber unabhängig ausgeführt.</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1083"/> - <source>&File</source> - <translation>&Datei</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="1092"/> - <source>&Edit</source> - <translation>&Bearbeiten</translation> - </message> - <message> <location filename="../QScintilla/ShellWindow.py" line="1103"/> + <source>&File</source> + <translation>&Datei</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="1112"/> + <source>&Edit</source> + <translation>&Bearbeiten</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="1123"/> <source>&View</source> <translation>&Ansicht</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1110"/> + <location filename="../QScintilla/ShellWindow.py" line="1130"/> <source>Histor&y</source> <translation>&Chronik</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1116"/> + <location filename="../QScintilla/ShellWindow.py" line="1136"/> <source>&Start</source> <translation>&Starten</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1122"/> + <location filename="../QScintilla/ShellWindow.py" line="1142"/> <source>&Help</source> <translation>&Hilfe</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1157"/> + <location filename="../QScintilla/ShellWindow.py" line="1177"/> <source>File</source> <translation>Datei</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1166"/> - <source>Edit</source> - <translation>Bearbeiten</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="1173"/> - <source>Find</source> - <translation>Suchen</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="1179"/> - <source>View</source> - <translation>Anzeigen</translation> - </message> - <message> <location filename="../QScintilla/ShellWindow.py" line="1186"/> + <source>Edit</source> + <translation>Bearbeiten</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="1193"/> + <source>Find</source> + <translation>Suchen</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="1199"/> + <source>View</source> + <translation>Anzeigen</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="1206"/> <source>History</source> <translation>Chronik</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1191"/> + <location filename="../QScintilla/ShellWindow.py" line="1211"/> <source>Help</source> <translation>Hilfe</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1212"/> + <location filename="../QScintilla/ShellWindow.py" line="1232"/> <source><p>This part of the status bar allows zooming the shell.</p></source> <translation><p>Dieser Teil der Statusleiste ermöglicht das Zoomen der Shell.</p></translation> </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="568"/> + <source>Move forward one history entry</source> + <translation>Einen Chronikeintrag vorwärts</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="578"/> + <source>Move back one history entry</source> + <translation>Einen Chronikeintrag zurück</translation> + </message> </context> <context> <name>Shelve</name> @@ -51319,7 +51329,7 @@ <translation>&Vorschau kopieren</translation> </message> <message> - <location filename="../Snapshot/SnapWidget.ui" line="20"/> + <location filename="../Snapshot/SnapWidget.py" line="531"/> <source>eric6 Snapshot</source> <translation>eric6-Bildschirmfoto</translation> </message> @@ -53929,7 +53939,7 @@ <context> <name>SvnDiffDialog</name> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.ui" line="14"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="171"/> <source>Subversion Diff</source> <translation>Subversion-Diff</translation> </message> @@ -54207,12 +54217,12 @@ <translation>Subversion-Log</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="112"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="661"/> <source>Revision</source> <translation>Revision</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="117"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="658"/> <source>Author</source> <translation>Autor</translation> </message> @@ -54222,7 +54232,7 @@ <translation>Datum</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="127"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="165"/> <source>Message</source> <translation>Nachricht</translation> </message> @@ -54573,7 +54583,7 @@ <translation>&Protokoll:</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnNewProjectOptionsDialog.ui" line="45"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnNewProjectOptionsDialog.py" line="128"/> <source>&URL:</source> <translation>&URL:</translation> </message> @@ -54674,7 +54684,7 @@ <translation>Wähle das Protokoll zum Zugriff auf das Repository</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnOptionsDialog.ui" line="45"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnOptionsDialog.py" line="95"/> <source>&URL:</source> <translation>&URL:</translation> </message> @@ -55919,7 +55929,7 @@ <translation>ignoriert</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="14"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="394"/> <source>Subversion Status</source> <translation>Subversion-Status</translation> </message> @@ -55929,7 +55939,7 @@ <translation>Änderungen einpflegen...</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="80"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="711"/> <source>Commit</source> <translation>Einpflegen</translation> </message> @@ -61368,7 +61378,7 @@ <context> <name>UnittestDialog</name> <message> - <location filename="../PyUnit/UnittestDialog.ui" line="14"/> + <location filename="../PyUnit/UnittestDialog.py" line="403"/> <source>Unittest</source> <translation>Modultest</translation> </message>
diff -r 50b6867ffcd3 -r f0d08bdeacf4 i18n/eric6_empty.ts --- a/i18n/eric6_empty.ts Sat Apr 22 15:37:18 2017 +0200 +++ b/i18n/eric6_empty.ts Sun Apr 23 16:40:31 2017 +0200 @@ -49521,38 +49521,38 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="630"/> + <location filename="../QScintilla/Shell.py" line="632"/> <source>Select History</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="630"/> + <location filename="../QScintilla/Shell.py" line="632"/> <source>Select the history entry to execute (most recent shown last).</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="693"/> + <location filename="../QScintilla/Shell.py" line="695"/> <source>Passive Debug Mode</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="694"/> - <source> -Not connected</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../QScintilla/Shell.py" line="696"/> - <source>No.</source> + <source> +Not connected</source> <translation type="unfinished"></translation> </message> <message> <location filename="../QScintilla/Shell.py" line="698"/> + <source>No.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Shell.py" line="700"/> <source>{0} on {1}, {2}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="738"/> + <location filename="../QScintilla/Shell.py" line="743"/> <source>Exception "{0}" {1} File: {2}, Line: {3} @@ -49560,53 +49560,53 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="748"/> + <location filename="../QScintilla/Shell.py" line="753"/> <source>Exception "{0}" {1} </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="771"/> + <location filename="../QScintilla/Shell.py" line="776"/> <source>Unspecified syntax error. </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="773"/> + <location filename="../QScintilla/Shell.py" line="778"/> <source>Syntax error "{1}" in file {0} at line {2}, character {3}. </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="796"/> + <location filename="../QScintilla/Shell.py" line="801"/> <source>Signal "{0}" generated in file {1} at line {2}. Function: {3}({4})</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="838"/> + <location filename="../QScintilla/Shell.py" line="843"/> <source>StdOut: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="846"/> + <location filename="../QScintilla/Shell.py" line="851"/> <source>StdErr: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="1454"/> + <location filename="../QScintilla/Shell.py" line="1482"/> <source>Shell language "{0}" not supported. </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="1744"/> + <location filename="../QScintilla/Shell.py" line="1772"/> <source>Drop Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="1744"/> + <location filename="../QScintilla/Shell.py" line="1772"/> <source><p><b>{0}</b> is not a file.</p></source> <translation type="unfinished"></translation> </message> @@ -49795,273 +49795,283 @@ <context> <name>ShellWindow</name> <message> - <location filename="../QScintilla/ShellWindow.py" line="187"/> + <location filename="../QScintilla/ShellWindow.py" line="188"/> <source>Quit</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="187"/> + <location filename="../QScintilla/ShellWindow.py" line="188"/> <source>&Quit</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="187"/> + <location filename="../QScintilla/ShellWindow.py" line="188"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="193"/> - <source>Quit the Shell</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../QScintilla/ShellWindow.py" line="194"/> + <source>Quit the Shell</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="195"/> <source><b>Quit the Shell</b><p>This quits the Shell window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="202"/> + <location filename="../QScintilla/ShellWindow.py" line="203"/> <source>New Window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="202"/> + <location filename="../QScintilla/ShellWindow.py" line="203"/> <source>New &Window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="202"/> + <location filename="../QScintilla/ShellWindow.py" line="203"/> <source>Ctrl+Shift+N</source> <comment>File|New Window</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="208"/> + <location filename="../QScintilla/ShellWindow.py" line="209"/> <source>Open a new Shell window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="210"/> + <location filename="../QScintilla/ShellWindow.py" line="211"/> <source><b>New Window</b><p>This opens a new instance of the Shell window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="217"/> + <location filename="../QScintilla/ShellWindow.py" line="218"/> <source>Restart</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="222"/> + <location filename="../QScintilla/ShellWindow.py" line="223"/> <source>Restart the shell</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="224"/> + <location filename="../QScintilla/ShellWindow.py" line="225"/> <source><b>Restart</b><p>Restart the shell for the currently selected language.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="231"/> + <location filename="../QScintilla/ShellWindow.py" line="232"/> <source>Restart and Clear</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="236"/> + <location filename="../QScintilla/ShellWindow.py" line="237"/> <source>Clear the window and restart the shell</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="238"/> + <location filename="../QScintilla/ShellWindow.py" line="239"/> <source><b>Restart and Clear</b><p>Clear the shell window and restart the shell for the currently selected language.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="854"/> - <source>Show History</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="854"/> - <source>&Show History...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="860"/> - <source>Show the shell history in a dialog</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="864"/> - <source>Clear History</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="864"/> - <source>&Clear History...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="870"/> - <source>Clear the shell history</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../QScintilla/ShellWindow.py" line="874"/> - <source>Select History Entry</source> + <source>Show History</source> <translation type="unfinished"></translation> </message> <message> <location filename="../QScintilla/ShellWindow.py" line="874"/> + <source>&Show History...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="880"/> + <source>Show the shell history in a dialog</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="884"/> + <source>Clear History</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="884"/> + <source>&Clear History...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="890"/> + <source>Clear the shell history</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="894"/> + <source>Select History Entry</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="894"/> <source>Select History &Entry</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="879"/> - <source>Select an entry of the shell history</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="887"/> - <source>About</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="887"/> - <source>&About</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="891"/> - <source>Display information about this software</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="893"/> - <source><b>About</b><p>Display some information about this software.</p></source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../QScintilla/ShellWindow.py" line="899"/> + <source>Select an entry of the shell history</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="907"/> + <source>About</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="907"/> + <source>&About</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="911"/> + <source>Display information about this software</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="913"/> + <source><b>About</b><p>Display some information about this software.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="919"/> <source>About Qt</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="899"/> - <source>About &Qt</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="903"/> - <source>Display information about the Qt toolkit</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="905"/> - <source><b>About Qt</b><p>Display some information about the Qt toolkit.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="912"/> - <source>What's This?</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="912"/> - <source>&What's This?</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="912"/> - <source>Shift+F1</source> - <comment>Help|What's This?'</comment> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="918"/> - <source>Context sensitive help</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../QScintilla/ShellWindow.py" line="919"/> + <source>About &Qt</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="923"/> + <source>Display information about the Qt toolkit</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="925"/> + <source><b>About Qt</b><p>Display some information about the Qt toolkit.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="932"/> + <source>What's This?</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="932"/> + <source>&What's This?</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="932"/> + <source>Shift+F1</source> + <comment>Help|What's This?'</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="938"/> + <source>Context sensitive help</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="939"/> <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="../QScintilla/ShellWindow.py" line="1055"/> + <location filename="../QScintilla/ShellWindow.py" line="1075"/> <source>About eric6 Shell Window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1055"/> + <location filename="../QScintilla/ShellWindow.py" line="1075"/> <source>The eric6 Shell is a standalone shell window. It uses the same backend as the debugger of the full IDE, but is executed independently.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1083"/> - <source>&File</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="1092"/> - <source>&Edit</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../QScintilla/ShellWindow.py" line="1103"/> + <source>&File</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="1112"/> + <source>&Edit</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="1123"/> <source>&View</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1110"/> + <location filename="../QScintilla/ShellWindow.py" line="1130"/> <source>Histor&y</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1116"/> + <location filename="../QScintilla/ShellWindow.py" line="1136"/> <source>&Start</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1122"/> + <location filename="../QScintilla/ShellWindow.py" line="1142"/> <source>&Help</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1157"/> + <location filename="../QScintilla/ShellWindow.py" line="1177"/> <source>File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1166"/> - <source>Edit</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="1173"/> - <source>Find</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="1179"/> - <source>View</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../QScintilla/ShellWindow.py" line="1186"/> + <source>Edit</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="1193"/> + <source>Find</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="1199"/> + <source>View</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="1206"/> <source>History</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1191"/> + <location filename="../QScintilla/ShellWindow.py" line="1211"/> <source>Help</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1212"/> + <location filename="../QScintilla/ShellWindow.py" line="1232"/> <source><p>This part of the status bar allows zooming the shell.</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="568"/> + <source>Move forward one history entry</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="578"/> + <source>Move back one history entry</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>Shelve</name>
diff -r 50b6867ffcd3 -r f0d08bdeacf4 i18n/eric6_en.ts --- a/i18n/eric6_en.ts Sat Apr 22 15:37:18 2017 +0200 +++ b/i18n/eric6_en.ts Sun Apr 23 16:40:31 2017 +0200 @@ -49557,59 +49557,59 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="630"/> + <location filename="../QScintilla/Shell.py" line="632"/> <source>Select History</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="630"/> + <location filename="../QScintilla/Shell.py" line="632"/> <source>Select the history entry to execute (most recent shown last).</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="693"/> + <location filename="../QScintilla/Shell.py" line="695"/> <source>Passive Debug Mode</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="694"/> - <source> -Not connected</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../QScintilla/Shell.py" line="696"/> - <source>No.</source> + <source> +Not connected</source> <translation type="unfinished"></translation> </message> <message> <location filename="../QScintilla/Shell.py" line="698"/> + <source>No.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Shell.py" line="700"/> <source>{0} on {1}, {2}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="838"/> + <location filename="../QScintilla/Shell.py" line="843"/> <source>StdOut: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="846"/> + <location filename="../QScintilla/Shell.py" line="851"/> <source>StdErr: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="1454"/> + <location filename="../QScintilla/Shell.py" line="1482"/> <source>Shell language "{0}" not supported. </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="1744"/> + <location filename="../QScintilla/Shell.py" line="1772"/> <source>Drop Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="1744"/> + <location filename="../QScintilla/Shell.py" line="1772"/> <source><p><b>{0}</b> is not a file.</p></source> <translation type="unfinished"></translation> </message> @@ -49619,7 +49619,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="738"/> + <location filename="../QScintilla/Shell.py" line="743"/> <source>Exception "{0}" {1} File: {2}, Line: {3} @@ -49627,26 +49627,26 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="771"/> + <location filename="../QScintilla/Shell.py" line="776"/> <source>Unspecified syntax error. </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="748"/> + <location filename="../QScintilla/Shell.py" line="753"/> <source>Exception "{0}" {1} </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="773"/> + <location filename="../QScintilla/Shell.py" line="778"/> <source>Syntax error "{1}" in file {0} at line {2}, character {3}. </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="796"/> + <location filename="../QScintilla/Shell.py" line="801"/> <source>Signal "{0}" generated in file {1} at line {2}. Function: {3}({4})</source> <translation type="unfinished"></translation> @@ -49836,273 +49836,283 @@ <context> <name>ShellWindow</name> <message> - <location filename="../QScintilla/ShellWindow.py" line="187"/> + <location filename="../QScintilla/ShellWindow.py" line="188"/> <source>Quit</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="187"/> + <location filename="../QScintilla/ShellWindow.py" line="188"/> <source>&Quit</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="187"/> + <location filename="../QScintilla/ShellWindow.py" line="188"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="193"/> - <source>Quit the Shell</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../QScintilla/ShellWindow.py" line="194"/> + <source>Quit the Shell</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="195"/> <source><b>Quit the Shell</b><p>This quits the Shell window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="202"/> + <location filename="../QScintilla/ShellWindow.py" line="203"/> <source>New Window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="202"/> + <location filename="../QScintilla/ShellWindow.py" line="203"/> <source>New &Window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="202"/> + <location filename="../QScintilla/ShellWindow.py" line="203"/> <source>Ctrl+Shift+N</source> <comment>File|New Window</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="208"/> + <location filename="../QScintilla/ShellWindow.py" line="209"/> <source>Open a new Shell window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="210"/> + <location filename="../QScintilla/ShellWindow.py" line="211"/> <source><b>New Window</b><p>This opens a new instance of the Shell window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="217"/> + <location filename="../QScintilla/ShellWindow.py" line="218"/> <source>Restart</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="222"/> + <location filename="../QScintilla/ShellWindow.py" line="223"/> <source>Restart the shell</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="224"/> + <location filename="../QScintilla/ShellWindow.py" line="225"/> <source><b>Restart</b><p>Restart the shell for the currently selected language.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="231"/> + <location filename="../QScintilla/ShellWindow.py" line="232"/> <source>Restart and Clear</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="236"/> + <location filename="../QScintilla/ShellWindow.py" line="237"/> <source>Clear the window and restart the shell</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="238"/> + <location filename="../QScintilla/ShellWindow.py" line="239"/> <source><b>Restart and Clear</b><p>Clear the shell window and restart the shell for the currently selected language.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="854"/> - <source>Show History</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="854"/> - <source>&Show History...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="860"/> - <source>Show the shell history in a dialog</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="864"/> - <source>Clear History</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="864"/> - <source>&Clear History...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="870"/> - <source>Clear the shell history</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../QScintilla/ShellWindow.py" line="874"/> - <source>Select History Entry</source> + <source>Show History</source> <translation type="unfinished"></translation> </message> <message> <location filename="../QScintilla/ShellWindow.py" line="874"/> + <source>&Show History...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="880"/> + <source>Show the shell history in a dialog</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="884"/> + <source>Clear History</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="884"/> + <source>&Clear History...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="890"/> + <source>Clear the shell history</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="894"/> + <source>Select History Entry</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="894"/> <source>Select History &Entry</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="879"/> - <source>Select an entry of the shell history</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="887"/> - <source>About</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="887"/> - <source>&About</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="891"/> - <source>Display information about this software</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="893"/> - <source><b>About</b><p>Display some information about this software.</p></source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../QScintilla/ShellWindow.py" line="899"/> + <source>Select an entry of the shell history</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="907"/> + <source>About</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="907"/> + <source>&About</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="911"/> + <source>Display information about this software</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="913"/> + <source><b>About</b><p>Display some information about this software.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="919"/> <source>About Qt</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="899"/> - <source>About &Qt</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="903"/> - <source>Display information about the Qt toolkit</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="905"/> - <source><b>About Qt</b><p>Display some information about the Qt toolkit.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="912"/> - <source>What's This?</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="912"/> - <source>&What's This?</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="912"/> - <source>Shift+F1</source> - <comment>Help|What's This?'</comment> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="918"/> - <source>Context sensitive help</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../QScintilla/ShellWindow.py" line="919"/> + <source>About &Qt</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="923"/> + <source>Display information about the Qt toolkit</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="925"/> + <source><b>About Qt</b><p>Display some information about the Qt toolkit.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="932"/> + <source>What's This?</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="932"/> + <source>&What's This?</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="932"/> + <source>Shift+F1</source> + <comment>Help|What's This?'</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="938"/> + <source>Context sensitive help</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="939"/> <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="../QScintilla/ShellWindow.py" line="1055"/> + <location filename="../QScintilla/ShellWindow.py" line="1075"/> <source>About eric6 Shell Window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1055"/> + <location filename="../QScintilla/ShellWindow.py" line="1075"/> <source>The eric6 Shell is a standalone shell window. It uses the same backend as the debugger of the full IDE, but is executed independently.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1083"/> - <source>&File</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="1092"/> - <source>&Edit</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../QScintilla/ShellWindow.py" line="1103"/> + <source>&File</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="1112"/> + <source>&Edit</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="1123"/> <source>&View</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1110"/> + <location filename="../QScintilla/ShellWindow.py" line="1130"/> <source>Histor&y</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1116"/> + <location filename="../QScintilla/ShellWindow.py" line="1136"/> <source>&Start</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1122"/> + <location filename="../QScintilla/ShellWindow.py" line="1142"/> <source>&Help</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1157"/> + <location filename="../QScintilla/ShellWindow.py" line="1177"/> <source>File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1166"/> - <source>Edit</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="1173"/> - <source>Find</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="1179"/> - <source>View</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../QScintilla/ShellWindow.py" line="1186"/> + <source>Edit</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="1193"/> + <source>Find</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="1199"/> + <source>View</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="1206"/> <source>History</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1191"/> + <location filename="../QScintilla/ShellWindow.py" line="1211"/> <source>Help</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1212"/> + <location filename="../QScintilla/ShellWindow.py" line="1232"/> <source><p>This part of the status bar allows zooming the shell.</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="568"/> + <source>Move forward one history entry</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="578"/> + <source>Move back one history entry</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>Shelve</name>
diff -r 50b6867ffcd3 -r f0d08bdeacf4 i18n/eric6_es.ts --- a/i18n/eric6_es.ts Sat Apr 22 15:37:18 2017 +0200 +++ b/i18n/eric6_es.ts Sun Apr 23 16:40:31 2017 +0200 @@ -49896,17 +49896,17 @@ <translation>Restaurar y borrar</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="693"/> + <location filename="../QScintilla/Shell.py" line="695"/> <source>Passive Debug Mode</source> <translation>Modo de depuración pasiva</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="696"/> + <location filename="../QScintilla/Shell.py" line="698"/> <source>No.</source> <translation>No.</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="1744"/> + <location filename="../QScintilla/Shell.py" line="1772"/> <source>Drop Error</source> <translation>Error al soltar</translation> </message> @@ -49926,17 +49926,17 @@ <translation>Mostrar</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="630"/> + <location filename="../QScintilla/Shell.py" line="632"/> <source>Select History</source> <translation>Seleccionar historial</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="630"/> + <location filename="../QScintilla/Shell.py" line="632"/> <source>Select the history entry to execute (most recent shown last).</source> <translation>Seleccionar la entrada del historial a ejecutar (las más recientes mostradas en último lugar).</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="694"/> + <location filename="../QScintilla/Shell.py" line="696"/> <source> Not connected</source> <translation>No conectado</translation> @@ -49952,29 +49952,29 @@ <translation>Cortar</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="698"/> + <location filename="../QScintilla/Shell.py" line="700"/> <source>{0} on {1}, {2}</source> <translation>{0} en {1}, {2}</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="838"/> + <location filename="../QScintilla/Shell.py" line="843"/> <source>StdOut: {0}</source> <translation>StdOut: {0}</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="846"/> + <location filename="../QScintilla/Shell.py" line="851"/> <source>StdErr: {0}</source> <translation>StdErr: {0}</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="1454"/> + <location filename="../QScintilla/Shell.py" line="1482"/> <source>Shell language "{0}" not supported. </source> <translation>Lenguaje de Shell "{0}" no soportado. </translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="1744"/> + <location filename="../QScintilla/Shell.py" line="1772"/> <source><p><b>{0}</b> is not a file.</p></source> <translation><p><b>{0}</b> no es un archivo.</p></translation> </message> @@ -49984,7 +49984,7 @@ <translation>Buscar</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="738"/> + <location filename="../QScintilla/Shell.py" line="743"/> <source>Exception "{0}" {1} File: {2}, Line: {3} @@ -49995,13 +49995,13 @@ </translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="771"/> + <location filename="../QScintilla/Shell.py" line="776"/> <source>Unspecified syntax error. </source> <translation>Error de sintaxis sin especificar.</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="748"/> + <location filename="../QScintilla/Shell.py" line="753"/> <source>Exception "{0}" {1} </source> @@ -50010,14 +50010,14 @@ </translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="773"/> + <location filename="../QScintilla/Shell.py" line="778"/> <source>Syntax error "{1}" in file {0} at line {2}, character {3}. </source> <translation>Error de sintaxis "{1}" en archivo {0} en la línea {2}, carácter {3}. </translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="796"/> + <location filename="../QScintilla/Shell.py" line="801"/> <source>Signal "{0}" generated in file {1} at line {2}. Function: {3}({4})</source> <translation>Señal "{0}" generada en el archivo {1} y línea {2}. @@ -50208,273 +50208,288 @@ <context> <name>ShellWindow</name> <message> - <location filename="../QScintilla/ShellWindow.py" line="187"/> + <location filename="../QScintilla/ShellWindow.py" line="188"/> <source>Quit</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="187"/> + <location filename="../QScintilla/ShellWindow.py" line="188"/> <source>&Quit</source> <translation type="unfinished">&Salir</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="187"/> + <location filename="../QScintilla/ShellWindow.py" line="188"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation type="unfinished">Ctrl+Q</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="193"/> + <location filename="../QScintilla/ShellWindow.py" line="194"/> <source>Quit the Shell</source> <translation type="unfinished">Salir del IDE</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="194"/> + <location filename="../QScintilla/ShellWindow.py" line="195"/> <source><b>Quit the Shell</b><p>This quits the Shell window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="202"/> + <location filename="../QScintilla/ShellWindow.py" line="203"/> <source>New Window</source> <translation type="unfinished">Nueva Ventana</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="202"/> + <location filename="../QScintilla/ShellWindow.py" line="203"/> <source>New &Window</source> <translation type="unfinished">Nueva &Ventana</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="202"/> + <location filename="../QScintilla/ShellWindow.py" line="203"/> <source>Ctrl+Shift+N</source> <comment>File|New Window</comment> <translation type="unfinished">Ctrl+Shift+N</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="208"/> + <location filename="../QScintilla/ShellWindow.py" line="209"/> <source>Open a new Shell window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="210"/> + <location filename="../QScintilla/ShellWindow.py" line="211"/> <source><b>New Window</b><p>This opens a new instance of the Shell window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="217"/> + <location filename="../QScintilla/ShellWindow.py" line="218"/> <source>Restart</source> <translation type="unfinished">Reiniciar</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="222"/> + <location filename="../QScintilla/ShellWindow.py" line="223"/> <source>Restart the shell</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="224"/> + <location filename="../QScintilla/ShellWindow.py" line="225"/> <source><b>Restart</b><p>Restart the shell for the currently selected language.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="231"/> + <location filename="../QScintilla/ShellWindow.py" line="232"/> <source>Restart and Clear</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="236"/> + <location filename="../QScintilla/ShellWindow.py" line="237"/> <source>Clear the window and restart the shell</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="238"/> + <location filename="../QScintilla/ShellWindow.py" line="239"/> <source><b>Restart and Clear</b><p>Clear the shell window and restart the shell for the currently selected language.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="854"/> - <source>Show History</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="854"/> - <source>&Show History...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="860"/> - <source>Show the shell history in a dialog</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="864"/> - <source>Clear History</source> - <translation type="unfinished">Borrar Historial</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="864"/> - <source>&Clear History...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="870"/> - <source>Clear the shell history</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../QScintilla/ShellWindow.py" line="874"/> - <source>Select History Entry</source> + <source>Show History</source> <translation type="unfinished"></translation> </message> <message> <location filename="../QScintilla/ShellWindow.py" line="874"/> + <source>&Show History...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="880"/> + <source>Show the shell history in a dialog</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="884"/> + <source>Clear History</source> + <translation type="unfinished">Borrar Historial</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="884"/> + <source>&Clear History...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="890"/> + <source>Clear the shell history</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="894"/> + <source>Select History Entry</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="894"/> <source>Select History &Entry</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="879"/> - <source>Select an entry of the shell history</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="887"/> - <source>About</source> - <translation type="unfinished">Acerca de</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="887"/> - <source>&About</source> - <translation type="unfinished">&Acerca de</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="891"/> - <source>Display information about this software</source> - <translation type="unfinished">Muestra información acerca de este software</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="893"/> - <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="../QScintilla/ShellWindow.py" line="899"/> - <source>About Qt</source> - <translation type="unfinished">Acerca de Qt</translation> - </message> - <message> <location filename="../QScintilla/ShellWindow.py" line="899"/> + <source>Select an entry of the shell history</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="907"/> + <source>About</source> + <translation type="unfinished">Acerca de</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="907"/> + <source>&About</source> + <translation type="unfinished">&Acerca de</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="911"/> + <source>Display information about this software</source> + <translation type="unfinished">Muestra información acerca de este software</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="913"/> + <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="../QScintilla/ShellWindow.py" line="919"/> + <source>About Qt</source> + <translation type="unfinished">Acerca de Qt</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="919"/> <source>About &Qt</source> <translation type="unfinished">Acerca de &Qt</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="903"/> + <location filename="../QScintilla/ShellWindow.py" line="923"/> <source>Display information about the Qt toolkit</source> <translation type="unfinished">Muestra información sobre las herramientas Qt</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="905"/> + <location filename="../QScintilla/ShellWindow.py" line="925"/> <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="../QScintilla/ShellWindow.py" line="912"/> + <location filename="../QScintilla/ShellWindow.py" line="932"/> <source>What's This?</source> <translation type="unfinished">¿Qué es esto?</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="912"/> + <location filename="../QScintilla/ShellWindow.py" line="932"/> <source>&What's This?</source> <translation type="unfinished">¿&Qué es esto?</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="912"/> + <location filename="../QScintilla/ShellWindow.py" line="932"/> <source>Shift+F1</source> <comment>Help|What's This?'</comment> <translation type="unfinished">Shift+F1</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="918"/> + <location filename="../QScintilla/ShellWindow.py" line="938"/> <source>Context sensitive help</source> <translation type="unfinished">Ayuda sensible al contexto</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="919"/> + <location filename="../QScintilla/ShellWindow.py" line="939"/> <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="../QScintilla/ShellWindow.py" line="1055"/> + <location filename="../QScintilla/ShellWindow.py" line="1075"/> <source>About eric6 Shell Window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1055"/> + <location filename="../QScintilla/ShellWindow.py" line="1075"/> <source>The eric6 Shell is a standalone shell window. It uses the same backend as the debugger of the full IDE, but is executed independently.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1083"/> - <source>&File</source> - <translation type="unfinished">&Archivo</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="1092"/> - <source>&Edit</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../QScintilla/ShellWindow.py" line="1103"/> + <source>&File</source> + <translation type="unfinished">&Archivo</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="1112"/> + <source>&Edit</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="1123"/> <source>&View</source> <translation type="unfinished">&Ver</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1110"/> + <location filename="../QScintilla/ShellWindow.py" line="1130"/> <source>Histor&y</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1116"/> + <location filename="../QScintilla/ShellWindow.py" line="1136"/> <source>&Start</source> <translation type="unfinished">&Iniciar</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1122"/> + <location filename="../QScintilla/ShellWindow.py" line="1142"/> <source>&Help</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1157"/> + <location filename="../QScintilla/ShellWindow.py" line="1177"/> <source>File</source> <translation type="unfinished">Archivo</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1166"/> - <source>Edit</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="1173"/> - <source>Find</source> - <translation type="unfinished">Buscar</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="1179"/> - <source>View</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../QScintilla/ShellWindow.py" line="1186"/> + <source>Edit</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="1193"/> + <source>Find</source> + <translation type="unfinished">Buscar</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="1199"/> + <source>View</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="1206"/> <source>History</source> <translation type="unfinished">Historial</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1191"/> + <location filename="../QScintilla/ShellWindow.py" line="1211"/> <source>Help</source> <translation type="unfinished">Ayuda</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1212"/> + <location filename="../QScintilla/ShellWindow.py" line="1232"/> <source><p>This part of the status bar allows zooming the shell.</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="568"/> + <source>Move forward one history entry</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="568"/> + <source>Ctrl+Down</source> + <translation type="obsolete">Ctrl+Down</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="578"/> + <source>Move back one history entry</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>Shelve</name>
diff -r 50b6867ffcd3 -r f0d08bdeacf4 i18n/eric6_fr.ts --- a/i18n/eric6_fr.ts Sat Apr 22 15:37:18 2017 +0200 +++ b/i18n/eric6_fr.ts Sun Apr 23 16:40:31 2017 +0200 @@ -50624,12 +50624,12 @@ <translation>Effacer et réinitialiser</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="1744"/> + <location filename="../QScintilla/Shell.py" line="1772"/> <source>Drop Error</source> <translation>Erreur de suppression</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="696"/> + <location filename="../QScintilla/Shell.py" line="698"/> <source>No.</source> <translation>Non.</translation> </message> @@ -50644,7 +50644,7 @@ <translation type="obsolete"><b>La fenêtre Shell</b><p>Il s'agit simplement d'un interpreteur Python affiché dans une fenêtre. L'interpréteur affiché est celui utilisé pour le débogage du programme en cours .Cela signifie qu'on peut exécuter n'importe quelle commande durant le débogage, en utilisant l'environnement de débug en cours.</p><p>On peut utiliser les flèches pour rappeler les commandes enregistrées dans l'historique. En appuyant sur les flèches du haut et du bas, on peut aussi rappeler les commandes qui commencent par le début du mot tapé..</p><p>Le shell possède des commandes spéciales. 'Réinitialiser' tue le shell en cours et en redémarre un nouveau. 'Effacer' efface l'affichage, et 'Lancer...' est utilisé pour basculer d'un langage shell à l'autre ('Python' ou 'Ruby'). Ces commandes sont aussi disponibles via le menu contextuel du shell.</p><p>En appuyant sur la touche Tab après avoir saisi du texte, on affiche la liste des complétions possibles. L'entrée voulue peut être sélectionnée dans la liste. Si une seule entrée est disponible, elle sera sélectionnée automatiquement.</p><p>En mode débogage passif, le shell est disponible uniquement après que le programme débogué connecté à l'IDE a été terminé. Ceci est indiqué par une invite de commande différente et par une indication dans le titre de la fenêtre.</p></translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="693"/> + <location filename="../QScintilla/Shell.py" line="695"/> <source>Passive Debug Mode</source> <translation>Mode débogueur passif</translation> </message> @@ -50664,17 +50664,17 @@ <translation>Afficher</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="630"/> + <location filename="../QScintilla/Shell.py" line="632"/> <source>Select History</source> <translation>Historique</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="630"/> + <location filename="../QScintilla/Shell.py" line="632"/> <source>Select the history entry to execute (most recent shown last).</source> <translation>Sélectionner une entrée à executer (la plus récente est à la fin).</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="694"/> + <location filename="../QScintilla/Shell.py" line="696"/> <source> Not connected</source> <translation>Non connexté</translation> @@ -50690,28 +50690,28 @@ <translation type="unfinished">Couper</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="698"/> + <location filename="../QScintilla/Shell.py" line="700"/> <source>{0} on {1}, {2}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="838"/> + <location filename="../QScintilla/Shell.py" line="843"/> <source>StdOut: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="846"/> + <location filename="../QScintilla/Shell.py" line="851"/> <source>StdErr: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="1454"/> + <location filename="../QScintilla/Shell.py" line="1482"/> <source>Shell language "{0}" not supported. </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="1744"/> + <location filename="../QScintilla/Shell.py" line="1772"/> <source><p><b>{0}</b> is not a file.</p></source> <translation type="unfinished"></translation> </message> @@ -50721,7 +50721,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="738"/> + <location filename="../QScintilla/Shell.py" line="743"/> <source>Exception "{0}" {1} File: {2}, Line: {3} @@ -50729,26 +50729,26 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="771"/> + <location filename="../QScintilla/Shell.py" line="776"/> <source>Unspecified syntax error. </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="748"/> + <location filename="../QScintilla/Shell.py" line="753"/> <source>Exception "{0}" {1} </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="773"/> + <location filename="../QScintilla/Shell.py" line="778"/> <source>Syntax error "{1}" in file {0} at line {2}, character {3}. </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="796"/> + <location filename="../QScintilla/Shell.py" line="801"/> <source>Signal "{0}" generated in file {1} at line {2}. Function: {3}({4})</source> <translation type="unfinished"></translation> @@ -50943,273 +50943,288 @@ <context> <name>ShellWindow</name> <message> - <location filename="../QScintilla/ShellWindow.py" line="187"/> + <location filename="../QScintilla/ShellWindow.py" line="188"/> <source>Quit</source> <translation type="unfinished">Quitter</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="187"/> + <location filename="../QScintilla/ShellWindow.py" line="188"/> <source>&Quit</source> <translation type="unfinished">&Quitter</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="187"/> + <location filename="../QScintilla/ShellWindow.py" line="188"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation type="unfinished">Ctrl+Q</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="193"/> - <source>Quit the Shell</source> - <translation type="unfinished">Quitter l'IDE</translation> - </message> - <message> <location filename="../QScintilla/ShellWindow.py" line="194"/> + <source>Quit the Shell</source> + <translation type="unfinished">Quitter l'IDE</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="195"/> <source><b>Quit the Shell</b><p>This quits the Shell window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="202"/> + <location filename="../QScintilla/ShellWindow.py" line="203"/> <source>New Window</source> <translation type="unfinished">Nouvelle fenêtre</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="202"/> + <location filename="../QScintilla/ShellWindow.py" line="203"/> <source>New &Window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="202"/> + <location filename="../QScintilla/ShellWindow.py" line="203"/> <source>Ctrl+Shift+N</source> <comment>File|New Window</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="208"/> + <location filename="../QScintilla/ShellWindow.py" line="209"/> <source>Open a new Shell window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="210"/> + <location filename="../QScintilla/ShellWindow.py" line="211"/> <source><b>New Window</b><p>This opens a new instance of the Shell window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="217"/> + <location filename="../QScintilla/ShellWindow.py" line="218"/> <source>Restart</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="222"/> + <location filename="../QScintilla/ShellWindow.py" line="223"/> <source>Restart the shell</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="224"/> + <location filename="../QScintilla/ShellWindow.py" line="225"/> <source><b>Restart</b><p>Restart the shell for the currently selected language.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="231"/> + <location filename="../QScintilla/ShellWindow.py" line="232"/> <source>Restart and Clear</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="236"/> + <location filename="../QScintilla/ShellWindow.py" line="237"/> <source>Clear the window and restart the shell</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="238"/> + <location filename="../QScintilla/ShellWindow.py" line="239"/> <source><b>Restart and Clear</b><p>Clear the shell window and restart the shell for the currently selected language.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="854"/> - <source>Show History</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="854"/> - <source>&Show History...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="860"/> - <source>Show the shell history in a dialog</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="864"/> - <source>Clear History</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="864"/> - <source>&Clear History...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="870"/> - <source>Clear the shell history</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../QScintilla/ShellWindow.py" line="874"/> - <source>Select History Entry</source> + <source>Show History</source> <translation type="unfinished"></translation> </message> <message> <location filename="../QScintilla/ShellWindow.py" line="874"/> + <source>&Show History...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="880"/> + <source>Show the shell history in a dialog</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="884"/> + <source>Clear History</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="884"/> + <source>&Clear History...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="890"/> + <source>Clear the shell history</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="894"/> + <source>Select History Entry</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="894"/> <source>Select History &Entry</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="879"/> - <source>Select an entry of the shell history</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="887"/> - <source>About</source> - <translation type="unfinished">À propos de</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="887"/> - <source>&About</source> - <translation type="unfinished">&À propos de </translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="891"/> - <source>Display information about this software</source> - <translation type="unfinished">Affiche les informations concernant le logiciel</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="893"/> - <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="../QScintilla/ShellWindow.py" line="899"/> + <source>Select an entry of the shell history</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="907"/> + <source>About</source> + <translation type="unfinished">À propos de</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="907"/> + <source>&About</source> + <translation type="unfinished">&À propos de </translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="911"/> + <source>Display information about this software</source> + <translation type="unfinished">Affiche les informations concernant le logiciel</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="913"/> + <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="../QScintilla/ShellWindow.py" line="919"/> <source>About Qt</source> <translation type="unfinished">À propos de Qt</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="899"/> - <source>About &Qt</source> - <translation type="unfinished">À propos de &Qt</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="903"/> - <source>Display information about the Qt toolkit</source> - <translation type="unfinished">Affiche les informations concernant Qt</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="905"/> - <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="../QScintilla/ShellWindow.py" line="912"/> - <source>What's This?</source> - <translation type="unfinished">Qu'est-ce que c'est ?</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="912"/> - <source>&What's This?</source> - <translation type="unfinished">&Qu'est-ce que c'est?</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="912"/> - <source>Shift+F1</source> - <comment>Help|What's This?'</comment> - <translation type="unfinished">Shift+F1</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="918"/> - <source>Context sensitive help</source> - <translation type="unfinished">Aide contextuelle</translation> - </message> - <message> <location filename="../QScintilla/ShellWindow.py" line="919"/> + <source>About &Qt</source> + <translation type="unfinished">À propos de &Qt</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="923"/> + <source>Display information about the Qt toolkit</source> + <translation type="unfinished">Affiche les informations concernant Qt</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="925"/> + <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="../QScintilla/ShellWindow.py" line="932"/> + <source>What's This?</source> + <translation type="unfinished">Qu'est-ce que c'est ?</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="932"/> + <source>&What's This?</source> + <translation type="unfinished">&Qu'est-ce que c'est?</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="932"/> + <source>Shift+F1</source> + <comment>Help|What's This?'</comment> + <translation type="unfinished">Shift+F1</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="938"/> + <source>Context sensitive help</source> + <translation type="unfinished">Aide contextuelle</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="939"/> <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="../QScintilla/ShellWindow.py" line="1055"/> + <location filename="../QScintilla/ShellWindow.py" line="1075"/> <source>About eric6 Shell Window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1055"/> + <location filename="../QScintilla/ShellWindow.py" line="1075"/> <source>The eric6 Shell is a standalone shell window. It uses the same backend as the debugger of the full IDE, but is executed independently.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1083"/> - <source>&File</source> - <translation type="unfinished">&Fichier</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="1092"/> - <source>&Edit</source> - <translation type="unfinished">&Edition</translation> - </message> - <message> <location filename="../QScintilla/ShellWindow.py" line="1103"/> + <source>&File</source> + <translation type="unfinished">&Fichier</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="1112"/> + <source>&Edit</source> + <translation type="unfinished">&Edition</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="1123"/> <source>&View</source> <translation type="unfinished">&Affichage</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1110"/> + <location filename="../QScintilla/ShellWindow.py" line="1130"/> <source>Histor&y</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1116"/> + <location filename="../QScintilla/ShellWindow.py" line="1136"/> <source>&Start</source> <translation type="unfinished">&Lancer</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1122"/> + <location filename="../QScintilla/ShellWindow.py" line="1142"/> <source>&Help</source> <translation type="unfinished">A&ide</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1157"/> + <location filename="../QScintilla/ShellWindow.py" line="1177"/> <source>File</source> <translation type="unfinished">Fichier</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1166"/> - <source>Edit</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="1173"/> - <source>Find</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="1179"/> - <source>View</source> - <translation type="unfinished">Affichage</translation> - </message> - <message> <location filename="../QScintilla/ShellWindow.py" line="1186"/> + <source>Edit</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="1193"/> + <source>Find</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="1199"/> + <source>View</source> + <translation type="unfinished">Affichage</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="1206"/> <source>History</source> <translation type="unfinished">Historique</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1191"/> + <location filename="../QScintilla/ShellWindow.py" line="1211"/> <source>Help</source> <translation type="unfinished">Aide</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1212"/> + <location filename="../QScintilla/ShellWindow.py" line="1232"/> <source><p>This part of the status bar allows zooming the shell.</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="568"/> + <source>Move forward one history entry</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="568"/> + <source>Ctrl+Down</source> + <translation type="obsolete">Ctrl+Down</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="578"/> + <source>Move back one history entry</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>Shelve</name>
diff -r 50b6867ffcd3 -r f0d08bdeacf4 i18n/eric6_it.ts --- a/i18n/eric6_it.ts Sat Apr 22 15:37:18 2017 +0200 +++ b/i18n/eric6_it.ts Sun Apr 23 16:40:31 2017 +0200 @@ -51072,12 +51072,12 @@ <translation>Resetta e pulisci</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="1744"/> + <location filename="../QScintilla/Shell.py" line="1772"/> <source>Drop Error</source> <translation>Drop Error</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="696"/> + <location filename="../QScintilla/Shell.py" line="698"/> <source>No.</source> <translation>No.</translation> </message> @@ -51092,7 +51092,7 @@ <translation type="obsolete"><b>La finestra Shell</b><p>Questo è un semplice interprete che viene eseguito in una finestra. L'interprete è quello usato per eseguire il programma sotto debug. Significa che puoi eseguire qualsiasi comando mentre il programma in debug viene eseguito.</p><p>Puoi usare i tasti cursore mentre inserisci i comandi. C'è inoltre una cronologia dei comandi che può essere richiamata usando i tanti su e giù. Premendo i tasti su e giù dopo che del testo è stato inserito verrà avviata una ricerca incrementale.</p><p>La shell ha alcuni comandi speciali. 'reset' uccide la shell e ne avvia una nuova. 'clear' pulisce la finestra della shell. 'start' è usato per cambiare il linguaggio della shell e deve essere seguito da uno dei linguaggi supportati. I linguaggi supportati sono elencati dal comando 'languages'. Questi comandi (eccetto 'languages') sono disponibili tramite un menù contestuale.</p><p>Premendo il tasto Tab dopo aver inserito del testo verrà mostrata una lista di possibili comandi. L'elemento rilevante può essere selezionato dalla lista. Se solo un elemento è disponibile, sarà inserito automaticamente.</p><p>In modalità di debug passiva la shell è disponibile solo dopo che il programma debuggato si è connesso all'IDE fino a quando è terminato. Questo viene indicato da un prompt differente e dal titolo della finestra.</p></translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="693"/> + <location filename="../QScintilla/Shell.py" line="695"/> <source>Passive Debug Mode</source> <translation>Passive Debug Mode</translation> </message> @@ -51112,17 +51112,17 @@ <translation>Mostra</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="630"/> + <location filename="../QScintilla/Shell.py" line="632"/> <source>Select History</source> <translation>Selezione cronologia</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="630"/> + <location filename="../QScintilla/Shell.py" line="632"/> <source>Select the history entry to execute (most recent shown last).</source> <translation>Seleziona l'elemento dalla cronologia da esegurie (i più recenti sono gli ultimi).</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="694"/> + <location filename="../QScintilla/Shell.py" line="696"/> <source> Not connected</source> <translation> @@ -51139,29 +51139,29 @@ <translation>Taglia</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="698"/> + <location filename="../QScintilla/Shell.py" line="700"/> <source>{0} on {1}, {2}</source> <translation></translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="838"/> + <location filename="../QScintilla/Shell.py" line="843"/> <source>StdOut: {0}</source> <translation>StdOut: {0}</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="846"/> + <location filename="../QScintilla/Shell.py" line="851"/> <source>StdErr: {0}</source> <translation>StdErr: {0}</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="1454"/> + <location filename="../QScintilla/Shell.py" line="1482"/> <source>Shell language "{0}" not supported. </source> <translation>Il linguaggio "{0}" della shell non è supportato. </translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="1744"/> + <location filename="../QScintilla/Shell.py" line="1772"/> <source><p><b>{0}</b> is not a file.</p></source> <translation><p><b>{0}</b> non è un file.</p></translation> </message> @@ -51171,7 +51171,7 @@ <translation>Trova</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="738"/> + <location filename="../QScintilla/Shell.py" line="743"/> <source>Exception "{0}" {1} File: {2}, Line: {3} @@ -51179,26 +51179,26 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="771"/> + <location filename="../QScintilla/Shell.py" line="776"/> <source>Unspecified syntax error. </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="748"/> + <location filename="../QScintilla/Shell.py" line="753"/> <source>Exception "{0}" {1} </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="773"/> + <location filename="../QScintilla/Shell.py" line="778"/> <source>Syntax error "{1}" in file {0} at line {2}, character {3}. </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="796"/> + <location filename="../QScintilla/Shell.py" line="801"/> <source>Signal "{0}" generated in file {1} at line {2}. Function: {3}({4})</source> <translation type="unfinished"></translation> @@ -51388,273 +51388,288 @@ <context> <name>ShellWindow</name> <message> - <location filename="../QScintilla/ShellWindow.py" line="187"/> + <location filename="../QScintilla/ShellWindow.py" line="188"/> <source>Quit</source> <translation type="unfinished">Esci</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="187"/> + <location filename="../QScintilla/ShellWindow.py" line="188"/> <source>&Quit</source> <translation type="unfinished">&Esci</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="187"/> + <location filename="../QScintilla/ShellWindow.py" line="188"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation type="unfinished">Ctrl+Q</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="193"/> - <source>Quit the Shell</source> - <translation type="unfinished">Esci dall'IDE</translation> - </message> - <message> <location filename="../QScintilla/ShellWindow.py" line="194"/> + <source>Quit the Shell</source> + <translation type="unfinished">Esci dall'IDE</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="195"/> <source><b>Quit the Shell</b><p>This quits the Shell window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="202"/> + <location filename="../QScintilla/ShellWindow.py" line="203"/> <source>New Window</source> <translation type="unfinished">Nuova finestra</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="202"/> + <location filename="../QScintilla/ShellWindow.py" line="203"/> <source>New &Window</source> <translation type="unfinished">Nuova &Finestra</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="202"/> + <location filename="../QScintilla/ShellWindow.py" line="203"/> <source>Ctrl+Shift+N</source> <comment>File|New Window</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="208"/> + <location filename="../QScintilla/ShellWindow.py" line="209"/> <source>Open a new Shell window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="210"/> + <location filename="../QScintilla/ShellWindow.py" line="211"/> <source><b>New Window</b><p>This opens a new instance of the Shell window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="217"/> + <location filename="../QScintilla/ShellWindow.py" line="218"/> <source>Restart</source> <translation type="unfinished">Riavvio</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="222"/> + <location filename="../QScintilla/ShellWindow.py" line="223"/> <source>Restart the shell</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="224"/> + <location filename="../QScintilla/ShellWindow.py" line="225"/> <source><b>Restart</b><p>Restart the shell for the currently selected language.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="231"/> + <location filename="../QScintilla/ShellWindow.py" line="232"/> <source>Restart and Clear</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="236"/> + <location filename="../QScintilla/ShellWindow.py" line="237"/> <source>Clear the window and restart the shell</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="238"/> + <location filename="../QScintilla/ShellWindow.py" line="239"/> <source><b>Restart and Clear</b><p>Clear the shell window and restart the shell for the currently selected language.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="854"/> - <source>Show History</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="854"/> - <source>&Show History...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="860"/> - <source>Show the shell history in a dialog</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="864"/> - <source>Clear History</source> - <translation type="unfinished">Pulisci la history</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="864"/> - <source>&Clear History...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="870"/> - <source>Clear the shell history</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../QScintilla/ShellWindow.py" line="874"/> - <source>Select History Entry</source> + <source>Show History</source> <translation type="unfinished"></translation> </message> <message> <location filename="../QScintilla/ShellWindow.py" line="874"/> + <source>&Show History...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="880"/> + <source>Show the shell history in a dialog</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="884"/> + <source>Clear History</source> + <translation type="unfinished">Pulisci la history</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="884"/> + <source>&Clear History...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="890"/> + <source>Clear the shell history</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="894"/> + <source>Select History Entry</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="894"/> <source>Select History &Entry</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="879"/> - <source>Select an entry of the shell history</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="887"/> - <source>About</source> - <translation type="unfinished">About</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="887"/> - <source>&About</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="891"/> - <source>Display information about this software</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="893"/> - <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="../QScintilla/ShellWindow.py" line="899"/> - <source>About Qt</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../QScintilla/ShellWindow.py" line="899"/> - <source>About &Qt</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="903"/> - <source>Display information about the Qt toolkit</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="905"/> - <source><b>About Qt</b><p>Display some information about the Qt toolkit.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="912"/> - <source>What's This?</source> - <translation type="unfinished">Cos'è questo ?</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="912"/> - <source>&What's This?</source> - <translation type="unfinished">C&os'è Questo ?</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="912"/> - <source>Shift+F1</source> - <comment>Help|What's This?'</comment> - <translation type="unfinished">Shift+F1</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="918"/> - <source>Context sensitive help</source> - <translation type="unfinished">Help sensibile al contesto</translation> + <source>Select an entry of the shell history</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="907"/> + <source>About</source> + <translation type="unfinished">About</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="907"/> + <source>&About</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="911"/> + <source>Display information about this software</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="913"/> + <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="../QScintilla/ShellWindow.py" line="919"/> + <source>About Qt</source> + <translation type="unfinished"></translation> </message> <message> <location filename="../QScintilla/ShellWindow.py" line="919"/> + <source>About &Qt</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="923"/> + <source>Display information about the Qt toolkit</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="925"/> + <source><b>About Qt</b><p>Display some information about the Qt toolkit.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="932"/> + <source>What's This?</source> + <translation type="unfinished">Cos'è questo ?</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="932"/> + <source>&What's This?</source> + <translation type="unfinished">C&os'è Questo ?</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="932"/> + <source>Shift+F1</source> + <comment>Help|What's This?'</comment> + <translation type="unfinished">Shift+F1</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="938"/> + <source>Context sensitive help</source> + <translation type="unfinished">Help sensibile al contesto</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="939"/> <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="../QScintilla/ShellWindow.py" line="1055"/> + <location filename="../QScintilla/ShellWindow.py" line="1075"/> <source>About eric6 Shell Window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1055"/> + <location filename="../QScintilla/ShellWindow.py" line="1075"/> <source>The eric6 Shell is a standalone shell window. It uses the same backend as the debugger of the full IDE, but is executed independently.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1083"/> - <source>&File</source> - <translation type="unfinished">&File</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="1092"/> - <source>&Edit</source> - <translation type="unfinished">&Edita</translation> - </message> - <message> <location filename="../QScintilla/ShellWindow.py" line="1103"/> + <source>&File</source> + <translation type="unfinished">&File</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="1112"/> + <source>&Edit</source> + <translation type="unfinished">&Edita</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="1123"/> <source>&View</source> <translation type="unfinished">&Visualizza</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1110"/> + <location filename="../QScintilla/ShellWindow.py" line="1130"/> <source>Histor&y</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1116"/> + <location filename="../QScintilla/ShellWindow.py" line="1136"/> <source>&Start</source> <translation type="unfinished">&Avvia</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1122"/> + <location filename="../QScintilla/ShellWindow.py" line="1142"/> <source>&Help</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1157"/> + <location filename="../QScintilla/ShellWindow.py" line="1177"/> <source>File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1166"/> - <source>Edit</source> - <translation type="unfinished">Modifica</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="1173"/> - <source>Find</source> - <translation type="unfinished">Trova</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="1179"/> - <source>View</source> - <translation type="unfinished">Visualizza</translation> - </message> - <message> <location filename="../QScintilla/ShellWindow.py" line="1186"/> + <source>Edit</source> + <translation type="unfinished">Modifica</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="1193"/> + <source>Find</source> + <translation type="unfinished">Trova</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="1199"/> + <source>View</source> + <translation type="unfinished">Visualizza</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="1206"/> <source>History</source> <translation type="unfinished">Cronologia</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1191"/> + <location filename="../QScintilla/ShellWindow.py" line="1211"/> <source>Help</source> <translation type="unfinished">Aiuto</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1212"/> + <location filename="../QScintilla/ShellWindow.py" line="1232"/> <source><p>This part of the status bar allows zooming the shell.</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="568"/> + <source>Move forward one history entry</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="568"/> + <source>Ctrl+Down</source> + <translation type="obsolete">Ctrl+Down</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="578"/> + <source>Move back one history entry</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>Shelve</name>
diff -r 50b6867ffcd3 -r f0d08bdeacf4 i18n/eric6_pt.ts --- a/i18n/eric6_pt.ts Sat Apr 22 15:37:18 2017 +0200 +++ b/i18n/eric6_pt.ts Sun Apr 23 16:40:31 2017 +0200 @@ -51089,59 +51089,59 @@ <translation>Configurar...</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="630"/> + <location filename="../QScintilla/Shell.py" line="632"/> <source>Select History</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="630"/> + <location filename="../QScintilla/Shell.py" line="632"/> <source>Select the history entry to execute (most recent shown last).</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="693"/> + <location filename="../QScintilla/Shell.py" line="695"/> <source>Passive Debug Mode</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="694"/> + <location filename="../QScintilla/Shell.py" line="696"/> <source> Not connected</source> <translation>Desconetado</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="696"/> - <source>No.</source> - <translation>Nº</translation> - </message> - <message> <location filename="../QScintilla/Shell.py" line="698"/> + <source>No.</source> + <translation>Nº</translation> + </message> + <message> + <location filename="../QScintilla/Shell.py" line="700"/> <source>{0} on {1}, {2}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="838"/> + <location filename="../QScintilla/Shell.py" line="843"/> <source>StdOut: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="846"/> + <location filename="../QScintilla/Shell.py" line="851"/> <source>StdErr: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="1454"/> + <location filename="../QScintilla/Shell.py" line="1482"/> <source>Shell language "{0}" not supported. </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="1744"/> + <location filename="../QScintilla/Shell.py" line="1772"/> <source>Drop Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="1744"/> + <location filename="../QScintilla/Shell.py" line="1772"/> <source><p><b>{0}</b> is not a file.</p></source> <translation type="unfinished"><p><b>{0}</b> não é um ficheiro.</p></translation> </message> @@ -51151,7 +51151,7 @@ <translation>Encontrar</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="738"/> + <location filename="../QScintilla/Shell.py" line="743"/> <source>Exception "{0}" {1} File: {2}, Line: {3} @@ -51159,26 +51159,26 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="771"/> + <location filename="../QScintilla/Shell.py" line="776"/> <source>Unspecified syntax error. </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="748"/> + <location filename="../QScintilla/Shell.py" line="753"/> <source>Exception "{0}" {1} </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="773"/> + <location filename="../QScintilla/Shell.py" line="778"/> <source>Syntax error "{1}" in file {0} at line {2}, character {3}. </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="796"/> + <location filename="../QScintilla/Shell.py" line="801"/> <source>Signal "{0}" generated in file {1} at line {2}. Function: {3}({4})</source> <translation type="unfinished"></translation> @@ -51368,273 +51368,283 @@ <context> <name>ShellWindow</name> <message> - <location filename="../QScintilla/ShellWindow.py" line="187"/> + <location filename="../QScintilla/ShellWindow.py" line="188"/> <source>Quit</source> <translation type="unfinished">Sair</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="187"/> + <location filename="../QScintilla/ShellWindow.py" line="188"/> <source>&Quit</source> <translation type="unfinished">Sai&r</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="187"/> + <location filename="../QScintilla/ShellWindow.py" line="188"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="193"/> - <source>Quit the Shell</source> - <translation type="unfinished">Sair do IDE</translation> - </message> - <message> <location filename="../QScintilla/ShellWindow.py" line="194"/> + <source>Quit the Shell</source> + <translation type="unfinished">Sair do IDE</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="195"/> <source><b>Quit the Shell</b><p>This quits the Shell window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="202"/> + <location filename="../QScintilla/ShellWindow.py" line="203"/> <source>New Window</source> <translation type="unfinished">Nova Janela</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="202"/> + <location filename="../QScintilla/ShellWindow.py" line="203"/> <source>New &Window</source> <translation type="unfinished">Nova &Janela</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="202"/> + <location filename="../QScintilla/ShellWindow.py" line="203"/> <source>Ctrl+Shift+N</source> <comment>File|New Window</comment> <translation type="unfinished">Ctrl+Shift+N</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="208"/> + <location filename="../QScintilla/ShellWindow.py" line="209"/> <source>Open a new Shell window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="210"/> + <location filename="../QScintilla/ShellWindow.py" line="211"/> <source><b>New Window</b><p>This opens a new instance of the Shell window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="217"/> + <location filename="../QScintilla/ShellWindow.py" line="218"/> <source>Restart</source> <translation type="unfinished">Reiniciar</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="222"/> + <location filename="../QScintilla/ShellWindow.py" line="223"/> <source>Restart the shell</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="224"/> + <location filename="../QScintilla/ShellWindow.py" line="225"/> <source><b>Restart</b><p>Restart the shell for the currently selected language.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="231"/> + <location filename="../QScintilla/ShellWindow.py" line="232"/> <source>Restart and Clear</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="236"/> + <location filename="../QScintilla/ShellWindow.py" line="237"/> <source>Clear the window and restart the shell</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="238"/> + <location filename="../QScintilla/ShellWindow.py" line="239"/> <source><b>Restart and Clear</b><p>Clear the shell window and restart the shell for the currently selected language.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="854"/> - <source>Show History</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="854"/> - <source>&Show History...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="860"/> - <source>Show the shell history in a dialog</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="864"/> - <source>Clear History</source> - <translation type="unfinished">Limpar Histórico</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="864"/> - <source>&Clear History...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="870"/> - <source>Clear the shell history</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../QScintilla/ShellWindow.py" line="874"/> - <source>Select History Entry</source> + <source>Show History</source> <translation type="unfinished"></translation> </message> <message> <location filename="../QScintilla/ShellWindow.py" line="874"/> + <source>&Show History...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="880"/> + <source>Show the shell history in a dialog</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="884"/> + <source>Clear History</source> + <translation type="unfinished">Limpar Histórico</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="884"/> + <source>&Clear History...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="890"/> + <source>Clear the shell history</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="894"/> + <source>Select History Entry</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="894"/> <source>Select History &Entry</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="879"/> - <source>Select an entry of the shell history</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="887"/> - <source>About</source> - <translation type="unfinished">Acerca</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="887"/> - <source>&About</source> - <translation type="unfinished">A&cerca</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="891"/> - <source>Display information about this software</source> - <translation type="unfinished">Mostra a informação acerca deste software</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="893"/> - <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="../QScintilla/ShellWindow.py" line="899"/> + <source>Select an entry of the shell history</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="907"/> + <source>About</source> + <translation type="unfinished">Acerca</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="907"/> + <source>&About</source> + <translation type="unfinished">A&cerca</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="911"/> + <source>Display information about this software</source> + <translation type="unfinished">Mostra a informação acerca deste software</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="913"/> + <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="../QScintilla/ShellWindow.py" line="919"/> <source>About Qt</source> <translation type="unfinished">Acerca de Qt</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="899"/> - <source>About &Qt</source> - <translation type="unfinished">Acerca de &Qt</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="903"/> - <source>Display information about the Qt toolkit</source> - <translation type="unfinished">Mostra informação acerca das Ferramentas de Qt</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="905"/> - <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="../QScintilla/ShellWindow.py" line="912"/> - <source>What's This?</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="912"/> - <source>&What's This?</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="912"/> - <source>Shift+F1</source> - <comment>Help|What's This?'</comment> - <translation type="unfinished">Shift+F1</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="918"/> - <source>Context sensitive help</source> - <translation type="unfinished">Ajuda sensível ao contexto</translation> - </message> - <message> <location filename="../QScintilla/ShellWindow.py" line="919"/> + <source>About &Qt</source> + <translation type="unfinished">Acerca de &Qt</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="923"/> + <source>Display information about the Qt toolkit</source> + <translation type="unfinished">Mostra informação acerca das Ferramentas de Qt</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="925"/> + <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="../QScintilla/ShellWindow.py" line="932"/> + <source>What's This?</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="932"/> + <source>&What's This?</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="932"/> + <source>Shift+F1</source> + <comment>Help|What's This?'</comment> + <translation type="unfinished">Shift+F1</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="938"/> + <source>Context sensitive help</source> + <translation type="unfinished">Ajuda sensível ao contexto</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="939"/> <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="../QScintilla/ShellWindow.py" line="1055"/> + <location filename="../QScintilla/ShellWindow.py" line="1075"/> <source>About eric6 Shell Window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1055"/> + <location filename="../QScintilla/ShellWindow.py" line="1075"/> <source>The eric6 Shell is a standalone shell window. It uses the same backend as the debugger of the full IDE, but is executed independently.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1083"/> - <source>&File</source> - <translation type="unfinished">&Ficheiro</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="1092"/> - <source>&Edit</source> - <translation type="unfinished">&Editar</translation> - </message> - <message> <location filename="../QScintilla/ShellWindow.py" line="1103"/> + <source>&File</source> + <translation type="unfinished">&Ficheiro</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="1112"/> + <source>&Edit</source> + <translation type="unfinished">&Editar</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="1123"/> <source>&View</source> <translation type="unfinished">&Vista</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1110"/> + <location filename="../QScintilla/ShellWindow.py" line="1130"/> <source>Histor&y</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1116"/> + <location filename="../QScintilla/ShellWindow.py" line="1136"/> <source>&Start</source> <translation type="unfinished">&Iniciar</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1122"/> + <location filename="../QScintilla/ShellWindow.py" line="1142"/> <source>&Help</source> <translation type="unfinished">&Ajuda</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1157"/> + <location filename="../QScintilla/ShellWindow.py" line="1177"/> <source>File</source> <translation type="unfinished">Ficheiro</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1166"/> - <source>Edit</source> - <translation type="unfinished">Editar</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="1173"/> - <source>Find</source> - <translation type="unfinished">Encontrar</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="1179"/> - <source>View</source> - <translation type="unfinished">Vista</translation> - </message> - <message> <location filename="../QScintilla/ShellWindow.py" line="1186"/> + <source>Edit</source> + <translation type="unfinished">Editar</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="1193"/> + <source>Find</source> + <translation type="unfinished">Encontrar</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="1199"/> + <source>View</source> + <translation type="unfinished">Vista</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="1206"/> <source>History</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1191"/> + <location filename="../QScintilla/ShellWindow.py" line="1211"/> <source>Help</source> <translation type="unfinished">Ajuda</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1212"/> + <location filename="../QScintilla/ShellWindow.py" line="1232"/> <source><p>This part of the status bar allows zooming the shell.</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="568"/> + <source>Move forward one history entry</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="578"/> + <source>Move back one history entry</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>Shelve</name>
diff -r 50b6867ffcd3 -r f0d08bdeacf4 i18n/eric6_ru.ts --- a/i18n/eric6_ru.ts Sat Apr 22 15:37:18 2017 +0200 +++ b/i18n/eric6_ru.ts Sun Apr 23 16:40:31 2017 +0200 @@ -50118,61 +50118,61 @@ <translation>Настроить...</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="630"/> + <location filename="../QScintilla/Shell.py" line="632"/> <source>Select History</source> <translation>Выберите историю</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="630"/> + <location filename="../QScintilla/Shell.py" line="632"/> <source>Select the history entry to execute (most recent shown last).</source> <translation>Выберите одну из предыдущих команд для выполнения.</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="693"/> + <location filename="../QScintilla/Shell.py" line="695"/> <source>Passive Debug Mode</source> <translation>Режим пассивной отладки</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="694"/> + <location filename="../QScintilla/Shell.py" line="696"/> <source> Not connected</source> <translation> Нет соединения</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="696"/> + <location filename="../QScintilla/Shell.py" line="698"/> <source>No.</source> <translation>Нет.</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="698"/> + <location filename="../QScintilla/Shell.py" line="700"/> <source>{0} on {1}, {2}</source> <translation>{0} в {1}, {2}</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="838"/> + <location filename="../QScintilla/Shell.py" line="843"/> <source>StdOut: {0}</source> <translation>StdOut: {0}</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="846"/> + <location filename="../QScintilla/Shell.py" line="851"/> <source>StdErr: {0}</source> <translation>StdErr: {0}</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="1454"/> + <location filename="../QScintilla/Shell.py" line="1482"/> <source>Shell language "{0}" not supported. </source> <translation>Язык оболочки "{0}" не поддерживается. </translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="1744"/> + <location filename="../QScintilla/Shell.py" line="1772"/> <source>Drop Error</source> <translation>Ошибка Drag&&Drop</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="1744"/> + <location filename="../QScintilla/Shell.py" line="1772"/> <source><p><b>{0}</b> is not a file.</p></source> <translation><p><b>{0}</b> не является файлом</p></translation> </message> @@ -50182,7 +50182,7 @@ <translation>Найти</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="738"/> + <location filename="../QScintilla/Shell.py" line="743"/> <source>Exception "{0}" {1} File: {2}, Line: {3} @@ -50193,13 +50193,13 @@ </translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="771"/> + <location filename="../QScintilla/Shell.py" line="776"/> <source>Unspecified syntax error. </source> <translation>Неизвестная синтакcическая ошибка.</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="748"/> + <location filename="../QScintilla/Shell.py" line="753"/> <source>Exception "{0}" {1} </source> @@ -50208,14 +50208,14 @@ </translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="773"/> + <location filename="../QScintilla/Shell.py" line="778"/> <source>Syntax error "{1}" in file {0} at line {2}, character {3}. </source> <translation>Синтаксическая ошибка "{1}" в файле {0} в строке {2}, символ {3}. </translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="796"/> + <location filename="../QScintilla/Shell.py" line="801"/> <source>Signal "{0}" generated in file {1} at line {2}. Function: {3}({4})</source> <translation>Сигнал "{0}" сгенерирован в файле {1} в строке {2}. @@ -50406,273 +50406,288 @@ <context> <name>ShellWindow</name> <message> - <location filename="../QScintilla/ShellWindow.py" line="187"/> + <location filename="../QScintilla/ShellWindow.py" line="188"/> <source>Quit</source> <translation type="unfinished">Выход</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="187"/> + <location filename="../QScintilla/ShellWindow.py" line="188"/> <source>&Quit</source> <translation type="unfinished">&Выход</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="187"/> + <location filename="../QScintilla/ShellWindow.py" line="188"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation type="unfinished">Ctrl+Q</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="193"/> + <location filename="../QScintilla/ShellWindow.py" line="194"/> <source>Quit the Shell</source> <translation type="unfinished">Выход из IDE</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="194"/> + <location filename="../QScintilla/ShellWindow.py" line="195"/> <source><b>Quit the Shell</b><p>This quits the Shell window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="202"/> + <location filename="../QScintilla/ShellWindow.py" line="203"/> <source>New Window</source> <translation type="unfinished">Новое окно</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="202"/> + <location filename="../QScintilla/ShellWindow.py" line="203"/> <source>New &Window</source> <translation type="unfinished">&Новое окно</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="202"/> + <location filename="../QScintilla/ShellWindow.py" line="203"/> <source>Ctrl+Shift+N</source> <comment>File|New Window</comment> <translation type="unfinished">Ctrl+Shift+N</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="208"/> + <location filename="../QScintilla/ShellWindow.py" line="209"/> <source>Open a new Shell window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="210"/> + <location filename="../QScintilla/ShellWindow.py" line="211"/> <source><b>New Window</b><p>This opens a new instance of the Shell window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="217"/> + <location filename="../QScintilla/ShellWindow.py" line="218"/> <source>Restart</source> <translation type="unfinished">Перезапуск</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="222"/> + <location filename="../QScintilla/ShellWindow.py" line="223"/> <source>Restart the shell</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="224"/> + <location filename="../QScintilla/ShellWindow.py" line="225"/> <source><b>Restart</b><p>Restart the shell for the currently selected language.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="231"/> + <location filename="../QScintilla/ShellWindow.py" line="232"/> <source>Restart and Clear</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="236"/> + <location filename="../QScintilla/ShellWindow.py" line="237"/> <source>Clear the window and restart the shell</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="238"/> + <location filename="../QScintilla/ShellWindow.py" line="239"/> <source><b>Restart and Clear</b><p>Clear the shell window and restart the shell for the currently selected language.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="854"/> - <source>Show History</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="854"/> - <source>&Show History...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="860"/> - <source>Show the shell history in a dialog</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="864"/> - <source>Clear History</source> - <translation type="unfinished">Очистить историю</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="864"/> - <source>&Clear History...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="870"/> - <source>Clear the shell history</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../QScintilla/ShellWindow.py" line="874"/> - <source>Select History Entry</source> + <source>Show History</source> <translation type="unfinished"></translation> </message> <message> <location filename="../QScintilla/ShellWindow.py" line="874"/> + <source>&Show History...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="880"/> + <source>Show the shell history in a dialog</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="884"/> + <source>Clear History</source> + <translation type="unfinished">Очистить историю</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="884"/> + <source>&Clear History...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="890"/> + <source>Clear the shell history</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="894"/> + <source>Select History Entry</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="894"/> <source>Select History &Entry</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="879"/> - <source>Select an entry of the shell history</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="887"/> - <source>About</source> - <translation type="unfinished">О программе</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="887"/> - <source>&About</source> - <translation type="unfinished">&О программе</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="891"/> - <source>Display information about this software</source> - <translation type="unfinished">Информация о программе</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="893"/> - <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="../QScintilla/ShellWindow.py" line="899"/> + <source>Select an entry of the shell history</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="907"/> + <source>About</source> + <translation type="unfinished">О программе</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="907"/> + <source>&About</source> + <translation type="unfinished">&О программе</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="911"/> + <source>Display information about this software</source> + <translation type="unfinished">Информация о программе</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="913"/> + <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="../QScintilla/ShellWindow.py" line="919"/> <source>About Qt</source> <translation type="unfinished">О Qt</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="899"/> - <source>About &Qt</source> - <translation type="unfinished">О &Qt</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="903"/> - <source>Display information about the Qt toolkit</source> - <translation type="unfinished">Информация о наборе инструментов Qt</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="905"/> - <source><b>About Qt</b><p>Display some information about the Qt toolkit.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="912"/> - <source>What's This?</source> - <translation type="unfinished">Что это?</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="912"/> - <source>&What's This?</source> - <translation type="unfinished">&Что это?</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="912"/> - <source>Shift+F1</source> - <comment>Help|What's This?'</comment> - <translation type="unfinished">Shift+F1</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="918"/> - <source>Context sensitive help</source> - <translation type="unfinished">Контекстная помощь</translation> - </message> - <message> <location filename="../QScintilla/ShellWindow.py" line="919"/> + <source>About &Qt</source> + <translation type="unfinished">О &Qt</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="923"/> + <source>Display information about the Qt toolkit</source> + <translation type="unfinished">Информация о наборе инструментов Qt</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="925"/> + <source><b>About Qt</b><p>Display some information about the Qt toolkit.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="932"/> + <source>What's This?</source> + <translation type="unfinished">Что это?</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="932"/> + <source>&What's This?</source> + <translation type="unfinished">&Что это?</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="932"/> + <source>Shift+F1</source> + <comment>Help|What's This?'</comment> + <translation type="unfinished">Shift+F1</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="938"/> + <source>Context sensitive help</source> + <translation type="unfinished">Контекстная помощь</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="939"/> <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="../QScintilla/ShellWindow.py" line="1055"/> + <location filename="../QScintilla/ShellWindow.py" line="1075"/> <source>About eric6 Shell Window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1055"/> + <location filename="../QScintilla/ShellWindow.py" line="1075"/> <source>The eric6 Shell is a standalone shell window. It uses the same backend as the debugger of the full IDE, but is executed independently.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1083"/> - <source>&File</source> - <translation type="unfinished">&Файл</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="1092"/> - <source>&Edit</source> - <translation type="unfinished">&Правка</translation> - </message> - <message> <location filename="../QScintilla/ShellWindow.py" line="1103"/> + <source>&File</source> + <translation type="unfinished">&Файл</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="1112"/> + <source>&Edit</source> + <translation type="unfinished">&Правка</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="1123"/> <source>&View</source> <translation type="unfinished">&Вид</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1110"/> + <location filename="../QScintilla/ShellWindow.py" line="1130"/> <source>Histor&y</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1116"/> + <location filename="../QScintilla/ShellWindow.py" line="1136"/> <source>&Start</source> <translation type="unfinished">&Начать</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1122"/> + <location filename="../QScintilla/ShellWindow.py" line="1142"/> <source>&Help</source> <translation type="unfinished">&Справка</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1157"/> + <location filename="../QScintilla/ShellWindow.py" line="1177"/> <source>File</source> <translation type="unfinished">Файл</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1166"/> - <source>Edit</source> - <translation type="unfinished">Редактировать</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="1173"/> - <source>Find</source> - <translation type="unfinished">Найти</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="1179"/> - <source>View</source> - <translation type="unfinished">Вид</translation> - </message> - <message> <location filename="../QScintilla/ShellWindow.py" line="1186"/> + <source>Edit</source> + <translation type="unfinished">Редактировать</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="1193"/> + <source>Find</source> + <translation type="unfinished">Найти</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="1199"/> + <source>View</source> + <translation type="unfinished">Вид</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="1206"/> <source>History</source> <translation type="unfinished">История</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1191"/> + <location filename="../QScintilla/ShellWindow.py" line="1211"/> <source>Help</source> <translation type="unfinished">Справка</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1212"/> + <location filename="../QScintilla/ShellWindow.py" line="1232"/> <source><p>This part of the status bar allows zooming the shell.</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="568"/> + <source>Move forward one history entry</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="568"/> + <source>Ctrl+Down</source> + <translation type="obsolete">Ctrl+Down</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="578"/> + <source>Move back one history entry</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>Shelve</name>
diff -r 50b6867ffcd3 -r f0d08bdeacf4 i18n/eric6_tr.ts --- a/i18n/eric6_tr.ts Sat Apr 22 15:37:18 2017 +0200 +++ b/i18n/eric6_tr.ts Sun Apr 23 16:40:31 2017 +0200 @@ -50529,61 +50529,61 @@ <translation>Ayarlanıyor...</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="630"/> + <location filename="../QScintilla/Shell.py" line="632"/> <source>Select History</source> <translation>Geçmişi Seç</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="630"/> + <location filename="../QScintilla/Shell.py" line="632"/> <source>Select the history entry to execute (most recent shown last).</source> <translation>geçmişte yapılanları göster (ençok gösterilenleri seç).</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="693"/> + <location filename="../QScintilla/Shell.py" line="695"/> <source>Passive Debug Mode</source> <translation>Pasif Hata Ayıklama Modu</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="694"/> + <location filename="../QScintilla/Shell.py" line="696"/> <source> Not connected</source> <translation> Bağlantı yok</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="696"/> + <location filename="../QScintilla/Shell.py" line="698"/> <source>No.</source> <translation>NO.</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="698"/> + <location filename="../QScintilla/Shell.py" line="700"/> <source>{0} on {1}, {2}</source> <translation>{0} üzerin {1}, {2}</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="838"/> + <location filename="../QScintilla/Shell.py" line="843"/> <source>StdOut: {0}</source> <translation>Stdçıktı:{0}</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="846"/> + <location filename="../QScintilla/Shell.py" line="851"/> <source>StdErr: {0}</source> <translation>stdhata: {0}</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="1454"/> + <location filename="../QScintilla/Shell.py" line="1482"/> <source>Shell language "{0}" not supported. </source> <translation>Kabuk dili "{0}" desteklenmiyor. </translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="1744"/> + <location filename="../QScintilla/Shell.py" line="1772"/> <source>Drop Error</source> <translation>Düşme hatası</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="1744"/> + <location filename="../QScintilla/Shell.py" line="1772"/> <source><p><b>{0}</b> is not a file.</p></source> <translation><p><b>{0}</b> bir dosya değil.</p></translation> </message> @@ -50593,7 +50593,7 @@ <translation type="unfinished">Bul</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="738"/> + <location filename="../QScintilla/Shell.py" line="743"/> <source>Exception "{0}" {1} File: {2}, Line: {3} @@ -50601,26 +50601,26 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="771"/> + <location filename="../QScintilla/Shell.py" line="776"/> <source>Unspecified syntax error. </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="748"/> + <location filename="../QScintilla/Shell.py" line="753"/> <source>Exception "{0}" {1} </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="773"/> + <location filename="../QScintilla/Shell.py" line="778"/> <source>Syntax error "{1}" in file {0} at line {2}, character {3}. </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="796"/> + <location filename="../QScintilla/Shell.py" line="801"/> <source>Signal "{0}" generated in file {1} at line {2}. Function: {3}({4})</source> <translation type="unfinished"></translation> @@ -50810,273 +50810,288 @@ <context> <name>ShellWindow</name> <message> - <location filename="../QScintilla/ShellWindow.py" line="187"/> + <location filename="../QScintilla/ShellWindow.py" line="188"/> <source>Quit</source> <translation type="unfinished">Çık</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="187"/> + <location filename="../QScintilla/ShellWindow.py" line="188"/> <source>&Quit</source> <translation type="unfinished">&Çıkış</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="187"/> + <location filename="../QScintilla/ShellWindow.py" line="188"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation type="unfinished">Ctrl+Q</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="193"/> - <source>Quit the Shell</source> - <translation type="unfinished">IDE den Çık</translation> - </message> - <message> <location filename="../QScintilla/ShellWindow.py" line="194"/> + <source>Quit the Shell</source> + <translation type="unfinished">IDE den Çık</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="195"/> <source><b>Quit the Shell</b><p>This quits the Shell window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="202"/> + <location filename="../QScintilla/ShellWindow.py" line="203"/> <source>New Window</source> <translation type="unfinished">Yeni Pencere</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="202"/> + <location filename="../QScintilla/ShellWindow.py" line="203"/> <source>New &Window</source> <translation type="unfinished">Yeni &Pencere</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="202"/> + <location filename="../QScintilla/ShellWindow.py" line="203"/> <source>Ctrl+Shift+N</source> <comment>File|New Window</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="208"/> + <location filename="../QScintilla/ShellWindow.py" line="209"/> <source>Open a new Shell window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="210"/> + <location filename="../QScintilla/ShellWindow.py" line="211"/> <source><b>New Window</b><p>This opens a new instance of the Shell window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="217"/> + <location filename="../QScintilla/ShellWindow.py" line="218"/> <source>Restart</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="222"/> + <location filename="../QScintilla/ShellWindow.py" line="223"/> <source>Restart the shell</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="224"/> + <location filename="../QScintilla/ShellWindow.py" line="225"/> <source><b>Restart</b><p>Restart the shell for the currently selected language.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="231"/> + <location filename="../QScintilla/ShellWindow.py" line="232"/> <source>Restart and Clear</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="236"/> + <location filename="../QScintilla/ShellWindow.py" line="237"/> <source>Clear the window and restart the shell</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="238"/> + <location filename="../QScintilla/ShellWindow.py" line="239"/> <source><b>Restart and Clear</b><p>Clear the shell window and restart the shell for the currently selected language.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="854"/> - <source>Show History</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="854"/> - <source>&Show History...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="860"/> - <source>Show the shell history in a dialog</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="864"/> - <source>Clear History</source> - <translation type="unfinished">Geçmişi Sil</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="864"/> - <source>&Clear History...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="870"/> - <source>Clear the shell history</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../QScintilla/ShellWindow.py" line="874"/> - <source>Select History Entry</source> + <source>Show History</source> <translation type="unfinished"></translation> </message> <message> <location filename="../QScintilla/ShellWindow.py" line="874"/> + <source>&Show History...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="880"/> + <source>Show the shell history in a dialog</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="884"/> + <source>Clear History</source> + <translation type="unfinished">Geçmişi Sil</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="884"/> + <source>&Clear History...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="890"/> + <source>Clear the shell history</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="894"/> + <source>Select History Entry</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="894"/> <source>Select History &Entry</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="879"/> - <source>Select an entry of the shell history</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="887"/> - <source>About</source> - <translation type="unfinished">Hakkında</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="887"/> - <source>&About</source> - <translation type="unfinished">H&akkında</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="891"/> - <source>Display information about this software</source> - <translation type="unfinished">Bu yazılım hakkında bilgi göster</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="893"/> - <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="../QScintilla/ShellWindow.py" line="899"/> + <source>Select an entry of the shell history</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="907"/> + <source>About</source> + <translation type="unfinished">Hakkında</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="907"/> + <source>&About</source> + <translation type="unfinished">H&akkında</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="911"/> + <source>Display information about this software</source> + <translation type="unfinished">Bu yazılım hakkında bilgi göster</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="913"/> + <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="../QScintilla/ShellWindow.py" line="919"/> <source>About Qt</source> <translation type="unfinished">Qt Hakkında</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="899"/> - <source>About &Qt</source> - <translation type="unfinished">&Qt Hakkında</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="903"/> - <source>Display information about the Qt toolkit</source> - <translation type="unfinished">Qt araçkiti hakkında bilgi göster</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="905"/> - <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="../QScintilla/ShellWindow.py" line="912"/> - <source>What's This?</source> - <translation type="unfinished">Bu nedir?</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="912"/> - <source>&What's This?</source> - <translation type="unfinished">Bu &Nedir?</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="912"/> - <source>Shift+F1</source> - <comment>Help|What's This?'</comment> - <translation type="unfinished">Shift+F1</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="918"/> - <source>Context sensitive help</source> - <translation type="unfinished">Duyarlı yardım</translation> - </message> - <message> <location filename="../QScintilla/ShellWindow.py" line="919"/> + <source>About &Qt</source> + <translation type="unfinished">&Qt Hakkında</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="923"/> + <source>Display information about the Qt toolkit</source> + <translation type="unfinished">Qt araçkiti hakkında bilgi göster</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="925"/> + <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="../QScintilla/ShellWindow.py" line="932"/> + <source>What's This?</source> + <translation type="unfinished">Bu nedir?</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="932"/> + <source>&What's This?</source> + <translation type="unfinished">Bu &Nedir?</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="932"/> + <source>Shift+F1</source> + <comment>Help|What's This?'</comment> + <translation type="unfinished">Shift+F1</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="938"/> + <source>Context sensitive help</source> + <translation type="unfinished">Duyarlı yardım</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="939"/> <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="../QScintilla/ShellWindow.py" line="1055"/> + <location filename="../QScintilla/ShellWindow.py" line="1075"/> <source>About eric6 Shell Window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1055"/> + <location filename="../QScintilla/ShellWindow.py" line="1075"/> <source>The eric6 Shell is a standalone shell window. It uses the same backend as the debugger of the full IDE, but is executed independently.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1083"/> - <source>&File</source> - <translation type="unfinished">&Dosya</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="1092"/> - <source>&Edit</source> - <translation type="unfinished">Düz&en</translation> - </message> - <message> <location filename="../QScintilla/ShellWindow.py" line="1103"/> + <source>&File</source> + <translation type="unfinished">&Dosya</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="1112"/> + <source>&Edit</source> + <translation type="unfinished">Düz&en</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="1123"/> <source>&View</source> <translation type="unfinished">&Görünüm</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1110"/> + <location filename="../QScintilla/ShellWindow.py" line="1130"/> <source>Histor&y</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1116"/> + <location filename="../QScintilla/ShellWindow.py" line="1136"/> <source>&Start</source> <translation type="unfinished">Ba&şlat</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1122"/> + <location filename="../QScintilla/ShellWindow.py" line="1142"/> <source>&Help</source> <translation type="unfinished">&Yardım</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1157"/> + <location filename="../QScintilla/ShellWindow.py" line="1177"/> <source>File</source> <translation type="unfinished">Dosya</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1166"/> - <source>Edit</source> - <translation type="unfinished">Düzen</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="1173"/> - <source>Find</source> - <translation type="unfinished">Bul</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="1179"/> - <source>View</source> - <translation type="unfinished">Görünüm</translation> - </message> - <message> <location filename="../QScintilla/ShellWindow.py" line="1186"/> + <source>Edit</source> + <translation type="unfinished">Düzen</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="1193"/> + <source>Find</source> + <translation type="unfinished">Bul</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="1199"/> + <source>View</source> + <translation type="unfinished">Görünüm</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="1206"/> <source>History</source> <translation type="unfinished">Geçmiş</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1191"/> + <location filename="../QScintilla/ShellWindow.py" line="1211"/> <source>Help</source> <translation type="unfinished">Yardım</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1212"/> + <location filename="../QScintilla/ShellWindow.py" line="1232"/> <source><p>This part of the status bar allows zooming the shell.</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="568"/> + <source>Move forward one history entry</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="568"/> + <source>Ctrl+Down</source> + <translation type="obsolete">Ctrl+Down</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="578"/> + <source>Move back one history entry</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>Shelve</name>
diff -r 50b6867ffcd3 -r f0d08bdeacf4 i18n/eric6_zh_CN.ts --- a/i18n/eric6_zh_CN.ts Sat Apr 22 15:37:18 2017 +0200 +++ b/i18n/eric6_zh_CN.ts Sun Apr 23 16:40:31 2017 +0200 @@ -50694,34 +50694,34 @@ <translation>配置…</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="630"/> + <location filename="../QScintilla/Shell.py" line="632"/> <source>Select History</source> <translation>选择历史</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="630"/> + <location filename="../QScintilla/Shell.py" line="632"/> <source>Select the history entry to execute (most recent shown last).</source> <translation>选择历史条目以执行(最常用的显示在最后)。</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="693"/> + <location filename="../QScintilla/Shell.py" line="695"/> <source>Passive Debug Mode</source> <translation>被动调试模式</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="694"/> + <location filename="../QScintilla/Shell.py" line="696"/> <source> Not connected</source> <translation> 没有连接</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="696"/> + <location filename="../QScintilla/Shell.py" line="698"/> <source>No.</source> <translation>No.</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="1744"/> + <location filename="../QScintilla/Shell.py" line="1772"/> <source>Drop Error</source> <translation>降落误差</translation> </message> @@ -50731,28 +50731,28 @@ <translation>剪切</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="698"/> + <location filename="../QScintilla/Shell.py" line="700"/> <source>{0} on {1}, {2}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="838"/> + <location filename="../QScintilla/Shell.py" line="843"/> <source>StdOut: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="846"/> + <location filename="../QScintilla/Shell.py" line="851"/> <source>StdErr: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="1454"/> + <location filename="../QScintilla/Shell.py" line="1482"/> <source>Shell language "{0}" not supported. </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="1744"/> + <location filename="../QScintilla/Shell.py" line="1772"/> <source><p><b>{0}</b> is not a file.</p></source> <translation type="unfinished"><p><b>{0}</b> 不是一个文件。</p></translation> </message> @@ -50762,7 +50762,7 @@ <translation type="unfinished">查找</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="738"/> + <location filename="../QScintilla/Shell.py" line="743"/> <source>Exception "{0}" {1} File: {2}, Line: {3} @@ -50770,26 +50770,26 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="771"/> + <location filename="../QScintilla/Shell.py" line="776"/> <source>Unspecified syntax error. </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="748"/> + <location filename="../QScintilla/Shell.py" line="753"/> <source>Exception "{0}" {1} </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="773"/> + <location filename="../QScintilla/Shell.py" line="778"/> <source>Syntax error "{1}" in file {0} at line {2}, character {3}. </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="796"/> + <location filename="../QScintilla/Shell.py" line="801"/> <source>Signal "{0}" generated in file {1} at line {2}. Function: {3}({4})</source> <translation type="unfinished"></translation> @@ -50979,273 +50979,288 @@ <context> <name>ShellWindow</name> <message> - <location filename="../QScintilla/ShellWindow.py" line="187"/> + <location filename="../QScintilla/ShellWindow.py" line="188"/> <source>Quit</source> <translation type="unfinished">退出</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="187"/> + <location filename="../QScintilla/ShellWindow.py" line="188"/> <source>&Quit</source> <translation type="unfinished">退出(&Q)</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="187"/> + <location filename="../QScintilla/ShellWindow.py" line="188"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation type="unfinished">Ctrl+Q</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="193"/> + <location filename="../QScintilla/ShellWindow.py" line="194"/> <source>Quit the Shell</source> <translation type="unfinished">退出程序</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="194"/> + <location filename="../QScintilla/ShellWindow.py" line="195"/> <source><b>Quit the Shell</b><p>This quits the Shell window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="202"/> + <location filename="../QScintilla/ShellWindow.py" line="203"/> <source>New Window</source> <translation type="unfinished">新建窗口</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="202"/> + <location filename="../QScintilla/ShellWindow.py" line="203"/> <source>New &Window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="202"/> + <location filename="../QScintilla/ShellWindow.py" line="203"/> <source>Ctrl+Shift+N</source> <comment>File|New Window</comment> <translation type="unfinished">Ctrl+Shift+N</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="208"/> + <location filename="../QScintilla/ShellWindow.py" line="209"/> <source>Open a new Shell window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="210"/> + <location filename="../QScintilla/ShellWindow.py" line="211"/> <source><b>New Window</b><p>This opens a new instance of the Shell window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="217"/> + <location filename="../QScintilla/ShellWindow.py" line="218"/> <source>Restart</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="222"/> + <location filename="../QScintilla/ShellWindow.py" line="223"/> <source>Restart the shell</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="224"/> + <location filename="../QScintilla/ShellWindow.py" line="225"/> <source><b>Restart</b><p>Restart the shell for the currently selected language.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="231"/> + <location filename="../QScintilla/ShellWindow.py" line="232"/> <source>Restart and Clear</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="236"/> + <location filename="../QScintilla/ShellWindow.py" line="237"/> <source>Clear the window and restart the shell</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="238"/> + <location filename="../QScintilla/ShellWindow.py" line="239"/> <source><b>Restart and Clear</b><p>Clear the shell window and restart the shell for the currently selected language.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="854"/> - <source>Show History</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="854"/> - <source>&Show History...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="860"/> - <source>Show the shell history in a dialog</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="864"/> - <source>Clear History</source> - <translation type="unfinished">清除历史记录</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="864"/> - <source>&Clear History...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="870"/> - <source>Clear the shell history</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../QScintilla/ShellWindow.py" line="874"/> - <source>Select History Entry</source> + <source>Show History</source> <translation type="unfinished"></translation> </message> <message> <location filename="../QScintilla/ShellWindow.py" line="874"/> + <source>&Show History...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="880"/> + <source>Show the shell history in a dialog</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="884"/> + <source>Clear History</source> + <translation type="unfinished">清除历史记录</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="884"/> + <source>&Clear History...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="890"/> + <source>Clear the shell history</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="894"/> + <source>Select History Entry</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="894"/> <source>Select History &Entry</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="879"/> - <source>Select an entry of the shell history</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="887"/> - <source>About</source> - <translation type="unfinished">关于</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="887"/> - <source>&About</source> - <translation type="unfinished">关于(&A)</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="891"/> - <source>Display information about this software</source> - <translation type="unfinished">显示软件信息</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="893"/> - <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="../QScintilla/ShellWindow.py" line="899"/> + <source>Select an entry of the shell history</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="907"/> + <source>About</source> + <translation type="unfinished">关于</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="907"/> + <source>&About</source> + <translation type="unfinished">关于(&A)</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="911"/> + <source>Display information about this software</source> + <translation type="unfinished">显示软件信息</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="913"/> + <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="../QScintilla/ShellWindow.py" line="919"/> <source>About Qt</source> <translation type="unfinished">关于 Qt</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="899"/> - <source>About &Qt</source> - <translation type="unfinished">关于 &Qt</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="903"/> - <source>Display information about the Qt toolkit</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="905"/> - <source><b>About Qt</b><p>Display some information about the Qt toolkit.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="912"/> - <source>What's This?</source> - <translation type="unfinished">这是什么?</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="912"/> - <source>&What's This?</source> - <translation type="unfinished">这是什么(&W)?</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="912"/> - <source>Shift+F1</source> - <comment>Help|What's This?'</comment> - <translation type="unfinished">Shift+F1</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="918"/> - <source>Context sensitive help</source> - <translation type="unfinished">背景帮助</translation> - </message> - <message> <location filename="../QScintilla/ShellWindow.py" line="919"/> + <source>About &Qt</source> + <translation type="unfinished">关于 &Qt</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="923"/> + <source>Display information about the Qt toolkit</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="925"/> + <source><b>About Qt</b><p>Display some information about the Qt toolkit.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="932"/> + <source>What's This?</source> + <translation type="unfinished">这是什么?</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="932"/> + <source>&What's This?</source> + <translation type="unfinished">这是什么(&W)?</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="932"/> + <source>Shift+F1</source> + <comment>Help|What's This?'</comment> + <translation type="unfinished">Shift+F1</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="938"/> + <source>Context sensitive help</source> + <translation type="unfinished">背景帮助</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="939"/> <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="../QScintilla/ShellWindow.py" line="1055"/> + <location filename="../QScintilla/ShellWindow.py" line="1075"/> <source>About eric6 Shell Window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1055"/> + <location filename="../QScintilla/ShellWindow.py" line="1075"/> <source>The eric6 Shell is a standalone shell window. It uses the same backend as the debugger of the full IDE, but is executed independently.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1083"/> - <source>&File</source> - <translation type="unfinished">文件(&F)</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="1092"/> - <source>&Edit</source> - <translation type="unfinished">编辑(&E)</translation> - </message> - <message> <location filename="../QScintilla/ShellWindow.py" line="1103"/> + <source>&File</source> + <translation type="unfinished">文件(&F)</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="1112"/> + <source>&Edit</source> + <translation type="unfinished">编辑(&E)</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="1123"/> <source>&View</source> <translation type="unfinished">视图(&V)</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1110"/> + <location filename="../QScintilla/ShellWindow.py" line="1130"/> <source>Histor&y</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1116"/> + <location filename="../QScintilla/ShellWindow.py" line="1136"/> <source>&Start</source> <translation type="unfinished">开始(&S)</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1122"/> + <location filename="../QScintilla/ShellWindow.py" line="1142"/> <source>&Help</source> <translation type="unfinished">帮助(&H)</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1157"/> + <location filename="../QScintilla/ShellWindow.py" line="1177"/> <source>File</source> <translation type="unfinished">文件</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1166"/> - <source>Edit</source> - <translation type="unfinished">编辑</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="1173"/> - <source>Find</source> - <translation type="unfinished">查找</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="1179"/> - <source>View</source> - <translation type="unfinished">视图</translation> - </message> - <message> <location filename="../QScintilla/ShellWindow.py" line="1186"/> + <source>Edit</source> + <translation type="unfinished">编辑</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="1193"/> + <source>Find</source> + <translation type="unfinished">查找</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="1199"/> + <source>View</source> + <translation type="unfinished">视图</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="1206"/> <source>History</source> <translation type="unfinished">历史</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1191"/> + <location filename="../QScintilla/ShellWindow.py" line="1211"/> <source>Help</source> <translation type="unfinished">帮助</translation> </message> <message> - <location filename="../QScintilla/ShellWindow.py" line="1212"/> + <location filename="../QScintilla/ShellWindow.py" line="1232"/> <source><p>This part of the status bar allows zooming the shell.</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="568"/> + <source>Move forward one history entry</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="568"/> + <source>Ctrl+Down</source> + <translation type="obsolete">Ctrl+Down</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="578"/> + <source>Move back one history entry</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>Shelve</name>