Wed, 13 Feb 2019 20:39:58 +0100
Merged with default branch.
--- a/APIs/Python3/eric6.api Wed Feb 13 20:39:03 2019 +0100 +++ b/APIs/Python3/eric6.api Wed Feb 13 20:39:58 2019 +0100 @@ -9137,6 +9137,7 @@ eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.indicatorDefine?4(indicator, style, color) eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.inputMethodEvent?4(evt) eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.inputMethodQuery?4(query) +eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.insert?4(txt) eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.isModified?4() eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.lineAt?4(pos) eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.lineEndPosition?4(line) @@ -9525,6 +9526,7 @@ eric6.Toolbox.SingleApplication.SingleApplicationServer.handleCommand?4(command, arguments) eric6.Toolbox.SingleApplication.SingleApplicationServer.shutdown?4() eric6.Toolbox.SingleApplication.SingleApplicationServer?1(name) +eric6.Toolbox.Startup.application?7 eric6.Toolbox.Startup.handleArgs?4(argv, appinfo) eric6.Toolbox.Startup.initializeResourceSearchPath?4() eric6.Toolbox.Startup.loadTranslatorForLocale?4(dirs, tn) @@ -10692,8 +10694,9 @@ eric6.VirtualEnv.VirtualenvAddEditDialog.VirtualenvAddEditDialog.on_globalCheckBox_toggled?4(checked) eric6.VirtualEnv.VirtualenvAddEditDialog.VirtualenvAddEditDialog.on_nameEdit_textChanged?4(txt) eric6.VirtualEnv.VirtualenvAddEditDialog.VirtualenvAddEditDialog.on_pythonExecPicker_textChanged?4(txt) +eric6.VirtualEnv.VirtualenvAddEditDialog.VirtualenvAddEditDialog.on_remoteCheckBox_toggled?4(checked) eric6.VirtualEnv.VirtualenvAddEditDialog.VirtualenvAddEditDialog.on_targetDirectoryPicker_textChanged?4(txt) -eric6.VirtualEnv.VirtualenvAddEditDialog.VirtualenvAddEditDialog?1(manager, venvName="", venvDirectory="", venvInterpreter="", venvVariant=3, isGlobal=False, isConda=False, execPath="", parent=None) +eric6.VirtualEnv.VirtualenvAddEditDialog.VirtualenvAddEditDialog?1(manager, venvName="", venvDirectory="", venvInterpreter="", venvVariant=3, isGlobal=False, isConda=False, isRemote=False, execPath="", parent=None) eric6.VirtualEnv.VirtualenvConfigurationDialog.VirtualenvConfigurationDialog.getData?4() eric6.VirtualEnv.VirtualenvConfigurationDialog.VirtualenvConfigurationDialog.on_pythonExecPicker_textChanged?4(txt) eric6.VirtualEnv.VirtualenvConfigurationDialog.VirtualenvConfigurationDialog.on_pyvenvButton_toggled?4(checked) @@ -10707,7 +10710,7 @@ eric6.VirtualEnv.VirtualenvInterpreterSelectionDialog.VirtualenvInterpreterSelectionDialog.on_pythonExecPicker_textChanged?4(txt) eric6.VirtualEnv.VirtualenvInterpreterSelectionDialog.VirtualenvInterpreterSelectionDialog?1(venvName, venvDirectory, parent=None) eric6.VirtualEnv.VirtualenvManager.VirtualenvManager.DefaultKey?7 -eric6.VirtualEnv.VirtualenvManager.VirtualenvManager.addVirtualEnv?4(venvName, venvDirectory, venvInterpreter="", venvVariant=3, isGlobal=False, isConda=False, execPath="") +eric6.VirtualEnv.VirtualenvManager.VirtualenvManager.addVirtualEnv?4(venvName, venvDirectory, venvInterpreter="", venvVariant=3, isGlobal=False, isConda=False, isRemote=False, execPath="") eric6.VirtualEnv.VirtualenvManager.VirtualenvManager.createVirtualEnv?4() eric6.VirtualEnv.VirtualenvManager.VirtualenvManager.deleteVirtualEnvs?4(venvNames) eric6.VirtualEnv.VirtualenvManager.VirtualenvManager.getDefaultEnvironment?4() @@ -10719,16 +10722,18 @@ eric6.VirtualEnv.VirtualenvManager.VirtualenvManager.getVirtualenvNamesForVariant?4(variant) eric6.VirtualEnv.VirtualenvManager.VirtualenvManager.isCondaEnvironment?4(venvName) eric6.VirtualEnv.VirtualenvManager.VirtualenvManager.isGlobalEnvironment?4(venvName) +eric6.VirtualEnv.VirtualenvManager.VirtualenvManager.isRemoteEnvironment?4(venvName) eric6.VirtualEnv.VirtualenvManager.VirtualenvManager.isUnique?4(venvName) eric6.VirtualEnv.VirtualenvManager.VirtualenvManager.removeVirtualEnvs?4(venvNames) -eric6.VirtualEnv.VirtualenvManager.VirtualenvManager.renameVirtualEnv?4(oldVenvName, venvName, venvDirectory, venvInterpreter, venvVariant, isGlobal, isConda, execPath) -eric6.VirtualEnv.VirtualenvManager.VirtualenvManager.setVirtualEnv?4(venvName, venvDirectory, venvInterpreter, venvVariant, isGlobal, isConda, execPath) +eric6.VirtualEnv.VirtualenvManager.VirtualenvManager.renameVirtualEnv?4(oldVenvName, venvName, venvDirectory, venvInterpreter, venvVariant, isGlobal, isConda, isRemote, execPath) +eric6.VirtualEnv.VirtualenvManager.VirtualenvManager.setVirtualEnv?4(venvName, venvDirectory, venvInterpreter, venvVariant, isGlobal, isConda, isRemote, execPath) eric6.VirtualEnv.VirtualenvManager.VirtualenvManager.showVirtualenvManagerDialog?4(modal=False) eric6.VirtualEnv.VirtualenvManager.VirtualenvManager.shutdown?4() eric6.VirtualEnv.VirtualenvManager.VirtualenvManager?1(parent=None) eric6.VirtualEnv.VirtualenvManagerDialog.VirtualenvManagerDialog.ExecPathRole?7 eric6.VirtualEnv.VirtualenvManagerDialog.VirtualenvManagerDialog.IsCondaRole?7 eric6.VirtualEnv.VirtualenvManagerDialog.VirtualenvManagerDialog.IsGlobalRole?7 +eric6.VirtualEnv.VirtualenvManagerDialog.VirtualenvManagerDialog.IsRemoteRole?7 eric6.VirtualEnv.VirtualenvManagerDialog.VirtualenvManagerDialog.PythonVariantRole?7 eric6.VirtualEnv.VirtualenvManagerDialog.VirtualenvManagerDialog.on_addButton_clicked?4() eric6.VirtualEnv.VirtualenvManagerDialog.VirtualenvManagerDialog.on_deleteAllButton_clicked?4() @@ -12671,6 +12676,7 @@ eric6.create_windows_links.windowsDesktopEntries?4() eric6.create_windows_links.windowsDesktopNames?4() eric6.create_windows_links.windowsProgramsEntry?4() +eric6.eric6.app?7 eric6.eric6.args?7 eric6.eric6.excepthook?4(excType, excValue, tracebackobj) eric6.eric6.handleSingleApplication?4(ddindex) @@ -12686,6 +12692,7 @@ eric6.eric6_api.usage?4() eric6.eric6_api.version?4() eric6.eric6_browser.SettingsDir?7 +eric6.eric6_browser.app?7 eric6.eric6_browser.createMainWidget?4(argv) eric6.eric6_browser.main?4() eric6.eric6_compare.createMainWidget?4(argv) @@ -12727,12 +12734,14 @@ eric6.eric6_tray.SettingsDir?7 eric6.eric6_tray.createMainWidget?4(argv) eric6.eric6_tray.main?4() +eric6.eric6_trpreviewer.app?7 eric6.eric6_trpreviewer.createMainWidget?4(argv) eric6.eric6_trpreviewer.main?4() eric6.eric6_uipreviewer.createMainWidget?4(argv) eric6.eric6_uipreviewer.main?4() eric6.eric6_unittest.createMainWidget?4(argv) eric6.eric6_unittest.main?4() +eric6.eric6_webbrowser.app?7 eric6.eric6_webbrowser.createMainWidget?4(argv) eric6.eric6_webbrowser.main?4() eric6.eric6config._pkg_config?8
--- a/DebugClients/Python/DebugClientBase.py Wed Feb 13 20:39:03 2019 +0100 +++ b/DebugClients/Python/DebugClientBase.py Wed Feb 13 20:39:58 2019 +0100 @@ -581,7 +581,7 @@ with codecs.open(sys.argv[0], encoding=self.__coding) as fp: script = fp.read() if script and not script.endswith('\n'): - script += '\n' + script += '\n' if script: self.running = sys.argv[0] @@ -1355,7 +1355,7 @@ elif scope: varDict = f.f_globals elif f.f_globals is f.f_locals: - scope = -1 + scope = -1 else: varDict = f.f_locals @@ -1407,7 +1407,7 @@ elif scope: varDict = f.f_globals elif f.f_globals is f.f_locals: - scope = -1 + scope = -1 else: varDict = f.f_locals
--- a/Debugger/DebuggerInterfacePython.py Wed Feb 13 20:39:03 2019 +0100 +++ b/Debugger/DebuggerInterfacePython.py Wed Feb 13 20:39:58 2019 +0100 @@ -369,8 +369,8 @@ rhost = "localhost" if rexec: args = Utilities.parseOptionString(rexec) + \ - [rhost, interpreter, os.path.abspath(debugClient), - noencoding, str(port), redirect, ipaddr] + [rhost, interpreter, debugClient, noencoding, + str(port), redirect, ipaddr] args[0] = Utilities.getExecutablePath(args[0]) process = self.__startProcess(args[0], args[1:], workingDir=workingDir) @@ -391,7 +391,10 @@ else: self.translate = self.__identityTranslation return process, self.__isNetworked, "" - + else: + # remote shell command is missing + return None, self.__isNetworked, "" + # set translation function self.translate = self.__identityTranslation
--- a/Debugger/StartDialog.py Wed Feb 13 20:39:03 2019 +0100 +++ b/Debugger/StartDialog.py Wed Feb 13 20:39:58 2019 +0100 @@ -163,7 +163,7 @@ clear interpreter flag (boolean) and run in console flag (boolean) """ cmdLine = self.ui.cmdlineCombo.currentText() - workdir = self.ui.workdirPicker.currentText() + workdir = self.ui.workdirPicker.currentText(toNative=False) environment = self.ui.environmentCombo.currentText() venvName = self.ui.venvComboBox.currentText()
--- a/Documentation/Help/source.qhp Wed Feb 13 20:39:03 2019 +0100 +++ b/Documentation/Help/source.qhp Wed Feb 13 20:39:58 2019 +0100 @@ -13608,6 +13608,7 @@ <keyword name="QsciScintillaCompat.indicatorDefine" id="QsciScintillaCompat.indicatorDefine" ref="eric6.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.indicatorDefine" /> <keyword name="QsciScintillaCompat.inputMethodEvent" id="QsciScintillaCompat.inputMethodEvent" ref="eric6.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.inputMethodEvent" /> <keyword name="QsciScintillaCompat.inputMethodQuery" id="QsciScintillaCompat.inputMethodQuery" ref="eric6.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.inputMethodQuery" /> + <keyword name="QsciScintillaCompat.insert" id="QsciScintillaCompat.insert" ref="eric6.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.insert" /> <keyword name="QsciScintillaCompat.isModified" id="QsciScintillaCompat.isModified" ref="eric6.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.isModified" /> <keyword name="QsciScintillaCompat.lineAt" id="QsciScintillaCompat.lineAt" ref="eric6.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.lineAt" /> <keyword name="QsciScintillaCompat.lineEndPosition" id="QsciScintillaCompat.lineEndPosition" ref="eric6.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.lineEndPosition" /> @@ -17613,6 +17614,7 @@ <keyword name="VirtualenvAddEditDialog.on_globalCheckBox_toggled" id="VirtualenvAddEditDialog.on_globalCheckBox_toggled" ref="eric6.VirtualEnv.VirtualenvAddEditDialog.html#VirtualenvAddEditDialog.on_globalCheckBox_toggled" /> <keyword name="VirtualenvAddEditDialog.on_nameEdit_textChanged" id="VirtualenvAddEditDialog.on_nameEdit_textChanged" ref="eric6.VirtualEnv.VirtualenvAddEditDialog.html#VirtualenvAddEditDialog.on_nameEdit_textChanged" /> <keyword name="VirtualenvAddEditDialog.on_pythonExecPicker_textChanged" id="VirtualenvAddEditDialog.on_pythonExecPicker_textChanged" ref="eric6.VirtualEnv.VirtualenvAddEditDialog.html#VirtualenvAddEditDialog.on_pythonExecPicker_textChanged" /> + <keyword name="VirtualenvAddEditDialog.on_remoteCheckBox_toggled" id="VirtualenvAddEditDialog.on_remoteCheckBox_toggled" ref="eric6.VirtualEnv.VirtualenvAddEditDialog.html#VirtualenvAddEditDialog.on_remoteCheckBox_toggled" /> <keyword name="VirtualenvAddEditDialog.on_targetDirectoryPicker_textChanged" id="VirtualenvAddEditDialog.on_targetDirectoryPicker_textChanged" ref="eric6.VirtualEnv.VirtualenvAddEditDialog.html#VirtualenvAddEditDialog.on_targetDirectoryPicker_textChanged" /> <keyword name="VirtualenvConfigurationDialog" id="VirtualenvConfigurationDialog" ref="eric6.VirtualEnv.VirtualenvConfigurationDialog.html#VirtualenvConfigurationDialog" /> <keyword name="VirtualenvConfigurationDialog (Constructor)" id="VirtualenvConfigurationDialog (Constructor)" ref="eric6.VirtualEnv.VirtualenvConfigurationDialog.html#VirtualenvConfigurationDialog.__init__" /> @@ -17665,6 +17667,7 @@ <keyword name="VirtualenvManager.getVirtualenvNamesForVariant" id="VirtualenvManager.getVirtualenvNamesForVariant" ref="eric6.VirtualEnv.VirtualenvManager.html#VirtualenvManager.getVirtualenvNamesForVariant" /> <keyword name="VirtualenvManager.isCondaEnvironment" id="VirtualenvManager.isCondaEnvironment" ref="eric6.VirtualEnv.VirtualenvManager.html#VirtualenvManager.isCondaEnvironment" /> <keyword name="VirtualenvManager.isGlobalEnvironment" id="VirtualenvManager.isGlobalEnvironment" ref="eric6.VirtualEnv.VirtualenvManager.html#VirtualenvManager.isGlobalEnvironment" /> + <keyword name="VirtualenvManager.isRemoteEnvironment" id="VirtualenvManager.isRemoteEnvironment" ref="eric6.VirtualEnv.VirtualenvManager.html#VirtualenvManager.isRemoteEnvironment" /> <keyword name="VirtualenvManager.isUnique" id="VirtualenvManager.isUnique" ref="eric6.VirtualEnv.VirtualenvManager.html#VirtualenvManager.isUnique" /> <keyword name="VirtualenvManager.removeVirtualEnvs" id="VirtualenvManager.removeVirtualEnvs" ref="eric6.VirtualEnv.VirtualenvManager.html#VirtualenvManager.removeVirtualEnvs" /> <keyword name="VirtualenvManager.renameVirtualEnv" id="VirtualenvManager.renameVirtualEnv" ref="eric6.VirtualEnv.VirtualenvManager.html#VirtualenvManager.renameVirtualEnv" />
--- a/Documentation/Source/eric6.QScintilla.QsciScintillaCompat.html Wed Feb 13 20:39:03 2019 +0100 +++ b/Documentation/Source/eric6.QScintilla.QsciScintillaCompat.html Wed Feb 13 20:39:58 2019 +0100 @@ -280,6 +280,9 @@ <td><a href="#QsciScintillaCompat.inputMethodQuery">inputMethodQuery</a></td> <td>Public method to cope with a glitch in some Qscintilla versions handling input events.</td> </tr><tr> +<td><a href="#QsciScintillaCompat.insert">insert</a></td> +<td>Public method to insert text at the cursor position.</td> +</tr><tr> <td><a href="#QsciScintillaCompat.isModified">isModified</a></td> <td>Public method to return the modification status.</td> </tr><tr> @@ -1281,6 +1284,16 @@ <dd> object containing the requested information </dd> +</dl><a NAME="QsciScintillaCompat.insert" ID="QsciScintillaCompat.insert"></a> +<h4>QsciScintillaCompat.insert</h4> +<b>insert</b>(<i>txt</i>) +<p> + Public method to insert text at the cursor position. +</p><dl> +<dt><i>txt</i> (str)</dt> +<dd> +text to be inserted +</dd> </dl><a NAME="QsciScintillaCompat.isModified" ID="QsciScintillaCompat.isModified"></a> <h4>QsciScintillaCompat.isModified</h4> <b>isModified</b>(<i></i>)
--- a/Documentation/Source/eric6.Toolbox.Startup.html Wed Feb 13 20:39:03 2019 +0100 +++ b/Documentation/Source/eric6.Toolbox.Startup.html Wed Feb 13 20:39:58 2019 +0100 @@ -25,7 +25,7 @@ </p> <h3>Global Attributes</h3> <table> -<tr><td>loaded_translators</td></tr> +<tr><td>application</td></tr><tr><td>loaded_translators</td></tr> </table> <h3>Classes</h3> <table>
--- a/Documentation/Source/eric6.VirtualEnv.VirtualenvAddEditDialog.html Wed Feb 13 20:39:03 2019 +0100 +++ b/Documentation/Source/eric6.VirtualEnv.VirtualenvAddEditDialog.html Wed Feb 13 20:39:58 2019 +0100 @@ -78,6 +78,9 @@ <td><a href="#VirtualenvAddEditDialog.on_pythonExecPicker_textChanged">on_pythonExecPicker_textChanged</a></td> <td>Private slot to handle changes of the virtual environment interpreter.</td> </tr><tr> +<td><a href="#VirtualenvAddEditDialog.on_remoteCheckBox_toggled">on_remoteCheckBox_toggled</a></td> +<td>Private slot handling a change of the remote check box state.</td> +</tr><tr> <td><a href="#VirtualenvAddEditDialog.on_targetDirectoryPicker_textChanged">on_targetDirectoryPicker_textChanged</a></td> <td>Private slot to handle changes of the virtual environment directory.</td> </tr> @@ -88,7 +91,7 @@ </table> <a NAME="VirtualenvAddEditDialog.__init__" ID="VirtualenvAddEditDialog.__init__"></a> <h4>VirtualenvAddEditDialog (Constructor)</h4> -<b>VirtualenvAddEditDialog</b>(<i>manager, venvName="", venvDirectory="", venvInterpreter="", venvVariant=3, isGlobal=False, isConda=False, execPath="", parent=None</i>) +<b>VirtualenvAddEditDialog</b>(<i>manager, venvName="", venvDirectory="", venvInterpreter="", venvVariant=3, isGlobal=False, isConda=False, isRemote=False, execPath="", parent=None</i>) <p> Constructor </p><dl> @@ -113,6 +116,9 @@ </dd><dt><i>isConda</i> (bool)</dt> <dd> flag indicating an Anaconda virtual environment +</dd><dt><i>isRemote</i> (bool)</dt> +<dd> +flag indicating a remotely accessed environment </dd><dt><i>execPath</i> (str)</dt> <dd> search path string to be prepended to the PATH @@ -137,13 +143,14 @@ tuple containing the logical name, the directory, the interpreter of the virtual environment, the Python variant, a flag indicating a global environment, a flag indicating an - Anaconda environment and a string to be prepended to the PATH - environment variable + Anaconda environment, aflag indicating a remotely accessed + environment and a string to be prepended to the PATH environment + variable </dd> </dl><dl> <dt>Return Type:</dt> <dd> -tuple of (str, str, str, int, bool,bool, str) +tuple of (str, str, str, int, bool, bool, bool, str) </dd> </dl><a NAME="VirtualenvAddEditDialog.on_anacondaCheckBox_clicked" ID="VirtualenvAddEditDialog.on_anacondaCheckBox_clicked"></a> <h4>VirtualenvAddEditDialog.on_anacondaCheckBox_clicked</h4> @@ -185,6 +192,16 @@ <dd> virtual environment interpreter </dd> +</dl><a NAME="VirtualenvAddEditDialog.on_remoteCheckBox_toggled" ID="VirtualenvAddEditDialog.on_remoteCheckBox_toggled"></a> +<h4>VirtualenvAddEditDialog.on_remoteCheckBox_toggled</h4> +<b>on_remoteCheckBox_toggled</b>(<i>checked</i>) +<p> + Private slot handling a change of the remote check box state. +</p><dl> +<dt><i>checked</i> (bool)</dt> +<dd> +state of the check box +</dd> </dl><a NAME="VirtualenvAddEditDialog.on_targetDirectoryPicker_textChanged" ID="VirtualenvAddEditDialog.on_targetDirectoryPicker_textChanged"></a> <h4>VirtualenvAddEditDialog.on_targetDirectoryPicker_textChanged</h4> <b>on_targetDirectoryPicker_textChanged</b>(<i>txt</i>)
--- a/Documentation/Source/eric6.VirtualEnv.VirtualenvManager.html Wed Feb 13 20:39:03 2019 +0100 +++ b/Documentation/Source/eric6.VirtualEnv.VirtualenvManager.html Wed Feb 13 20:39:58 2019 +0100 @@ -105,6 +105,9 @@ <td><a href="#VirtualenvManager.isGlobalEnvironment">isGlobalEnvironment</a></td> <td>Public method to test, if a given environment is a global one.</td> </tr><tr> +<td><a href="#VirtualenvManager.isRemoteEnvironment">isRemoteEnvironment</a></td> +<td>Public method to test, if a given environment is a remotely accessed environment.</td> +</tr><tr> <td><a href="#VirtualenvManager.isUnique">isUnique</a></td> <td>Public method to check, if the give logical name is unique.</td> </tr><tr> @@ -171,7 +174,7 @@ Private slot to save the virtual environments. </p><a NAME="VirtualenvManager.addVirtualEnv" ID="VirtualenvManager.addVirtualEnv"></a> <h4>VirtualenvManager.addVirtualEnv</h4> -<b>addVirtualEnv</b>(<i>venvName, venvDirectory, venvInterpreter="", venvVariant=3, isGlobal=False, isConda=False, execPath=""</i>) +<b>addVirtualEnv</b>(<i>venvName, venvDirectory, venvInterpreter="", venvVariant=3, isGlobal=False, isConda=False, isRemote=False, execPath=""</i>) <p> Public method to add a virtual environment. </p><dl> @@ -193,6 +196,9 @@ </dd><dt><i>isConda</i> (bool)</dt> <dd> flag indicating an Anaconda virtual environment +</dd><dt><i>isRemote</i> (bool)</dt> +<dd> +flag indicating a remotely accessed environment </dd><dt><i>execPath</i> (str)</dt> <dd> search path string to be prepended to the PATH @@ -387,6 +393,27 @@ <dd> bool </dd> +</dl><a NAME="VirtualenvManager.isRemoteEnvironment" ID="VirtualenvManager.isRemoteEnvironment"></a> +<h4>VirtualenvManager.isRemoteEnvironment</h4> +<b>isRemoteEnvironment</b>(<i>venvName</i>) +<p> + Public method to test, if a given environment is a remotely accessed + environment. +</p><dl> +<dt><i>venvName</i> (str)</dt> +<dd> +logical name of the virtual environment +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +flag indicating a remotely accessed environment +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +bool +</dd> </dl><a NAME="VirtualenvManager.isUnique" ID="VirtualenvManager.isUnique"></a> <h4>VirtualenvManager.isUnique</h4> <b>isUnique</b>(<i>venvName</i>) @@ -419,7 +446,7 @@ </dd> </dl><a NAME="VirtualenvManager.renameVirtualEnv" ID="VirtualenvManager.renameVirtualEnv"></a> <h4>VirtualenvManager.renameVirtualEnv</h4> -<b>renameVirtualEnv</b>(<i>oldVenvName, venvName, venvDirectory, venvInterpreter, venvVariant, isGlobal, isConda, execPath</i>) +<b>renameVirtualEnv</b>(<i>oldVenvName, venvName, venvDirectory, venvInterpreter, venvVariant, isGlobal, isConda, isRemote, execPath</i>) <p> Public method to substitute a virtual environment entry with a new name. @@ -445,6 +472,9 @@ </dd><dt><i>isConda</i> (bool)</dt> <dd> flag indicating an Anaconda virtual environment +</dd><dt><i>isRemote</i> (bool)</dt> +<dd> +flag indicating a remotely accessed environment </dd><dt><i>execPath</i> (str)</dt> <dd> search path string to be prepended to the PATH @@ -452,7 +482,7 @@ </dd> </dl><a NAME="VirtualenvManager.setVirtualEnv" ID="VirtualenvManager.setVirtualEnv"></a> <h4>VirtualenvManager.setVirtualEnv</h4> -<b>setVirtualEnv</b>(<i>venvName, venvDirectory, venvInterpreter, venvVariant, isGlobal, isConda, execPath</i>) +<b>setVirtualEnv</b>(<i>venvName, venvDirectory, venvInterpreter, venvVariant, isGlobal, isConda, isRemote, execPath</i>) <p> Public method to change a virtual environment. </p><dl> @@ -474,6 +504,9 @@ </dd><dt><i>isConda</i> (bool)</dt> <dd> flag indicating an Anaconda virtual environment +</dd><dt><i>isRemote</i> (bool)</dt> +<dd> +flag indicating a remotely accessed environment </dd><dt><i>execPath</i> (str)</dt> <dd> search path string to be prepended to the PATH
--- a/Documentation/Source/eric6.VirtualEnv.VirtualenvManagerDialog.html Wed Feb 13 20:39:03 2019 +0100 +++ b/Documentation/Source/eric6.VirtualEnv.VirtualenvManagerDialog.html Wed Feb 13 20:39:58 2019 +0100 @@ -50,7 +50,7 @@ QDialog, Ui_VirtualenvManagerDialog <h3>Class Attributes</h3> <table> -<tr><td>ExecPathRole</td></tr><tr><td>IsCondaRole</td></tr><tr><td>IsGlobalRole</td></tr><tr><td>PythonVariantRole</td></tr> +<tr><td>ExecPathRole</td></tr><tr><td>IsCondaRole</td></tr><tr><td>IsGlobalRole</td></tr><tr><td>IsRemoteRole</td></tr><tr><td>PythonVariantRole</td></tr> </table> <h3>Class Methods</h3> <table>
--- a/Documentation/Source/eric6.eric6.html Wed Feb 13 20:39:03 2019 +0100 +++ b/Documentation/Source/eric6.eric6.html Wed Feb 13 20:39:58 2019 +0100 @@ -28,7 +28,7 @@ </p> <h3>Global Attributes</h3> <table> -<tr><td>args</td></tr><tr><td>inMainLoop</td></tr><tr><td>mainWindow</td></tr><tr><td>originalPathString</td></tr><tr><td>restartArgs</td></tr><tr><td>restartArgsList</td></tr><tr><td>splash</td></tr> +<tr><td>app</td></tr><tr><td>args</td></tr><tr><td>inMainLoop</td></tr><tr><td>mainWindow</td></tr><tr><td>originalPathString</td></tr><tr><td>restartArgs</td></tr><tr><td>restartArgsList</td></tr><tr><td>splash</td></tr> </table> <h3>Classes</h3> <table>
--- a/Documentation/Source/eric6.eric6_browser.html Wed Feb 13 20:39:03 2019 +0100 +++ b/Documentation/Source/eric6.eric6_browser.html Wed Feb 13 20:39:58 2019 +0100 @@ -29,7 +29,7 @@ </p> <h3>Global Attributes</h3> <table> -<tr><td>SettingsDir</td></tr> +<tr><td>SettingsDir</td></tr><tr><td>app</td></tr> </table> <h3>Classes</h3> <table>
--- a/Documentation/Source/eric6.eric6_trpreviewer.html Wed Feb 13 20:39:03 2019 +0100 +++ b/Documentation/Source/eric6.eric6_trpreviewer.html Wed Feb 13 20:39:58 2019 +0100 @@ -29,7 +29,7 @@ </p> <h3>Global Attributes</h3> <table> -<tr><td>None</td></tr> +<tr><td>app</td></tr> </table> <h3>Classes</h3> <table>
--- a/Documentation/Source/eric6.eric6_webbrowser.html Wed Feb 13 20:39:03 2019 +0100 +++ b/Documentation/Source/eric6.eric6_webbrowser.html Wed Feb 13 20:39:58 2019 +0100 @@ -29,7 +29,7 @@ </p> <h3>Global Attributes</h3> <table> -<tr><td>None</td></tr> +<tr><td>app</td></tr> </table> <h3>Classes</h3> <table>
--- a/Plugins/CheckerPlugins/CodeStyleChecker/pycodestyle.py Wed Feb 13 20:39:03 2019 +0100 +++ b/Plugins/CheckerPlugins/CodeStyleChecker/pycodestyle.py Wed Feb 13 20:39:58 2019 +0100 @@ -1,7 +1,8 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# pycodestyle.py - Check Python source code formatting, according to PEP 8 +# pycodestyle.py - Check Python source code formatting, according to +# PEP 8 # # Copyright (C) 2006-2009 Johann C. Rocholl <johann@rocholl.net> # Copyright (C) 2009-2014 Florent Xicluna <florent.xicluna@gmail.com> @@ -51,9 +52,9 @@ from __future__ import with_statement # -# This is a modified version to make the original pycodestyle.py better suitable -# for being called from within the eric6 IDE. The modifications are as -# follows: +# This is a modified version to make the original pycodestyle.py better +# suitable for being called from within the eric6 IDE. The modifications +# are as follows: # # - made messages translatable via Qt # - added code for eric6 integration @@ -75,9 +76,9 @@ from functools import lru_cache except ImportError: def lru_cache(maxsize=128): # noqa as it's a fake implementation. - """Does not really need a real a lru_cache, it's just optimization, so - let's just do nothing here. Python 3.2+ will just get better - performances, time to upgrade? + """Does not really need a real a lru_cache, it's just + optimization, so let's just do nothing here. Python 3.2+ will + just get better performances, time to upgrade? """ return lambda function: function @@ -90,7 +91,7 @@ except ImportError: from ConfigParser import RawConfigParser # __IGNORE_WARNING__ -__version__ = '2.4.0-eric' +__version__ = '2.5.0-eric' DEFAULT_EXCLUDE = '.svn,CVS,.bzr,.hg,.git,__pycache__,.tox' DEFAULT_IGNORE = 'E121,E123,E126,E226,E24,E704,W503,W504' @@ -115,6 +116,7 @@ # Methods and nested class and function. 'method': 1, } +MAX_DOC_LENGTH = 72 REPORT_FORMAT = { 'default': '%(path)s:%(row)d:%(col)d: %(code)s %(text)s', 'pylint': '%(path)s:%(row)d: [%(code)s] %(text)s', @@ -126,9 +128,12 @@ UNARY_OPERATORS = frozenset(['>>', '**', '*', '+', '-']) ARITHMETIC_OP = frozenset(['**', '*', '/', '//', '+', '-']) WS_OPTIONAL_OPERATORS = ARITHMETIC_OP.union(['^', '&', '|', '<<', '>>', '%']) +# Warn for -> function annotation operator in py3.5+ (issue 803) +FUNCTION_RETURN_ANNOTATION_OP = ['->'] if sys.version_info >= (3, 5) else [] WS_NEEDED_OPERATORS = frozenset([ '**=', '*=', '/=', '//=', '+=', '-=', '!=', '<>', '<', '>', - '%=', '^=', '&=', '|=', '==', '<=', '>=', '<<=', '>>=', '=']) + '%=', '^=', '&=', '|=', '==', '<=', '>=', '<<=', '>>=', '='] + + FUNCTION_RETURN_ANNOTATION_OP) WHITESPACE = frozenset(' \t') NEWLINE = frozenset([tokenize.NL, tokenize.NEWLINE]) SKIP_TOKENS = NEWLINE.union([tokenize.INDENT, tokenize.DEDENT]) @@ -167,11 +172,6 @@ ) DUNDER_REGEX = re.compile(r'^__([^\s]+)__ = ') -# Work around Python < 2.6 behaviour, which does not generate NL after -# a comment which is on a line by itself. -COMMENT_WITH_NL = tokenize.generate_tokens(['#\n'].pop).send(None)[1] == '#\n' - - _checks = {'physical_line': {}, 'logical_line': {}, 'tree': {}} @@ -184,6 +184,7 @@ else: return inspect.getargspec(function)[0] + def register_check(check, codes=None): """Register a new check object.""" def _add_check(check, kind, codes, args): @@ -203,22 +204,23 @@ return check -############################################################################## +######################################################################## # Plugins (check functions) for physical lines -############################################################################## +######################################################################## @register_check def tabs_or_spaces(physical_line, indent_char): r"""Never mix tabs and spaces. The most popular way of indenting Python is with spaces only. The - second-most popular way is with tabs only. Code indented with a mixture - of tabs and spaces should be converted to using spaces exclusively. When - invoking the Python command line interpreter with the -t option, it issues - warnings about code that illegally mixes tabs and spaces. When using -tt - these warnings become errors. These options are highly recommended! + second-most popular way is with tabs only. Code indented with a + mixture of tabs and spaces should be converted to using spaces + exclusively. When invoking the Python command line interpreter with + the -t option, it issues warnings about code that illegally mixes + tabs and spaces. When using -tt these warnings become errors. + These options are highly recommended! - Okay: if a == 0:\n a = 1\n b = 1 + Okay: if a == 0:\n a = 1\n b = 1 E101: if a == 0:\n a = 1\n\tb = 1 """ indent = INDENT_REGEX.match(physical_line).group(1) @@ -229,7 +231,7 @@ @register_check def tabs_obsolete(physical_line): - r"""For new projects, spaces-only are strongly recommended over tabs. + r"""On new projects, spaces-only are strongly recommended over tabs. Okay: if True:\n return W191: if True:\n\treturn @@ -243,8 +245,8 @@ def trailing_whitespace(physical_line): r"""Trailing whitespace is superfluous. - The warning returned varies on whether the line itself is blank, for easier - filtering for those who want to indent their blank lines. + The warning returned varies on whether the line itself is blank, + for easier filtering for those who want to indent their blank lines. Okay: spam(1)\n# W291: spam(1) \n# @@ -272,10 +274,10 @@ """ if line_number == total_lines: stripped_last_line = physical_line.rstrip() - if not stripped_last_line: + if physical_line and not stripped_last_line: return 0, "W391 blank line at end of file" if stripped_last_line == physical_line: - return len(physical_line), "W292 no newline at end of file" + return len(lines[-1]), "W292 no newline at end of file" @register_check @@ -284,11 +286,11 @@ r"""Limit all lines to a maximum of 79 characters. There are still many devices around that are limited to 80 character - lines; plus, limiting windows to 80 characters makes it possible to have - several windows side-by-side. The default wrapping on such devices looks - ugly. Therefore, please limit all lines to a maximum of 79 characters. - For flowing long blocks of text (docstrings or comments), limiting the - length to 72 characters is recommended. + lines; plus, limiting windows to 80 characters makes it possible to + have several windows side-by-side. The default wrapping on such + devices looks ugly. Therefore, please limit all lines to a maximum + of 79 characters. For flowing long blocks of text (docstrings or + comments), limiting the length to 72 characters is recommended. Reports error E501. """ @@ -298,8 +300,9 @@ # Special case: ignore long shebang lines. if line_number == 1 and line.startswith('#!'): return - # Special case for long URLs in multi-line docstrings or comments, - # but still report the error when the 72 first chars are whitespaces. + # Special case for long URLs in multi-line docstrings or + # comments, but still report the error when the 72 first chars + # are whitespaces. chunks = line.split() if ((len(chunks) == 1 and multiline) or (len(chunks) == 2 and chunks[0] == '#')) and \ @@ -317,9 +320,9 @@ length, max_line_length) -############################################################################## +######################################################################## # Plugins (check functions) for logical lines -############################################################################## +######################################################################## @register_check @@ -327,15 +330,18 @@ blank_before, previous_logical, previous_unindented_logical_line, previous_indent_level, lines): - r"""Separate top-level function and class definitions with two blank lines. + r"""Separate top-level function and class definitions with two blank + lines. - Method definitions inside a class are separated by a single blank line. + Method definitions inside a class are separated by a single blank + line. - Extra blank lines may be used (sparingly) to separate groups of related - functions. Blank lines may be omitted between a bunch of related - one-liners (e.g. a set of dummy implementations). + Extra blank lines may be used (sparingly) to separate groups of + related functions. Blank lines may be omitted between a bunch of + related one-liners (e.g. a set of dummy implementations). - Use blank lines in functions, sparingly, to indicate logical sections. + Use blank lines in functions, sparingly, to indicate logical + sections. Okay: def a():\n pass\n\n\ndef b():\n pass Okay: def a():\n pass\n\n\nasync def b():\n pass @@ -374,6 +380,16 @@ yield (0, "E303 too many blank lines (%d), expected %d", blank_lines, top_level_lines) elif STARTSWITH_TOP_LEVEL_REGEX.match(logical_line): + # If this is a one-liner (i.e. the next line is not more + # indented), and the previous line is also not deeper + # (it would be better to check if the previous line is part + # of another def/class at the same level), don't require blank + # lines around this. + prev_line = lines[line_number - 2] if line_number >= 2 else '' + next_line = lines[line_number] if line_number < len(lines) else '' + if (expand_indent(prev_line) <= indent_level and + expand_indent(next_line) <= indent_level): + return if indent_level: if not (blank_before == method_lines or previous_indent_level < indent_level or @@ -381,7 +397,8 @@ ): ancestor_level = indent_level nested = False - # Search backwards for a def ancestor or tree root (top level). + # Search backwards for a def ancestor or tree root + # (top level). for line in lines[line_number - top_level_lines::-1]: if line.strip() and expand_indent(line) < ancestor_level: ancestor_level = expand_indent(line) @@ -467,8 +484,8 @@ @register_check def missing_whitespace_after_import_keyword(logical_line): - r"""Multiple imports in form from x import (a, b, c) should have space - between import statement and parenthesised name list. + r"""Multiple imports in form from x import (a, b, c) should have + space between import statement and parenthesised name list. Okay: from foo import (bar, baz) E275: from foo import(bar, baz) @@ -515,8 +532,8 @@ indent_level, previous_indent_level): r"""Use 4 spaces per indentation level. - For really old code that you don't want to mess up, you can continue to - use 8-space tabs. + For really old code that you don't want to mess up, you can continue + to use 8-space tabs. Okay: a = 1 Okay: if a == 0:\n a = 1 @@ -541,6 +558,10 @@ elif not indent_expect and indent_level > previous_indent_level: yield 0, tmpl % (3 + c, "unexpected indentation") + expected_indent_level = previous_indent_level + 4 + if indent_expect and indent_level > expected_indent_level: + yield 0, tmpl % (7, 'over-indented') + @register_check def continued_indentation(logical_line, tokens, indent_level, hang_closing, @@ -553,8 +574,8 @@ When using a hanging indent these considerations should be applied: - there should be no arguments on the first line, and - - further indentation should be used to clearly distinguish itself as a - continuation line. + - further indentation should be used to clearly distinguish itself + as a continuation line. Okay: a = (\n) E123: a = (\n ) @@ -639,7 +660,8 @@ yield (start, "E124 closing bracket does not match " "visual indentation") elif close_bracket and not hang: - # closing bracket matches indentation of opening bracket's line + # closing bracket matches indentation of opening + # bracket's line if hang_closing: yield start, "E133 closing bracket is missing indentation" elif indent[depth] and start[1] < indent[depth]: @@ -657,7 +679,8 @@ # visual indent is verified indent[depth] = start[1] elif visual_indent in (text, str): - # ignore token lined up with matching one from a previous line + # ignore token lined up with matching one from a + # previous line pass else: # indent is broken @@ -870,7 +893,7 @@ elif text in WS_NEEDED_OPERATORS: need_space = True elif text in UNARY_OPERATORS: - # Check if the operator is being used as a binary operator + # Check if the operator is used as a binary operator # Allow unary operators: -123, -x, +1. # Allow argument unpacking: foo(*args, **kwargs). if (prev_text in '}])' if prev_type == tokenize.OP @@ -916,8 +939,8 @@ r"""Don't use spaces around the '=' sign in function arguments. Don't use spaces around the '=' sign when used to indicate a - keyword argument or a default parameter value, except when using a type - annotation. + keyword argument or a default parameter value, except when + using a type annotation. Okay: def complex(real, imag=0.0): Okay: return magic(r=real, i=imag) @@ -960,17 +983,17 @@ parens -= 1 elif in_def and text == ':' and parens == 1: annotated_func_arg = True - elif parens and text == ',' and parens == 1: + elif parens == 1 and text == ',': annotated_func_arg = False elif parens and text == '=': - if not annotated_func_arg: + if annotated_func_arg and parens == 1: + require_space = True + if start == prev_end: + yield (prev_end, missing_message) + else: no_space = True if start != prev_end: yield (prev_end, message) - else: - require_space = True - if start == prev_end: - yield (prev_end, missing_message) if not parens: annotated_func_arg = False @@ -981,9 +1004,9 @@ def whitespace_before_comment(logical_line, tokens): r"""Separate inline comments by at least two spaces. - An inline comment is a comment on the same line as a statement. Inline - comments should be separated by at least two spaces from the statement. - They should start with a # and a single space. + An inline comment is a comment on the same line as a statement. + Inline comments should be separated by at least two spaces from the + statement. They should start with a # and a single space. Each line of a block comment starts with a # and a single space (unless it is indented text inside the comment). @@ -1044,8 +1067,8 @@ logical_line, indent_level, checker_state, noqa): r"""Place imports at the top of the file. - Always put imports at the top of the file, just after any module comments - and docstrings, and before module globals and constants. + Always put imports at the top of the file, just after any module + comments and docstrings, and before module globals and constants. Okay: import os Okay: # this is a comment\nimport os @@ -1061,7 +1084,7 @@ E402: a=1\nfrom sys import x Okay: if x:\n import os - """ + """ # noqa def is_string_literal(line): if line[0] in 'uUbB': line = line[1:] @@ -1071,7 +1094,7 @@ allowed_try_keywords = ('try', 'except', 'else', 'finally') - if indent_level: # Allow imports in conditional statements or functions + if indent_level: # Allow imports in conditional statement/function return if not logical_line: # Allow empty lines or comments return @@ -1084,11 +1107,12 @@ elif re.match(DUNDER_REGEX, line): return elif any(line.startswith(kw) for kw in allowed_try_keywords): - # Allow try, except, else, finally keywords intermixed with imports in - # order to support conditional importing + # Allow try, except, else, finally keywords intermixed with + # imports in order to support conditional importing return elif is_string_literal(line): - # The first literal is a docstring, allow it. Otherwise, report error. + # The first literal is a docstring, allow it. Otherwise, report + # error. if checker_state.get('seen_docstring', False): checker_state['seen_non_imports'] = True else: @@ -1099,7 +1123,8 @@ @register_check def compound_statements(logical_line): - r"""Compound statements (on the same line) are generally discouraged. + r"""Compound statements (on the same line) are generally + discouraged. While sometimes it's okay to put an if/for/while with a small body on the same line, never do this for multi-clause statements. @@ -1130,7 +1155,7 @@ last_char = len(line) - 1 found = line.find(':') prev_found = 0 - counts = dict((char, 0) for char in '{}[]()') + counts = {char: 0 for char in '{}[]()'} while -1 < found < last_char: update_counts(line[prev_found:found], counts) if ((counts['{'] <= counts['}'] and # {'a': 1} (dict) @@ -1162,10 +1187,11 @@ def explicit_line_join(logical_line, tokens): r"""Avoid explicit line join between brackets. - The preferred way of wrapping long lines is by using Python's implied line - continuation inside parentheses, brackets and braces. Long lines can be - broken over multiple lines by wrapping expressions in parentheses. These - should be used in preference to using a backslash for line continuation. + The preferred way of wrapping long lines is by using Python's + implied line continuation inside parentheses, brackets and braces. + Long lines can be broken over multiple lines by wrapping expressions + in parentheses. These should be used in preference to using a + backslash for line continuation. E502: aaa = [123, \\n 123] E502: aaa = ("bbb " \\n "ccc") @@ -1202,8 +1228,8 @@ is_op_token = token_type == tokenize.OP is_conjunction = text in ['and', 'or'] # NOTE(sigmavirus24): Previously the not_a_symbol check was executed - # conditionally. Since it is now *always* executed, text may be None. - # In that case we get a TypeError for `text not in str`. + # conditionally. Since it is now *always* executed, text may be + # None. In that case we get a TypeError for `text not in str`. not_a_symbol = text and text not in "()[]{},:.;@=%~" # The % character is strictly speaking a binary operator, but the # common usage seems to be to put it next to the format parameters, @@ -1290,6 +1316,7 @@ Okay: var = (1 /\n -2) Okay: var = (1 +\n -1 +\n -2) """ + prev_start = None for context in _break_around_binary_operators(tokens): (token_type, text, previous_token_type, previous_text, line_break, unary_context, start) = context @@ -1297,8 +1324,8 @@ line_break and not unary_context and not _is_binary_operator(token_type, text)): - error_pos = (start[0] - 1, start[1]) - yield error_pos, "W504 line break after binary operator" + yield prev_start, "W504 line break after binary operator" + prev_start = start @register_check @@ -1314,10 +1341,10 @@ E712: if arg == True: E712: if False == arg: - Also, beware of writing if x when you really mean if x is not None -- - e.g. when testing whether a variable or argument that defaults to None was - set to some other value. The other value might have a type (such as a - container) that could be false in a boolean context! + Also, beware of writing if x when you really mean if x is not None + -- e.g. when testing whether a variable or argument that defaults to + None was set to some other value. The other value might have a type + (such as a container) that could be false in a boolean context! """ match = not noqa and COMPARE_SINGLETON_REGEX.search(logical_line) if match: @@ -1367,9 +1394,9 @@ Okay: if isinstance(obj, int): E721: if type(obj) is type(1): - When checking if an object is a string, keep in mind that it might be a - unicode string too! In Python 2.3, str and unicode have a common base - class, basestring, so you can do: + When checking if an object is a string, keep in mind that it might + be a unicode string too! In Python 2.3, str and unicode have a + common base class, basestring, so you can do: Okay: if isinstance(obj, basestring): Okay: if type(a1) is type(b1): @@ -1384,7 +1411,8 @@ @register_check def bare_except(logical_line, noqa): - r"""When catching exceptions, mention specific exceptions when possible. + r"""When catching exceptions, mention specific exceptions when + possible. Okay: except Exception: Okay: except BaseException: @@ -1403,8 +1431,8 @@ def ambiguous_identifier(logical_line, tokens): r"""Never use the characters 'l', 'O', or 'I' as variable names. - In some fonts, these characters are indistinguishable from the numerals - one and zero. When tempted to use 'l', use 'L' instead. + In some fonts, these characters are indistinguishable from the + numerals one and zero. When tempted to use 'l', use 'L' instead. Okay: L = 0 Okay: o = 123 @@ -1413,9 +1441,9 @@ E741: O = 123 E741: I = 42 - Variables can be bound in several other contexts, including class and - function definitions, 'global' and 'nonlocal' statements, exception - handlers, and 'with' statements. + Variables can be bound in several other contexts, including class + and function definitions, 'global' and 'nonlocal' statements, + exception handlers, and 'with' statements. Okay: except AttributeError as o: Okay: with lock as L: @@ -1435,7 +1463,7 @@ if prev_text in idents_to_avoid: ident = prev_text pos = prev_start - # identifiers bound to a value with 'as', 'global', or 'nonlocal' + # identifiers bound to values with 'as', 'global', or 'nonlocal' if prev_text in ('as', 'global', 'nonlocal'): if text in idents_to_avoid: ident = text @@ -1454,7 +1482,8 @@ @register_check def python_3000_has_key(logical_line, noqa): - r"""The {}.has_key() method is removed in Python 3: use the 'in' operator. + r"""The {}.has_key() method is removed in Python 3: use the 'in' + operator. Okay: if "alph" in d:\n print d["alph"] W601: assert d.has_key('alph') @@ -1505,12 +1534,15 @@ @register_check -def python_3000_invalid_escape_sequence(logical_line, tokens): +def python_3000_invalid_escape_sequence(logical_line, tokens, noqa): r"""Invalid escape sequences are deprecated in Python 3.6. Okay: regex = r'\.png$' W605: regex = '\.png$' """ + if noqa: + return + # https://docs.python.org/3/reference/lexical_analysis.html#string-and-bytes-literals valid = [ '\n', @@ -1535,6 +1567,7 @@ for token_type, text, start, end, line in tokens: if token_type == tokenize.STRING: + start_line, start_col = start quote = text[-3:] if text[-3:] in ('"""', "'''") else text[-1] # Extract string modifiers (e.g. u or r) quote_pos = text.index(quote) @@ -1547,8 +1580,13 @@ while pos >= 0: pos += 1 if string[pos] not in valid: + line = start_line + string.count('\n', 0, pos) + if line == start_line: + col = start_col + len(prefix) + len(quote) + pos + else: + col = pos - string.rfind('\n', 0, pos) - 1 yield ( - pos, + (line, col - 1), "W605 invalid escape sequence '\\%s'", string[pos], ) @@ -1557,40 +1595,56 @@ @register_check def python_3000_async_await_keywords(logical_line, tokens): - """'async' and 'await' are reserved keywords starting with Python 3.7 + """'async' and 'await' are reserved keywords starting at Python 3.7. W606: async = 42 W606: await = 42 - Okay: async def read_data(db):\n data = await db.fetch('SELECT ...') + Okay: async def read(db):\n data = await db.fetch('SELECT ...') """ - # The Python tokenize library before Python 3.5 recognizes async/await as a - # NAME token. Therefore, use a state machine to look for the possible - # async/await constructs as defined by the Python grammar: + # The Python tokenize library before Python 3.5 recognizes + # async/await as a NAME token. Therefore, use a state machine to + # look for the possible async/await constructs as defined by the + # Python grammar: # https://docs.python.org/3/reference/grammar.html state = None for token_type, text, start, end, line in tokens: error = False + if token_type == tokenize.NL: + continue + if state is None: if token_type == tokenize.NAME: if text == 'async': state = ('async_stmt', start) elif text == 'await': state = ('await', start) + elif (token_type == tokenize.NAME and + text in ('def', 'for')): + state = ('define', start) + elif state[0] == 'async_stmt': if token_type == tokenize.NAME and text in ('def', 'with', 'for'): - # One of funcdef, with_stmt, or for_stmt. Return to looking - # for async/await names. + # One of funcdef, with_stmt, or for_stmt. Return to + # looking for async/await names. state = None else: error = True elif state[0] == 'await': - if token_type in (tokenize.NAME, tokenize.NUMBER, tokenize.STRING): - # An await expression. Return to looking for async/await names. + if token_type == tokenize.NAME: + # An await expression. Return to looking for async/await + # names. + state = None + elif token_type == tokenize.OP and text == '(': state = None else: error = True + elif state[0] == 'define': + if token_type == tokenize.NAME and text in ('async', 'await'): + error = True + else: + state = None if error: yield ( @@ -1609,9 +1663,64 @@ ) -############################################################################## +######################################################################## +@register_check +def maximum_doc_length(logical_line, max_doc_length, noqa, tokens): + r"""Limit all doc lines to a maximum of 72 characters. + + For flowing long blocks of text (docstrings or comments), limiting + the length to 72 characters is recommended. + + Reports warning W505 + """ + if max_doc_length is None or noqa: + return + + prev_token = None + skip_lines = set() + # Skip lines that + for token_type, text, start, end, line in tokens: + if token_type not in SKIP_COMMENTS.union([tokenize.STRING]): + skip_lines.add(line) + + for token_type, text, start, end, line in tokens: + # Skip lines that aren't pure strings + if token_type == tokenize.STRING and skip_lines: + continue + if token_type in (tokenize.STRING, tokenize.COMMENT): + # Only check comment-only lines + if prev_token is None or prev_token in SKIP_TOKENS: + lines = line.splitlines() + for line_num, physical_line in enumerate(lines): + if hasattr(physical_line, 'decode'): # Python 2 + # The line could contain multi-byte characters + try: + physical_line = physical_line.decode('utf-8') + except UnicodeError: + pass + if start[0] + line_num == 1 and line.startswith('#!'): + return + length = len(physical_line) + chunks = physical_line.split() + if token_type == tokenize.COMMENT: + if (len(chunks) == 2 and + length - len(chunks[-1]) < MAX_DOC_LENGTH): + continue + if len(chunks) == 1 and line_num + 1 < len(lines): + if (len(chunks) == 1 and + length - len(chunks[-1]) < MAX_DOC_LENGTH): + continue + if length > max_doc_length: + doc_error = (start[0] + line_num, max_doc_length) + yield (doc_error, "W505 doc line too long " + "(%d > %d characters)", + length, max_doc_length) + prev_token = token_type + + +######################################################################## # Helper functions -############################################################################## +######################################################################## if sys.version_info < (3,): @@ -1708,14 +1817,16 @@ rv[path].update(range(row, row + nrows)) elif line[:3] == '+++': path = line[4:].split('\t', 1)[0] - # Git diff will use (i)ndex, (w)ork tree, (c)ommit and (o)bject - # instead of a/b/c/d as prefixes for patches + # Git diff will use (i)ndex, (w)ork tree, (c)ommit and + # (o)bject instead of a/b/c/d as prefixes for patches if path[:2] in ('b/', 'w/', 'i/'): path = path[2:] rv[path] = set() - return dict([(os.path.join(parent, path), rows) - for (path, rows) in rv.items() - if rows and filename_match(path, patterns)]) + return { + os.path.join(parent, filepath): rows + for (filepath, rows) in rv.items() + if rows and filename_match(filepath, patterns) + } def normalize_paths(value, parent=os.curdir): @@ -1758,14 +1869,9 @@ return token[0] in NEWLINE or token[4][token[3][1]:].lstrip() == '\\\n' -if COMMENT_WITH_NL: - def _is_eol_token(token, _eol_token=_is_eol_token): - return _eol_token(token) or (token[0] == tokenize.COMMENT and - token[1] == token[4]) - -############################################################################## +######################################################################## # Framework to run all checks -############################################################################## +######################################################################## class Checker(object): @@ -1782,6 +1888,7 @@ self._logical_checks = options.logical_checks self._ast_checks = options.ast_checks self.max_line_length = options.max_line_length + self.max_doc_length = options.max_doc_length self.multiline = False # in a multiline string? self.hang_closing = options.hang_closing self.verbose = options.verbose @@ -1953,7 +2060,7 @@ self.report_error_args(lineno, *args[1:]) def generate_tokens(self): - """Tokenize the file, run physical line checks and yield tokens.""" + """Tokenize file, run physical line checks and yield tokens.""" if self._io_error: self.report_error_args(1, 0, 'E902', self._io_error, readlines) tokengen = tokenize.generate_tokens(self.readline) @@ -1968,7 +2075,7 @@ self.report_invalid_syntax() def maybe_check_physical(self, token): - """If appropriate (based on token), check current physical line(s).""" + """If appropriate for token, check current physical line(s).""" # Called after every token, but act only on end of line. if _is_eol_token(token): # Obviously, a newline token ends a single physical line. @@ -1976,15 +2083,16 @@ elif token[0] == tokenize.STRING and '\n' in token[1]: # Less obviously, a string that contains newlines is a # multiline string, either triple-quoted or with internal - # newlines backslash-escaped. Check every physical line in the - # string *except* for the last one: its newline is outside of - # the multiline string, so we consider it a regular physical - # line, and will check it like any other physical line. + # newlines backslash-escaped. Check every physical line in + # the string *except* for the last one: its newline is + # outside of the multiline string, so we consider it a + # regular physical line, and will check it like any other + # physical line. # # Subtleties: - # - we don't *completely* ignore the last line; if it contains - # the magical "# noqa" comment, we disable all physical - # checks for the entire multiline string + # - we don't *completely* ignore the last line; if it + # contains the magical "# noqa" comment, we disable all + # physical checks for the entire multiline string # - have to wind self.line_number back because initially it # points to the last line of the string, and we want # check_physical() to give accurate feedback @@ -2039,14 +2147,6 @@ del self.tokens[0] else: self.check_logical() - elif COMMENT_WITH_NL and token_type == tokenize.COMMENT: - if len(self.tokens) == 1: - # The comment also ends a physical line - token = list(token) - token[1] = text.rstrip('\r\n') - token[3] = (token[2][0], token[2][1] + len(token[1])) - self.tokens = [tuple(token)] - self.check_logical() if self.tokens: self.check_physical(self.lines[-1]) self.check_logical() @@ -2133,8 +2233,8 @@ def get_count(self, prefix=''): """Return the total count of errors and warnings.""" - return sum([self.counters[key] - for key in self.messages if key.startswith(prefix)]) + return sum(self.counters[key] + for key in self.messages if key.startswith(prefix)) def get_statistics(self, prefix=''): """Get statistics for message codes that start with the prefix. @@ -2163,7 +2263,7 @@ class FileReport(BaseReport): - """Collect the results of the checks and print only the filenames.""" + """Collect the results of the checks and print the filenames.""" print_filename = True @@ -2204,7 +2304,7 @@ return code def get_file_results(self): - """Print the result and return the overall count for this file.""" + """Print results and return the overall count for this file.""" self._deferred_print.sort() for line_number, offset, code, text, doc in self._deferred_print: print(self._fmt % { @@ -2223,8 +2323,8 @@ print(' ' + doc.strip()) # stdout is block buffered when not stdout.isatty(). - # line can be broken where buffer boundary since other processes - # write to same file. + # line can be broken where buffer boundary since other + # processes write to same file. # flush() after print() to avoid buffer boundary. # Typical buffer size is 8192. line written safely when # len(line) < 8192. @@ -2345,7 +2445,7 @@ def excluded(self, filename, parent=None): """Check if the file should be excluded. - Check if 'options.exclude' contains a pattern that matches filename. + Check if 'options.exclude' contains a pattern matching filename. """ if not self.options.exclude: return False @@ -2373,8 +2473,8 @@ def get_checks(self, argument_name): """Get all the checks for this category. - Find all globally visible functions where the first argument name - starts with argument_name and which contain selected tests. + Find all globally visible functions where the first argument + name starts with argument_name and which contain selected tests. """ checks = [] for check, attrs in _checks[argument_name].items(): @@ -2390,8 +2490,8 @@ usage="%prog [options] input ...") parser.config_options = [ 'exclude', 'filename', 'select', 'ignore', 'max-line-length', - 'hang-closing', 'count', 'format', 'quiet', 'show-pep8', - 'show-source', 'statistics', 'verbose'] + 'max-doc-length', 'hang-closing', 'count', 'format', 'quiet', + 'show-pep8', 'show-source', 'statistics', 'verbose'] parser.add_option('-v', '--verbose', default=0, action='count', help="print status messages, or debug with -vv") parser.add_option('-q', '--quiet', default=0, action='count', @@ -2427,6 +2527,10 @@ default=MAX_LINE_LENGTH, help="set maximum allowed line length " "(default: %default)") + parser.add_option('--max-doc-length', type='int', metavar='n', + default=None, + help="set maximum allowed doc line length and perform " + "these checks (unchecked if not set)") parser.add_option('--hang-closing', action='store_true', help="hang closing bracket instead of matching " "indentation of opening bracket's line") @@ -2449,12 +2553,13 @@ def read_config(options, args, arglist, parser): """Read and parse configurations. - If a config file is specified on the command line with the "--config" - option, then only it is used for configuration. + If a config file is specified on the command line with the + "--config" option, then only it is used for configuration. - Otherwise, the user configuration (~/.config/pycodestyle) and any local - configurations in the current directory or above will be merged together - (in that order) using the read method of ConfigParser. + Otherwise, the user configuration (~/.config/pycodestyle) and any + local configurations in the current directory or above will be + merged together (in that order) using the read method of + ConfigParser. """ config = RawConfigParser() @@ -2489,8 +2594,7 @@ warnings.warn('[pep8] section is deprecated. Use [pycodestyle].') if pycodestyle_section: - option_list = dict([(o.dest, o.type or o.action) - for o in parser.option_list]) + option_list = {o.dest: o.type or o.action for o in parser.option_list} # First, read the default values (new_options, __) = parser.parse_args([]) @@ -2523,10 +2627,10 @@ def process_options(arglist=None, parse_argv=False, config_file=None, parser=None, verbose=None): - """Process options passed either via arglist or via command line args. + """Process options passed either via arglist or command line args. - Passing in the ``config_file`` parameter allows other tools, such as flake8 - to specify their own options to be processed in pycodestyle. + Passing in the ``config_file`` parameter allows other tools, such as + flake8 to specify their own options to be processed in pycodestyle. """ if not parser: parser = get_parser() @@ -2546,7 +2650,7 @@ (options, args) = parser.parse_args(arglist) options.reporter = None - # If explicity specified verbosity, override any `-v` CLI flag + # If explicitly specified verbosity, override any `-v` CLI flag if verbose is not None: options.verbose = verbose
--- a/Plugins/CheckerPlugins/CodeStyleChecker/translations.py Wed Feb 13 20:39:03 2019 +0100 +++ b/Plugins/CheckerPlugins/CodeStyleChecker/translations.py Wed Feb 13 20:39:58 2019 +0100 @@ -37,6 +37,9 @@ "E116": QCoreApplication.translate( "pycodestyle", "unexpected indentation (comment)"), + "E117": QCoreApplication.translate( + "pycodestyle", + "over-indented"), "E121": QCoreApplication.translate( "pycodestyle", "continuation line indentation is not a multiple of four"), @@ -207,6 +210,9 @@ "W504": QCoreApplication.translate( "pycodestyle", "line break after binary operator"), + "W505": QCoreApplication.translate( + "pycodestyle", + "doc line too long ({0} > {1} characters)"), "W601": QCoreApplication.translate( "pycodestyle", ".has_key() is deprecated, use 'in'"), @@ -801,6 +807,7 @@ "E307": [3, 1], "E308": [3], "E501": [85, 79], + "W505": [80, 72], "E605": ["A"], "E711": ["None", "'if cond is None:'"], "E712": ["True", "'if cond is True:' or 'if cond:'"],
--- a/Plugins/PluginPipInterface.py Wed Feb 13 20:39:03 2019 +0100 +++ b/Plugins/PluginPipInterface.py Wed Feb 13 20:39:58 2019 +0100 @@ -202,7 +202,7 @@ self.PreferencesKey + "/" + key, value) if key == "CurrentEnvironment": - self.currentEnvironmentChanged.emit(value) + self.currentEnvironmentChanged.emit(value) def getMenu(self, name): """
--- a/Plugins/PluginWizardDotDesktop.py Wed Feb 13 20:39:03 2019 +0100 +++ b/Plugins/PluginWizardDotDesktop.py Wed Feb 13 20:39:58 2019 +0100 @@ -114,10 +114,10 @@ editor = e5App().getObject("ViewManager").activeWindow() if editor is None: - E5MessageBox.critical( - self.__ui, - self.tr('No current editor'), - self.tr('Please open or create a file first.')) + E5MessageBox.critical( + self.__ui, + self.tr('No current editor'), + self.tr('Please open or create a file first.')) else: if editor.text(): ok = E5MessageBox.yesNo(
--- a/Plugins/PluginWizardE5MessageBox.py Wed Feb 13 20:39:03 2019 +0100 +++ b/Plugins/PluginWizardE5MessageBox.py Wed Feb 13 20:39:58 2019 +0100 @@ -123,10 +123,10 @@ editor = e5App().getObject("ViewManager").activeWindow() if editor is None: - E5MessageBox.critical( - self.__ui, - self.tr('No current editor'), - self.tr('Please open or create a file first.')) + E5MessageBox.critical( + self.__ui, + self.tr('No current editor'), + self.tr('Please open or create a file first.')) else: code, ok = self.__callForm(editor) if ok:
--- a/Plugins/PluginWizardSetup.py Wed Feb 13 20:39:03 2019 +0100 +++ b/Plugins/PluginWizardSetup.py Wed Feb 13 20:39:58 2019 +0100 @@ -136,10 +136,10 @@ editor = e5App().getObject("ViewManager").activeWindow() if editor is None: - E5MessageBox.critical( - self.__ui, - self.tr('No current editor'), - self.tr('Please open or create a file first.')) + E5MessageBox.critical( + self.__ui, + self.tr('No current editor'), + self.tr('Please open or create a file first.')) else: code, ok = self.__callForm(editor) if ok:
--- a/Plugins/VcsPlugins/vcsGit/GitNewProjectOptionsDialog.py Wed Feb 13 20:39:03 2019 +0100 +++ b/Plugins/VcsPlugins/vcsGit/GitNewProjectOptionsDialog.py Wed Feb 13 20:39:58 2019 +0100 @@ -118,19 +118,22 @@ @type str """ enable = False + vcsUrlEnable = False if txt: url = QUrl.fromUserInput(txt) if url.isValid(): if url.scheme() in ConfigGitSchemes: enable = True + vcsUrlEnable = url.scheme() == "file" elif ':' in txt: # assume scp like repository URL enable = True + else: + vcsUrlEnable = True self.buttonBox.button(QDialogButtonBox.Ok).setEnabled(enable) - - self.vcsUrlButton.setEnabled(url.scheme() == "file" or len(txt) == 0) + self.vcsUrlButton.setEnabled(vcsUrlEnable) @pyqtSlot() def on_vcsUrlClearHistoryButton_clicked(self): @@ -152,10 +155,8 @@ """ self.__saveHistory() - url = QUrl.fromUserInput( - self.vcsUrlCombo.currentText().replace("\\", "/")) vcsdatadict = { - "url": url.toString(QUrl.None_), + "url": self.vcsUrlCombo.currentText().replace("\\", "/"), } return (self.vcsProjectDirEdit.text(), vcsdatadict)
--- a/Plugins/VcsPlugins/vcsGit/GitSubmoduleAddDialog.py Wed Feb 13 20:39:03 2019 +0100 +++ b/Plugins/VcsPlugins/vcsGit/GitSubmoduleAddDialog.py Wed Feb 13 20:39:58 2019 +0100 @@ -78,20 +78,22 @@ @type str """ enable = False + vcsUrlEnable = False if txt: url = QUrl.fromUserInput(txt) if url.isValid(): if url.scheme() in ConfigGitSchemes: enable = True + vcsUrlEnable = url.scheme() == "file" elif ':' in txt: # assume scp like repository URL enable = True + else: + vcsUrlEnable = True self.buttonBox.button(QDialogButtonBox.Ok).setEnabled(enable) - - self.submoduleUrlButton.setEnabled(url.scheme() == "file" or - len(txt) == 0) + self.submoduleUrlButton.setEnabled(vcsUrlEnable) @pyqtSlot() def on_submoduleUrlButton_clicked(self): @@ -145,19 +147,12 @@ """ self.__saveHistory() - url = QUrl.fromUserInput( - self.submoduleUrlCombo.currentText().replace("\\", "/")) path = self.submoduleDirEdit.text() if path: path = self.__getRelativePath(path) - try: - formattingOptions = QUrl.FormattingOptions(QUrl.None_) - except AttributeError: - # for PyQt < 5.6.0 - formattingOptions = QUrl.FormattingOptions(0) return ( - url.toString(formattingOptions), + self.submoduleUrlCombo.currentText().replace("\\", "/"), self.branchEdit.text(), self.nameEdit.text(), path,
--- a/Plugins/VcsPlugins/vcsGit/git.py Wed Feb 13 20:39:03 2019 +0100 +++ b/Plugins/VcsPlugins/vcsGit/git.py Wed Feb 13 20:39:58 2019 +0100 @@ -1345,7 +1345,10 @@ if url.endswith('/'): url = url[:-1] urll = url.split('//') - return "{0}//{1}".format(urll[0], '/'.join(urll[1:])) + if len(urll) > 1: + url = "{0}//{1}".format(urll[0], '/'.join(urll[1:])) + + return url def gitCreateIgnoreFile(self, name, autoAdd=False): """
--- a/Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py Wed Feb 13 20:39:03 2019 +0100 +++ b/Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py Wed Feb 13 20:39:58 2019 +0100 @@ -309,6 +309,6 @@ """ applied.</p><p>Reason: {0}</p>""") .format(error)) else: - self.__dirtyList = False - self.on_patchSelector_activated( - self.patchNameLabel.text()) + self.__dirtyList = False + self.on_patchSelector_activated( + self.patchNameLabel.text())
--- a/Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py Wed Feb 13 20:39:03 2019 +0100 +++ b/Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py Wed Feb 13 20:39:58 2019 +0100 @@ -284,7 +284,7 @@ line = line.replace(self.summaryPath + '/', '') line = " ".join(line.split()) if line.startswith("--- ") or line.startswith("+++ "): - self.__processFileLine(line) + self.__processFileLine(line) self.__appendText(line) self.paras += 1
--- a/Preferences/ShortcutsDialog.py Wed Feb 13 20:39:03 2019 +0100 +++ b/Preferences/ShortcutsDialog.py Wed Feb 13 20:39:58 2019 +0100 @@ -312,8 +312,8 @@ # 3. check key name if itm.text(0) != keyname: - for col in [1, 2]: # check against primary, - # then alternative binding + for col in [1, 2]: + # check against primary, then alternative binding itmseq = itm.text(col) # step 1: check if shortcut is already allocated if keystr == itmseq:
--- a/Project/Project.py Wed Feb 13 20:39:03 2019 +0100 +++ b/Project/Project.py Wed Feb 13 20:39:58 2019 +0100 @@ -1407,7 +1407,7 @@ qmFile = self.__binaryTranslationsCallbacks[ self.pdata["PROJECTTYPE"]](langFile) except KeyError: - qmFile = langFile.replace('.ts', '.qm') + qmFile = langFile.replace('.ts', '.qm') if qmFile == langFile: qmFile = "" return qmFile
--- a/QScintilla/Editor.py Wed Feb 13 20:39:03 2019 +0100 +++ b/QScintilla/Editor.py Wed Feb 13 20:39:58 2019 +0100 @@ -3289,9 +3289,9 @@ @param modifiers keyboard modifiers (Qt.KeyboardModifiers) """ if margin == self.__bmMargin: - self.toggleBookmark(line + 1) + self.toggleBookmark(line + 1) elif margin == self.__bpMargin: - self.__toggleBreakpoint(line + 1) + self.__toggleBreakpoint(line + 1) elif margin == self.__indicMargin: if self.markersAtLine(line) & (1 << self.syntaxerror): self.__showSyntaxError(line)
--- a/QScintilla/QsciScintillaCompat.py Wed Feb 13 20:39:03 2019 +0100 +++ b/QScintilla/QsciScintillaCompat.py Wed Feb 13 20:39:58 2019 +0100 @@ -1622,6 +1622,21 @@ return string.encode("latin-1") ########################################################################### + ## methods to implement workarounds for broken things + ########################################################################### + + if QSCINTILLA_VERSION() == 0x020B00: + def insert(self, txt): + """ + Public method to insert text at the cursor position. + + @param txt text to be inserted + @type str + """ + line, col = self.getCursorPosition() + self.insertAt(txt, line, col) + + ########################################################################### ## methods below have been added to QScintilla starting with version 2.5 ###########################################################################
--- a/QScintilla/SpellChecker.py Wed Feb 13 20:39:03 2019 +0100 +++ b/QScintilla/SpellChecker.py Wed Feb 13 20:39:58 2019 +0100 @@ -331,7 +331,7 @@ if pos >= 0 and self.__checkRegion(pos): pos0 = pos - pos1 = -1 + pos1 = sys.maxsize if not self.editor.charAt(pos).isalnum(): line, index = self.editor.lineIndexFromPosition(pos) self.editor.clearIndicator(
--- a/UI/UserInterface.py Wed Feb 13 20:39:03 2019 +0100 +++ b/UI/UserInterface.py Wed Feb 13 20:39:58 2019 +0100 @@ -6649,6 +6649,9 @@ self.SAServer.shutdown() self.SAServer = None + # set proxy factory to None to avoid crashes + QNetworkProxyFactory.setApplicationProxyFactory(None) + Preferences.setGeometry("MainMaximized", self.isMaximized()) if not self.isMaximized(): Preferences.setGeometry("MainGeometry", self.saveGeometry())
--- a/Utilities/ModuleParser.py Wed Feb 13 20:39:03 2019 +0100 +++ b/Utilities/ModuleParser.py Wed Feb 13 20:39:58 2019 +0100 @@ -646,7 +646,7 @@ contents = _hashsub(r"\1", contents) else: if self.file.lower().endswith('.ptl'): - contents = "" + contents = "" else: contents = 1 and m.group("DocstringContents1") \ or m.group("DocstringContents2")
--- a/Utilities/__init__.py Wed Feb 13 20:39:03 2019 +0100 +++ b/Utilities/__init__.py Wed Feb 13 20:39:58 2019 +0100 @@ -1576,7 +1576,7 @@ project.isOpen() and project.isProjectFile(filename) and ext in py2Ext + py3Ext): - pyVer = pyAssignment.get(project.getProjectLanguage(), 0) + pyVer = pyAssignment.get(project.getProjectLanguage(), 0) elif ext in py2Ext and ext not in py3Ext: pyVer = 2 elif ext in py3Ext and ext not in py2Ext:
--- a/ViewManager/ViewManager.py Wed Feb 13 20:39:03 2019 +0100 +++ b/ViewManager/ViewManager.py Wed Feb 13 20:39:58 2019 +0100 @@ -5758,7 +5758,7 @@ text = self.quickFindtextCombo.lineEdit().text() if not text and again: - text = self.quickFindtextCombo.lastSearchText + text = self.quickFindtextCombo.lastSearchText if not text: if Preferences.getEditor("QuickSearchMarkersEnabled"): aw.clearSearchIndicators() @@ -6562,6 +6562,7 @@ pass self.closeAllWindows() + self.currentEditor = None # save the list of recently opened projects self.__saveRecent()
--- a/VirtualEnv/VirtualenvAddEditDialog.py Wed Feb 13 20:39:03 2019 +0100 +++ b/VirtualEnv/VirtualenvAddEditDialog.py Wed Feb 13 20:39:58 2019 +0100 @@ -28,7 +28,7 @@ """ def __init__(self, manager, venvName="", venvDirectory="", venvInterpreter="", venvVariant=3, isGlobal=False, - isConda=False, execPath="", parent=None): + isConda=False, isRemote=False, execPath="", parent=None): """ Constructor @@ -46,6 +46,8 @@ @type bool @param isConda flag indicating an Anaconda virtual environment @type bool + @param isRemote flag indicating a remotely accessed environment + @type bool @param execPath search path string to be prepended to the PATH environment variable @type str @@ -77,11 +79,14 @@ ) self.nameEdit.setText(venvName) - self.targetDirectoryPicker.setText(venvDirectory) - self.pythonExecPicker.setText(venvInterpreter) + self.targetDirectoryPicker.setText(venvDirectory, + toNative=not isRemote) + self.pythonExecPicker.setText(venvInterpreter, + toNative=not isRemote) self.variantComboBox.setCurrentIndex(3 - venvVariant) self.globalCheckBox.setChecked(isGlobal) self.anacondaCheckBox.setChecked(isConda) + self.remoteCheckBox.setChecked(isRemote) self.execPathEdit.setText(execPath) self.__updateOk() @@ -104,15 +109,20 @@ if not self.globalCheckBox.isChecked(): enable = ( - enable and - bool(self.targetDirectoryPicker.text()) and - os.path.exists(self.targetDirectoryPicker.text()) + enable and ( + self.remoteCheckBox.isChecked() or ( + bool(self.targetDirectoryPicker.text()) and + os.path.exists(self.targetDirectoryPicker.text()) + ) + ) ) enable = ( enable and - bool(self.pythonExecPicker.text()) and - os.access(self.pythonExecPicker.text(), os.X_OK) + bool(self.pythonExecPicker.text()) and ( + self.remoteCheckBox.isChecked() or + os.access(self.pythonExecPicker.text(), os.X_OK) + ) ) self.buttonBox.button(QDialogButtonBox.Ok).setEnabled(enable) @@ -164,6 +174,16 @@ self.__updateOk() @pyqtSlot(bool) + def on_remoteCheckBox_toggled(self, checked): + """ + Private slot handling a change of the remote check box state. + + @param checked state of the check box + @type bool + """ + self.__updateOk() + + @pyqtSlot(bool) def on_anacondaCheckBox_clicked(self, checked): """ Private slot handling a user click on this check box. @@ -194,16 +214,19 @@ @return tuple containing the logical name, the directory, the interpreter of the virtual environment, the Python variant, a flag indicating a global environment, a flag indicating an - Anaconda environment and a string to be prepended to the PATH - environment variable - @rtype tuple of (str, str, str, int, bool,bool, str) + Anaconda environment, aflag indicating a remotely accessed + environment and a string to be prepended to the PATH environment + variable + @rtype tuple of (str, str, str, int, bool, bool, bool, str) """ + nativePaths = not self.remoteCheckBox.isChecked() return ( self.nameEdit.text(), - self.targetDirectoryPicker.text(), - self.pythonExecPicker.text(), + self.targetDirectoryPicker.text(toNative=nativePaths), + self.pythonExecPicker.text(toNative=nativePaths), 3 - self.variantComboBox.currentIndex(), self.globalCheckBox.isChecked(), self.anacondaCheckBox.isChecked(), + self.remoteCheckBox.isChecked(), self.execPathEdit.text(), )
--- a/VirtualEnv/VirtualenvAddEditDialog.ui Wed Feb 13 20:39:03 2019 +0100 +++ b/VirtualEnv/VirtualenvAddEditDialog.ui Wed Feb 13 20:39:58 2019 +0100 @@ -103,7 +103,7 @@ <item> <widget class="QCheckBox" name="globalCheckBox"> <property name="toolTip"> - <string>Select to denote a global environment (i.e. no virtual environment directory to be given)</string> + <string>Select,if this is a global environment (i.e. no virtual environment directory to be given)</string> </property> <property name="whatsThis"> <string><b>Global Environment</b> @@ -117,7 +117,7 @@ <item> <widget class="QCheckBox" name="anacondaCheckBox"> <property name="toolTip"> - <string>Select, if this is an Conda environment</string> + <string>Select, if this is a Conda environment</string> </property> <property name="text"> <string>Conda Environment</string> @@ -125,6 +125,16 @@ </widget> </item> <item> + <widget class="QCheckBox" name="remoteCheckBox"> + <property name="toolTip"> + <string>Select, if this is a remotely accessed environment</string> + </property> + <property name="text"> + <string>Remote Environment</string> + </property> + </widget> + </item> + <item> <spacer name="horizontalSpacer"> <property name="orientation"> <enum>Qt::Horizontal</enum> @@ -180,6 +190,9 @@ <tabstop>pythonExecPicker</tabstop> <tabstop>variantComboBox</tabstop> <tabstop>globalCheckBox</tabstop> + <tabstop>anacondaCheckBox</tabstop> + <tabstop>remoteCheckBox</tabstop> + <tabstop>execPathEdit</tabstop> </tabstops> <resources/> <connections>
--- a/VirtualEnv/VirtualenvManager.py Wed Feb 13 20:39:03 2019 +0100 +++ b/VirtualEnv/VirtualenvManager.py Wed Feb 13 20:39:58 2019 +0100 @@ -61,17 +61,20 @@ # variant: Python variant (2 or 3) # is_global: a flag indicating a global environment # is_conda: a flag indicating an Anaconda environment + # is_remote: a flag indicating a remotely accessed environment # exec_path: a string to be prefixed to the PATH environment # setting # for venvName in environments: - interpreter = environments[venvName]["interpreter"] - if os.access(interpreter, os.X_OK): - environment = environments[venvName] + environment = environments[venvName] + if ("is_remote" in environment and environment["is_remote"]) or \ + os.access(environment["interpreter"], os.X_OK): if "is_global" not in environment: environment["is_global"] = environment["path"] == "" if "is_conda" not in environment: environment["is_conda"] = False + if "is_remote" not in environment: + environment["is_remote"] = False if "exec_path" not in environment: environment["exec_path"] = "" self.__virtualEnvironments[venvName] = environment @@ -92,6 +95,7 @@ "variant": sys.version_info[0], "is_global": True, "is_conda": False, + "is_remote": False, "exec_path": "", } @@ -105,6 +109,7 @@ "PyVenv/VirtualEnvironments", json.dumps(self.__virtualEnvironments) ) + Preferences.syncPreferences() def getDefaultEnvironment(self): """ @@ -169,7 +174,7 @@ def addVirtualEnv(self, venvName, venvDirectory, venvInterpreter="", venvVariant=3, isGlobal=False, isConda=False, - execPath=""): + isRemote=False, execPath=""): """ Public method to add a virtual environment. @@ -185,6 +190,8 @@ @type bool @param isConda flag indicating an Anaconda virtual environment @type bool + @param isRemote flag indicating a remotely accessed environment + @type bool @param execPath search path string to be prepended to the PATH environment variable @type str @@ -221,6 +228,7 @@ "variant": venvVariant, "is_global": isGlobal, "is_conda": isConda, + "is_remote": isRemote, "exec_path": execPath, } @@ -230,7 +238,8 @@ self.__virtualenvManagerDialog.refresh() def setVirtualEnv(self, venvName, venvDirectory, venvInterpreter, - venvVariant, isGlobal, isConda, execPath): + venvVariant, isGlobal, isConda, isRemote, + execPath): """ Public method to change a virtual environment. @@ -246,6 +255,8 @@ @type bool @param isConda flag indicating an Anaconda virtual environment @type bool + @param isRemote flag indicating a remotely accessed environment + @type bool @param execPath search path string to be prepended to the PATH environment variable @type str @@ -266,6 +277,7 @@ "variant": venvVariant, "is_global": isGlobal, "is_conda": isConda, + "is_remote": isRemote, "exec_path": execPath, } @@ -276,7 +288,7 @@ def renameVirtualEnv(self, oldVenvName, venvName, venvDirectory, venvInterpreter, venvVariant, isGlobal, isConda, - execPath): + isRemote, execPath): """ Public method to substitute a virtual environment entry with a new name. @@ -295,6 +307,8 @@ @type bool @param isConda flag indicating an Anaconda virtual environment @type bool + @param isRemote flag indicating a remotely accessed environment + @type bool @param execPath search path string to be prepended to the PATH environment variable @type str @@ -311,7 +325,8 @@ del self.__virtualEnvironments[oldVenvName] self.addVirtualEnv(venvName, venvDirectory, venvInterpreter, - venvVariant, isGlobal, isConda, execPath) + venvVariant, isGlobal, isConda, isRemote, + execPath) def deleteVirtualEnvs(self, venvNames): """ @@ -371,6 +386,7 @@ ok = True ok &= bool(self.__virtualEnvironments[venvName]["path"]) ok &= not self.__virtualEnvironments[venvName]["is_global"] + ok &= not self.__virtualEnvironments[venvName]["is_remote"] ok &= os.access(self.__virtualEnvironments[venvName]["path"], os.W_OK) @@ -541,6 +557,21 @@ else: return False + def isRemoteEnvironment(self, venvName): + """ + Public method to test, if a given environment is a remotely accessed + environment. + + @param venvName logical name of the virtual environment + @type str + @return flag indicating a remotely accessed environment + @rtype bool + """ + if venvName in self.__virtualEnvironments: + return self.__virtualEnvironments[venvName]["is_remote"] + else: + return False + def getVirtualenvExecPath(self, venvName): """ Public method to get the search path prefix of a virtual environment.
--- a/VirtualEnv/VirtualenvManagerDialog.py Wed Feb 13 20:39:03 2019 +0100 +++ b/VirtualEnv/VirtualenvManagerDialog.py Wed Feb 13 20:39:58 2019 +0100 @@ -24,7 +24,8 @@ PythonVariantRole = Qt.UserRole IsGlobalRole = Qt.UserRole + 1 IsCondaRole = Qt.UserRole + 2 - ExecPathRole = Qt.UserRole + 3 + IsRemoteRole = Qt.UserRole + 3 + ExecPathRole = Qt.UserRole + 4 def __init__(self, manager, parent=None): """ @@ -56,29 +57,31 @@ for itm in self.venvList.selectedItems(): if itm.text(0) != "<default>" and \ bool(itm.text(1)) and \ - not itm.data(0, VirtualenvManagerDialog.IsGlobalRole): + not itm.data(0, VirtualenvManagerDialog.IsGlobalRole) and \ + not itm.data(0, VirtualenvManagerDialog.IsRemoteRole): deletableSelectedItemCount += 1 deletableItemCount = 0 for index in range(topLevelItemCount): itm = self.venvList.topLevelItem(index) - if itm.text(0) != "<default>" and bool(itm.text(1)): + if itm.text(0) != "<default>" and bool(itm.text(1)) and \ + not itm.data(0, VirtualenvManagerDialog.IsRemoteRole): deletableItemCount += 1 - canBeDeleted = ( + canBeRemoved = ( selectedItemsCount == 1 and self.venvList.selectedItems()[0].text(0) != "<default>" ) - canAllBeDeleted = ( + canAllBeRemoved = ( topLevelItemCount == 1 and self.venvList.topLevelItem(0).text(0) != "<default>" ) self.editButton.setEnabled(selectedItemsCount == 1) - self.removeButton.setEnabled(selectedItemsCount > 1 or canBeDeleted) + self.removeButton.setEnabled(selectedItemsCount > 1 or canBeRemoved) self.removeAllButton.setEnabled( - topLevelItemCount > 1 or canAllBeDeleted) + topLevelItemCount > 1 or canAllBeRemoved) self.deleteButton.setEnabled(deletableSelectedItemCount) self.deleteAllButton.setEnabled(deletableItemCount) @@ -92,11 +95,11 @@ dlg = VirtualenvAddEditDialog(self.__manager) if dlg.exec_() == QDialog.Accepted: (venvName, venvDirectory, venvInterpreter, venvVariant, - isGlobal, isConda, execPath) = dlg.getData() + isGlobal, isConda, isRemote, execPath) = dlg.getData() - self.__manager.addVirtualEnv(venvName, venvDirectory, - venvInterpreter, venvVariant, - isGlobal, isConda, execPath) + self.__manager.addVirtualEnv( + venvName, venvDirectory, venvInterpreter, venvVariant, + isGlobal, isConda, isRemote, execPath) @pyqtSlot() def on_newButton_clicked(self): @@ -120,19 +123,20 @@ selectedItem.data(0, VirtualenvManagerDialog.PythonVariantRole), selectedItem.data(0, VirtualenvManagerDialog.IsGlobalRole), selectedItem.data(0, VirtualenvManagerDialog.IsCondaRole), + selectedItem.data(0, VirtualenvManagerDialog.IsRemoteRole), selectedItem.data(0, VirtualenvManagerDialog.ExecPathRole), ) if dlg.exec_() == QDialog.Accepted: (venvName, venvDirectory, venvInterpreter, venvVariant, - isGlobal, isConda, execPath) = dlg.getData() + isGlobal, isConda, isRemote, execPath) = dlg.getData() if venvName != oldVenvName: self.__manager.renameVirtualEnv( oldVenvName, venvName, venvDirectory, venvInterpreter, - venvVariant, isGlobal, isConda, execPath) + venvVariant, isGlobal, isConda, isRemote, execPath) else: self.__manager.setVirtualEnv( venvName, venvDirectory, venvInterpreter, venvVariant, - isGlobal, isConda, execPath) + isGlobal, isConda, isRemote, execPath) @pyqtSlot() def on_removeButton_clicked(self): @@ -232,22 +236,33 @@ environments[venvName]["is_global"]) itm.setData(0, VirtualenvManagerDialog.IsCondaRole, environments[venvName]["is_conda"]) + itm.setData(0, VirtualenvManagerDialog.IsRemoteRole, + environments[venvName]["is_remote"]) itm.setData(0, VirtualenvManagerDialog.ExecPathRole, environments[venvName]["exec_path"]) - # show global environments with bold font - if environments[venvName]["is_global"]: + # show remote environments with underlined font + if environments[venvName]["is_remote"]: font = itm.font(0) - font.setBold(True) + font.setUnderline(True) for column in range(itm.columnCount()): itm.setFont(column, font) - - # show Anaconda environments with italic font - if environments[venvName]["is_conda"]: - font = itm.font(0) - font.setItalic(True) - for column in range(itm.columnCount()): - itm.setFont(column, font) + else: + # local environments + + # show global environments with bold font + if environments[venvName]["is_global"]: + font = itm.font(0) + font.setBold(True) + for column in range(itm.columnCount()): + itm.setFont(column, font) + + # show Anaconda environments with italic font + if environments[venvName]["is_conda"]: + font = itm.font(0) + font.setItalic(True) + for column in range(itm.columnCount()): + itm.setFont(column, font) self.__resizeSections()
--- a/WebBrowser/Download/DownloadManager.py Wed Feb 13 20:39:03 2019 +0100 +++ b/WebBrowser/Download/DownloadManager.py Wed Feb 13 20:39:58 2019 +0100 @@ -197,7 +197,7 @@ if not page.url().isEmpty() and \ page.url().host() == url.host(): - return True + return True requestedUrl = page.requestedUrl() if requestedUrl.isEmpty():
--- a/WebBrowser/Network/NetworkManager.py Wed Feb 13 20:39:03 2019 +0100 +++ b/WebBrowser/Network/NetworkManager.py Wed Feb 13 20:39:58 2019 +0100 @@ -29,6 +29,7 @@ from .NetworkUrlInterceptor import NetworkUrlInterceptor from ..Tools.WebBrowserTools import readAllFileContents, pixmapToDataUrl +from Globals import qVersionTuple from Utilities.AutoSaver import AutoSaver import Preferences @@ -78,12 +79,24 @@ self.authenticationRequired.connect( lambda reply, auth: self.authentication(reply.url(), auth)) + if qVersionTuple() >= (5, 12, 0): + from PyQt5.QtWebEngineCore import QWebEngineUrlScheme + scheme = QWebEngineUrlScheme(b"eric") + scheme.setSyntax(QWebEngineUrlScheme.Syntax.Path) + scheme.setFlags(QWebEngineUrlScheme.SecureScheme) + QWebEngineUrlScheme.registerScheme(scheme) from .EricSchemeHandler import EricSchemeHandler self.__ericSchemeHandler = EricSchemeHandler() WebBrowserWindow.webProfile().installUrlSchemeHandler( QByteArray(b"eric"), self.__ericSchemeHandler) if engine: + if qVersionTuple() >= (5, 12, 0): + from PyQt5.QtWebEngineCore import QWebEngineUrlScheme + scheme = QWebEngineUrlScheme(b"qthelp") + scheme.setSyntax(QWebEngineUrlScheme.Syntax.Path) + scheme.setFlags(QWebEngineUrlScheme.SecureScheme) + QWebEngineUrlScheme.registerScheme(scheme) from .QtHelpSchemeHandler import QtHelpSchemeHandler self.__qtHelpSchemeHandler = QtHelpSchemeHandler(engine) WebBrowserWindow.webProfile().installUrlSchemeHandler( @@ -132,6 +145,9 @@ self.__loaded = False self.__temporarilyIgnoredSslErrors = {} self.__permanentlyIgnoredSslErrors = {} + + # set proxy factory to None to avoid crashes + QNetworkProxyFactory.setApplicationProxyFactory(None) def showSslErrorExceptionsDialog(self): """
--- a/changelog Wed Feb 13 20:39:03 2019 +0100 +++ b/changelog Wed Feb 13 20:39:58 2019 +0100 @@ -2,11 +2,16 @@ ---------- Version 19.03: - bug fixes +- VirtualEnv Manager + -- extended the environment definition by a flag indicating a remotely + accessed environment - Web Browser (NG): -- added a site info widget that is show when the site icon in the URL entry is clicked -- added code to register custom protocol handlers (upon request of the user via the site info widget) +- Third Party packages + -- updated pycodestyle to 2.5.0 Version 19.02: - bug fixes
--- a/i18n/eric6_cs.ts Wed Feb 13 20:39:03 2019 +0100 +++ b/i18n/eric6_cs.ts Wed Feb 13 20:39:58 2019 +0100 @@ -465,13 +465,6 @@ <p>Toto dialogové okno slouží k přidání adresáře do aktuálního projektu</p></translation> </message> <message> - <location filename="../Project/AddDirectoryDialog.ui" line="108"/> - <source><b>Target Directory</b> -<p>Select the target directory via a directory selection dialog.</p></source> - <translation type="obsolete"><b>Cílový adresář</b> -<p>Výběr cílového adresáře přes dialogové okno výběru adresáře.</p></translation> - </message> - <message> <location filename="../Project/AddDirectoryDialog.ui" line="74"/> <source>&Target Directory:</source> <translation>&Cílový adresář:</translation> @@ -482,16 +475,6 @@ <translation>Vložte jméno adresáře, který se má přidat</translation> </message> <message> - <location filename="../Project/AddDirectoryDialog.ui" line="48"/> - <source><b>Source Directory</b> -<p>Enter the name of the directory to add to the current project. - You may select it with a dialog by pressing the button to - the right.</p></source> - <translation type="obsolete"><b>Zdrojový adresář</b> -<p>Vložte jméno adresáře, krerý se má přidat do aktuálního projektu -Stisknutím pravého tlačítka jej můžete vybrat pomocí dialogového okna.</p></translation> - </message> - <message> <location filename="../Project/AddDirectoryDialog.ui" line="105"/> <source>Select, whether a recursive add should be performed</source> <translation>Vybrat, jestliže přidávání bude rekurzivní</translation> @@ -516,13 +499,6 @@ jej můžete vybrat v dialogovém okně.</p></translation> </message> <message> - <location filename="../Project/AddDirectoryDialog.ui" line="100"/> - <source><b>Source Directory</b> -<p>Select the source directory via a directory selection dialog.</p></source> - <translation type="obsolete"><b>Zdrojový adresář</b> -<p>Výběr zdrojového adresáře přes dialogové okno.</p></translation> - </message> - <message> <location filename="../Project/AddDirectoryDialog.ui" line="43"/> <source>&Source Directory:</source> <translation>Zdrojový adre&sář:</translation> @@ -533,11 +509,6 @@ <translation>&Typ souboru:</translation> </message> <message> - <location filename="../Project/AddDirectoryDialog.py" line="116"/> - <source>Select directory</source> - <translation type="obsolete">Výběr adresáře</translation> - </message> - <message> <location filename="../Project/AddDirectoryDialog.py" line="69"/> <source>Source Files</source> <translation>Zdrojové soubory</translation> @@ -590,13 +561,6 @@ <p>Tento dialog slouží k přidání souborů do aktuálního projektu.</p></translation> </message> <message> - <location filename="../Project/AddFileDialog.ui" line="74"/> - <source><b>Source Files</b> -<p>Select the source files via a files selection dialog.</p></source> - <translation type="obsolete"><b>Zdrojové soubory</b> -<p>Výběr zdrojových souborů přes dialogové okno výběru souborů.</p></translation> - </message> - <message> <location filename="../Project/AddFileDialog.ui" line="61"/> <source>&Target Directory:</source> <translation>&Cílový adresář:</translation> @@ -614,32 +578,11 @@ <translation><b>Cílový adresář</b><p>Zadejte cílový adresář. Stisknutím pravého tlačítka jej můžete vybrat v dialogovém okně.</p></translation> </message> <message> - <location filename="../Project/AddFileDialog.ui" line="82"/> - <source><b>Target Directory</b> -<p>Select the target directory via a directory selection dialog.</p></source> - <translation type="obsolete"><b>Cílový adresář</b> -<p>Výběr cílového adresáře přes dialog výběru adresáře.</p></translation> - </message> - <message> <location filename="../Project/AddFileDialog.ui" line="29"/> <source>&Source Files:</source> <translation>&Zdrojové soubory:</translation> </message> <message> - <location filename="../Project/AddFileDialog.ui" line="61"/> - <source>Enter the name of files to add separated by the path separator</source> - <translation type="obsolete">Zadejte jména souborů oddělená oddělovačem cesty</translation> - </message> - <message> - <location filename="../Project/AddFileDialog.ui" line="64"/> - <source><b>Source Files</b> -<p>Enter the name of files to add to the current project separated -by the path separator. You may select them with a dialog by pressing -the button to the right.</p></source> - <translation type="obsolete"><b>Zdrojové soubory</b> -<p>Vložte jména souborů oddělená oddělovačem cesty, krerá se přidají do aktuálního projektu. Stisknutím pravého tlačítka je můžete vybrat pomocí dialogového okna.</p></translation> - </message> - <message> <location filename="../Project/AddFileDialog.ui" line="94"/> <source>Select, if the files should be added as sourcecode (overriding automatic detection)</source> <translation>Označte, jestliže soubory mají být přidány jako zdrojový kód (přepíše automatickou detekci)</translation> @@ -655,11 +598,6 @@ <translation></translation> </message> <message> - <location filename="../Project/AddFileDialog.py" line="73"/> - <source>Select target directory</source> - <translation type="obsolete">Výběr cílového adresáře</translation> - </message> - <message> <location filename="../Project/AddFileDialog.py" line="97"/> <source>Select Files</source> <translation>Výběr souborů</translation> @@ -1151,11 +1089,6 @@ <translation>Zadejte název souboru projektu</translation> </message> <message> - <location filename="../MultiProject/AddProjectDialog.ui" line="57"/> - <source>Select the project file via a file selection dialog</source> - <translation type="obsolete">Výběr projektu přes dialogové okno výběru souboru</translation> - </message> - <message> <location filename="../MultiProject/AddProjectDialog.ui" line="79"/> <source>Enter a short description for the project</source> <translation>Zadejte krátký popis projektu</translation> @@ -1709,11 +1642,6 @@ <translation></translation> </message> <message> - <location filename="../ViewManager/BookmarkedFilesDialog.ui" line="169"/> - <source>Select the file via a file selection dialog</source> - <translation type="obsolete">Vybrat soubor přes dialog výběru souborů</translation> - </message> - <message> <location filename="../ViewManager/BookmarkedFilesDialog.ui" line="115"/> <source>Move down</source> <translation>Posunout dolů</translation> @@ -1785,13 +1713,6 @@ <translation>Vložte jméno souboru</translation> </message> <message> - <location filename="../ViewManager/BookmarkedFilesDialog.ui" line="172"/> - <source><b>File</b> -<p>Select the file to be bookmarked via a file selection dialog.</p></source> - <translation type="obsolete"><b>Soubor</b> -<p>Výběr souboru, který bude uložen do záložek, pomocí dialogu výběru souborů.</p></translation> - </message> - <message> <location filename="../ViewManager/BookmarkedFilesDialog.ui" line="170"/> <source><b>File</b> <p>Enter the filename of the bookmarked file.</p></source> @@ -2035,26 +1956,6 @@ <translation>Otevřít vše v tabech</translation> </message> <message> - <location filename="../Helpviewer/Bookmarks/BookmarksMenu.py" line="142"/> - <source>&Open</source> - <translation type="obsolete">&Otevřít</translation> - </message> - <message> - <location filename="../Helpviewer/Bookmarks/BookmarksMenu.py" line="145"/> - <source>Open in New &Tab<byte value="x9"/>Ctrl+LMB</source> - <translation type="obsolete">Otevřít nový &Tab<byte value="x9"/></translation> - </message> - <message> - <location filename="../Helpviewer/Bookmarks/BookmarksMenu.py" line="151"/> - <source>&Remove</source> - <translation type="obsolete">Odeb&rat</translation> - </message> - <message> - <location filename="../Helpviewer/Bookmarks/BookmarksMenu.py" line="156"/> - <source>&Properties...</source> - <translation type="obsolete">&Natavení...</translation> - </message> - <message> <location filename="../WebBrowser/Bookmarks/BookmarksMenu.py" line="166"/> <source>Open</source> <translation type="unfinished">Otevřít</translation> @@ -2124,16 +2025,6 @@ <translation>Záložky</translation> </message> <message> - <location filename="../Helpviewer/Bookmarks/BookmarksToolBar.py" line="90"/> - <source>&Open</source> - <translation type="obsolete">&Otevřít</translation> - </message> - <message> - <location filename="../Helpviewer/Bookmarks/BookmarksToolBar.py" line="99"/> - <source>&Remove</source> - <translation type="obsolete">Odeb&rat</translation> - </message> - <message> <location filename="../Helpviewer/Bookmarks/BookmarksToolBar.py" line="110"/> <source>Add &Bookmark...</source> <translation>Přidat &záložku...</translation> @@ -2144,16 +2035,6 @@ <translation>Přidat s&ložku...</translation> </message> <message> - <location filename="../Helpviewer/Bookmarks/BookmarksToolBar.py" line="93"/> - <source>Open in New &Tab<byte value="x9"/>Ctrl+LMB</source> - <translation type="obsolete">Otevřít nový &Tab<byte value="x9"/><byte value="x9"/></translation> - </message> - <message> - <location filename="../Helpviewer/Bookmarks/BookmarksToolBar.py" line="104"/> - <source>&Properties...</source> - <translation type="obsolete">&Natavení...</translation> - </message> - <message> <location filename="../WebBrowser/Bookmarks/BookmarksToolBar.py" line="87"/> <source>Open</source> <translation type="unfinished">Otevřít</translation> @@ -4417,11 +4298,6 @@ <translation>Zadejte jméno prvního souboru</translation> </message> <message> - <location filename="../UI/CompareDialog.ui" line="82"/> - <source>Press to select the file via a file selection dialog</source> - <translation type="obsolete">Stisknout pro výběr souboru přes dialogové okno</translation> - </message> - <message> <location filename="../UI/CompareDialog.ui" line="55"/> <source>File &2:</source> <translation>Soubor &2:</translation> @@ -4472,11 +4348,6 @@ <translation>Porovnat soubory</translation> </message> <message> - <location filename="../UI/CompareDialog.py" line="448"/> - <source>Select file to compare</source> - <translation type="obsolete">Výběr souboru pro porovnání</translation> - </message> - <message> <location filename="../UI/CompareDialog.ui" line="219"/> <source>Select, if the horizontal scrollbars should be synchronized</source> <translation>Vybrat, mají-li se vodorovné posuvníky pohybovat společně</translation> @@ -4613,11 +4484,6 @@ <translation>Debugger</translation> </message> <message> - <location filename="../Preferences/ConfigurationDialog.py" line="206"/> - <source>Ruby</source> - <translation type="obsolete">Ruby</translation> - </message> - <message> <location filename="../Preferences/ConfigurationDialog.py" line="232"/> <source>Editor</source> <translation>Editor</translation> @@ -5474,11 +5340,6 @@ <source><b>Note:</b> Leave this entry empty to use the default value (omniidl or omniidl.exe).</source> <translation><b>Poznámka:</b> Ponechte tento vstup prázdný chcete-li použít defaultní hodnotu omniidl or omniidl.exe).</translation> </message> - <message> - <location filename="../Preferences/ConfigurationPages/CorbaPage.py" line="55"/> - <source>Select IDL compiler</source> - <translation type="obsolete">Vyberte IDL kompliátor</translation> - </message> </context> <context> <name>CreateDialogCodeDialog</name> @@ -5950,41 +5811,6 @@ <translation><b>Stop</b><p>Stop běhu aktuální debug relace.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="2209"/> - <source>Evaluate</source> - <translation type="obsolete">Evaluate</translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="434"/> - <source>E&valuate...</source> - <translation type="obsolete">V&yhodnotit...</translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="438"/> - <source>Evaluate in current context</source> - <translation type="obsolete">Vyhodnotit aktuální kontext</translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="2238"/> - <source>Execute</source> - <translation type="obsolete">Vykonat</translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="448"/> - <source>E&xecute...</source> - <translation type="obsolete">Vykon&at...</translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="452"/> - <source>Execute a one line statement in the current context</source> - <translation type="obsolete">Vykonat jednu řádku kódu v aktuálním kontextu</translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="454"/> - <source><b>Execute</b><p>Execute a one line statement in the current context of the debugged program.</p></source> - <translation type="obsolete"><b>Execute</b><p>Vykonat jednu řádku kódu v aktuálním kontextu debugovaného programu.</p></translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="452"/> <source>Variables Type Filter</source> <translation>Filtr typů proměnných</translation> @@ -6173,26 +5999,11 @@ <translation>V aktuálním projektu není definován hlavní skript. Debugování není možné.</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="2209"/> - <source>Enter the statement to evaluate</source> - <translation type="obsolete">Zadejte příkaz pro vyhodnocení</translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="2238"/> - <source>Enter the statement to execute</source> - <translation type="obsolete">Zadejte příkaz pro vykonání</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="323"/> <source>Stop the running script.</source> <translation>Zastavit běžící skript.</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="439"/> - <source><b>Evaluate</b><p>Evaluate an expression in the current context of the debugged program. The result is displayed in the shell window.</p></source> - <translation type="obsolete"><b>Vyhodnotit</b><p>Vyhodnotit výraz aktuálního kontextu debugovaného programu. Výsledek je zobrazen v shell okně.</p></translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="1368"/> <source>Watch Expression Error</source> <translation>Chyba sledovacího bodu</translation> @@ -6235,16 +6046,6 @@ <translation></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1036"/> - <source><p>The program has terminated with an exit status of {0}.</p></source> - <translation type="obsolete"><p>Program byl ukončen s exit statusem {0}.</p></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="1041"/> - <source><p><b>{0}</b> has terminated with an exit status of {1}.</p></source> - <translation type="obsolete"><p><b>{0}</b> byl ukončen s exit statusem {1}.</p></translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="1117"/> <source><p>The file <b>{0}</b> contains the syntax error <b>{1}</b> at line <b>{2}</b>, character <b>{3}</b>.</p></source> <translation><p>Soubor <b>{0}</b> na řádce <b>{1}</b>, písmeno <b>{2}</b>, obsahuje syntaktickou chybu <b>{3}</b>.</p></translation> @@ -6562,31 +6363,6 @@ <translation>Vzdálený host:</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="321"/> - <source>Enable remote debugging</source> - <translation type="obsolete">Zapnout vzdálené debuggování</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="324"/> - <source>This enables the remote debugger. Please enter the hostname of the remote machine and the command for the remote execution (e.g. ssh) below.</source> - <translation type="obsolete">Zapne se vzdálený debugger. Prosím, zadejte jméno hosta vzáleného stroje a příkaz pro vzdálené provedení (např. ssh).</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="327"/> - <source>Remote Debugging Enabled</source> - <translation type="obsolete">Vzdálené debuggování zapnuto</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="337"/> - <source>Path Translation</source> - <translation type="obsolete">Cesta překladu</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="343"/> - <source>Select to perform path translation</source> - <translation type="obsolete">Výběr pro vykonání překladu cesty</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="318"/> <source>Perform Path Translation</source> <translation>Vykonat překlad cesty</translation> @@ -6633,21 +6409,6 @@ <translation>Příkaz konzole:</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="420"/> - <source>Select to start the debugger in a console window (e.g. xterm)</source> - <translation type="obsolete">Vyberte pro spuštění debuggeru v okně konzole (např. xterm)</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="423"/> - <source>Start debugger in console window</source> - <translation type="obsolete">Spustit debugger v okně konzole</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="433"/> - <source>Environment for Debug Client</source> - <translation type="obsolete">Prostředí debug klienta</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="400"/> <source>Select, if the environment should be replaced.</source> <translation>Vyberte, jestliže prostředí bude nahrazeno.</translation> @@ -6660,28 +6421,11 @@ <p>Je-li tento přepínač zatržen, prostředí debuggeru bude nahrazeno zadanými hodnotami v poli prostředí. Je-li nezatržen, prostředí bude ponecháno vlastní nastavení.</p></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="446"/> - <source>Replace Environment</source> - <translation type="obsolete">Nahradit prostředí</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="453"/> - <source>Environment:</source> - <translation type="obsolete">Prostředí:</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="421"/> <source>Enter the environment variables to be set.</source> <translation>Zadání proměnných prostředí.</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="463"/> - <source><b>Environment</b> -<p>Enter the environment variables to be set for the debugger. The individual settings must be separate by whitespace and be given in the form 'var=value'.</p> -<p>Example: var1=1 var2="hello world"</p></source> - <translation type="obsolete"><b>Prostředí</b><p>Zadání proměnných prostředí, které debuger použije. Jednotlivá nastavení musí být oddělena prázdnými znaky a být ve formátu 'var=value'.</p><p>Příklad: var1=1 var2="hello world"</p></translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="461"/> <source>Select, whether a reset of the debug client should be performed after a client exit</source> <translation>Zatrhnout, jestli po ukončení klienta bude vykonán reset debugovaného klienta</translation> @@ -6892,47 +6636,42 @@ <context> <name>DebuggerInterfacePython</name> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="461"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="465"/> <source>Start Debugger</source> <translation type="unfinished">Spustit debuger</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="956"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="960"/> <source>Parent Process</source> <translation type="unfinished">Rodičovský proces</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="957"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="961"/> <source>Child process</source> <translation type="unfinished">Dětský proces</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="958"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="962"/> <source>Client forking</source> <translation type="unfinished">Větvení klienta</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="958"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="962"/> <source>Select the fork branch to follow.</source> <translation type="unfinished">Pokračovat ve fork větvi.</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="147"/> - <source><p>No Python2 interpreter configured.</p></source> - <translation type="obsolete"><p>Python2 interpreter není nakonfigurován.</p></translation> - </message> - <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="461"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="465"/> <source><p>The debugger backend could not be started.</p></source> <translation type="unfinished"><p>Debugovací backend nelze spustit.</p></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="1004"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="1008"/> <source>Debug Protocol Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="1004"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="1008"/> <source><p>The response received from the debugger backend could not be decoded. Please report this issue with the received data to the eric bugs email address.</p><p>Error: {0}</p><p>Data:<br/>{1}</p></source> <translation type="unfinished"></translation> </message> @@ -6943,95 +6682,6 @@ </message> </context> <context> - <name>DebuggerInterfacePython2</name> - <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="348"/> - <source>Start Debugger</source> - <translation type="obsolete">Spustit debuger</translation> - </message> - <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="143"/> - <source><p>No Python2 interpreter configured.</p></source> - <translation type="obsolete"><p>Python2 interpreter není nakonfigurován.</p></translation> - </message> - <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="348"/> - <source><p>The debugger backend could not be started.</p></source> - <translation type="obsolete"><p>Debugovací backend nelze spustit.</p></translation> - </message> - <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="822"/> - <source>Parent Process</source> - <translation type="obsolete">Rodičovský proces</translation> - </message> - <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="823"/> - <source>Child process</source> - <translation type="obsolete">Dětský proces</translation> - </message> - <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="824"/> - <source>Client forking</source> - <translation type="obsolete">Větvení klienta</translation> - </message> - <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="824"/> - <source>Select the fork branch to follow.</source> - <translation type="obsolete">Pokračovat ve fork větvi.</translation> - </message> -</context> -<context> - <name>DebuggerInterfacePython3</name> - <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="348"/> - <source>Start Debugger</source> - <translation type="obsolete">Spustit debuger</translation> - </message> - <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="348"/> - <source><p>The debugger backend could not be started.</p></source> - <translation type="obsolete"><p>Debugovací backend nelze spustit.</p></translation> - </message> - <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="822"/> - <source>Parent Process</source> - <translation type="obsolete">Rodičovský proces</translation> - </message> - <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="823"/> - <source>Child process</source> - <translation type="obsolete">Dětský proces</translation> - </message> - <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="824"/> - <source>Client forking</source> - <translation type="obsolete">Větvení klienta</translation> - </message> - <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="824"/> - <source>Select the fork branch to follow.</source> - <translation type="obsolete">Pokračovat ve fork větvi.</translation> - </message> - <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="143"/> - <source><p>No Python3 interpreter configured.</p></source> - <translation type="obsolete"><p>Python2 interpreter není nakonfigurován.</p> {3 ?}</translation> - </message> -</context> -<context> - <name>DebuggerInterfaceRuby</name> - <message> - <location filename="../Debugger/DebuggerInterfaceRuby.py" line="346"/> - <source>Start Debugger</source> - <translation type="obsolete">Spustit debuger</translation> - </message> - <message> - <location filename="../Debugger/DebuggerInterfaceRuby.py" line="346"/> - <source><p>The debugger backend could not be started.</p></source> - <translation type="obsolete"><p>Debugovací backend nelze spustit.</p></translation> - </message> -</context> -<context> <name>DebuggerPropertiesDialog</name> <message> <location filename="../Project/DebuggerPropertiesDialog.ui" line="14"/> @@ -7049,58 +6699,16 @@ <translation>Zadání cesty ke klinetu debugeru. Ponechte prázdné chcete-li použít default.</translation> </message> <message> - <location filename="../Project/DebuggerPropertiesDialog.ui" line="36"/> - <source>Press to select the Debug Client via a file selection dialog</source> - <translation type="obsolete">Stisknout pro výběr klienta debugeru přes dialog výběru souborů</translation> - </message> - <message> - <location filename="../Project/DebuggerPropertiesDialog.ui" line="49"/> - <source>Interpreter for Debug Client</source> - <translation type="obsolete">Interpret pro klienta debugeru</translation> - </message> - <message> - <location filename="../Project/DebuggerPropertiesDialog.ui" line="58"/> - <source>Enter the path of the interpreter to be used by the debug client.</source> - <translation type="obsolete">Zadání cesty k interpretru použitého v klient debugeru.</translation> - </message> - <message> - <location filename="../Project/DebuggerPropertiesDialog.ui" line="59"/> - <source>Press to select the interpreter via a file selection dialog</source> - <translation type="obsolete">Stisknout pro výběr interpretru přes dialog výběru souborů</translation> - </message> - <message> - <location filename="../Project/DebuggerPropertiesDialog.ui" line="71"/> - <source>Environment for Debug Client</source> - <translation type="obsolete">Prostředí klienta debugeru</translation> - </message> - <message> <location filename="../Project/DebuggerPropertiesDialog.ui" line="204"/> <source>Select, if the environment of the debug client should be replaced</source> <translation>Zatrhněte, jestliže prostředí klienta debugeru má být nahrazeno</translation> </message> <message> - <location filename="../Project/DebuggerPropertiesDialog.ui" line="80"/> - <source>Replace Environment</source> - <translation type="obsolete">Nahradit prostředí</translation> - </message> - <message> <location filename="../Project/DebuggerPropertiesDialog.ui" line="214"/> <source>Enter the environment variables to be set.</source> <translation>Zadání proměnných prostředí, které mají být nastaveny.</translation> </message> <message> - <location filename="../Project/DebuggerPropertiesDialog.ui" line="90"/> - <source><b>Environment</b> -<p>Enter the environment variables to be set for the debugger. The individual settings must be separate by whitespace and be given in the form 'var=value'.</p> -<p>Example: var1=1 var2="hello world"</p></source> - <translation type="obsolete"><b>Prostředí</b><p>Zadání proměnných prostředím které debuger použije. Jednotlivá nastavení musí být oddělena bílými znaky a být ve formátu 'var=value'.</p><p>Příklad: var1=1 var2="hello world"</p></translation> - </message> - <message> - <location filename="../Project/DebuggerPropertiesDialog.ui" line="99"/> - <source>Environment:</source> - <translation type="obsolete">Prostředí:</translation> - </message> - <message> <location filename="../Project/DebuggerPropertiesDialog.ui" line="71"/> <source>Select, if the debugger should be run remotely</source> <translation>Vyberte, má-li debuger běžet vzdáleně</translation> @@ -7214,21 +6822,11 @@ <translation>Nenastavovat kódování debug klienta</translation> </message> <message> - <location filename="../Project/DebuggerPropertiesDialog.py" line="119"/> - <source>Select interpreter for Debug Client</source> - <translation type="obsolete">Výběr interpretru pro Debug klienta</translation> - </message> - <message> <location filename="../Project/DebuggerPropertiesDialog.py" line="136"/> <source>All Files (*)</source> <translation>Všechny soubory (*)</translation> </message> <message> - <location filename="../Project/DebuggerPropertiesDialog.py" line="136"/> - <source>Select Debug Client</source> - <translation type="obsolete">Výběr Debug klienta</translation> - </message> - <message> <location filename="../Project/DebuggerPropertiesDialog.ui" line="236"/> <source>Select to redirect stdin, stdout and stderr of the program being debugged to the eric6 IDE</source> <translation type="unfinished">Vyberte pro přesměrování stdin, stdout, a stderr programu, který je debugován v eric5 IDE {6 ?}</translation> @@ -7316,12 +6914,12 @@ <message> <location filename="../Preferences/ConfigurationPages/DebuggerPython2Page.ui" line="92"/> <source>Select the custom selected debug client</source> - <translation type="unfinished"></translation> + <translation type="unfinished">Zapnout vybraného obvyklého debug klienta</translation> </message> <message> <location filename="../Preferences/ConfigurationPages/DebuggerPython2Page.ui" line="95"/> <source>Custom</source> - <translation type="unfinished"></translation> + <translation type="unfinished">Obvyklý</translation> </message> <message> <location filename="../Preferences/ConfigurationPages/DebuggerPython2Page.ui" line="105"/> @@ -7387,11 +6985,6 @@ <translation type="unfinished">Python3 interpret pro Debug klienta</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.py" line="33"/> - <source>Press to select the Python3 interpreter via a file selection dialog</source> - <translation type="obsolete">Stisknout pro výběr Python3 interpretru přes dialog výběru souborů</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="63"/> <source>Debug Client Type</source> <translation>Typ Debug klienta</translation> @@ -7427,21 +7020,11 @@ <translation>Obvyklý</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="75"/> - <source>Multi Threaded</source> - <translation type="obsolete">Multi Threadový</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="105"/> <source>Source association</source> <translation>Asociace zdroje</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="101"/> - <source>Enter the file extensions to be associated with the Python3 debugger separated by a space. They must not overlap with the ones for Python2.</source> - <translation type="obsolete">Zadejte extenze (oddělené mezerou) pro asociaci s Python3 debugerem. Pozor! Musí být jiné, než ty pro Python2. </translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="174"/> <source>Redirect stdin/stdout/stderr</source> <translation>Přesměrování stdin/stdout/stderr</translation> @@ -7457,16 +7040,6 @@ <translation>Nenastavovat kódování debug klienta</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.py" line="94"/> - <source>Select Python interpreter for Debug Client</source> - <translation type="obsolete">Výběr interpretru pro Debug klienta</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.py" line="109"/> - <source>Select Debug Client</source> - <translation type="obsolete">Výběr Debug klienta</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.py" line="47"/> <source>Python Files (*.py *.py3)</source> <translation>Python soubory (*.py *.py3)</translation> @@ -7503,147 +7076,6 @@ </message> </context> <context> - <name>DebuggerPythonPage</name> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="17"/> - <source><b>Configure Python2 Debugger</b></source> - <translation type="obsolete"><b>Konfigurace Python debugeru</b></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="37"/> - <source>Python2 Virtual Environment</source> - <translation type="obsolete">Python interpret pro Debug klienta</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.py" line="33"/> - <source>Press to select the Python interpreter via a file selection dialog</source> - <translation type="obsolete">Stisknout pro výběr Python interpretru přes dialog výběru souborů</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="53"/> - <source>Debug Client Type</source> - <translation type="obsolete">Typ Debug klienta</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="65"/> - <source>Enter the path of the Debug Client to be used. Leave empty to use the default.</source> - <translation type="obsolete">Zadání cesty k Debug klinetovi, který se má použít. Ponechte prázdné chcete-li použít default.</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.py" line="42"/> - <source>Press to select the Debug Client via a file selection dialog</source> - <translation type="obsolete">Stisknout pro výběr klienta debugeru přes dialog výběru souborů</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="72"/> - <source>Select the standard debug client</source> - <translation type="obsolete">Výběr multi threadového debug klienta</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="75"/> - <source>Standard</source> - <translation type="obsolete">Standard</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="82"/> - <source>Select the custom selected debug client</source> - <translation type="obsolete">Zapnout vybraného běžného debug klienta</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="85"/> - <source>Custom</source> - <translation type="obsolete">Běžný</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="75"/> - <source>Multi Threaded</source> - <translation type="obsolete">Multi Threadový</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="120"/> - <source>Redirect stdin/stdout/stderr</source> - <translation type="obsolete">Přesměrování stdin/stdout/stderr</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="127"/> - <source>Select to not set the debug client encoding</source> - <translation type="obsolete">Nenastavovat kódování debug klienta</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="130"/> - <source>Don't set the encoding of the debug client</source> - <translation type="obsolete">Nenastavovat kódování debug klienta</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.py" line="94"/> - <source>Select Python interpreter for Debug Client</source> - <translation type="obsolete">Výběr interpretru pro Debug klienta</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.py" line="109"/> - <source>Select Debug Client</source> - <translation type="obsolete">Výběr Debug klienta</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="95"/> - <source>Source association</source> - <translation type="obsolete">Asociace zdroje</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="101"/> - <source>Enter the file extensions to be associated with the Python2 debugger separated by a space. They must not overlap with the ones for Python3.</source> - <translation type="obsolete">Zadejte extenze (oddělené mezerou) pro asociaci s Python2 debugerem. Pozor! Musí být jiné, než ty pro Python3. </translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.py" line="44"/> - <source>Python Files (*.py *.py2)</source> - <translation type="obsolete">Python soubory (*.py *.py3) {2)?}</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="117"/> - <source>Select, to redirect stdin, stdout and stderr of the program being debugged to the eric6 IDE</source> - <translation type="obsolete">Vyberte pro přesměrování stdin, stdout, a stderr programu, který je debugován v eric5 IDE {6 ?}</translation> - </message> -</context> -<context> - <name>DebuggerRubyPage</name> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerRubyPage.ui" line="17"/> - <source><b>Configure Ruby Debugger</b></source> - <translation type="obsolete"><b>Konfigurace Ruby debuger</b></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerRubyPage.ui" line="37"/> - <source>Ruby Interpreter for Debug Client</source> - <translation type="obsolete">Ruby interpret pro Debug klienta</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerRubyPage.ui" line="43"/> - <source>Enter the path of the Ruby interpreter to be used by the debug client.</source> - <translation type="obsolete">Zadání cesty na Ruby interpret, který bude použit debug klientem.</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerRubyPage.ui" line="50"/> - <source>Press to select the Ruby interpreter via a file selection dialog</source> - <translation type="obsolete">Stisknout pro výběr Ruby interpretru přes dialog výběru souborů</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerRubyPage.ui" line="63"/> - <source>Redirect stdin/stdout/stderr</source> - <translation type="obsolete">Přesměrování stdin/stdout/stderr</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerRubyPage.py" line="64"/> - <source>Select Ruby interpreter for Debug Client</source> - <translation type="obsolete">Výběr Ruby interpretru pro Debug klienta</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerRubyPage.ui" line="60"/> - <source>Select, to redirect stdin, stdout and stderr of the program being debugged to the eric6 IDE</source> - <translation type="obsolete">Vyberte pro přesměrování stdin, stdout, a stderr programu, který je debugován v eric5 IDE {6 ?}</translation> - </message> -</context> -<context> <name>DeepLEngine</name> <message> <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/DeepLEngine.py" line="78"/> @@ -7805,11 +7237,6 @@ <translation>Zadání jména prvního souboru</translation> </message> <message> - <location filename="../UI/DiffDialog.ui" line="67"/> - <source>Press to select the file via a file selection dialog</source> - <translation type="obsolete">Stisknout pro výběr souboru přes dialog výběru souborů</translation> - </message> - <message> <location filename="../UI/DiffDialog.ui" line="52"/> <source>File &2:</source> <translation>Soubor &2:</translation> @@ -7890,11 +7317,6 @@ <translation>Žádné rozdíly nebyly nalezeny.</translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="467"/> - <source>Select file to compare</source> - <translation type="obsolete">Výběr souboru pro porovnání</translation> - </message> - <message> <location filename="../UI/DiffDialog.py" line="324"/> <source><p>The patch file <b>{0}</b> could not be saved.<br />Reason: {1}</p></source> <translation><p>Patch soubor <b>{0}</b> nelze uložit.<br />Důvod: {1}</p></translation> @@ -9015,24 +8437,6 @@ </message> </context> <context> - <name>E5ErrorMessage</name> - <message> - <location filename="../E5Gui/E5ErrorMessage.py" line="153"/> - <source>Warning</source> - <translation type="obsolete">Varování</translation> - </message> - <message> - <location filename="../E5Gui/E5ErrorMessage.py" line="156"/> - <source>Critical</source> - <translation type="obsolete">Kritický</translation> - </message> - <message> - <location filename="../E5Gui/E5ErrorMessage.py" line="159"/> - <source>Fatal Error</source> - <translation type="obsolete">Závažná chyba</translation> - </message> -</context> -<context> <name>E5ErrorMessageFilterDialog</name> <message> <location filename="../E5Gui/E5ErrorMessageFilterDialog.ui" line="14"/> @@ -9040,16 +8444,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../E5Gui/E5ErrorMessageFilterDialog.ui" line="80"/> - <source>&Add...</source> - <translation type="obsolete">Přid&at...</translation> - </message> - <message> - <location filename="../E5Gui/E5ErrorMessageFilterDialog.ui" line="100"/> - <source>&Remove</source> - <translation type="obsolete">Odeb&rat</translation> - </message> - <message> <location filename="../E5Gui/E5ErrorMessageFilterDialog.py" line="39"/> <source><b>Error Message Filters</b><p>This list shows the configured message filters used to suppress error messages from within Qt.</p></source> <translation type="unfinished"></translation> @@ -10179,11 +9573,6 @@ <translation type="unfinished">Stisknout pro vyhledání následujícího výskytu</translation> </message> <message> - <location filename="../E5Gui/E5TextEditSearchWidget.py" line="140"/> - <source>Find</source> - <translation type="obsolete">Hledat</translation> - </message> - <message> <location filename="../E5Gui/E5TextEditSearchWidget.py" line="362"/> <source>'{0}' was not found.</source> <translation type="unfinished">'{0}' nebyl nalezen.</translation> @@ -10419,11 +9808,6 @@ <translation>Zadání čísla řádky breakpointu</translation> </message> <message> - <location filename="../Debugger/EditBreakpointDialog.ui" line="165"/> - <source>Press to open a file selection dialog</source> - <translation type="obsolete">Stisknout pro otevření dialogu výběru souborů</translation> - </message> - <message> <location filename="../Debugger/EditBreakpointDialog.ui" line="46"/> <source>Linenumber:</source> <translation>Číslo řádky:</translation> @@ -10448,11 +9832,6 @@ <source>Add Breakpoint</source> <translation>Přidat breakpoint</translation> </message> - <message> - <location filename="../Debugger/EditBreakpointDialog.py" line="129"/> - <source>Select filename of the breakpoint</source> - <translation type="obsolete">Zadání jména souboru, ve kterém breakpoint bude</translation> - </message> </context> <context> <name>EditWatchpointDialog</name> @@ -10625,11 +10004,6 @@ <translation>Zapnout autosave</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="726"/> - <source>Autocompletion enabled</source> - <translation type="obsolete">Zapnout autodoplňování</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="867"/> <source>Close</source> <translation>Zavřít</translation> @@ -10650,11 +10024,6 @@ <translation>Tisk</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="797"/> - <source>Autocomplete</source> - <translation type="obsolete">Autodoplňování</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="921"/> <source>Complete from Document</source> <translation type="unfinished">z dokumentu</translation> @@ -10830,16 +10199,6 @@ <translation>Předchozí úloha</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1364"/> - <source>LMB toggles bookmarks</source> - <translation type="obsolete">LMB přepínač záložek</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1368"/> - <source>LMB toggles breakpoints</source> - <translation type="obsolete">LMB přepínač breakpointů</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1816"/> <source>Modification of Read Only file</source> <translation>Modifikace souboru otevřeného jen pro čtení</translation> @@ -11100,11 +10459,6 @@ <translation>Zahrnout importy z externích modulů?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="816"/> - <source>dynamic</source> - <translation type="obsolete">dynamický</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="843"/> <source>Calltip</source> <translation>Rychlé tipy</translation> @@ -11543,11 +10897,6 @@ <translation>Seznam API souborů</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.ui" line="116"/> - <source>Enter a file to be added</source> - <translation type="obsolete">Zadejte soubor, který bude přidán</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.py" line="39"/> <source>Press to select an API file via a selection dialog</source> <translation>Stiskněte pro výběr API souboru pomocí dialogového okna</translation> @@ -11558,11 +10907,6 @@ <translation>Smazat</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.py" line="142"/> - <source>Select API file</source> - <translation type="obsolete">Výběr API souboru</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.py" line="41"/> <source>API File (*.api);;All Files (*)</source> <translation>API soubor (*.api);;Všechny soubory (*)</translation> @@ -11799,11 +11143,6 @@ <context> <name>EditorAutocompletionQScintillaPage</name> <message> - <location filename="../Preferences/ConfigurationPages/EditorAutocompletionQScintillaPage.ui" line="16"/> - <source><b>Configure QScintilla Autocompletion</b></source> - <translation type="obsolete"><b>Konfigurace QScintilla autodolpňování</b></translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/EditorAutocompletionQScintillaPage.ui" line="37"/> <source>Select this, if single entries shall be inserted automatically</source> <translation>Vybrat toto, jestliže jednotlivé vstupy budou vkládány automaticky</translation> @@ -13936,31 +13275,11 @@ <translation>Soubor s vlastním seznamerm slov:</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.ui" line="237"/> - <source>Enter the filename of the personal word list</source> - <translation type="obsolete">Zadejte jméno souboru s vlasním seznamem slov</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.ui" line="272"/> - <source>Select the personal word list file via a file selection dialog</source> - <translation type="obsolete">Výběr souboru s vlasním seznamem slov přes dialog výběru</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.ui" line="250"/> <source>Personal exclude list file:</source> <translation>Soubor s vlastním seznamem vyřazených:</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.ui" line="251"/> - <source>Enter the filename of the personal exclude list</source> - <translation type="obsolete">Zadejte název souboru s vlastním seznamem vyřazených</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.ui" line="279"/> - <source>Select the personal exclude list file via a file selection dialog</source> - <translation type="obsolete">Výběr souboru s vlastním seznamem vyřazených před dialog</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.ui" line="270"/> <source><b>Note:</b> leave these entries empty to use the default</source> <translation><b>Poznámka:</b> pro použití výchozí hodnoty ponechte prázdné</translation> @@ -13991,16 +13310,6 @@ <translation>Zadejte počet řádek, které se budou kontrolovat najednou. Vyšší hodnota zvyšuje rychlost kontroly ale snižuje GUI plynulost</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.py" line="115"/> - <source>Select personal word list</source> - <translation type="obsolete">Výběr vlasního seznamu slov</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.py" line="129"/> - <source>Select personal exclude list</source> - <translation type="obsolete">Výběr vlasního seznamu vyřazených</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.py" line="38"/> <source>Dictionary File (*.dic);;All Files (*)</source> <translation>Soubor slovníku (*.dic);;Všechny soubory (*)</translation> @@ -14464,16 +13773,6 @@ <translation>Vybrat barvu pozadí pro okraj se značkami skládání</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="223"/> - <source>Select to show unified margins (like eric4 < 4.3.0)</source> - <translation type="obsolete">Vybrat zobrazení jednotných okrajů (jako eric4 < 4.3.0)</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="226"/> - <source>Show unified margins</source> - <translation type="obsolete">Zobrazit jednotné okraje</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="700"/> <source>Debugging Line Markers</source> <translation type="unfinished">Značky debugované řádky</translation> @@ -15472,11 +14771,6 @@ <translation>Vybrat pro použití TLS</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="131"/> - <source>Use TLS</source> - <translation type="obsolete">Použít TLS</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="183"/> <source>Enter the port of the mail server</source> <translation>Zadejte port mail serveru</translation> @@ -15487,11 +14781,6 @@ <translation>Odchozí mail server (SMTP):</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="53"/> - <source>Outgoing mail server port:</source> - <translation type="obsolete">Odchozí mail server port:</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="294"/> <source>Press to test the login data</source> <translation type="unfinished"></translation> @@ -15811,11 +15100,6 @@ <translation>Zadejte jméno výstupního souboru</translation> </message> <message> - <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.ui" line="45"/> - <source>Press to open a file selection dialog</source> - <translation type="obsolete">Stisknout pro otevření dialogu výběru souborů</translation> - </message> - <message> <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.ui" line="25"/> <source>Output File:</source> <translation>Výstupní soubor:</translation> @@ -15876,31 +15160,16 @@ <translation>Odebrat</translation> </message> <message> - <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.ui" line="222"/> - <source>Press to open a directory selection dialog</source> - <translation type="obsolete">Stisknout pro otevření dialogu výběru adresáře</translation> - </message> - <message> <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.ui" line="184"/> <source>List of directory basenames to be ignored</source> <translation>Seznam jmen bázových adresářů, které budou ignorovány</translation> </message> <message> - <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.py" line="197"/> - <source>Select output file</source> - <translation type="obsolete">Vybrat výstupní soubor</translation> - </message> - <message> <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.py" line="45"/> <source>API files (*.api);;All files (*)</source> <translation>API soubory (*.api);;Všechny soubory (*)</translation> </message> <message> - <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.py" line="228"/> - <source>Select directory to exclude</source> - <translation type="obsolete">Vybrat adresář, který bude vyloučen</translation> - </message> - <message> <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.ui" line="156"/> <source>Exclude Files:</source> <translation>Nevkládat soubory:</translation> @@ -16041,11 +15310,6 @@ <translation>Zadejte výstupní adresář</translation> </message> <message> - <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="400"/> - <source>Press to open a directory selection dialog</source> - <translation type="obsolete">Stisknout pro otevření dialogu výběru adresáře</translation> - </message> - <message> <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="390"/> <source>Output Directory:</source> <translation>Výstupní adresář:</translation> @@ -16136,11 +15400,6 @@ <translation>Zadejte jméno souboru s CSS styly. Ponechte prázdné pro použití barev definovaných níže.</translation> </message> <message> - <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="243"/> - <source>Press to open a file selection dialog</source> - <translation type="obsolete">Stisknout pro otevření dialogu výběru</translation> - </message> - <message> <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="262"/> <source>Colours</source> <translation>Barvy</translation> @@ -16241,21 +15500,6 @@ <translation>Zde se zobrazuje příklad vybraných barev.</translation> </message> <message> - <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.py" line="305"/> - <source>Select output directory</source> - <translation type="obsolete">Výběr výstupního adresáře</translation> - </message> - <message> - <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.py" line="330"/> - <source>Select directory to exclude</source> - <translation type="obsolete">Vybrat adresář, který bude vyloučen</translation> - </message> - <message> - <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.py" line="370"/> - <source>Select CSS style sheet</source> - <translation type="obsolete">Vybrat CSS soubor</translation> - </message> - <message> <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.py" line="53"/> <source>Style sheet (*.css);;All files (*)</source> <translation>Style sheet (*.css);;Všechny soubory (*)</translation> @@ -16336,11 +15580,6 @@ <translation>Zadejte krátký titulek pro vstup nahoře</translation> </message> <message> - <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.py" line="519"/> - <source>Select output directory for QtHelp files</source> - <translation type="obsolete">Vybrat výstupní adresář pro soubory QtNápovědy</translation> - </message> - <message> <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="483"/> <source>Select to generate the QtHelp collection files</source> <translation>Vybrat pro generování kolekce souborů QtNápovědy</translation> @@ -16628,19 +15867,6 @@ </message> </context> <context> - <name>ExporterBase</name> - <message> - <location filename="../QScintilla/Exporters/ExporterBase.py" line="58"/> - <source>Export source</source> - <translation type="obsolete">Zdroj exportu</translation> - </message> - <message> - <location filename="../QScintilla/Exporters/ExporterBase.py" line="58"/> - <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> - <translation type="obsolete"><p>Soubor <b>{0}</b> již existuje.</p><p>Má se přepsat?</p></translation> - </message> -</context> -<context> <name>ExporterHTML</name> <message> <location filename="../QScintilla/Exporters/ExporterHTML.py" line="505"/> @@ -17621,11 +16847,6 @@ <translation>Zadejte adresář pro hledání</translation> </message> <message> - <location filename="../UI/FindFileDialog.ui" line="288"/> - <source>Select the directory via a directory selection dialog</source> - <translation type="obsolete">Výběr adresáře přes dialog výběru adresáře</translation> - </message> - <message> <location filename="../UI/FindFileDialog.ui" line="90"/> <source>Select to match case sensitive</source> <translation>Vybrat pro rozlišování velkých/malých znaků</translation> @@ -17676,11 +16897,6 @@ <translation>Hledat</translation> </message> <message> - <location filename="../UI/FindFileDialog.py" line="553"/> - <source>Select directory</source> - <translation type="obsolete">Výběr adresáře</translation> - </message> - <message> <location filename="../UI/FindFileDialog.py" line="72"/> <source>Stop</source> <translation></translation> @@ -17878,11 +17094,6 @@ <translation>Zadejte adresář, kde se bude vyhledávat</translation> </message> <message> - <location filename="../UI/FindFileNameDialog.ui" line="86"/> - <source>Press to select the directory, the file should be searched in</source> - <translation type="obsolete">Stisknout pro výběr adresáře, ve kterém se budou soubory prohledávat</translation> - </message> - <message> <location filename="../UI/FindFileNameDialog.ui" line="99"/> <source>Select to search in the project path</source> <translation>Vybrat pro hledání v cestě projektu</translation> @@ -17937,11 +17148,6 @@ <source>Opens the selected file</source> <translation>Otevřít vybraný soubor</translation> </message> - <message> - <location filename="../UI/FindFileNameDialog.py" line="205"/> - <source>Select search directory</source> - <translation type="obsolete">Vybrat hledaný adresář</translation> - </message> </context> <context> <name>FirefoxImporter</name> @@ -18400,7 +17606,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1558"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1561"/> <source>The git process did not finish within 30s.</source> <translation type="unfinished"></translation> </message> @@ -18580,432 +17786,432 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1383"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1386"/> <source>Create {0} file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1383"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1386"/> <source><p>The file <b>{0}</b> exists already. Overwrite it?</p></source> <translation type="unfinished"><p>Soubor <b>{0}</b> již existuje.</p><p>Má se přepsat?</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1442"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1445"/> <source>Git Copy</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1427"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1430"/> <source><p>Copying the directory <b>{0}</b> failed.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1442"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1445"/> <source><p>Copying the file <b>{0}</b> failed.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2627"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2630"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation type="unfinished">Proces {0} nelze spustit. Ověřte, že je umístěn v požadované cestě.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1629"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1632"/> <source>Git Side-by-Side Difference</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1629"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1632"/> <source><p>The file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"><p>Soubor <b>{0}</b> nelze přečíst.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1678"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1681"/> <source>Fetching from a remote Git repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1716"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1719"/> <source>Pulling from a remote Git repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1757"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1760"/> <source>Pushing to a remote Git repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1785"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1788"/> <source>Committing failed merge</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1812"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1815"/> <source>Aborting uncommitted/failed merge</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1845"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1848"/> <source>Applying patch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1877"/> - <source>Check patch files</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1880"/> + <source>Check patch files</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1883"/> <source>Apply patch files</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1962"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1965"/> <source>Tagging in the Git repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2193"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2196"/> <source>Branching in the Git repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2233"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2236"/> <source>Delete Remote Branch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2254"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2257"/> <source>Current Branch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2254"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2257"/> <source><p>The current branch is <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2318"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2321"/> <source>Create Bundle</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2283"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2286"/> <source>Git Bundle Files (*.bundle)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2300"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2303"/> <source><p>The Git bundle file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2348"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2351"/> <source>Verify Bundle</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2478"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2481"/> <source>Git Bundle Files (*.bundle);;All Files (*)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2378"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2381"/> <source>List Bundle Heads</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2478"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2481"/> <source>Apply Bundle</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2501"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2504"/> <source>Applying a bundle file (fetch)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2528"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2531"/> <source>Bisect subcommand ({0}) invalid.</source> <translation type="unfinished">Neplatný bisect podpříkaz ({0}).</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2731"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2734"/> <source>Git Bisect ({0})</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2627"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2630"/> <source>Process Generation Error</source> <translation type="unfinished">Chyba v procesu generování</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2671"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2674"/> <source>Create Bisect Replay File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2637"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2640"/> <source>Git Bisect Replay Files (*.replay)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2654"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2657"/> <source><p>The Git bisect replay file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2671"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2674"/> <source><p>The file <b>{0}</b> could not be written.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2692"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2695"/> <source>Edit Bisect Replay File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2719"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2722"/> <source>Git Bisect Replay Files (*.replay);;All Files (*)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2719"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2722"/> <source>Bisect Replay</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3071"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3074"/> <source>Show Remote Info</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2950"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2953"/> <source>Rename Remote Repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2950"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2953"/> <source>Enter new name for remote repository:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3095"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3098"/> <source>Show Shortlog</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3153"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3156"/> <source>Cherry-pick</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3183"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3186"/> <source>Copy Changesets (Continue)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3208"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3211"/> <source>Copy Changesets (Quit)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3234"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3237"/> <source>Copy Changesets (Cancel)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3314"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3317"/> <source>Saving stash</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3513"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3516"/> <source>Show Stash</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3513"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3516"/> <source>Select a stash (empty for latest stash):</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3425"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3428"/> <source>Restore Stash</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3439"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3442"/> <source>Restoring stash</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3473"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3476"/> <source>Create Branch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3463"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3466"/> <source>Enter a branch name to restore a stash to:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3488"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3491"/> <source>Creating branch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3522"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3525"/> <source>Delete Stash</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3522"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3525"/> <source>Do you really want to delete the stash <b>{0}</b>?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3533"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3536"/> <source>Deleting stash</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3553"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3556"/> <source>Delete All Stashes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3553"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3556"/> <source>Do you really want to delete all stashes?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3561"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3564"/> <source>Deleting all stashes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3633"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3636"/> <source>Showing the combined configuration settings</source> <translation type="unfinished">Zobrazení nastavení kombinovaných konfigurací</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3659"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3662"/> <source>Verifying the integrity of the Git repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3684"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3687"/> <source>Performing Repository Housekeeping</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3728"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3731"/> <source><tr><td><b>Statistics</b></td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3729"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3732"/> <source><tr><td>Number of loose objects: </td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3733"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3736"/> <source><tr><td>Disk space used by loose objects: </td><td>{0} KiB</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3737"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3740"/> <source><tr><td>Number of packed objects: </td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3741"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3744"/> <source><tr><td>Number of packs: </td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3745"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3748"/> <source><tr><td>Disk space used by packed objects: </td><td>{0} KiB</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3749"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3752"/> <source><tr><td>Packed objects waiting for pruning: </td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3753"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3756"/> <source><tr><td>Garbage files: </td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3757"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3760"/> <source><tr><td>Disk space used by garbage files: </td><td>{0} KiB</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3763"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3766"/> <source><p><b>No statistics available.</b></p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3829"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3832"/> <source>Creating Archive</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3872"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3875"/> <source>Add Submodule</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3942"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3945"/> <source>List Submodules</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3942"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3945"/> <source>No submodules defined for the project.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3957"/> - <source>All</source> - <translation type="unfinished">Vše</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3960"/> - <source>Submodule Path</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3960"/> + <source>All</source> + <translation type="unfinished">Vše</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3963"/> + <source>Submodule Path</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3963"/> <source>Select a submodule path:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4013"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4016"/> <source>Initialize Submodules</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4050"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4053"/> <source>Unregister Submodules</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4130"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4133"/> <source>Update Submodules</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4164"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4167"/> <source>Synchronize Submodules</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4222"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4225"/> <source>Submodules Summary</source> <translation type="unfinished"></translation> </message> @@ -24490,12 +23696,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmoduleAddDialog.py" line="92"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmoduleAddDialog.py" line="103"/> <source>Select Submodule Repository Directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmoduleAddDialog.py" line="118"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmoduleAddDialog.py" line="129"/> <source>Select Submodule Directory</source> <translation type="unfinished"></translation> </message> @@ -25563,16 +24769,6 @@ <translation>Zadejte jméno souboru uživatelských stylů</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpAppearancePage.ui" line="182"/> - <source>Select the user style sheet via a file selection dialog</source> - <translation type="obsolete">Vybrat uživatelské styly přes dialog výběru souborů</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/HelpAppearancePage.py" line="137"/> - <source>Select Style Sheet</source> - <translation type="obsolete">Vybrat sadu stylů</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/HelpAppearancePage.ui" line="98"/> <source>Colours</source> <translation>Barvy</translation> @@ -26130,11 +25326,6 @@ <translation>Qt4 dokumentace</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="126"/> - <source>Press to select the Qt4 documentation directory via a dialog</source> - <translation type="obsolete">Stisknout pro výběr Qt4 dokumentace přes dialog výběru</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="157"/> <source>Enter the Qt4 documentation directory</source> <translation>Zadejte adresář Qt4 dokumentace</translation> @@ -26165,11 +25356,6 @@ <translation>PySide dokumentace</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="258"/> - <source>Press to select the PySide documentation directory via a dialog</source> - <translation type="obsolete">Stisknout pro výběr adresáře PySide dokumentace přes dialog</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="297"/> <source>Enter the PySide documentation directory</source> <translation>Zadejte adresář pro PySide dokumentaci</translation> @@ -26185,16 +25371,6 @@ <translation>HTML soubory (*.html *.htm);;Všechny soubory (*)</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="145"/> - <source>Select Qt4 documentation entry</source> - <translation type="obsolete">Vyberte pro vstup do Qt4 dokumentace</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="201"/> - <source>Select PySide documentation entry</source> - <translation type="obsolete">Vyberte pro vstup do PySide dokumentace</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="42"/> <source>HTML Files (*.html *.htm);;Compressed Help Files (*.chm);;All Files (*)</source> <translation type="unfinished"></translation> @@ -26235,11 +25411,6 @@ <translation type="unfinished">Qt4 dokumentace {5 ?}</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="159"/> - <source>Press to select the Qt5 documentation directory via a dialog</source> - <translation type="obsolete">Stisknout pro výběr Qt4 dokumentace přes dialog výběru {5 ?}</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="192"/> <source>Enter the Qt5 documentation directory</source> <translation type="unfinished">Zadejte adresář Qt4 dokumentace {5 ?}</translation> @@ -26250,21 +25421,11 @@ <translation type="unfinished"><b>Poznámka</b>: Ponechte prázdné má-li se použít proměnná prostředí QT4DOCDIR, je-li nastavena. {5D?}</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="159"/> - <source>Select Qt5 documentation entry</source> - <translation type="obsolete">Vyberte pro vstup do Qt4 dokumentace {5 ?}</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="247"/> <source>PyQt5 Documentation</source> <translation type="unfinished">PyQt4 dokumentace {5 ?}</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="225"/> - <source>Press to select the PyQt5 documentation directory via a dialog</source> - <translation type="obsolete">Stisknout pro výběr PyQt4 dokumentace přes dialog výběru {5 ?}</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="262"/> <source>Enter the PyQt5 documentation directory</source> <translation type="unfinished">Zadejte adresář PyQt4 dokumentace {5 ?}</translation> @@ -26275,11 +25436,6 @@ <translation type="unfinished"><b>Poznámka</b>: Ponechte prázdné má-li se použít proměnná prostředí PYQT4DOCDIR, je-li nastavena. {5D?}</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="187"/> - <source>Select PyQt5 documentation entry</source> - <translation type="obsolete">Vyberte pro vstup do PyQt4 dokumentace {5 ?}</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="37"/> <source>eric API Documentation</source> <translation type="unfinished"></translation> @@ -26434,21 +25590,11 @@ <translation type="unfinished">Zadejte jméno souboru se styly</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpInterfacePage.ui" line="67"/> - <source>Select the style sheet file via a file selection dialog</source> - <translation type="obsolete">Vybrat list se styly přes dialog výběru souborů</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/HelpInterfacePage.py" line="62"/> <source>System</source> <translation type="unfinished">Systém</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpInterfacePage.py" line="78"/> - <source>Select style sheet file</source> - <translation type="obsolete">Vybrat soubor s CSS styly</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/HelpInterfacePage.py" line="36"/> <source>Qt Style Sheets (*.qss);;Cascading Style Sheets (*.css);;All files (*)</source> <translation type="unfinished">Qt Style Sheets (*.qss);;Cascading Style Sheets (*.css);;Všechny soubory (*)</translation> @@ -26743,11 +25889,6 @@ <translation>Zadání obvyklého prohlížeče pro používání</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpViewersPage.ui" line="58"/> - <source>Press to select the custom viewer via a file selection dialog</source> - <translation type="obsolete">Stisknout pro výběr obvyklého prohlížeče přes dialog výběru souborů</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/HelpViewersPage.ui" line="76"/> <source>Select to use a custom viewer</source> <translation>Vybrat používání obvyklého prohlížeče</translation> @@ -26768,26 +25909,6 @@ <translation>Qt asistent</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpViewersPage.py" line="84"/> - <source>Select Custom Viewer</source> - <translation type="obsolete">Vybrat obvyklý prohlížeč</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/HelpViewersPage.py" line="98"/> - <source>Select Web-Browser</source> - <translation type="obsolete">Vybrat web prohlížeč</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/HelpViewersPage.py" line="112"/> - <source>Select PDF-Viewer</source> - <translation type="obsolete">Vybrat PDF prohlížeč</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/HelpViewersPage.py" line="126"/> - <source>Select CHM-Viewer</source> - <translation type="obsolete">Vybrat CHM prohlížeč</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/HelpViewersPage.ui" line="43"/> <source>Select to use the Eric Web Browser</source> <translation>Vybrat pro používání Eric web prohlížeče</translation> @@ -26959,11 +26080,6 @@ <translation>Vybrat pro povolení zásuvných modulů na web stranách</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpWebBrowserPage.ui" line="260"/> - <source>Enable Plugins</source> - <translation type="obsolete">Povolit zásuvné moduly</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/HelpWebBrowserPage.ui" line="456"/> <source>Browser Cache</source> <translation>Procházet cache</translation> @@ -28332,11 +27448,6 @@ <translation>Smazat soukromá data</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1350"/> - <source>&Clear private data</source> - <translation type="obsolete">Smazat &soukromá data</translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="1316"/> <source><b>Clear private data</b><p>Clears the private data like browsing history, search history or the favicons database.</p></source> <translation><b>Smazat soukromá data</b><p>Smaže soukromá data jako je historie prohlížení, vyhledávání a databáze favicon.</p></translation> @@ -29917,17 +29028,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="493"/> - <source>Replace some text</source> - <translation type="obsolete">Hledat nějaký text</translation> - </message> - <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="494"/> - <source><b>Replace</b><p>Search for some text in the current editor and replace it. A dialog is shown to enter the searchtext, the replacement text and options for the search and replace.</p></source> - <translation type="obsolete"><b>Nahradit</b> -<p>Vyhledá va ktuálním editoru text a nahradí jej. Je zobrazeno dialogové okno, kde se zadá text, který se má nahradit, nový text a nastavení pro vyhledávání a nahrazení.<p></translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="552"/> <source>About</source> <translation type="unfinished">O aplikaci</translation> @@ -30650,21 +29750,11 @@ <context> <name>Hg</name> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="285"/> - <source>The hg process finished with the exit code {0}</source> - <translation type="obsolete">hg proces skončil s exit kódem {0}</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1790"/> <source>The hg process did not finish within 30s.</source> <translation>hg proces neskončil do 30s.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="292"/> - <source>Could not start the hg executable.</source> - <translation type="obsolete">Nelze spustit hg program.</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="285"/> <source>Create project repository</source> <translation>Vytvořit repozitář projektu</translation> @@ -32396,17 +31486,6 @@ <translation>Mercurial kopie</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgCopyDialog.ui" line="64"/> - <source>Press to open a selection dialog</source> - <translation type="obsolete">Stisknout pro otevření dialogu výběru</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgCopyDialog.ui" line="67"/> - <source><b>Target directory</b> -<p>Select the target name for the operation via a selection dialog.</p></source> - <translation type="obsolete"><b>Cílový adresář</b><p>Výběr cílového adresáře přes dialogové okno výběru adresáře.</p></translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgCopyDialog.ui" line="23"/> <source>Source:</source> <translation>Zdroj:</translation> @@ -32449,11 +31528,6 @@ <translation>Mercurial přesun</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgCopyDialog.py" line="89"/> - <source>Select target</source> - <translation type="obsolete">Vybrat cíl</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgCopyDialog.ui" line="63"/> <source><b>Target name</b> <p>Enter the new name in this field. The target must be the new name or an absolute path.</p></source> @@ -32551,36 +31625,6 @@ <translation>Chyby</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.ui" line="89"/> - <source>Input</source> - <translation type="obsolete">Vstup</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.ui" line="111"/> - <source>Press to send the input to the hg process</source> - <translation type="obsolete">Stisknutím odeslat vstup do hg procesu</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.ui" line="114"/> - <source>&Send</source> - <translation type="obsolete">Ode&slat</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.ui" line="124"/> - <source>Enter data to be sent to the hg process</source> - <translation type="obsolete">Zadejte data, která se odešlou do hg procesu</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.ui" line="131"/> - <source>Select to switch the input field to password mode</source> - <translation type="obsolete">Vybrat pro přepnutí vstupního pole do režimu hesla</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.ui" line="134"/> - <source>&Password Mode</source> - <translation type="obsolete">Ty&p heslo</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="107"/> <source>Process Generation Error</source> <translation>Chyba v procesu generování</translation> @@ -33495,11 +32539,6 @@ <translation>Zpráva</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="207"/> - <source>Enter the regular expression to filter on</source> - <translation type="obsolete">Zadejte regulární výraz pro filtrování</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="213"/> <source>Branch</source> <translation>Větev</translation> @@ -33555,16 +32594,6 @@ <translation>Zatavit kopírování/přesun</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="398"/> - <source>Press to compare two revisions</source> - <translation type="obsolete">Stisknout pro porovnání dvou revizí</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="401"/> - <source>&Compare Revisions</source> - <translation type="obsolete">&Porovnat revize</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="520"/> <source>Errors</source> <translation>Chyby</translation> @@ -33660,26 +32689,6 @@ <translation>Graf</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="378"/> - <source>Press to generate a diff to the first parent revision</source> - <translation type="obsolete">Stisknout pro generování diffu s první rodičovskou revizí</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="381"/> - <source>Diff to Parent &1</source> - <translation type="obsolete">Diff s rodičem &1</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="388"/> - <source>Press to generate a diff to the second parent revision</source> - <translation type="obsolete">Stisknout pro generování diffu s druhou rodičovskou revizí</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="391"/> - <source>Diff to Parent &2</source> - <translation type="obsolete">Diff s rodičem &2</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="112"/> <source>Branch:</source> <translation type="unfinished">Větev:</translation> @@ -34128,158 +33137,6 @@ </message> </context> <context> - <name>HgLogDialog</name> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogDialog.ui" line="14"/> - <source>Mercurial Log</source> - <translation type="obsolete">Mercurial log</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogDialog.ui" line="26"/> - <source>Log</source> - <translation type="obsolete">Log</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogDialog.ui" line="32"/> - <source><b>Mercurial Log</b><p>This shows the output of the hg log command. By clicking on the links you may show the difference between revisions.</p></source> - <translation type="obsolete"><b>Mercurial Log</b><p>Zobrazuje výstup z hg log příkazu. Kliknutím na odkazy můžete zobrazit rozdíly mezi verzemi.</p></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogDialog.ui" line="61"/> - <source>Errors</source> - <translation type="obsolete">Chyby</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogDialog.ui" line="67"/> - <source><b>Mercurial log errors</b><p>This shows possible error messages of the hg log command.</p></source> - <translation type="obsolete"><b>Mercurial log chyb</b><p>Zobrazí možné chyby z příkazu hg log.</p></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogDialog.ui" line="83"/> - <source>Input</source> - <translation type="obsolete">Vstup</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogDialog.ui" line="105"/> - <source>Press to send the input to the hg process</source> - <translation type="obsolete">Stisknutím odeslat vstup do hg procesu</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogDialog.ui" line="108"/> - <source>&Send</source> - <translation type="obsolete">Ode&slat</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogDialog.ui" line="118"/> - <source>Enter data to be sent to the hg process</source> - <translation type="obsolete">Zadejte data, která se odešlou do hg procesu</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogDialog.ui" line="125"/> - <source>Select to switch the input field to password mode</source> - <translation type="obsolete">Vybrat pro přepnutí vstupního pole do režimu hesla</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogDialog.ui" line="128"/> - <source>&Password Mode</source> - <translation type="obsolete">Mód vstu&pu hesla</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogDialog.py" line="64"/> - <source><b>Processing your request, please wait...</b></source> - <translation type="obsolete"><p>Zpracovávám váš požadavek, prosím čekejte...</p></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogDialog.py" line="74"/> - <source>Revision</source> - <translation type="obsolete">Revize</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogDialog.py" line="215"/> - <source>Process Generation Error</source> - <translation type="obsolete">Chyba v procesu generování</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogDialog.py" line="215"/> - <source>The process {0} could not be started. Ensure, that it is in the search path.</source> - <translation type="obsolete">Proces {0} nelze spustit. Ověřte, že je umístěn v požadované cestě.</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogDialog.py" line="306"/> - <source>No log available for '{0}'</source> - <translation type="obsolete">Log není pro '{0}' dostupný</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogDialog.py" line="344"/> - <source>diff to {0}</source> - <translation type="obsolete">diff na {0}</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogDialog.py" line="358"/> - <source>Tags: {0}<br /> -</source> - <translation type="obsolete">Tagy: {0}<br/></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogDialog.py" line="364"/> - <source>Parents: {0}<br /> -</source> - <translation type="obsolete">Rodiče: {0}<br/></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogDialog.py" line="367"/> - <source><i>Author: {0}</i><br /> -</source> - <translation type="obsolete"><i>Autor: {0}</i><br /></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogDialog.py" line="371"/> - <source><i>Date: {0}, {1}</i><br /> -</source> - <translation type="obsolete"><i>Datum: {0}, {1}</i><br /></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogDialog.py" line="387"/> - <source>Added {0}<br /> -</source> - <translation type="obsolete">Přidáno: {0}<br/></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogDialog.py" line="393"/> - <source>Modified {0}<br /> -</source> - <translation type="obsolete">Změněno: {0}<br/></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogDialog.py" line="399"/> - <source>Deleted {0}<br /> -</source> - <translation type="obsolete">Smazáno: {0}<br/></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogDialog.py" line="270"/> - <source>The hg process did not finish within 30s.</source> - <translation type="obsolete">Hg proces neskončil do 30s.</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogDialog.py" line="273"/> - <source>Could not start the hg executable.</source> - <translation type="obsolete">Nelze spustit hg program.</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogDialog.py" line="276"/> - <source>Mercurial Error</source> - <translation type="obsolete">Mercurial chyba</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogDialog.py" line="382"/> - <source>Added {0} (copied from {1})<br /> -</source> - <translation type="obsolete">Přidáno {0} (zkopírováno z {1})<br /> -</translation> - </message> -</context> -<context> <name>HgMergeDialog</name> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgMergeDialog.ui" line="14"/> @@ -34485,26 +33342,11 @@ <translation><b>Dialog Nový projekt z repozitáře</b><p>Zadání různých údajů o repozitáři. Tyto údaje jsou použity ve chvíli, kdy se z repozitáře projekt načítá. Pokud checkbox zapnut, tak na URL musí zakončovat jméno projektu. Je převzat layout repozitáře s adresáři projekt/tags, projekt/branches a projekt/trunk. V tomto případě můžete zadat tag nebo větev (branch), které musí vypadat jako tags/jméno_tagu nebo branches/jménovětve. Pokud je checkbox vypnut, tak URL musí obsahovat kompletní cestu do repozitáře.</p><p>Pro vzdálený repozitář musí URL obsahovat jméno hosta.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgNewProjectOptionsDialog.ui" line="28"/> - <source>&Protocol:</source> - <translation type="obsolete">&Prototokol:</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgNewProjectOptionsDialog.ui" line="38"/> - <source>Select the protocol to access the repository</source> - <translation type="obsolete">Výběr protokolu pro přístup do repozitáře</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgNewProjectOptionsDialog.ui" line="122"/> <source>&URL:</source> <translation>&URL:</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgNewProjectOptionsDialog.ui" line="62"/> - <source>Select the repository url via a directory selection dialog</source> - <translation type="obsolete">Výběr repozitáře přes dialog výběru adresáře</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgNewProjectOptionsDialog.ui" line="54"/> <source>&Revision:</source> <translation>&Revize:</translation> @@ -34532,16 +33374,6 @@ <translation><b>Adresář projektu</b><p>Zadání adresáře nového projektu. Ten bude stažen z repozitáře a umístěn do tohoto adresáře.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgNewProjectOptionsDialog.py" line="98"/> - <source>Select Repository-Directory</source> - <translation type="obsolete">Vyberte adresář repozitáře</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgNewProjectOptionsDialog.py" line="113"/> - <source>Select Project Directory</source> - <translation type="obsolete">Vyberte adresář projektu</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgNewProjectOptionsDialog.ui" line="95"/> <source>Download all versions of all large files</source> <translation type="unfinished"></translation> @@ -34570,13 +33402,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgOptionsDialog.ui" line="17"/> - <source><b>Repository Infos Dialog</b> -<p>Enter the various infos into the entry fields. These values are used to generate a new project in the repository. If the checkbox is selected, the URL must end in the project name. A directory tree with project/tags, project/branches and project/trunk will be generated in the repository. If the checkbox is not selected, the URL must contain the complete path in the repository.</p> -<p>For remote repositories the URL must contain the hostname.</p></source> - <translation type="obsolete"><b>Dialog informací o repozitáři</b><p>Zadání různých informací do vstupních polí. Tyto hodnoty jsou pak použity při generování nového projektu v repozitáři. Pokud je zatržen checkbox, tak URL musí končit jménem projektu. Pak budou v repozitáři generovány složky project/tags, project/branches a project/trunk. Pokud checkbox není zatržen, tak URL musí obsahovat kompletní cestu do repozitáře.</p><p>U více repozitářů musí URL obsahovat i název hosta.</p></translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgOptionsDialog.ui" line="29"/> <source>Commit &Message:</source> <translation>Zpráva pro zapsání z&měn:</translation> @@ -34680,11 +33505,6 @@ <translation>Odebrat z repozitáře (a z disku)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="548"/> - <source>Show log</source> - <translation type="obsolete">Zobrazit log</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="544"/> <source>Show log browser</source> <translation>Zobrazit log prohlížeč</translation> @@ -34943,11 +33763,6 @@ <translation>Zobrazit dialog pro procházení logů lokálního projektu</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="271"/> - <source><b>Show log</b><p>This shows the log of the local project.</p></source> - <translation type="obsolete"><b>Zobrazit log</b><p>Zobrazí log lokálního projektu.</p></translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="275"/> <source><b>Show log browser</b><p>This shows a dialog to browse the log of the local project. A limited number of entries is shown first. More can be retrieved later on.</p></source> <translation><b>Zobrazit log prohlížeč</b><p>Zobrazí se dialogové okno pro procházení logů lokálního projektu. Jako první je zobrazen limit maximálního přenosu. Více záznamů může být zobrazeno později.</p></translation> @@ -37686,16 +36501,6 @@ <translation>Stisknout pro obnovení zobrazní statusu</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="113"/> - <source>Commit changes to repository...</source> - <translation type="obsolete">Zapsat změny do repozitáře...</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="122"/> - <source>Add to repository</source> - <translation type="obsolete">Přidat do repozitáře</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="142"/> <source>Commit the selected changes</source> <translation type="unfinished"></translation> @@ -37796,11 +36601,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.ui" line="136"/> - <source>&Add</source> - <translation type="obsolete">Přid&at</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="190"/> <source>Restore missing</source> <translation type="unfinished"></translation> @@ -38631,14 +37431,6 @@ </message> </context> <context> - <name>HgUserConfigDataDialog</name> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="175"/> - <source> MB</source> - <translation type="obsolete"> MB</translation> - </message> -</context> -<context> <name>HgUserConfigDialog</name> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="552"/> @@ -40840,16 +39632,6 @@ <translation>Přidat</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/IconsPage.ui" line="72"/> - <source>Enter a directory to be added</source> - <translation type="obsolete">Zadejte adresář, který bude přidán</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/IconsPage.ui" line="79"/> - <source>Press to select an icon directory via a selection dialog</source> - <translation type="obsolete">Stisknout pro výběr ikony adresáře přes dialog výběru</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/IconsPage.ui" line="156"/> <source>Show</source> <translation>Zobrazit</translation> @@ -40870,11 +39652,6 @@ <translation>Seznam adresářů s ikonami</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/IconsPage.py" line="132"/> - <source>Select icon directory</source> - <translation type="obsolete">Vybrat adresář s ikonami</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/IconsPage.ui" line="115"/> <source>Press to delete the selected directory from the list</source> <translation>Stisknout pro odebrání vybraného adresáře ze seznamu</translation> @@ -41518,16 +40295,6 @@ <translation>List stylů:</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="184"/> - <source>Enter the name of the style sheet file</source> - <translation type="obsolete">Zadejte jméno souboru se styly</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="191"/> - <source>Select the style sheet file via a file selection dialog</source> - <translation type="obsolete">Vybrat list se styly přes dialog výběru souborů</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="202"/> <source>Dockarea Corner Usage</source> <translation>Použití dockování</translation> @@ -41643,26 +40410,11 @@ <translation>Vybrat typ layoutu.</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="469"/> - <source>Select to get a separate shell window</source> - <translation type="obsolete">Vybrat pro získání oddělených shell oken</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="501"/> - <source>separate window</source> - <translation type="obsolete">oddělit okna</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="486"/> <source>File-Browser</source> <translation type="unfinished">Prohlížeč souborů</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="498"/> - <source>Select to get a separate file browser window</source> - <translation type="obsolete">Vybrat pro získání odděleného okna prohlížeče souborů</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="596"/> <source>Reset layout to factory defaults</source> <translation>Resetovat layout továrny defaultů</translation> @@ -41673,31 +40425,11 @@ <translation>Systém</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/InterfacePage.py" line="254"/> - <source>Select style sheet file</source> - <translation type="obsolete">Vybrat soubor s CSS styly</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/InterfacePage.py" line="42"/> <source>Qt Style Sheets (*.qss);;Cascading Style Sheets (*.css);;All files (*)</source> <translation>Qt Style Sheets (*.qss);;Cascading Style Sheets (*.css);;Všechny soubory (*)</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="104"/> - <source>Log-Viewer</source> - <translation type="obsolete">Prohlížeč logu</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="120"/> - <source>Stderr Colour:</source> - <translation type="obsolete">Stderr barva:</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="133"/> - <source>Select the colour for text sent to stderr</source> - <translation type="obsolete">Vybrat barvu pro text poslaný na stderr</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="451"/> <source>Toolboxes</source> <translation>Nástrojové lišty</translation> @@ -41713,31 +40445,6 @@ <translation>Postranní menu</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="479"/> - <source>Select to embed the shell in the Debug-Viewer</source> - <translation type="obsolete">Vybrat pro přiřazení shellu do debug prohlížeče</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="511"/> - <source>embed in Debug-Viewer</source> - <translation type="obsolete">přiřadit do debug prohlížeče</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="508"/> - <source>Select to embed the file browser in the Debug-Viewer</source> - <translation type="obsolete">Vybrat pro přiřazení prohlížeče souborů do debug prohlížeče</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="518"/> - <source>Select to embed the file browser in the Project-Viewer</source> - <translation type="obsolete">Vybrat pro přiřazení prohlížeče souborů do prohlížeče projektu</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="521"/> - <source>embed in Project-Viewer</source> - <translation type="obsolete">přiřadit do prohlížeče projektu</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="63"/> <source>Select to sort file contents by occurrence</source> <translation>Vybrat pro třídění obsahu souborů podle výskytu</translation> @@ -41748,16 +40455,6 @@ <translation>Třídit obsahy podle výskytu</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="110"/> - <source>Select to show the log-viewer upon new output</source> - <translation type="obsolete">Vybrat pro zobrazení log-prohlížeče na nový výstup</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="113"/> - <source>Show upon new output</source> - <translation type="obsolete">Zobrazit na nový výstup</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="567"/> <source>Tabs</source> <translation>Taby</translation> @@ -43945,11 +42642,6 @@ <translation type="unfinished">Vybrat pro povolení přístupu JavaScriptu do schránky</translation> </message> <message> - <location filename="../WebBrowser/StatusBar/JavaScriptSettingsDialog.ui" line="36"/> - <source>JavaScript can access clipboard</source> - <translation type="obsolete">JavaScript může přistupovat do schránky</translation> - </message> - <message> <location filename="../WebBrowser/StatusBar/JavaScriptSettingsDialog.ui" line="38"/> <source>Allow to open windows</source> <translation type="unfinished"></translation> @@ -44628,11 +43320,6 @@ <translation></translation> </message> <message> - <location filename="../QScintilla/Lexers/__init__.py" line="578"/> - <source>Pyrex Files (*.pyx)</source> - <translation type="obsolete">Pyrex soubory (*.pyx)</translation> - </message> - <message> <location filename="../QScintilla/Lexers/__init__.py" line="591"/> <source>Quixote Template Files (*.ptl)</source> <translation>Quixote Template soubory (*.ptl)</translation> @@ -45688,21 +44375,11 @@ <translation>Zadejte počet zpráv zapsaných změn k zapamatování</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="236"/> - <source>Incoming / Outgoing</source> - <translation type="obsolete">Příchozí / Odchozí</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="242"/> <source>Select to update the working directory to new tip</source> <translation>Zvolte, zda chcete aktualizovat pracovní adresář na nový tip</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="245"/> - <source>Use Log Browser for incoming / outgoing log</source> - <translation type="obsolete">Použít Log prohlížeč pro příchozí / odchozí logy</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="236"/> <source>Pull</source> <translation>Stáhnout</translation> @@ -47382,11 +46059,6 @@ <translation>Otevřít</translation> </message> <message> - <location filename="../MultiProject/MultiProjectBrowser.py" line="333"/> - <source>Remove</source> - <translation type="obsolete">Odebrat</translation> - </message> - <message> <location filename="../MultiProject/MultiProjectBrowser.py" line="411"/> <source>Properties</source> <translation>Nastavení</translation> @@ -47599,11 +46271,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Navigation/NavigationBar.py" line="84"/> - <source>Stop loading</source> - <translation type="obsolete">Zastavit načítání</translation> - </message> - <message> <location filename="../WebBrowser/Navigation/NavigationBar.py" line="83"/> <source>Move to the initial screen</source> <translation type="unfinished"></translation> @@ -47640,47 +46307,47 @@ <context> <name>NetworkManager</name> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="181"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="197"/> <source>SSL Certificate Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="182"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="198"/> <source><b>{0}</b><p>The page you are trying to access has errors in the SSL certificate.</p><ul><li>{1}</li></ul><p>Would you like to make an exception?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="192"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="208"/> <source>&Permanent accept</source> <translation type="unfinished">Akce&ptovat natrvalo</translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="194"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="210"/> <source>&Temporary accept</source> <translation type="unfinished">Akcep&tovat dočasně</translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="196"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="212"/> <source>&Reject</source> <translation type="unfinished">&Odmítnout</translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="229"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="245"/> <source><b>Enter username and password for '{0}', realm '{1}'</b></source> <translation type="unfinished"><b>Zadejte uživatelské jméno a heslo pro {0}', realm '{1}'</b></translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="232"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="248"/> <source><b>Enter username and password for '{0}'</b></source> <translation type="unfinished"><b>Zadejte uživatelské jméno a heslo pro '{0}'</b></translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="275"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="291"/> <source>Authentication required</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="276"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="292"/> <source>Authentication is required to access:</source> <translation type="unfinished"></translation> </message> @@ -47703,11 +46370,6 @@ <translation>Zadejte download adresář (ponechte prázdné pro výchozí lokaci)</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="59"/> - <source>Select the download directory via a directory selection dialog</source> - <translation type="obsolete">Vybrat adresář pro download přes dialog výběru adresáře</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="170"/> <source>Select to use a web proxy</source> <translation>Výběr použití web proxy</translation> @@ -47718,11 +46380,6 @@ <translation type="unfinished">Použít síťovou proxy</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/NetworkPage.py" line="193"/> - <source>Select download directory</source> - <translation type="obsolete">Vybrat adresář pro download</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="89"/> <source>Select to ask the user for a download filename</source> <translation>Vybrat pro požádání uživatele aby si stáhnul soubor s názvem</translation> @@ -48044,11 +46701,6 @@ <translation>&Jméno třídy:</translation> </message> <message> - <location filename="../Project/NewDialogClassDialog.ui" line="76"/> - <source>Select the source file path via a directory selection dialog</source> - <translation type="obsolete">Výběr souboru se zdrojovým kódem přes dialog výběru adresáře</translation> - </message> - <message> <location filename="../Project/NewDialogClassDialog.ui" line="42"/> <source>&Filename:</source> <translation>Jméno &souboru:</translation> @@ -48068,11 +46720,6 @@ <source>Enter the name of the file for the forms code</source> <translation>Zadejte jméno souboru pro kód formulářů</translation> </message> - <message> - <location filename="../Project/NewDialogClassDialog.py" line="61"/> - <source>Select source directory</source> - <translation type="obsolete">Vybrat zdrojový adresář</translation> - </message> </context> <context> <name>NewPythonPackageDialog</name> @@ -49533,11 +48180,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/UiExtensionPlugins/PipInterface/Pip.py" line="564"/> - <source><default></source> - <translation type="obsolete"><default></translation> - </message> - <message> <location filename="../Plugins/UiExtensionPlugins/PipInterface/Pip.py" line="600"/> <source>Interpreter for Virtual Environment</source> <translation type="unfinished"></translation> @@ -50328,30 +48970,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/UiExtensionPlugins/PipInterface/ConfigurationPage/PipPage.ui" line="82"/> - <source>&Add...</source> - <translation type="obsolete">Přid&at...</translation> - </message> - <message> - <location filename="../Plugins/UiExtensionPlugins/PipInterface/ConfigurationPage/PipPage.ui" line="102"/> - <source>&Remove</source> - <translation type="obsolete">Odeb&rat</translation> - </message> - <message> <location filename="../Plugins/UiExtensionPlugins/PipInterface/ConfigurationPage/PipPage.py" line="36"/> <source><b>Note:</b> Leave empty to use the default index URL (<a href="{0}">{0}</a>).</source> <translation type="unfinished"></translation> </message> </context> <context> - <name>PipRequirementsSelectionDialog</name> - <message> - <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipRequirementsSelectionDialog.py" line="60"/> - <source>Text Files (*.txt);;All Files (*)</source> - <translation type="obsolete">Textové soubory (*.txt);;Všechny soubory (*)</translation> - </message> -</context> -<context> <name>PipSearchDialog</name> <message> <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.py" line="450"/> @@ -50978,16 +49602,6 @@ <translation>Zadejte adresář pro download pluginů</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/PluginManagerPage.ui" line="53"/> - <source>Select the plugins download directory via a directory selection dialog</source> - <translation type="obsolete">Výběr adresáře pro download plugůnů přes dialog výběru adresáře</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/PluginManagerPage.py" line="109"/> - <source>Select plugins download directory</source> - <translation type="obsolete">Vybrat adresář pro download pluginů</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/PluginManagerPage.ui" line="137"/> <source>Select to enable external plugins to be loaded</source> <translation type="unfinished"></translation> @@ -52224,11 +50838,6 @@ <context> <name>Project</name> <message> - <location filename="../Project/Project.py" line="166"/> - <source>Ruby Files (*.rb);;</source> - <translation type="obsolete">Ruby soubory (*.rb);;</translation> - </message> - <message> <location filename="../Project/Project.py" line="278"/> <source>Console</source> <translation>Konzole</translation> @@ -52593,11 +51202,6 @@ <translation>Hledat nové soubory v adresáři projektu.</translation> </message> <message> - <location filename="../Project/Project.py" line="3667"/> - <source><b>Search new files...</b><p>This searches for new files (sources, *.ui, *.idl) in the project directory and registered subdirectories.</p></source> - <translation type="obsolete"><b>Hledat nové soubory...</b><p>Hledají se nové soubory (zdrojové, *.ui, *.idl) v adresáři projektu a v registrovaných podadresářích.</p></translation> - </message> - <message> <location filename="../Project/Project.py" line="3917"/> <source>Project properties</source> <translation>Nastavení projektu</translation> @@ -52653,11 +51257,6 @@ <translation>Zobrazit asociace typů souborů</translation> </message> <message> - <location filename="../Project/Project.py" line="3724"/> - <source><b>Filetype Associations...</b><p>This shows a dialog to edit the filetype associations of the project. These associations determine the type (source, form, interface or others) with a filename pattern. They are used when adding a file to the project and when performing a search for new files.</p></source> - <translation type="obsolete"><b>Asociace typů souborů...</b><p>Zobrazí se dialog s editací asociace typů souborů v projektu. Na základě vzorku souborového jména tyto asociace určují typ souboru (zdrojový kód, formulář, interface nebo jiné). Tyto asociace jsou použity při přidávání souborů do projektu a při vyhledávání.</p></translation> - </message> - <message> <location filename="../Project/Project.py" line="3981"/> <source>Debugger Properties</source> <translation>Nastavení debugeru</translation> @@ -53003,11 +51602,6 @@ <translation><p>Soubor <b>PKGLIST</b> již existuje.</p><p>Přepsat jej?</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4815"/> - <source><p>The file <b>PKGLIST</b> does not exist. Aborting...</p></source> - <translation type="obsolete"><p>Soubor <b>PKGLIST</b> neexistuje. Zrušeno...</p></translation> - </message> - <message> <location filename="../Project/Project.py" line="5244"/> <source>The project does not have a main script defined. Aborting...</source> <translation>Projekt nemá definován hlavní skript. Zrušeno...</translation> @@ -53148,11 +51742,6 @@ <translation><p>Soubor s nastaveními debuggeru <b>{0}</b> nelze smazat.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1434"/> - <source><p>The selected translation file <b>{0}</b> could not be deleted.</p></source> - <translation type="obsolete"><p>Vybraný soubor s překladem <b>{0}</b> nelze smazat.</p></translation> - </message> - <message> <location filename="../Project/Project.py" line="1732"/> <source><p>The file <b>{0}</b> already exists.</p><p>Overwrite it?</p></source> <translation><p>Soubor <b>{0}</b> již existuje.</p><p>Má se přepsat?</p></translation> @@ -53168,16 +51757,6 @@ <translation><p>Soubor <b>{0}</b> nemůže být přejmenován.<br />Důvod: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2131"/> - <source><p>The selected file <b>{0}</b> could not be deleted.</p></source> - <translation type="obsolete"><p>Vybraný soubor <b>{0}</b> nelze smazat.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="2160"/> - <source><p>The selected directory <b>{0}</b> could not be deleted.</p></source> - <translation type="obsolete"><p>Vybraný adresář <b>{0}</b> nelze smazat.</p></translation> - </message> - <message> <location filename="../Project/Project.py" line="2332"/> <source><p>The project directory <b>{0}</b> could not be created.</p></source> <translation><p>Adresář projektu <b>{0}</b> nelze vytvořit.</p></translation> @@ -53193,11 +51772,6 @@ <translation><p>Soubor <b>PKGLIST</b> nelze vytvořit.</p><p>Důvod: {0}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4836"/> - <source><p>The file <b>PKGLIST</b> could not be read.</p><p>Reason: {0}</p></source> - <translation type="obsolete"><p>Soubor <b>PKGLIST</b> nelze načíst.</p><p>Důvod: {0}</p></translation> - </message> - <message> <location filename="../Project/Project.py" line="5386"/> <source><p>The file <b>{0}</b> could not be stored in the archive. Ignoring it.</p><p>Reason: {1}</p></source> <translation><p>Soubor <b>{0}</b> nelze uložit do archivu. Ingorováno.</p><p>Důvod: {1}</p></translation> @@ -53313,11 +51887,6 @@ <translation type="unfinished"><p>Soubor s eric5 plugin archivem <b>{0}</b> nelze vytvořit. Zrušeno...</p><p>Důvod: {1}</p> {6 ?} {0}?} {1}?}</translation> </message> <message> - <location filename="../Project/Project.py" line="4915"/> - <source><p>The eric6 plugin archive file <b>{0}</b> was created successfully.</p></source> - <translation type="obsolete"><p>Soubor s eric5 plugin archivem <b>{0}</b> byl úspěšně vytvořen.</p> {6 ?} {0}?}</translation> - </message> - <message> <location filename="../Project/Project.py" line="273"/> <source>PyQt4 GUI</source> <translation type="unfinished"></translation> @@ -53414,11 +51983,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4834"/> - <source>Coverage</source> - <translation type="obsolete">Pokrytí</translation> - </message> - <message> <location filename="../Project/Project.py" line="5293"/> <source><p>The file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> @@ -55416,18 +53980,6 @@ <p>Zadání emailu autora.</p></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="309"/> - <source>Show file selection dialog</source> - <translation type="obsolete">Zobrazit dialog výběru souboru</translation> - </message> - <message> - <location filename="../Project/PropertiesDialog.ui" line="312"/> - <source><b>Main Script</b> -<p>Select the projects main script via a file selection dialog.</p></source> - <translation type="obsolete"><b>Hlavní skript</b> -<p>Výběr hlavního skriptu projektu přes dialog výběru souboru.</p></translation> - </message> - <message> <location filename="../Project/PropertiesDialog.ui" line="46"/> <source>Enter the project name</source> <translation>Zadejte jméno projektu</translation> @@ -55478,18 +54030,6 @@ <translation>Číslo &verze:</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="298"/> - <source>Show directory selection dialog</source> - <translation type="obsolete">Zobrazit dialog výběru adresáře</translation> - </message> - <message> - <location filename="../Project/PropertiesDialog.ui" line="301"/> - <source><b>Project Directory</b> -<p>Select a project directory via a directory selection dialog.</p></source> - <translation type="obsolete"><b>Adrsář projektu</b> -<p>Výběr adresáře projektu přes dialog výběru adresáře.</p></translation> - </message> - <message> <location filename="../Project/PropertiesDialog.ui" line="86"/> <source>Select, if the project uses other programming languages as well</source> <translation>Označit, jestliže projekt používá také jiné programovací jazyky</translation> @@ -55525,16 +54065,6 @@ <translation>Projekt není pod správou verzovacího systému.</translation> </message> <message> - <location filename="../Project/PropertiesDialog.py" line="184"/> - <source>Select project directory</source> - <translation type="obsolete">Vybrat adresář projektu</translation> - </message> - <message> - <location filename="../Project/PropertiesDialog.py" line="237"/> - <source>Select main script file</source> - <translation type="obsolete">Vybrat soubor hlavního skriptu</translation> - </message> - <message> <location filename="../Project/PropertiesDialog.ui" line="137"/> <source>Project &Type:</source> <translation>&Typ projektu:</translation> @@ -56944,11 +55474,6 @@ </message> <message> <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="107"/> - <source><b>Show log</b><p>This shows the log of the local project.</p></source> - <translation type="obsolete"><b>Zobrazit log</b><p>Zobrazí log lokálního projektu.</p></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="107"/> <source><b>Show log browser</b><p>This shows a dialog to browse the log of the local project. A limited number of entries is shown first. More can be retrieved later on.</p></source> <translation type="unfinished"><b>Zobrazit log prohlížeč</b><p>Zobrazí se dialogové okno pro procházení logů lokálního projektu. Jako první je zobrazen limit maximálního přenosu. Více záznamů může být zobrazeno později.</p></translation> </message> @@ -57040,7 +55565,7 @@ <message> <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="195"/> <source>Show repository info</source> - <translation type="unfinished"></translation> + <translation type="unfinished">Zobrazit info o repozitáři</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="200"/> @@ -60733,11 +59258,6 @@ <translation><b>Konfigurovat Qt</b></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.py" line="66"/> - <source>Select Qt4 Translations Directory</source> - <translation type="obsolete">Výběr adresáře s Qt4 překlady</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="84"/> <source>Qt Tools</source> <translation>Qt nástroje</translation> @@ -61925,11 +60445,6 @@ <translation>Najít a nahradit</translation> </message> <message> - <location filename="../QScintilla/ReplaceWidget.ui" line="39"/> - <source>Find:</source> - <translation type="obsolete">Hledat:</translation> - </message> - <message> <location filename="../QScintilla/ReplaceWidget.ui" line="91"/> <source>Press to find the previous occurrence</source> <translation>Stisknout pro vyhledání předchozího výskytu</translation> @@ -61940,21 +60455,6 @@ <translation>Stisknout pro vyhledání následujícího výskytu</translation> </message> <message> - <location filename="../QScintilla/ReplaceWidget.ui" line="85"/> - <source>Match case</source> - <translation type="obsolete">Rozlišit velké a malé znaky</translation> - </message> - <message> - <location filename="../QScintilla/ReplaceWidget.ui" line="92"/> - <source>Whole word</source> - <translation type="obsolete">Celé slovo</translation> - </message> - <message> - <location filename="../QScintilla/ReplaceWidget.ui" line="106"/> - <source>Replace:</source> - <translation type="obsolete">Nahradit:</translation> - </message> - <message> <location filename="../QScintilla/ReplaceWidget.ui" line="168"/> <source>Press to replace the selection</source> <translation>Stisknout pro nahrazení výběru</translation> @@ -61970,21 +60470,6 @@ <translation>Stisknutím zavřít okno</translation> </message> <message> - <location filename="../QScintilla/ReplaceWidget.ui" line="99"/> - <source>Regexp</source> - <translation type="obsolete">Regexp</translation> - </message> - <message> - <location filename="../QScintilla/ReplaceWidget.ui" line="159"/> - <source>Wrap around</source> - <translation type="obsolete">Zabalit</translation> - </message> - <message> - <location filename="../QScintilla/ReplaceWidget.ui" line="166"/> - <source>Selection only</source> - <translation type="obsolete">Jen výběr</translation> - </message> - <message> <location filename="../QScintilla/ReplaceWidget.ui" line="175"/> <source>Press to replace the selection and search for the next occurence</source> <translation type="unfinished"></translation> @@ -62580,11 +61065,6 @@ <translation>Zabalit</translation> </message> <message> - <location filename="../QScintilla/SearchWidget.ui" line="113"/> - <source>Selection only</source> - <translation type="obsolete">Jen výběr</translation> - </message> - <message> <location filename="../WebBrowser/SearchWidget.py" line="98"/> <source>Expression was not found.</source> <translation>Výraz nebyl nalezen.</translation> @@ -63489,16 +61969,6 @@ <translation>Vyčistit</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="304"/> - <source>Reset</source> - <translation type="obsolete">Reset</translation> - </message> - <message> - <location filename="../QScintilla/Shell.py" line="305"/> - <source>Reset and Clear</source> - <translation type="obsolete">Reset a vyčistit</translation> - </message> - <message> <location filename="../QScintilla/Shell.py" line="836"/> <source>No.</source> <translation>Č.</translation> @@ -63509,11 +61979,6 @@ <translation>Zahodit chybu</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="121"/> - <source><b>The Shell Window</b><p>This is simply an interpreter running in a window. The interpreter is the one that is used to run the program being debugged. This means that you can execute any command while the program being debugged is running.</p><p>You can use the cursor keys while entering commands. There is also a history of commands that can be recalled using the up and down cursor keys. Pressing the up or down key after some text has been entered will start an incremental search.</p><p>The shell has some special commands. 'reset' kills the shell and starts a new one. 'clear' clears the display of the shell window. 'start' is used to switch the shell language and must be followed by a supported language. Supported languages are listed by the 'languages' command. These commands (except 'languages') are available through the context menu as well.</p><p>Pressing the Tab key after some text has been entered will show a list of possible commandline completions. The relevant entry may be selected from this list. If only one entry is available, this will inserted automatically.</p><p>In passive debugging mode the shell is only available after the program to be debugged has connected to the IDE until it has finished. This is indicated by a different prompt and by an indication in the window caption.</p></source> - <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="832"/> <source>Passive Debug Mode</source> <translation>Pasivní debug mód</translation> @@ -63575,12 +62040,6 @@ <translation>StdErr: {0}</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="1743"/> - <source>Shell language "{0}" not supported. -</source> - <translation type="obsolete">Shell jazyk "{0}" není podporován.</translation> - </message> - <message> <location filename="../QScintilla/Shell.py" line="2140"/> <source><p><b>{0}</b> is not a file.</p></source> <translation><p><b>{0}</b> není soubor.</p></translation> @@ -65410,11 +63869,6 @@ <translation>Zadejte jméno souboru se seznamem slov projektu</translation> </message> <message> - <location filename="../Project/SpellingPropertiesDialog.ui" line="97"/> - <source>Select the project word list file via a file selection dialog</source> - <translation type="obsolete">Vybrat soubor se seznamem slov projektu přes dialog výběru</translation> - </message> - <message> <location filename="../Project/SpellingPropertiesDialog.ui" line="66"/> <source>Project E&xclude List:</source> <translation>Seznam &vyřazených v projektu:</translation> @@ -65425,31 +63879,16 @@ <translation>Zadejte jméno souboru se seznamem vyřazených v projektu</translation> </message> <message> - <location filename="../Project/SpellingPropertiesDialog.ui" line="104"/> - <source>Select the project exclude list file via a file selection dialog</source> - <translation type="obsolete">Výběr souboru se seznamem vyřazených z projektu přes dialog výběru</translation> - </message> - <message> <location filename="../Project/SpellingPropertiesDialog.py" line="50"/> <source><default></source> <translation><default></translation> </message> <message> - <location filename="../Project/SpellingPropertiesDialog.py" line="89"/> - <source>Select project word list</source> - <translation type="obsolete">Vybrat seznam slov projektu</translation> - </message> - <message> <location filename="../Project/SpellingPropertiesDialog.py" line="43"/> <source>Dictionary File (*.dic);;All Files (*)</source> <translation>Soubor slovníku (*.dic);;Všechny soubory (*)</translation> </message> <message> - <location filename="../Project/SpellingPropertiesDialog.py" line="110"/> - <source>Select project exclude list</source> - <translation type="obsolete">Vybrat seznam vyřazených v projektu</translation> - </message> - <message> <location filename="../Project/SpellingPropertiesDialog.ui" line="14"/> <source>Spelling Properties</source> <translation>Nastavení kontroly</translation> @@ -65705,11 +64144,6 @@ <translation>Zadejte název databáze</translation> </message> <message> - <location filename="../SqlBrowser/SqlConnectionDialog.ui" line="155"/> - <source>Press to select a database file</source> - <translation type="obsolete">Stisknout pro výběr souboru databáze</translation> - </message> - <message> <location filename="../SqlBrowser/SqlConnectionDialog.ui" line="63"/> <source>&Username:</source> <translation>&Uživatelské jméno:</translation> @@ -65749,16 +64183,6 @@ <source>Default</source> <translation>Výchozí</translation> </message> - <message> - <location filename="../SqlBrowser/SqlConnectionDialog.py" line="106"/> - <source>Select Database File</source> - <translation type="obsolete">Vybrat soubor databáze</translation> - </message> - <message> - <location filename="../SqlBrowser/SqlConnectionDialog.py" line="106"/> - <source>All Files (*)</source> - <translation type="obsolete">Všechny soubory (*)</translation> - </message> </context> <context> <name>SqlConnectionWidget</name> @@ -66094,17 +64518,6 @@ <translation><b>Pracovní adresář</b><p>Zadání pracovního adresáře, ve kterém proběhne ladění. Ponechte jej prázdný pokud chcete pro spuštění použít adresář aplikace.</p></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="270"/> - <source>Select directory using a directory selection dialog</source> - <translation type="obsolete">Vybrat adresář za použití dialogu výběru adresáře</translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="273"/> - <source><b>Select directory</b> -<p>Select the working directory via a directory selection dialog.</p></source> - <translation type="obsolete"><b>Vybrat adresář</b><p>Výběr pracovního adresáře před dialog výběru adresáře.</p></translation> - </message> - <message> <location filename="../Debugger/StartDebugDialog.ui" line="90"/> <source>&Working directory:</source> <translation>&Pracovní adresář:</translation> @@ -66265,11 +64678,6 @@ <context> <name>StartDialog</name> <message> - <location filename="../Debugger/StartDialog.py" line="130"/> - <source>Working directory</source> - <translation type="obsolete">Pracovní adresář</translation> - </message> - <message> <location filename="../Debugger/StartDialog.py" line="106"/> <source>Clear Histories</source> <translation>Vyčistit historii</translation> @@ -66551,17 +64959,6 @@ <translation>&Pracovní adresář:</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="241"/> - <source>Select directory using a directory selection dialog</source> - <translation type="obsolete">Vybrat adresář za použití dialogu výběru adresáře</translation> - </message> - <message> - <location filename="../Debugger/StartRunDialog.ui" line="244"/> - <source><b>Select directory</b> -<p>Select the working directory via a directory selection dialog.</p></source> - <translation type="obsolete"><b>Vybrat adresář</b><p>Výběr pracovního adresáře před dialog výběru adresáře.</p></translation> - </message> - <message> <location filename="../Debugger/StartRunDialog.ui" line="109"/> <source>Enter the working directory</source> <translation>Zadejte pracovní adresář</translation> @@ -66913,11 +65310,6 @@ <translation>Zadejte jméno vlastnosti</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="900"/> - <source>Select number of entries to show.</source> - <translation type="obsolete">Vyberte počet položek, které se mají zobrazit.</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="2082"/> <source>Locking in the Subversion repository</source> <translation>Zamknout v Subversion repozitáři</translation> @@ -67527,17 +65919,6 @@ <translation>Subversion příkaz:</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCommandDialog.ui" line="125"/> - <source>Select the working directory via a directory selection dialog</source> - <translation type="obsolete">Výběr pracovního adresáře přes dialog výběru adresáře</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCommandDialog.ui" line="128"/> - <source><b>Working directory</b> -<p>Select the working directory for the Subversion command via a directory selection dialog.</p></source> - <translation type="obsolete"><b>Pracovní adresář</b><p>Výběr pracovního adresáře pro CVS příkaz přes dialog výběru adresáře.</p></translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCommandDialog.ui" line="75"/> <source>Enter the working directory for the Subversion command</source> <translation>Zadejte pracovní adresář pro Subversion příkaz</translation> @@ -67573,11 +65954,6 @@ <translation>projekt adresář</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCommandDialog.py" line="78"/> - <source>Working directory</source> - <translation type="obsolete">Pracovní adresář</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCommandDialog.ui" line="36"/> <source>Enter the Subversion command to be executed with all necessary parameters</source> <translation>Zadejte subversion příkaz, který bude vykonán se všemy potřebnými parametry</translation> @@ -67655,17 +66031,6 @@ <translation>Subversion kopírování</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCopyDialog.ui" line="64"/> - <source>Press to open a selection dialog</source> - <translation type="obsolete">Stisknout pro otevření dialogu výběru</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCopyDialog.ui" line="67"/> - <source><b>Target directory</b> -<p>Select the target name for the operation via a selection dialog.</p></source> - <translation type="obsolete"><b>Cílový adresář</b><p>Výběr cílového adresáře přes dialogové okno výběru adresáře.</p></translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCopyDialog.ui" line="23"/> <source>Source:</source> <translation>Zdroj:</translation> @@ -67698,11 +66063,6 @@ <translation>Subversion přesun</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCopyDialog.py" line="91"/> - <source>Select target</source> - <translation type="obsolete">Vybrat cíl</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCopyDialog.ui" line="71"/> <source>Select to force the operation</source> <translation>Vybrat pro vynucení operace</translation> @@ -67713,13 +66073,6 @@ <translation>Vynutit operaci</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCopyDialog.ui" line="67"/> - <source><b>Target name</b> -<p>Select the target name for the operation via a selection dialog.</p></source> - <translation type="obsolete"><b>Jméno cíle</b> -<p>Výběr jména cíle přes dialogové okno výběru.</p></translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCopyDialog.ui" line="63"/> <source><b>Target name</b> <p>Enter the new name in this field. The target must be the new name or an absolute path.</p></source> @@ -68342,113 +66695,6 @@ </message> </context> <context> - <name>SvnLogDialog</name> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogDialog.ui" line="32"/> - <source><b>Subversion Log</b><p>This shows the output of the svn log command. By clicking on the links you may show the difference between versions.</p></source> - <translation type="obsolete"><b>Subversion Log</b><p>Zobrazuje výstup z subversion log příkazu. Kliknutím na odkazy můžete zobrazit rozdíly mezi verzemi.</p></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogDialog.ui" line="58"/> - <source>Errors</source> - <translation type="obsolete">Chyby</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogDialog.ui" line="64"/> - <source><b>Subversion log errors</b><p>This shows possible error messages of the svn log command.</p></source> - <translation type="obsolete"><b>Subversion log chyba</b><p>Zobrazí možné chyby z příkazu svn log.</p></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogDialog.ui" line="80"/> - <source>Input</source> - <translation type="obsolete">Vstup</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogDialog.ui" line="102"/> - <source>Press to send the input to the subversion process</source> - <translation type="obsolete">Stisknout pro odeslání vstupu do procesu subversion</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogDialog.ui" line="105"/> - <source>&Send</source> - <translation type="obsolete">Ode&slat</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogDialog.ui" line="115"/> - <source>Enter data to be sent to the subversion process</source> - <translation type="obsolete">Zadejte data, která mají být do procesu subversion odeslána</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogDialog.ui" line="122"/> - <source>Select to switch the input field to password mode</source> - <translation type="obsolete">Výběr přepnutí vstupního pole na mód zadání hesla</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogDialog.ui" line="125"/> - <source>&Password Mode</source> - <translation type="obsolete">Mód ve&psání hesla</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogDialog.py" line="55"/> - <source><b>Processing your request, please wait...</b></source> - <translation type="obsolete"><p>Zpracovávám váš požadavek, prosím čekejte...</p></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogDialog.py" line="81"/> - <source>Added</source> - <translation type="obsolete">Přidáno</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogDialog.py" line="82"/> - <source>Deleted</source> - <translation type="obsolete">Smazáno</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogDialog.py" line="83"/> - <source>Modified</source> - <translation type="obsolete">Změněno</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogDialog.py" line="87"/> - <source>revision</source> - <translation type="obsolete">revize</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogDialog.py" line="142"/> - <source>Process Generation Error</source> - <translation type="obsolete">Chyba v procesu generování</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogDialog.py" line="142"/> - <source>The process {0} could not be started. Ensure, that it is in the search path.</source> - <translation type="obsolete">Proces {0} nelze spustit. Ověřte, že je umístěn v požadované cestě.</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogDialog.py" line="193"/> - <source>diff to {0}</source> - <translation type="obsolete">diff na {0}</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogDialog.py" line="202"/> - <source><i>author: {0}</i><br /> -</source> - <translation type="obsolete"><i>Autor: {0}</i><br /> -</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogDialog.py" line="205"/> - <source><i>date: {0}</i><br /> -</source> - <translation type="obsolete"><i>datum: {0}</i><br /> -</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogDialog.py" line="191"/> - <source> (copied from {0}, revision {1})</source> - <translation type="obsolete"> (zkopírováno z {0}, revize {1})</translation> - </message> -</context> -<context> <name>SvnLoginDialog</name> <message> <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLoginDialog.ui" line="13"/> @@ -68630,21 +66876,6 @@ <translation>&Tag:</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnNewProjectOptionsDialog.py" line="95"/> - <source>Select Repository-Directory</source> - <translation type="obsolete">Vyberte adresář repozitáře</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnNewProjectOptionsDialog.py" line="123"/> - <source>Select Project Directory</source> - <translation type="obsolete">Vyberte adresář projektu</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnNewProjectOptionsDialog.ui" line="133"/> - <source>Select the project directory via a directory selection dialog</source> - <translation type="obsolete">Výběr adresáře projektu přes dialog výběru adresáře</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnNewProjectOptionsDialog.ui" line="67"/> <source><b>URL</b><p>Enter the URL to the module. For a repository with standard layout, this must not contain the trunk, tags or branches part.</p></source> <translation><b>URL<b><p>Zadejte URL modulu. Repozitář ve standardním uspořádání musí obsahovat trunk, tags nebo branches.</p></translation> @@ -68726,16 +66957,6 @@ <translation>Prot&otokol:</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnOptionsDialog.py" line="71"/> - <source>Select Repository-Directory</source> - <translation type="obsolete">Vyberte adresář repozitáře</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnOptionsDialog.ui" line="107"/> - <source>Select the repository url via a directory selection dialog or the repository browser</source> - <translation type="obsolete">Vybrat url repozitáře přes dialog výběru adresáře nebo přes prohlížeč repozitáře</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnOptionsDialog.ui" line="67"/> <source><b>URL</b><p>Enter the URL to the module. For a repository with standard layout, this must not contain the trunk, tags or branches part.</p></source> <translation><b>URL<b><p>Zadejte URL modulu. Repozitář ve standardním uspořádání musí obsahovat trunk, tags nebo branches.</p></translation> @@ -68784,11 +67005,6 @@ <translation>Odebrat z repozitáře (a z disku)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="566"/> - <source>Show log</source> - <translation type="obsolete">Zobrazit log</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="676"/> <source>Show status</source> <translation>Zobrazit status</translation> @@ -69002,11 +67218,6 @@ <translation>Zobrazit dialog pro procházení logů lokálního projektu</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="107"/> - <source><b>Show log</b><p>This shows the log of the local project.</p></source> - <translation type="obsolete"><b>Zobrazit log</b><p>Zobrazí log lokálního projektu.</p></translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="116"/> <source>Show &difference</source> <translation>Zobrazit o&dlišnosti</translation> @@ -69322,21 +67533,6 @@ <translation><b>Smazat vlastnost</b><p>Smaže vlastnost pro soubory projektu.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="209"/> - <source>Show repository info</source> - <translation type="obsolete">Zobrazit info repozitáře</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="214"/> - <source>Show some repository related information for the local project</source> - <translation type="obsolete">Zobrazí nějaké infomace související s repozitářem pro lokální projekt</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="217"/> - <source><b>Show repository info</b><p>This shows some repository related information for the local project.</p></source> - <translation type="obsolete"><b>Zobrazit info repozitáře</b><p>Zobrazí nějaké infomace související s repozitářem pro lokální projekt.</p></translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="411"/> <source>Relocate</source> <translation>Přemístit</translation> @@ -69637,11 +67833,6 @@ <translation>Zadání testu vlastnosti</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropSetDialog.ui" line="93"/> - <source>Press to select the file via a file selection dialog</source> - <translation type="obsolete">Stisknout pro výběr souboru přes dialogové okno</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropSetDialog.ui" line="92"/> <source>Enter the name of a file for the property</source> <translation>Zadejte jméno souboru nebo vlastnosti</translation> @@ -69666,11 +67857,6 @@ <source>Property &Value:</source> <translation>Hodnota &vlastnosti:</translation> </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropSetDialog.py" line="46"/> - <source>Select file for property</source> - <translation type="obsolete">Vybrat soubor pro vlastnost</translation> - </message> </context> <context> <name>SvnRelocateDialog</name> @@ -73664,19 +71850,6 @@ </message> </context> <context> - <name>TemplateHelpDialog</name> - <message> - <location filename="../Templates/TemplateHelpDialog.ui" line="14"/> - <source>Template Help</source> - <translation type="obsolete">Nápověda šablony</translation> - </message> - <message> - <location filename="../Templates/TemplateHelpDialog.py" line="33"/> - <source><p>To use variables in a template, you just have to enclose the variablename with $-characters. When you use the template, you will then be asked for a value for this variable.</p><p>Example template: This is a $VAR$</p><p>When you use this template you will be prompted for a value for the variable $VAR$. Any occurrences of $VAR$ will then be replaced with whatever you've entered.</p><p>If you need a single $-character in a template, which is not used to enclose a variable, type $$(two dollar characters) instead. They will automatically be replaced with a single $-character when you use the template.</p><p>If you want a variables contents to be treated specially, the variablename must be followed by a ':' and one formatting specifier (e.g. $VAR:ml$). The supported specifiers are:<table><tr><td>ml</td><td>Specifies a multiline formatting. The first line of the variable contents is prefixed with the string occurring before the variable on the same line of the template. All other lines are prefixed by the same amount of whitespace as the line containing the variable.</td></tr><tr><td>rl</td><td>Specifies a repeated line formatting. Each line of the variable contents is prefixed with the string occuring before the variable on the same line of the template.</td></tr></table></p><p>The following predefined variables may be used in a template:<table><tr><td>date</td><td>today's date in ISO format (YYYY-MM-DD)</td></tr><tr><td>year</td><td>the current year</td></tr><tr><td>project_name</td><td>the name of the project (if any)</td></tr><tr><td>project_path</td><td>the path of the project (if any)</td></tr><tr><td>path_name</td><td>full path of the current file</td></tr><tr><td>dir_name</td><td>full path of the parent directory</td></tr><tr><td>file_name</td><td>the current file name (without directory)</td></tr><tr><td>base_name</td><td>like <i>file_name</i>, but without extension</td></tr><tr><td>ext</td><td>the extension of the current file</td></tr><tr><td>cur_select</td><td>the currently selected text</td></tr><tr><td>insertion</td><td>Sets insertion point for cursor after template is inserted.</td></tr><tr><td>select_start</td><td>Sets span of selected text in template after template is inserted (used together with 'select_end').</td></tr><tr><td>select_end</td><td>Sets span of selected text in template after template is inserted (used together with 'select_start').</td></tr><tr><td>clipboard</td><td>the text of the clipboard</td></tr></table></p><p>If you want to change the default delimiter to anything different, please use the configuration dialog to do so.</p></source> - <translation type="obsolete"><p>Proměnné se v šablonách používají tak, že se jejich jména vloží mezi $ znaky. Když je v šabloně použiteje, budete vyzváni k zadání hodnoty proměnné.</p><p>Příklad šablony: Toto je $VAR$</p><p>Když použiteje tuto šablonu, budete vyzváni k zadání hodnoty proměnné $VAR$. Všechny výskyty $VAR$ pak budou nahrazeny touto hodnotou.</p><p>Pokud chcete do šablony umístit pouze znak $, zadejte jej zdvojeně: $$. Takovýto výskyt bude automaticky nahrazen na jeden znak $.</p><p>Pokud chcete proměnnou nějak formátovat, zadejte ':' a pak název filtru. (např. $VAR:ml$) Podporované filtry jsou:<table><tr> <td>ml</td> <td>Víceřádkové formátování. První řádek s hodnotou proměnné začíná s textem, který na tom samém řádku předcházel proměnnou. Všechny ostatní řádky dané hodnoty jsou zleva doplněny mezerami tak, aby byly zarovnány pod začátek hodnoty na prvním řádku.</td></tr><tr> <td>rl</td> <td>Formátování s opakováním. Každá řádka hodnoty začíná s textem, který na tom samém řádku předcházel proměnnou.</td></tr></table></p><p>V šablonách lze použít následující předdefinované proměnné:<table><tr><td>date</td><td>aktuální datum v ISO formátu (YYYY-MM-DD)</td></tr><tr><td>year</td><td>aktuální rok</td></tr><tr><td>project_name</td><td>jméno projektu (je-li nějaké)</td></tr><tr><td>project_path</td><td>cesta k projektu (je-li nějaká)</td></tr><tr><td>path_name</td><td>celá cesta k aktuálnímu souboru</td></tr><tr><td>dir_name</td><td>celá cesta k nadřazené složce</td></tr><tr><td>file_name</td><td>jméno aktuálního souboru (bez cesty)</td></tr><tr><td>base_name</td><td>stejně jako <i>file_name</i>, ale bez extenze</td></tr><tr><td>ext</td><td>extenze aktuálního souboru</td></tr><tr><td>cur_select</td><td>kurzorem vybraný text</td></tr><tr><td>insertion</td><td>Nastaví pozici kurzoru po té, co je šablona vložena.</td></tr><tr><td>select_start</td><td>Nastaví span vybraného textu v šabloně po té, co je šablona vložena (používá se společně s 'select_end').</td></tr><tr><td>select_end</td><td>Nastaví span vybraného textu v šabloně po té, co je šablona vložena (používá se společně s 'select_start').</td></tr><tr><td>clipboard</td><td>obsah schránky</td></tr></table></p><p>Chcete-li změnit výchozí oddělovač na něco jiného, prosím, použijte dialog nastavení konfigurace.</p></translation> - </message> -</context> -<context> <name>TemplateMultipleVariablesDialog</name> <message> <location filename="../Templates/TemplateMultipleVariablesDialog.py" line="106"/> @@ -73791,11 +71964,6 @@ <translation><b>Název šablony</p><p>Zadejte název šablony. Šablony mohou být autoamticky sestaveny na toto jméno. Z důvodu podpory automatického sestavení musí název šablony obsahovat pouze písmena (a-z a A-Z), čísla (0-9) a podtržítka (_).</p></translation> </message> <message> - <location filename="../Templates/TemplatePropertiesDialog.py" line="114"/> - <source><p>To use variables in a template, you just have to enclose the variablename with $-characters. When you use the template, you will then be asked for a value for this variable.</p><p>Example template: This is a $VAR$</p><p>When you use this template you will be prompted for a value for the variable $VAR$. Any occurrences of $VAR$ will then be replaced with whatever you've entered.</p><p>If you need a single $-character in a template, which is not used to enclose a variable, type $$(two dollar characters) instead. They will automatically be replaced with a single $-character when you use the template.</p><p>If you want a variables contents to be treated specially, the variablename must be followed by a ':' and one formatting specifier (e.g. $VAR:ml$). The supported specifiers are:<table><tr><td>ml</td><td>Specifies a multiline formatting. The first line of the variable contents is prefixed with the string occurring before the variable on the same line of the template. All other lines are prefixed by the same amount of whitespace as the line containing the variable.</td></tr><tr><td>rl</td><td>Specifies a repeated line formatting. Each line of the variable contents is prefixed with the string occuring before the variable on the same line of the template.</td></tr></table></p><p>The following predefined variables may be used in a template:<table><tr><td>date</td><td>today's date in ISO format (YYYY-MM-DD)</td></tr><tr><td>year</td><td>the current year</td></tr><tr><td>project_name</td><td>the name of the project (if any)</td></tr><tr><td>project_path</td><td>the path of the project (if any)</td></tr><tr><td>path_name</td><td>full path of the current file</td></tr><tr><td>dir_name</td><td>full path of the parent directory</td></tr><tr><td>file_name</td><td>the current file name (without directory)</td></tr><tr><td>base_name</td><td>like <i>file_name</i>, but without extension</td></tr><tr><td>ext</td><td>the extension of the current file</td></tr><tr><td>cur_select</td><td>the currently selected text</td></tr><tr><td>insertion</td><td>Sets insertion point for cursor after template is inserted.</td></tr><tr><td>select_start</td><td>Sets span of selected text in template after template is inserted (used together with 'select_end').</td></tr><tr><td>select_end</td><td>Sets span of selected text in template after template is inserted (used together with 'select_start').</td></tr><tr><td>clipboard</td><td>the text of the clipboard</td></tr></table></p><p>If you want to change the default delimiter to anything different, please use the configuration dialog to do so.</p></source> - <translation type="obsolete"><p>Proměnné se v šablonách používají tak, že se jejich jména vloží mezi $ znaky. Když je v šabloně použiteje, budete vyzváni k zadání hodnoty proměnné.</p><p>Příklad šablony: Toto je $VAR$</p><p>Když použiteje tuto šablonu, budete vyzváni k zadání hodnoty proměnné $VAR$. Všechny výskyty $VAR$ pak budou nahrazeny touto hodnotou.</p><p>Pokud chcete do šablony umístit pouze znak $, zadejte jej zdvojeně: $$. Takovýto výskyt bude automaticky nahrazen na jeden znak $.</p><p>Pokud chcete proměnnou nějak formátovat, zadejte ':' a pak název filtru. (např. $VAR:ml$) Podporované filtry jsou:<table><tr> <td>ml</td> <td>Víceřádkové formátování. První řádek s hodnotou proměnné začíná s textem, který na tom samém řádku předcházel proměnnou. Všechny ostatní řádky dané hodnoty jsou zleva doplněny mezerami tak, aby byly zarovnány pod začátek hodnoty na prvním řádku.</td></tr><tr> <td>rl</td> <td>Formátování s opakováním. Každá řádka hodnoty začíná s textem, který na tom samém řádku předcházel proměnnou.</td></tr></table></p><p>V šablonách lze použít následující předdefinované proměnné:<table><tr><td>date</td><td>aktuální datum v ISO formátu (YYYY-MM-DD)</td></tr><tr><td>year</td><td>aktuální rok</td></tr><tr><td>project_name</td><td>jméno projektu (je-li nějaké)</td></tr><tr><td>project_path</td><td>cesta k projektu (je-li nějaká)</td></tr><tr><td>path_name</td><td>celá cesta k aktuálnímu souboru</td></tr><tr><td>dir_name</td><td>celá cesta k nadřazené složce</td></tr><tr><td>file_name</td><td>jméno aktuálního souboru (bez cesty)</td></tr><tr><td>base_name</td><td>stejně jako <i>file_name</i>, ale bez extenze</td></tr><tr><td>ext</td><td>extenze aktuálního souboru</td></tr><tr><td>cur_select</td><td>kurzorem vybraný text</td></tr><tr><td>insertion</td><td>Nastaví pozici kurzoru po té, co je šablona vložena.</td></tr><tr><td>select_start</td><td>Nastaví span vybraného textu v šabloně po té, co je šablona vložena (používá se společně s 'select_end').</td></tr><tr><td>select_end</td><td>Nastaví span vybraného textu v šabloně po té, co je šablona vložena (používá se společně s 'select_start').</td></tr><tr><td>clipboard</td><td>obsah schránky</td></tr></table></p><p>Chcete-li změnit výchozí oddělovač na něco jiného, prosím, použijte dialog nastavení konfigurace.</p></translation> - </message> - <message> <location filename="../Templates/TemplatePropertiesDialog.py" line="117"/> <source><b>Template Help</b></source> <translation type="unfinished"></translation> @@ -74186,18 +72354,6 @@ <translation></translation> </message> <message> - <location filename="../Preferences/ToolConfigurationDialog.ui" line="282"/> - <source>Select the icon via a file selection dialog</source> - <translation type="obsolete">Vybrat ikonu přes dialog výběru souborů</translation> - </message> - <message> - <location filename="../Preferences/ToolConfigurationDialog.ui" line="285"/> - <source><b>Icon</b> -<p>Select the icon via a file selection dialog.</p></source> - <translation type="obsolete"><b>Ikona</b> -<p>Vybere se ikona přes dialog výběru souobru.</p></translation> - </message> - <message> <location filename="../Preferences/ToolConfigurationDialog.ui" line="254"/> <source>Enter the filename of the executable</source> <translation>Zadejte jméno souboru, který má být spustilený</translation> @@ -74280,18 +72436,6 @@ <translation>Text &menu:</translation> </message> <message> - <location filename="../Preferences/ToolConfigurationDialog.ui" line="293"/> - <source>Select the executable via a file selection dialog</source> - <translation type="obsolete">Výběr spustitelného přes dialog výběru souboru</translation> - </message> - <message> - <location filename="../Preferences/ToolConfigurationDialog.ui" line="296"/> - <source><b>Executable</b> -<p>Select the executable via a file selection dialog.</p></source> - <translation type="obsolete"><b>Spustitelný soubor</b> -<p>Výběr spusttitelného přes dialog výběru souboru.</p></translation> - </message> - <message> <location filename="../Preferences/ToolConfigurationDialog.ui" line="224"/> <source>Enter the filename of the icon</source> <translation>Zadejte jméno souboru ikony</translation> @@ -74384,11 +72528,6 @@ <translation>Vybraný soubor není spustitelný. Prosím, vyberte spustitelný soubor.</translation> </message> <message> - <location filename="../Preferences/ToolConfigurationDialog.py" line="297"/> - <source>Select icon file</source> - <translation type="obsolete">Vybrat soubor ikony</translation> - </message> - <message> <location filename="../Preferences/ToolConfigurationDialog.py" line="40"/> <source>Icon files (*.png)</source> <translation>Soubory ikon (*.png)</translation> @@ -74595,18 +72734,6 @@ <translation>Nastavení překladu</translation> </message> <message> - <location filename="../Project/TranslationPropertiesDialog.ui" line="82"/> - <source>Show directory selection dialog</source> - <translation type="obsolete">Zobrazit dialog výběru adresáře</translation> - </message> - <message> - <location filename="../Project/TranslationPropertiesDialog.ui" line="85"/> - <source><b>Binary Translations Path</b> -<p>Select the directory for the binary translations via a directory selection dialog.</p></source> - <translation type="obsolete"><b>Cesta k binárnímu překladu</b> -<p>Výběr adresáře binárního překladu přes dialog výběru adresáře.</p></translation> - </message> - <message> <location filename="../Project/TranslationPropertiesDialog.ui" line="57"/> <source>&Binary Translations Path:</source> <translation>Cesta k &binárnímu překladu:</translation> @@ -74699,23 +72826,6 @@ <translation>Zadejte vzorek cesty pro soubory s překlady</translation> </message> <message> - <location filename="../Project/TranslationPropertiesDialog.py" line="103"/> - <source>Select translation file</source> - <translation type="obsolete">Vybrat soubor s překladem</translation> - </message> - <message> - <location filename="../Project/TranslationPropertiesDialog.py" line="132"/> - <source>Select directory for binary translations</source> - <translation type="obsolete">Výběr adresáře pro binární překlady</translation> - </message> - <message> - <location filename="../Project/TranslationPropertiesDialog.ui" line="74"/> - <source><b>Translation Pattern</b> -<p>Select a translation file via a file selection dialog.</p></source> - <translation type="obsolete"><b>Vzorek cesty k překladům</b> -<p>Vyberte soubor s překladem přes dialog výběru souboru.</p></translation> - </message> - <message> <location filename="../Project/TranslationPropertiesDialog.py" line="66"/> <source>Source Files ({0});;</source> <translation>Zdrojové soubory ({0});;</translation> @@ -75351,14 +73461,6 @@ </message> </context> <context> - <name>TransplantProjectHelper</name> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/TransplantExtension/ProjectHelper.py" line="135"/> - <source>The project should be reread. Do this now?</source> - <translation type="obsolete">Projekt bude znovu načten. Má se provést?</translation> - </message> -</context> -<context> <name>TrayStarter</name> <message> <location filename="../Tools/TrayStarter.py" line="70"/> @@ -76166,11 +74268,6 @@ <translation>Zadejte jméno &testu:</translation> </message> <message> - <location filename="../PyUnit/UnittestDialog.ui" line="88"/> - <source>Open a file selection dialog</source> - <translation type="obsolete">Otevřít dialog výběru souboru</translation> - </message> - <message> <location filename="../PyUnit/UnittestDialog.ui" line="26"/> <source>Enter test &filename:</source> <translation>Zadejte jméno &souboru s testem:</translation> @@ -77208,11 +75305,6 @@ <translation>E&xtra funkce</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3317"/> - <source>&Tools</source> - <translation type="obsolete">&Nástroje</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2758"/> <source>Select Tool Group</source> <translation>Vybrat skupinu nástrojů</translation> @@ -77263,7 +75355,7 @@ <translation><h3>Čísla verzí</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6953"/> + <location filename="../UI/UserInterface.py" line="6956"/> <source></table></source> <translation></table></translation> </message> @@ -77343,12 +75435,12 @@ <translation>Zahodit chybu</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6915"/> + <location filename="../UI/UserInterface.py" line="6918"/> <source>Error during updates check</source> <translation>Chyba během zjišťování aktualizací</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6895"/> + <location filename="../UI/UserInterface.py" line="6898"/> <source>Update available</source> <translation>Byla nalezena aktualizace</translation> </message> @@ -77363,17 +75455,17 @@ <translation>Zobrazit externí nás&troje</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6915"/> + <location filename="../UI/UserInterface.py" line="6918"/> <source>Could not perform updates check.</source> <translation>Kontrolu updatů nelze provést.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6728"/> + <location filename="../UI/UserInterface.py" line="6731"/> <source>&Cancel</source> <translation>&Zrušit</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6990"/> + <location filename="../UI/UserInterface.py" line="6993"/> <source>First time usage</source> <translation>Spuštěno poprvé</translation> </message> @@ -77468,7 +75560,7 @@ <translation>Zobrazit dostupné verze ke stažení</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6939"/> + <location filename="../UI/UserInterface.py" line="6942"/> <source><h3>Available versions</h3><table></source> <translation><h3>Dostupné verze</h3><table></translation> </message> @@ -77937,7 +76029,7 @@ <translation><p><b>{0}</b> není soubor.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6737"/> + <location filename="../UI/UserInterface.py" line="6740"/> <source>Trying host {0}</source> <translation>Zkouším host {0}</translation> </message> @@ -78012,12 +76104,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6801"/> + <location filename="../UI/UserInterface.py" line="6804"/> <source>Error getting versions information</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6794"/> + <location filename="../UI/UserInterface.py" line="6797"/> <source>The versions information could not be downloaded. Please go online and try again.</source> <translation type="unfinished"></translation> </message> @@ -78032,7 +76124,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6801"/> + <location filename="../UI/UserInterface.py" line="6804"/> <source>The versions information could not be downloaded for the last 7 days. Please go online and try again.</source> <translation type="unfinished"></translation> </message> @@ -78123,7 +76215,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7009"/> + <location filename="../UI/UserInterface.py" line="7012"/> <source>Select Workspace Directory</source> <translation type="unfinished"></translation> </message> @@ -78508,7 +76600,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6728"/> + <location filename="../UI/UserInterface.py" line="6731"/> <source>%v/%m</source> <translation type="unfinished"></translation> </message> @@ -78528,7 +76620,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6732"/> + <location filename="../UI/UserInterface.py" line="6735"/> <source>Version Check</source> <translation type="unfinished"></translation> </message> @@ -78603,22 +76695,22 @@ <translation type="unfinished">Qt v.3 není podporováno v eric5. {3 ?} {6.?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6895"/> + <location filename="../UI/UserInterface.py" line="6898"/> <source>The update to <b>{0}</b> of eric6 is available at <b>{1}</b>. Would you like to get it?</source> <translation type="unfinished">Aktualizace <b>{0}</b> eric5 je připravena na <b>{1}</b>. Chcete ji stáhnout a nainstalovat? {0}?} {6 ?} {1}?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6908"/> + <location filename="../UI/UserInterface.py" line="6911"/> <source>Eric6 is up to date</source> <translation type="unfinished">Eric5 je aktuální {6 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6908"/> + <location filename="../UI/UserInterface.py" line="6911"/> <source>You are using the latest version of eric6</source> <translation type="unfinished">Používáte poslední verzi eric6</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6990"/> + <location filename="../UI/UserInterface.py" line="6993"/> <source>eric6 has not been configured yet. The configuration dialog will be started.</source> <translation type="unfinished">eric5 nebyl ještě nakonfigurován. Bude spuštěn konfigurační dialog. {6 ?}</translation> </message> @@ -78638,7 +76730,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6748"/> + <location filename="../UI/UserInterface.py" line="6751"/> <source>The versions information cannot not be downloaded because you are <b>offline</b>. Please go online and try again.</source> <translation type="unfinished"></translation> </message> @@ -78723,17 +76815,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6883"/> + <location filename="../UI/UserInterface.py" line="6886"/> <source>Update Check</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6883"/> + <location filename="../UI/UserInterface.py" line="6886"/> <source>You installed eric directly from the source code. There is no possibility to check for the availability of an update.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6873"/> + <location filename="../UI/UserInterface.py" line="6876"/> <source>You are using a snapshot release of eric6. A more up-to-date stable release might be available.</source> <translation type="unfinished"></translation> </message> @@ -83373,18 +81465,18 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="63"/> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="65"/> <source>Virtualenv Target Directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="68"/> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="70"/> <source>Python Interpreter</source> <translation type="unfinished"></translation> </message> <message> <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="106"/> - <source>Select to denote a global environment (i.e. no virtual environment directory to be given)</source> + <source>Select,if this is a global environment (i.e. no virtual environment directory to be given)</source> <translation type="unfinished"></translation> </message> <message> @@ -83398,12 +81490,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="145"/> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="155"/> <source>PATH Prefix:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="73"/> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="75"/> <source>Enter the executable search path to be prepended to the PATH environment variable. Use '{0}' as the separator.</source> <translation type="unfinished"></translation> </message> @@ -83420,7 +81512,7 @@ </message> <message> <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="120"/> - <source>Select, if this is an Conda environment</source> + <source>Select, if this is a Conda environment</source> <translation type="unfinished"></translation> </message> <message> @@ -83428,6 +81520,16 @@ <source>Conda Environment</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="130"/> + <source>Select, if this is a remotely accessed environment</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="133"/> + <source>Remote Environment</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>VirtualenvConfigurationDialog</name> @@ -83848,52 +81950,52 @@ <context> <name>VirtualenvManager</name> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="187"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="194"/> <source>Add Virtual Environment</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="187"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="194"/> <source>A virtual environment named <b>{0}</b> exists already. Shall it be replaced?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="244"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="255"/> <source>Change Virtual Environment</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="293"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="307"/> <source>A virtual environment named <b>{0}</b> does not exist. Aborting!</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="293"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="307"/> <source>Rename Virtual Environment</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="371"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="387"/> <source>{0} - {1}</source> <translation type="unfinished">{0} - {1}</translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="322"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="337"/> <source>Delete Virtual Environments</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="322"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="337"/> <source>Do you really want to delete these virtual environments?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="376"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="392"/> <source>Remove Virtual Environments</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="376"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="392"/> <source>Do you really want to remove these virtual environments?</source> <translation type="unfinished"></translation> </message> @@ -84919,11 +83021,6 @@ <translation type="unfinished">Soukromí</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="242"/> - <source>Select to enable JavaScript</source> - <translation type="obsolete">Vybrat pro zapnutí JavaScriptu</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="465"/> <source>Enable JavaScript</source> <translation type="unfinished">Zapnout JavaScript</translation> @@ -85712,11 +83809,6 @@ </translation> </message> <message> - <location filename="../WebBrowser/WebBrowserTabWidget.py" line="1027"/> - <source>&Close</source> - <translation type="obsolete">&Zavřít</translation> - </message> - <message> <location filename="../WebBrowser/WebBrowserTabWidget.py" line="1032"/> <source>&Quit</source> <translation type="unfinished">&Konec</translation> @@ -87691,11 +85783,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1878"/> - <source>&Go</source> - <translation type="obsolete">&Jít</translation> - </message> - <message> <location filename="../WebBrowser/WebBrowserWindow.py" line="2057"/> <source>H&istory</source> <translation type="unfinished">H&istorie</translation> @@ -87721,11 +85808,6 @@ <translation type="unfinished">&Nástroje</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1967"/> - <source>&Window</source> - <translation type="obsolete">O&kno</translation> - </message> - <message> <location filename="../WebBrowser/WebBrowserWindow.py" line="2165"/> <source>&Help</source> <translation type="unfinished">&Nápověda</translation> @@ -87776,11 +85858,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="2054"/> - <source>Go</source> - <translation type="obsolete">Jít</translation> - </message> - <message> <location filename="../WebBrowser/WebBrowserWindow.py" line="2415"/> <source>VirusTotal</source> <translation type="unfinished"></translation> @@ -87811,11 +85888,6 @@ <translation type="unfinished">OK</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="2209"/> - <source>Help Files (*.html *.htm);;PDF Files (*.pdf);;CHM Files (*.chm);;All Files (*)</source> - <translation type="obsolete">Help soubory (*.html *.htm);;PDF soubory (*.pdf);;CHM soubory (*.chm);;Všechny soubory (*)</translation> - </message> - <message> <location filename="../WebBrowser/WebBrowserWindow.py" line="2619"/> <source><b>eric6 Web Browser - {0}</b><p>The eric6 Web Browser is a combined help file and HTML browser. It is part of the eric6 development toolset.</p><p>It is based on QtWebEngine {1} and Chrome {2}.</p></source> <translation type="unfinished"></translation> @@ -88616,12 +86688,12 @@ <context> <name>eric6</name> <message> - <location filename="../eric6.py" line="393"/> + <location filename="../eric6.py" line="394"/> <source>Starting...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../eric6.py" line="398"/> + <location filename="../eric6.py" line="399"/> <source>Generating Main Window...</source> <translation type="unfinished">Generování hlavního okna...</translation> </message>
--- a/i18n/eric6_de.ts Wed Feb 13 20:39:03 2019 +0100 +++ b/i18n/eric6_de.ts Wed Feb 13 20:39:58 2019 +0100 @@ -6665,42 +6665,42 @@ <context> <name>DebuggerInterfacePython</name> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="461"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="465"/> <source>Start Debugger</source> <translation>Debugger starten</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="461"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="465"/> <source><p>The debugger backend could not be started.</p></source> <translation><p>Der Debugger konnte nicht gestartet werden.</p></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="956"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="960"/> <source>Parent Process</source> <translation>Vaterprozess</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="957"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="961"/> <source>Child process</source> <translation>Kindprozess</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="958"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="962"/> <source>Client forking</source> <translation>Client forkt</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="958"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="962"/> <source>Select the fork branch to follow.</source> <translation>Wähle den zu folgenden Forkpfad.</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="1004"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="1008"/> <source>Debug Protocol Error</source> <translation>Fehler im Debugprotokoll</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="1004"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="1008"/> <source><p>The response received from the debugger backend could not be decoded. Please report this issue with the received data to the eric bugs email address.</p><p>Error: {0}</p><p>Data:<br/>{1}</p></source> <translation><p>Die vom Debugger empfangene Antwort konnte nicht dekodiert werden. Bitte berichten sie diesen Fehler zusammen mit den empfangenen Daten an die eric Bugs Emailadresse.</p><p>Fehler: {0}</p><p>Daten:<br/>{1}</p></translation> </message> @@ -17660,7 +17660,7 @@ <translation>Der git-Prozess endete mit dem Code {0}</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1558"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1561"/> <source>The git process did not finish within 30s.</source> <translation>Der git-Prozess endete nicht innerhalb von 30s.</translation> </message> @@ -17835,362 +17835,362 @@ </translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1383"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1386"/> <source>Create {0} file</source> <translation>Erzeuge {0}-Datei</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1383"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1386"/> <source><p>The file <b>{0}</b> exists already. Overwrite it?</p></source> <translation><p>Die Datei <b>{0}</b> existiert bereits. Überschreiben?</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1442"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1445"/> <source>Git Copy</source> <translation>Git Kopiere</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1427"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1430"/> <source><p>Copying the directory <b>{0}</b> failed.</p><p>Reason: {1}</p></source> <translation><p>Das Kopieren des Verzeichnisses <b>{0}</b> ist fehlgeschlagen.</p><p>Ursache: {1}</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1442"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1445"/> <source><p>Copying the file <b>{0}</b> failed.</p><p>Reason: {1}</p></source> <translation><p>Das Kopieren der Datei <b>{0}</b> ist fehlgeschlagen.</p><p>Ursache: {1}</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2627"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2630"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation>Der Prozess {0} konnte nicht gestartet werden. Stellen Sie sicher, dass er sich im Suchpfad befindet.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1629"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1632"/> <source>Git Side-by-Side Difference</source> <translation>Git Unterschiede nebeneinander anzeigen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1629"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1632"/> <source><p>The file <b>{0}</b> could not be read.</p></source> <translation><p>Die Datei <b>{0}</b> konnte nicht gelesen werden.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1678"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1681"/> <source>Fetching from a remote Git repository</source> <translation>Änderungen von einem entfernten Git Repository abholen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1716"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1719"/> <source>Pulling from a remote Git repository</source> <translation>Pull von einem entfernten Git-Repository</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1757"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1760"/> <source>Pushing to a remote Git repository</source> <translation>Push in ein entferntes Git-Repository</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1785"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1788"/> <source>Committing failed merge</source> <translation>Fehlgeschlagene Zusammenführung abschließen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1812"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1815"/> <source>Aborting uncommitted/failed merge</source> <translation>Zusammenführung abbrechen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1962"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1965"/> <source>Tagging in the Git repository</source> <translation>Marke im Git-Repository setzen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2193"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2196"/> <source>Branching in the Git repository</source> <translation>Zweig im Git-Repository erzeugen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2233"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2236"/> <source>Delete Remote Branch</source> <translation>Entfernten Zweig löschen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2254"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2257"/> <source>Current Branch</source> <translation>Aktueller Zweig</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2254"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2257"/> <source><p>The current branch is <b>{0}</b>.</p></source> <translation><p>Der aktuelle Zweig ist <b>{0}</b>.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2318"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2321"/> <source>Create Bundle</source> <translation>Paket erzeugen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2283"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2286"/> <source>Git Bundle Files (*.bundle)</source> <translation>Git Paketdateien (*.bundle)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2300"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2303"/> <source><p>The Git bundle file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>Die Git Paketdatei <b>{0}</b> existiert bereits. Überschreiben?</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2348"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2351"/> <source>Verify Bundle</source> <translation>Paket verifizieren</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2478"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2481"/> <source>Git Bundle Files (*.bundle);;All Files (*)</source> <translation>Git Paketdateien (*.bundle);;Alle Dateien (*)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2378"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2381"/> <source>List Bundle Heads</source> <translation>Köpfe des Pakets anzeigen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2478"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2481"/> <source>Apply Bundle</source> <translation>Paket anwenden</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2501"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2504"/> <source>Applying a bundle file (fetch)</source> <translation>Paketdatei anwenden (fetch)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2528"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2531"/> <source>Bisect subcommand ({0}) invalid.</source> <translation>Ungültiger Bisect Unterbefehl ({0}).</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2731"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2734"/> <source>Git Bisect ({0})</source> <translation>Git-Bisect ({0})</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2627"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2630"/> <source>Process Generation Error</source> <translation>Fehler beim Prozessstart</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2671"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2674"/> <source>Create Bisect Replay File</source> <translation>Erzeuge Bisect Wiederholungsdatei</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2637"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2640"/> <source>Git Bisect Replay Files (*.replay)</source> <translation>Git Bisect Wiederholungsdateien (*.replay)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2654"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2657"/> <source><p>The Git bisect replay file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>Die Git Wiederholungsdatei <b>{0}</b> existiert bereits. Überschreiben?</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2671"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2674"/> <source><p>The file <b>{0}</b> could not be written.</p><p>Reason: {1}</p></source> <translation><p>Die Datei <b>{0}</b> konnte nicht gespeichert werden.<br/>Grund: {1}</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2692"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2695"/> <source>Edit Bisect Replay File</source> <translation>Bisect Wiederholungsdatei bearbeiten</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2719"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2722"/> <source>Git Bisect Replay Files (*.replay);;All Files (*)</source> <translation>Git Bisect Wiederholungsdateien (*.replay);;Alle Dateien (*)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2719"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2722"/> <source>Bisect Replay</source> <translation>Bisect wiederholen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3071"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3074"/> <source>Show Remote Info</source> <translation>Zeige entfernte Informationen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2950"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2953"/> <source>Rename Remote Repository</source> <translation>Entferntes Repository umbenennen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2950"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2953"/> <source>Enter new name for remote repository:</source> <translation>Gib einen Namen für das entfernte Repository ein:</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3095"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3098"/> <source>Show Shortlog</source> <translation>Kurzbeschreibungen anzeigen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3153"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3156"/> <source>Cherry-pick</source> <translation>Aussuchen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3183"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3186"/> <source>Copy Changesets (Continue)</source> <translation>Änderungssätze kopieren (Fortsetzung)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3208"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3211"/> <source>Copy Changesets (Quit)</source> <translation>Änderungssätze kopieren (Beenden)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3234"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3237"/> <source>Copy Changesets (Cancel)</source> <translation>Änderungssätze kopieren (Abbrechen)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3314"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3317"/> <source>Saving stash</source> <translation>Ablage sichern</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3513"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3516"/> <source>Show Stash</source> <translation>Ablage anzeigen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3513"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3516"/> <source>Select a stash (empty for latest stash):</source> <translation>Wähle eine Ablage (leer für aktuellste):</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3425"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3428"/> <source>Restore Stash</source> <translation>Ablage wiederherstellen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3439"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3442"/> <source>Restoring stash</source> <translation>Stelle Ablage wieder her</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3473"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3476"/> <source>Create Branch</source> <translation>Zweig erzeugen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3463"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3466"/> <source>Enter a branch name to restore a stash to:</source> <translation>Gib einen Zweignamen für die Ablagewiederherstellung ein:</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3488"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3491"/> <source>Creating branch</source> <translation>Erzeuge Zweig</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3522"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3525"/> <source>Delete Stash</source> <translation>Ablage löschen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3522"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3525"/> <source>Do you really want to delete the stash <b>{0}</b>?</source> <translation>Soll die Ablage <b>{0}</b> wirklich gelöscht werden?</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3533"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3536"/> <source>Deleting stash</source> <translation>Lösche Ablage</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3553"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3556"/> <source>Delete All Stashes</source> <translation>Alle Ablagen löschen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3553"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3556"/> <source>Do you really want to delete all stashes?</source> <translation>Sollen wirklich alle Ablagen gelöscht werden?</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3561"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3564"/> <source>Deleting all stashes</source> <translation>Lösche alle Ablagen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3633"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3636"/> <source>Showing the combined configuration settings</source> <translation>Zeige die kombinierten Einstellungen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3659"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3662"/> <source>Verifying the integrity of the Git repository</source> <translation>Verifiziere die Integrität des Git-Repository</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3684"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3687"/> <source>Performing Repository Housekeeping</source> <translation>Führe Repository Reorganisation durch</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3728"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3731"/> <source><tr><td><b>Statistics</b></td></tr></source> <translation><tr><td><b>Statistik</b></td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3729"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3732"/> <source><tr><td>Number of loose objects: </td><td>{0}</td></tr></source> <translation><tr><td>Anzahl loser Objekte: </td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3733"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3736"/> <source><tr><td>Disk space used by loose objects: </td><td>{0} KiB</td></tr></source> <translation><tr><td>Festplattenverbrauch durch lose Objekte: </td><td>{0} KiB</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3737"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3740"/> <source><tr><td>Number of packed objects: </td><td>{0}</td></tr></source> <translation><tr><td>Anzahl gepackter Objekte: </td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3741"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3744"/> <source><tr><td>Number of packs: </td><td>{0}</td></tr></source> <translation><tr><td>Anzahl Pakete: </td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3745"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3748"/> <source><tr><td>Disk space used by packed objects: </td><td>{0} KiB</td></tr></source> <translation><tr><td>Festplattenverbrauch durch lose Objekte </td><td>{0} KiB</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3749"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3752"/> <source><tr><td>Packed objects waiting for pruning: </td><td>{0}</td></tr></source> <translation><tr><td>Gepackte Objekte bereit zum Löschen: </td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3753"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3756"/> <source><tr><td>Garbage files: </td><td>{0}</td></tr></source> <translation><tr><td>Wertlose Dateien: </td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3757"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3760"/> <source><tr><td>Disk space used by garbage files: </td><td>{0} KiB</td></tr></source> <translation><tr><td>Festplattenverbrauch durch wertlose Dateien: </td><td>{0} KiB</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3763"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3766"/> <source><p><b>No statistics available.</b></p></source> <translation><p><b>Keine Statistik verfügbar.</b></p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3829"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3832"/> <source>Creating Archive</source> <translation>Erzeuge Archiv</translation> </message> @@ -18205,72 +18205,72 @@ <translation><p>Soll wirklich auf <b>{0}</b> umgeschaltet werden?</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1845"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1848"/> <source>Applying patch</source> <translation>Patch anwenden</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1877"/> - <source>Check patch files</source> - <translation>Patchdateien prüfen</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1880"/> + <source>Check patch files</source> + <translation>Patchdateien prüfen</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1883"/> <source>Apply patch files</source> <translation>Patchdateien anwenden</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3872"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3875"/> <source>Add Submodule</source> <translation>Submodul hinzufügen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3942"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3945"/> <source>List Submodules</source> <translation>Submodule auflisten</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3942"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3945"/> <source>No submodules defined for the project.</source> <translation>Für das Projekt sind keine Submodule definiert.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3957"/> - <source>All</source> - <translation>Alle</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3960"/> + <source>All</source> + <translation>Alle</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3963"/> <source>Submodule Path</source> <translation>Submodulpfad</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3960"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3963"/> <source>Select a submodule path:</source> <translation>Wähle einen Submodulpfad:</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4013"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4016"/> <source>Initialize Submodules</source> <translation>Submodule initialisieren</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4050"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4053"/> <source>Unregister Submodules</source> <translation>Submodule deregistrieren</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4130"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4133"/> <source>Update Submodules</source> <translation>Submodule aktualisieren</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4164"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4167"/> <source>Synchronize Submodules</source> <translation>Submodule synchronisieren</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4222"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4225"/> <source>Submodules Summary</source> <translation>Submodulüberblick</translation> </message> @@ -23771,12 +23771,12 @@ <translation>Aktion &erzwingen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmoduleAddDialog.py" line="92"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmoduleAddDialog.py" line="103"/> <source>Select Submodule Repository Directory</source> <translation>Submodulrepositoryverzeichnis auswählen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmoduleAddDialog.py" line="118"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmoduleAddDialog.py" line="129"/> <source>Select Submodule Directory</source> <translation>Submodulverzeichnis auswählen</translation> </message> @@ -46417,47 +46417,47 @@ <context> <name>NetworkManager</name> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="181"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="197"/> <source>SSL Certificate Error</source> <translation>SSL Zertifikatsfehler</translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="182"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="198"/> <source><b>{0}</b><p>The page you are trying to access has errors in the SSL certificate.</p><ul><li>{1}</li></ul><p>Would you like to make an exception?</p></source> <translation><b>{0}</b><p>Die Seite, auf die zugegriffen werden soll, besitzt Fehler in ihrem SSL Zertifikat.</p><ul><li>{1}</li></ul><p>Soll eine Ausnahme erstellt werden?</p></translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="192"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="208"/> <source>&Permanent accept</source> <translation>&Immer akzeptieren</translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="194"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="210"/> <source>&Temporary accept</source> <translation>&Vorläufig akzeptieren</translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="196"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="212"/> <source>&Reject</source> <translation>&Ablehnen</translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="229"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="245"/> <source><b>Enter username and password for '{0}', realm '{1}'</b></source> <translation><b>Gib Nutzernamen und Kennwort für „{0}“ und Realm „{1}“ ein</b></translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="232"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="248"/> <source><b>Enter username and password for '{0}'</b></source> <translation><b>Gib Nutzernamen und Kennwort für „{0}“ ein</b></translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="275"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="291"/> <source>Authentication required</source> <translation>Authentisierung erforderlich</translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="276"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="292"/> <source>Authentication is required to access:</source> <translation>Eine Authentisierung ist zum Zugriff auf diese URL erforderlich:</translation> </message> @@ -75805,12 +75805,12 @@ <translation><p>Der PyQt4-Dokumentations-Startpunkt ist nicht konfiguriert.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6915"/> + <location filename="../UI/UserInterface.py" line="6918"/> <source>Error during updates check</source> <translation>Fehler während der Aktualisierungsprüfung</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6895"/> + <location filename="../UI/UserInterface.py" line="6898"/> <source>Update available</source> <translation>Aktualisierung verfügbar</translation> </message> @@ -75820,7 +75820,7 @@ <translation><h3>Versionsnummern</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6953"/> + <location filename="../UI/UserInterface.py" line="6956"/> <source></table></source> <translation></table></translation> </message> @@ -75845,22 +75845,22 @@ <translation>Zeige externe &Werkzeuge</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6915"/> + <location filename="../UI/UserInterface.py" line="6918"/> <source>Could not perform updates check.</source> <translation>Konnte keine Aktualisierungsprüfung durchführen.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6728"/> + <location filename="../UI/UserInterface.py" line="6731"/> <source>&Cancel</source> <translation>&Abbrechen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6737"/> + <location filename="../UI/UserInterface.py" line="6740"/> <source>Trying host {0}</source> <translation>Prüfe Host {0}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6990"/> + <location filename="../UI/UserInterface.py" line="6993"/> <source>First time usage</source> <translation>Erstmalige Nutzung</translation> </message> @@ -75955,7 +75955,7 @@ <translation>Zeige die verfügbaren eric-Versionen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6939"/> + <location filename="../UI/UserInterface.py" line="6942"/> <source><h3>Available versions</h3><table></source> <translation><h3>Verfügbare Versionen</h3><table></translation> </message> @@ -76405,12 +76405,12 @@ <translation><b>Python 2-Dokumentation</b><p>Zeigt die Python 2-Dokumentation an. Ist kein Dokumentationsverzeichnis konfiguriert, so ist der Ort, an dem die Python 2-Dokumentation gesucht wird, unter Windows das Verzeichnis <i>doc</i> unter dem Verzeichnis, in dem der konfigurierte Python 2-Interpreter installiert ist, und unter Unix das Verzeichnis <i>/usr/share/doc/packages/python/html/python-docs-html</i>. Um dies zu überschreiben, können Sie die Umgebungsvariable PYTHON2DOCDIR setzen.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6801"/> + <location filename="../UI/UserInterface.py" line="6804"/> <source>Error getting versions information</source> <translation>Fehler beim Herunterladen der Versionsinformationen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6794"/> + <location filename="../UI/UserInterface.py" line="6797"/> <source>The versions information could not be downloaded. Please go online and try again.</source> <translation>Die Versionsinformationen konnten nicht heruntergeladen werden. Bitte gehen Sie online und versuchen Sie es erneut.</translation> </message> @@ -76425,7 +76425,7 @@ <translation>Der Systemwebbrowser konnte nicht gestartet werden</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6801"/> + <location filename="../UI/UserInterface.py" line="6804"/> <source>The versions information could not be downloaded for the last 7 days. Please go online and try again.</source> <translation>Die Versionsinformationen konnten seit 7 Tagen nicht heruntergeladen werden. Bitte gehen Sie online und versuchen Sie es erneut.</translation> </message> @@ -76516,7 +76516,7 @@ <translation><p>Die Bildschirmfotoanwendung konnte nicht gestartet werden.<br>Stellen Sie sicher, dass sie als <b>{0}</b> verfügbar ist.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7009"/> + <location filename="../UI/UserInterface.py" line="7012"/> <source>Select Workspace Directory</source> <translation>Wähle Arbeitsverzeichnis</translation> </message> @@ -76901,7 +76901,7 @@ <translation><b>Python 3-Dokumentation</b><p>Zeigt die Python 3-Dokumentation an. Ist kein Dokumentationsverzeichnis konfiguriert, so ist der Ort, an dem die Python 3-Dokumentation gesucht wird, unter Windows das Verzeichnis <i>doc</i> unter dem Verzeichnis, in dem der Python 3-Interpreter installiert ist, und unter Unix das Verzeichnis <i>/usr/share/doc/packages/python/html</i>. Um dies zu überschreiben, können Sie die Umgebungsvariable PYTHON3DOCDIR setzen.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6728"/> + <location filename="../UI/UserInterface.py" line="6731"/> <source>%v/%m</source> <translation>%v/%m</translation> </message> @@ -76921,7 +76921,7 @@ <translation><b>Zeige Fehlerbericht...</b><p>Dies öffnet einen Dialog zur Anzeige des aktuellsten Fehlerberichtes.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6732"/> + <location filename="../UI/UserInterface.py" line="6735"/> <source>Version Check</source> <translation>Versionsprüfung</translation> </message> @@ -76997,22 +76997,22 @@ <translation>Qt v.3 wird von eric6 nicht unterstützt.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6895"/> + <location filename="../UI/UserInterface.py" line="6898"/> <source>The update to <b>{0}</b> of eric6 is available at <b>{1}</b>. Would you like to get it?</source> <translation>Eine Aktualisierung auf <b>{0}</b> von Eric6 ist unter <b>{1}</b> verfügbar. Wollen Sie sie laden?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6908"/> + <location filename="../UI/UserInterface.py" line="6911"/> <source>Eric6 is up to date</source> <translation>Eric6 ist aktuell</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6908"/> + <location filename="../UI/UserInterface.py" line="6911"/> <source>You are using the latest version of eric6</source> <translation>Sie verwenden die aktuellste Version von eric6</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6990"/> + <location filename="../UI/UserInterface.py" line="6993"/> <source>eric6 has not been configured yet. The configuration dialog will be started.</source> <translation>eric6 wurde noch nicht konfiguriert. Der Konfigurationsdialog wird nun gestartet.</translation> </message> @@ -77032,7 +77032,7 @@ <translation>Keine Benutzerwerkzeuge konfiguriert</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6748"/> + <location filename="../UI/UserInterface.py" line="6751"/> <source>The versions information cannot not be downloaded because you are <b>offline</b>. Please go online and try again.</source> <translation>Die Versionsinformationen konnten nicht heruntergeladen werden, da sie <b>nicht verbunden</b> sind. Bitte gehen Sie online und versuchen Sie es erneut.</translation> </message> @@ -77117,17 +77117,17 @@ <translation>Initialisiere Plugins...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6883"/> + <location filename="../UI/UserInterface.py" line="6886"/> <source>Update Check</source> <translation>Aktualisierungsprüfung</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6883"/> + <location filename="../UI/UserInterface.py" line="6886"/> <source>You installed eric directly from the source code. There is no possibility to check for the availability of an update.</source> <translation>Eric wurde direkt von vom Quelltext installiert. Eine Aktualitätsprüfung ist daher nicht möglich.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6873"/> + <location filename="../UI/UserInterface.py" line="6876"/> <source>You are using a snapshot release of eric6. A more up-to-date stable release might be available.</source> <translation>Sie verwenden ein Snapshot-Release von eri6. Eine neueres, stabiles Release könnte verfügbar sein.</translation> </message> @@ -81746,19 +81746,19 @@ <translation>Gib den Python Interpreter der virtuellen Umgebung ein</translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="63"/> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="65"/> <source>Virtualenv Target Directory</source> <translation>Zielverzeichnis der virtullen Umgebung</translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="68"/> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="70"/> <source>Python Interpreter</source> <translation>Python Interpreter</translation> </message> <message> <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="106"/> - <source>Select to denote a global environment (i.e. no virtual environment directory to be given)</source> - <translation>Auswählen, um eine globale Umgebung anzudeuten (d.h. es wird keine Verzeichnis für die virtuelle Umgebung angegeben)</translation> + <source>Select,if this is a global environment (i.e. no virtual environment directory to be given)</source> + <translation>Auswählen, wenn dies eine globale Umgebung ist (d.h. es wird kein Verzeichnis für die virtuelle Umgebung angegeben)</translation> </message> <message> <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="113"/> @@ -81771,12 +81771,12 @@ <translation>Wähle die Pythonvariante</translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="145"/> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="155"/> <source>PATH Prefix:</source> <translation>PATH Präfix:</translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="73"/> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="75"/> <source>Enter the executable search path to be prepended to the PATH environment variable. Use '{0}' as the separator.</source> <translation>Gib den Suchpfad ein, der der PATH Umgebungsvariablen vorangestellt werden soll. Verwende '{0}' als Trenner.</translation> </message> @@ -81794,7 +81794,7 @@ </message> <message> <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="120"/> - <source>Select, if this is an Conda environment</source> + <source>Select, if this is a Conda environment</source> <translation>Auswählen, wenn dies eine Conda Umgebung ist</translation> </message> <message> @@ -81802,6 +81802,16 @@ <source>Conda Environment</source> <translation>Conda Umgebung</translation> </message> + <message> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="130"/> + <source>Select, if this is a remotely accessed environment</source> + <translation>Auswählen, wenn dies eine Umgebung über Fernzugriff ist</translation> + </message> + <message> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="133"/> + <source>Remote Environment</source> + <translation>Umgebung über Fernzugriff</translation> + </message> </context> <context> <name>VirtualenvConfigurationDialog</name> @@ -82244,52 +82254,52 @@ <context> <name>VirtualenvManager</name> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="187"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="194"/> <source>Add Virtual Environment</source> <translation>Virtuelle Umgebung hinzufügen</translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="187"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="194"/> <source>A virtual environment named <b>{0}</b> exists already. Shall it be replaced?</source> <translation>Eine virtuelle Umgebung mit Namen <b>{0}</b> existiert bereits. Soll sie ersetzt werden?</translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="244"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="255"/> <source>Change Virtual Environment</source> <translation>Virtuelle Umgebung ändern</translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="293"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="307"/> <source>A virtual environment named <b>{0}</b> does not exist. Aborting!</source> <translation>Eine virtuelle Umgebung mit Namen <b>{0}</b> existiert nicht. Abbruch!</translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="293"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="307"/> <source>Rename Virtual Environment</source> <translation>Virtuelle Umgebung umbenennen</translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="371"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="387"/> <source>{0} - {1}</source> <translation>{0} – {1}</translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="322"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="337"/> <source>Delete Virtual Environments</source> <translation>Virtuelle Umgebung löschen</translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="322"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="337"/> <source>Do you really want to delete these virtual environments?</source> <translation>Sollen diese virtuellen Umgebungen wirklich gelöscht werden?</translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="376"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="392"/> <source>Remove Virtual Environments</source> <translation>Virtuelle Umgebung entfernen</translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="376"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="392"/> <source>Do you really want to remove these virtual environments?</source> <translation>Sollen diese virtuellen Umgebungen wirklich entfernt werden?</translation> </message> @@ -87008,12 +87018,12 @@ <context> <name>eric6</name> <message> - <location filename="../eric6.py" line="393"/> + <location filename="../eric6.py" line="394"/> <source>Starting...</source> <translation>Starte...</translation> </message> <message> - <location filename="../eric6.py" line="398"/> + <location filename="../eric6.py" line="399"/> <source>Generating Main Window...</source> <translation>Erzeuge das Hauptfenster...</translation> </message>
--- a/i18n/eric6_empty.ts Wed Feb 13 20:39:03 2019 +0100 +++ b/i18n/eric6_empty.ts Wed Feb 13 20:39:58 2019 +0100 @@ -6597,42 +6597,42 @@ <context> <name>DebuggerInterfacePython</name> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="461"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="465"/> <source>Start Debugger</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="461"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="465"/> <source><p>The debugger backend could not be started.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="956"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="960"/> <source>Parent Process</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="957"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="961"/> <source>Child process</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="958"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="962"/> <source>Client forking</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="958"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="962"/> <source>Select the fork branch to follow.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="1004"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="1008"/> <source>Debug Protocol Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="1004"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="1008"/> <source><p>The response received from the debugger backend could not be decoded. Please report this issue with the received data to the eric bugs email address.</p><p>Error: {0}</p><p>Data:<br/>{1}</p></source> <translation type="unfinished"></translation> </message> @@ -17533,7 +17533,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1558"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1561"/> <source>The git process did not finish within 30s.</source> <translation type="unfinished"></translation> </message> @@ -17713,432 +17713,432 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1383"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1386"/> <source>Create {0} file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1383"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1386"/> <source><p>The file <b>{0}</b> exists already. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1442"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1445"/> <source>Git Copy</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1427"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1430"/> <source><p>Copying the directory <b>{0}</b> failed.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1442"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1445"/> <source><p>Copying the file <b>{0}</b> failed.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2627"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2630"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1629"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1632"/> <source>Git Side-by-Side Difference</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1629"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1632"/> <source><p>The file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1678"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1681"/> <source>Fetching from a remote Git repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1716"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1719"/> <source>Pulling from a remote Git repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1757"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1760"/> <source>Pushing to a remote Git repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1785"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1788"/> <source>Committing failed merge</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1812"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1815"/> <source>Aborting uncommitted/failed merge</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1845"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1848"/> <source>Applying patch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1877"/> - <source>Check patch files</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1880"/> + <source>Check patch files</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1883"/> <source>Apply patch files</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1962"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1965"/> <source>Tagging in the Git repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2193"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2196"/> <source>Branching in the Git repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2233"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2236"/> <source>Delete Remote Branch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2254"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2257"/> <source>Current Branch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2254"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2257"/> <source><p>The current branch is <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2318"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2321"/> <source>Create Bundle</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2283"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2286"/> <source>Git Bundle Files (*.bundle)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2300"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2303"/> <source><p>The Git bundle file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2348"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2351"/> <source>Verify Bundle</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2478"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2481"/> <source>Git Bundle Files (*.bundle);;All Files (*)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2378"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2381"/> <source>List Bundle Heads</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2478"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2481"/> <source>Apply Bundle</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2501"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2504"/> <source>Applying a bundle file (fetch)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2528"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2531"/> <source>Bisect subcommand ({0}) invalid.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2731"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2734"/> <source>Git Bisect ({0})</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2627"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2630"/> <source>Process Generation Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2671"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2674"/> <source>Create Bisect Replay File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2637"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2640"/> <source>Git Bisect Replay Files (*.replay)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2654"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2657"/> <source><p>The Git bisect replay file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2671"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2674"/> <source><p>The file <b>{0}</b> could not be written.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2692"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2695"/> <source>Edit Bisect Replay File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2719"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2722"/> <source>Git Bisect Replay Files (*.replay);;All Files (*)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2719"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2722"/> <source>Bisect Replay</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3071"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3074"/> <source>Show Remote Info</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2950"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2953"/> <source>Rename Remote Repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2950"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2953"/> <source>Enter new name for remote repository:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3095"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3098"/> <source>Show Shortlog</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3153"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3156"/> <source>Cherry-pick</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3183"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3186"/> <source>Copy Changesets (Continue)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3208"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3211"/> <source>Copy Changesets (Quit)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3234"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3237"/> <source>Copy Changesets (Cancel)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3314"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3317"/> <source>Saving stash</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3513"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3516"/> <source>Show Stash</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3513"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3516"/> <source>Select a stash (empty for latest stash):</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3425"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3428"/> <source>Restore Stash</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3439"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3442"/> <source>Restoring stash</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3473"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3476"/> <source>Create Branch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3463"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3466"/> <source>Enter a branch name to restore a stash to:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3488"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3491"/> <source>Creating branch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3522"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3525"/> <source>Delete Stash</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3522"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3525"/> <source>Do you really want to delete the stash <b>{0}</b>?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3533"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3536"/> <source>Deleting stash</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3553"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3556"/> <source>Delete All Stashes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3553"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3556"/> <source>Do you really want to delete all stashes?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3561"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3564"/> <source>Deleting all stashes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3633"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3636"/> <source>Showing the combined configuration settings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3659"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3662"/> <source>Verifying the integrity of the Git repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3684"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3687"/> <source>Performing Repository Housekeeping</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3728"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3731"/> <source><tr><td><b>Statistics</b></td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3729"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3732"/> <source><tr><td>Number of loose objects: </td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3733"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3736"/> <source><tr><td>Disk space used by loose objects: </td><td>{0} KiB</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3737"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3740"/> <source><tr><td>Number of packed objects: </td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3741"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3744"/> <source><tr><td>Number of packs: </td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3745"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3748"/> <source><tr><td>Disk space used by packed objects: </td><td>{0} KiB</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3749"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3752"/> <source><tr><td>Packed objects waiting for pruning: </td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3753"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3756"/> <source><tr><td>Garbage files: </td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3757"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3760"/> <source><tr><td>Disk space used by garbage files: </td><td>{0} KiB</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3763"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3766"/> <source><p><b>No statistics available.</b></p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3829"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3832"/> <source>Creating Archive</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3872"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3875"/> <source>Add Submodule</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3942"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3945"/> <source>List Submodules</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3942"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3945"/> <source>No submodules defined for the project.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3957"/> - <source>All</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3960"/> + <source>All</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3963"/> <source>Submodule Path</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3960"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3963"/> <source>Select a submodule path:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4013"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4016"/> <source>Initialize Submodules</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4050"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4053"/> <source>Unregister Submodules</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4130"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4133"/> <source>Update Submodules</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4164"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4167"/> <source>Synchronize Submodules</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4222"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4225"/> <source>Submodules Summary</source> <translation type="unfinished"></translation> </message> @@ -23616,12 +23616,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmoduleAddDialog.py" line="92"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmoduleAddDialog.py" line="103"/> <source>Select Submodule Repository Directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmoduleAddDialog.py" line="118"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmoduleAddDialog.py" line="129"/> <source>Select Submodule Directory</source> <translation type="unfinished"></translation> </message> @@ -46179,47 +46179,47 @@ <context> <name>NetworkManager</name> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="181"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="197"/> <source>SSL Certificate Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="182"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="198"/> <source><b>{0}</b><p>The page you are trying to access has errors in the SSL certificate.</p><ul><li>{1}</li></ul><p>Would you like to make an exception?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="192"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="208"/> <source>&Permanent accept</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="194"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="210"/> <source>&Temporary accept</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="196"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="212"/> <source>&Reject</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="229"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="245"/> <source><b>Enter username and password for '{0}', realm '{1}'</b></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="232"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="248"/> <source><b>Enter username and password for '{0}'</b></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="275"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="291"/> <source>Authentication required</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="276"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="292"/> <source>Authentication is required to access:</source> <translation type="unfinished"></translation> </message> @@ -76090,7 +76090,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6953"/> + <location filename="../UI/UserInterface.py" line="6956"/> <source></table></source> <translation type="unfinished"></translation> </message> @@ -76352,92 +76352,92 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6728"/> + <location filename="../UI/UserInterface.py" line="6731"/> <source>&Cancel</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6728"/> + <location filename="../UI/UserInterface.py" line="6731"/> <source>%v/%m</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6732"/> + <location filename="../UI/UserInterface.py" line="6735"/> <source>Version Check</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6737"/> + <location filename="../UI/UserInterface.py" line="6740"/> <source>Trying host {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6801"/> + <location filename="../UI/UserInterface.py" line="6804"/> <source>Error getting versions information</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6748"/> + <location filename="../UI/UserInterface.py" line="6751"/> <source>The versions information cannot not be downloaded because you are <b>offline</b>. Please go online and try again.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6794"/> + <location filename="../UI/UserInterface.py" line="6797"/> <source>The versions information could not be downloaded. Please go online and try again.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6801"/> + <location filename="../UI/UserInterface.py" line="6804"/> <source>The versions information could not be downloaded for the last 7 days. Please go online and try again.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6895"/> + <location filename="../UI/UserInterface.py" line="6898"/> <source>Update available</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6895"/> + <location filename="../UI/UserInterface.py" line="6898"/> <source>The update to <b>{0}</b> of eric6 is available at <b>{1}</b>. Would you like to get it?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6908"/> + <location filename="../UI/UserInterface.py" line="6911"/> <source>Eric6 is up to date</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6908"/> + <location filename="../UI/UserInterface.py" line="6911"/> <source>You are using the latest version of eric6</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6915"/> + <location filename="../UI/UserInterface.py" line="6918"/> <source>Error during updates check</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6915"/> + <location filename="../UI/UserInterface.py" line="6918"/> <source>Could not perform updates check.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6939"/> + <location filename="../UI/UserInterface.py" line="6942"/> <source><h3>Available versions</h3><table></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6990"/> + <location filename="../UI/UserInterface.py" line="6993"/> <source>First time usage</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6990"/> + <location filename="../UI/UserInterface.py" line="6993"/> <source>eric6 has not been configured yet. The configuration dialog will be started.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7009"/> + <location filename="../UI/UserInterface.py" line="7012"/> <source>Select Workspace Directory</source> <translation type="unfinished"></translation> </message> @@ -76492,17 +76492,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6883"/> + <location filename="../UI/UserInterface.py" line="6886"/> <source>Update Check</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6883"/> + <location filename="../UI/UserInterface.py" line="6886"/> <source>You installed eric directly from the source code. There is no possibility to check for the availability of an update.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6873"/> + <location filename="../UI/UserInterface.py" line="6876"/> <source>You are using a snapshot release of eric6. A more up-to-date stable release might be available.</source> <translation type="unfinished"></translation> </message> @@ -81104,18 +81104,18 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="63"/> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="65"/> <source>Virtualenv Target Directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="68"/> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="70"/> <source>Python Interpreter</source> <translation type="unfinished"></translation> </message> <message> <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="106"/> - <source>Select to denote a global environment (i.e. no virtual environment directory to be given)</source> + <source>Select,if this is a global environment (i.e. no virtual environment directory to be given)</source> <translation type="unfinished"></translation> </message> <message> @@ -81129,12 +81129,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="145"/> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="155"/> <source>PATH Prefix:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="73"/> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="75"/> <source>Enter the executable search path to be prepended to the PATH environment variable. Use '{0}' as the separator.</source> <translation type="unfinished"></translation> </message> @@ -81151,7 +81151,7 @@ </message> <message> <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="120"/> - <source>Select, if this is an Conda environment</source> + <source>Select, if this is a Conda environment</source> <translation type="unfinished"></translation> </message> <message> @@ -81159,6 +81159,16 @@ <source>Conda Environment</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="130"/> + <source>Select, if this is a remotely accessed environment</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="133"/> + <source>Remote Environment</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>VirtualenvConfigurationDialog</name> @@ -81579,52 +81589,52 @@ <context> <name>VirtualenvManager</name> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="187"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="194"/> <source>Add Virtual Environment</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="187"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="194"/> <source>A virtual environment named <b>{0}</b> exists already. Shall it be replaced?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="244"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="255"/> <source>Change Virtual Environment</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="293"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="307"/> <source>A virtual environment named <b>{0}</b> does not exist. Aborting!</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="293"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="307"/> <source>Rename Virtual Environment</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="371"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="387"/> <source>{0} - {1}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="322"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="337"/> <source>Delete Virtual Environments</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="322"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="337"/> <source>Do you really want to delete these virtual environments?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="376"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="392"/> <source>Remove Virtual Environments</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="376"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="392"/> <source>Do you really want to remove these virtual environments?</source> <translation type="unfinished"></translation> </message> @@ -86315,12 +86325,12 @@ <context> <name>eric6</name> <message> - <location filename="../eric6.py" line="393"/> + <location filename="../eric6.py" line="394"/> <source>Starting...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../eric6.py" line="398"/> + <location filename="../eric6.py" line="399"/> <source>Generating Main Window...</source> <translation type="unfinished"></translation> </message>
--- a/i18n/eric6_en.ts Wed Feb 13 20:39:03 2019 +0100 +++ b/i18n/eric6_en.ts Wed Feb 13 20:39:58 2019 +0100 @@ -6604,42 +6604,42 @@ <context> <name>DebuggerInterfacePython</name> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="461"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="465"/> <source>Start Debugger</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="461"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="465"/> <source><p>The debugger backend could not be started.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="956"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="960"/> <source>Parent Process</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="957"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="961"/> <source>Child process</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="958"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="962"/> <source>Client forking</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="958"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="962"/> <source>Select the fork branch to follow.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="1004"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="1008"/> <source>Debug Protocol Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="1004"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="1008"/> <source><p>The response received from the debugger backend could not be decoded. Please report this issue with the received data to the eric bugs email address.</p><p>Error: {0}</p><p>Data:<br/>{1}</p></source> <translation type="unfinished"></translation> </message> @@ -17552,7 +17552,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1558"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1561"/> <source>The git process did not finish within 30s.</source> <translation type="unfinished"></translation> </message> @@ -17722,362 +17722,362 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1383"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1386"/> <source>Create {0} file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1383"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1386"/> <source><p>The file <b>{0}</b> exists already. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1442"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1445"/> <source>Git Copy</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1427"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1430"/> <source><p>Copying the directory <b>{0}</b> failed.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1442"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1445"/> <source><p>Copying the file <b>{0}</b> failed.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2627"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2630"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1629"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1632"/> <source>Git Side-by-Side Difference</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1629"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1632"/> <source><p>The file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1678"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1681"/> <source>Fetching from a remote Git repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1716"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1719"/> <source>Pulling from a remote Git repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1757"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1760"/> <source>Pushing to a remote Git repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1785"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1788"/> <source>Committing failed merge</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1812"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1815"/> <source>Aborting uncommitted/failed merge</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1962"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1965"/> <source>Tagging in the Git repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2193"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2196"/> <source>Branching in the Git repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2233"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2236"/> <source>Delete Remote Branch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2254"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2257"/> <source>Current Branch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2254"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2257"/> <source><p>The current branch is <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2318"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2321"/> <source>Create Bundle</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2283"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2286"/> <source>Git Bundle Files (*.bundle)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2300"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2303"/> <source><p>The Git bundle file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2348"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2351"/> <source>Verify Bundle</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2478"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2481"/> <source>Git Bundle Files (*.bundle);;All Files (*)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2378"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2381"/> <source>List Bundle Heads</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2478"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2481"/> <source>Apply Bundle</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2501"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2504"/> <source>Applying a bundle file (fetch)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2528"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2531"/> <source>Bisect subcommand ({0}) invalid.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2731"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2734"/> <source>Git Bisect ({0})</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2627"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2630"/> <source>Process Generation Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2671"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2674"/> <source>Create Bisect Replay File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2637"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2640"/> <source>Git Bisect Replay Files (*.replay)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2654"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2657"/> <source><p>The Git bisect replay file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2671"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2674"/> <source><p>The file <b>{0}</b> could not be written.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2692"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2695"/> <source>Edit Bisect Replay File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2719"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2722"/> <source>Git Bisect Replay Files (*.replay);;All Files (*)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2719"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2722"/> <source>Bisect Replay</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3071"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3074"/> <source>Show Remote Info</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2950"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2953"/> <source>Rename Remote Repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2950"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2953"/> <source>Enter new name for remote repository:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3095"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3098"/> <source>Show Shortlog</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3153"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3156"/> <source>Cherry-pick</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3183"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3186"/> <source>Copy Changesets (Continue)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3208"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3211"/> <source>Copy Changesets (Quit)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3234"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3237"/> <source>Copy Changesets (Cancel)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3314"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3317"/> <source>Saving stash</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3513"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3516"/> <source>Show Stash</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3513"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3516"/> <source>Select a stash (empty for latest stash):</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3425"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3428"/> <source>Restore Stash</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3439"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3442"/> <source>Restoring stash</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3473"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3476"/> <source>Create Branch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3463"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3466"/> <source>Enter a branch name to restore a stash to:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3488"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3491"/> <source>Creating branch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3522"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3525"/> <source>Delete Stash</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3522"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3525"/> <source>Do you really want to delete the stash <b>{0}</b>?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3533"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3536"/> <source>Deleting stash</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3553"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3556"/> <source>Delete All Stashes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3553"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3556"/> <source>Do you really want to delete all stashes?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3561"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3564"/> <source>Deleting all stashes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3633"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3636"/> <source>Showing the combined configuration settings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3659"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3662"/> <source>Verifying the integrity of the Git repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3684"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3687"/> <source>Performing Repository Housekeeping</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3728"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3731"/> <source><tr><td><b>Statistics</b></td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3729"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3732"/> <source><tr><td>Number of loose objects: </td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3733"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3736"/> <source><tr><td>Disk space used by loose objects: </td><td>{0} KiB</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3737"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3740"/> <source><tr><td>Number of packed objects: </td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3741"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3744"/> <source><tr><td>Number of packs: </td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3745"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3748"/> <source><tr><td>Disk space used by packed objects: </td><td>{0} KiB</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3749"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3752"/> <source><tr><td>Packed objects waiting for pruning: </td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3753"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3756"/> <source><tr><td>Garbage files: </td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3757"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3760"/> <source><tr><td>Disk space used by garbage files: </td><td>{0} KiB</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3763"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3766"/> <source><p><b>No statistics available.</b></p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3829"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3832"/> <source>Creating Archive</source> <translation type="unfinished"></translation> </message> @@ -18092,72 +18092,72 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1845"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1848"/> <source>Applying patch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1877"/> - <source>Check patch files</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1880"/> + <source>Check patch files</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1883"/> <source>Apply patch files</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3872"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3875"/> <source>Add Submodule</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3942"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3945"/> <source>List Submodules</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3942"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3945"/> <source>No submodules defined for the project.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3957"/> - <source>All</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3960"/> + <source>All</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3963"/> <source>Submodule Path</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3960"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3963"/> <source>Select a submodule path:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4013"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4016"/> <source>Initialize Submodules</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4050"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4053"/> <source>Unregister Submodules</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4130"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4133"/> <source>Update Submodules</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4164"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4167"/> <source>Synchronize Submodules</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4222"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4225"/> <source>Submodules Summary</source> <translation type="unfinished"></translation> </message> @@ -23638,12 +23638,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmoduleAddDialog.py" line="92"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmoduleAddDialog.py" line="103"/> <source>Select Submodule Repository Directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmoduleAddDialog.py" line="118"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmoduleAddDialog.py" line="129"/> <source>Select Submodule Directory</source> <translation type="unfinished"></translation> </message> @@ -46224,47 +46224,47 @@ <context> <name>NetworkManager</name> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="181"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="197"/> <source>SSL Certificate Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="182"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="198"/> <source><b>{0}</b><p>The page you are trying to access has errors in the SSL certificate.</p><ul><li>{1}</li></ul><p>Would you like to make an exception?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="192"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="208"/> <source>&Permanent accept</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="194"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="210"/> <source>&Temporary accept</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="196"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="212"/> <source>&Reject</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="229"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="245"/> <source><b>Enter username and password for '{0}', realm '{1}'</b></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="232"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="248"/> <source><b>Enter username and password for '{0}'</b></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="275"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="291"/> <source>Authentication required</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="276"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="292"/> <source>Authentication is required to access:</source> <translation type="unfinished"></translation> </message> @@ -75534,7 +75534,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6953"/> + <location filename="../UI/UserInterface.py" line="6956"/> <source></table></source> <translation type="unfinished"></translation> </message> @@ -75761,37 +75761,37 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6728"/> + <location filename="../UI/UserInterface.py" line="6731"/> <source>&Cancel</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6737"/> + <location filename="../UI/UserInterface.py" line="6740"/> <source>Trying host {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6895"/> + <location filename="../UI/UserInterface.py" line="6898"/> <source>Update available</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6915"/> + <location filename="../UI/UserInterface.py" line="6918"/> <source>Error during updates check</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6915"/> + <location filename="../UI/UserInterface.py" line="6918"/> <source>Could not perform updates check.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6939"/> + <location filename="../UI/UserInterface.py" line="6942"/> <source><h3>Available versions</h3><table></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6990"/> + <location filename="../UI/UserInterface.py" line="6993"/> <source>First time usage</source> <translation type="unfinished"></translation> </message> @@ -75831,12 +75831,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6801"/> + <location filename="../UI/UserInterface.py" line="6804"/> <source>Error getting versions information</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6794"/> + <location filename="../UI/UserInterface.py" line="6797"/> <source>The versions information could not be downloaded. Please go online and try again.</source> <translation type="unfinished"></translation> </message> @@ -75851,7 +75851,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6801"/> + <location filename="../UI/UserInterface.py" line="6804"/> <source>The versions information could not be downloaded for the last 7 days. Please go online and try again.</source> <translation type="unfinished"></translation> </message> @@ -75942,7 +75942,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7009"/> + <location filename="../UI/UserInterface.py" line="7012"/> <source>Select Workspace Directory</source> <translation type="unfinished"></translation> </message> @@ -76327,7 +76327,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6728"/> + <location filename="../UI/UserInterface.py" line="6731"/> <source>%v/%m</source> <translation type="unfinished"></translation> </message> @@ -76347,7 +76347,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6732"/> + <location filename="../UI/UserInterface.py" line="6735"/> <source>Version Check</source> <translation type="unfinished"></translation> </message> @@ -76422,22 +76422,22 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6895"/> + <location filename="../UI/UserInterface.py" line="6898"/> <source>The update to <b>{0}</b> of eric6 is available at <b>{1}</b>. Would you like to get it?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6908"/> + <location filename="../UI/UserInterface.py" line="6911"/> <source>Eric6 is up to date</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6908"/> + <location filename="../UI/UserInterface.py" line="6911"/> <source>You are using the latest version of eric6</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6990"/> + <location filename="../UI/UserInterface.py" line="6993"/> <source>eric6 has not been configured yet. The configuration dialog will be started.</source> <translation type="unfinished"></translation> </message> @@ -76457,7 +76457,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6748"/> + <location filename="../UI/UserInterface.py" line="6751"/> <source>The versions information cannot not be downloaded because you are <b>offline</b>. Please go online and try again.</source> <translation type="unfinished"></translation> </message> @@ -76542,17 +76542,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6883"/> + <location filename="../UI/UserInterface.py" line="6886"/> <source>Update Check</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6883"/> + <location filename="../UI/UserInterface.py" line="6886"/> <source>You installed eric directly from the source code. There is no possibility to check for the availability of an update.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6873"/> + <location filename="../UI/UserInterface.py" line="6876"/> <source>You are using a snapshot release of eric6. A more up-to-date stable release might be available.</source> <translation type="unfinished"></translation> </message> @@ -81154,18 +81154,18 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="63"/> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="65"/> <source>Virtualenv Target Directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="68"/> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="70"/> <source>Python Interpreter</source> <translation type="unfinished"></translation> </message> <message> <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="106"/> - <source>Select to denote a global environment (i.e. no virtual environment directory to be given)</source> + <source>Select,if this is a global environment (i.e. no virtual environment directory to be given)</source> <translation type="unfinished"></translation> </message> <message> @@ -81179,12 +81179,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="145"/> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="155"/> <source>PATH Prefix:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="73"/> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="75"/> <source>Enter the executable search path to be prepended to the PATH environment variable. Use '{0}' as the separator.</source> <translation type="unfinished"></translation> </message> @@ -81201,7 +81201,7 @@ </message> <message> <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="120"/> - <source>Select, if this is an Conda environment</source> + <source>Select, if this is a Conda environment</source> <translation type="unfinished"></translation> </message> <message> @@ -81209,6 +81209,16 @@ <source>Conda Environment</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="130"/> + <source>Select, if this is a remotely accessed environment</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="133"/> + <source>Remote Environment</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>VirtualenvConfigurationDialog</name> @@ -81629,52 +81639,52 @@ <context> <name>VirtualenvManager</name> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="187"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="194"/> <source>Add Virtual Environment</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="187"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="194"/> <source>A virtual environment named <b>{0}</b> exists already. Shall it be replaced?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="244"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="255"/> <source>Change Virtual Environment</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="293"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="307"/> <source>A virtual environment named <b>{0}</b> does not exist. Aborting!</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="293"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="307"/> <source>Rename Virtual Environment</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="371"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="387"/> <source>{0} - {1}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="322"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="337"/> <source>Delete Virtual Environments</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="322"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="337"/> <source>Do you really want to delete these virtual environments?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="376"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="392"/> <source>Remove Virtual Environments</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="376"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="392"/> <source>Do you really want to remove these virtual environments?</source> <translation type="unfinished"></translation> </message> @@ -86368,12 +86378,12 @@ <context> <name>eric6</name> <message> - <location filename="../eric6.py" line="393"/> + <location filename="../eric6.py" line="394"/> <source>Starting...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../eric6.py" line="398"/> + <location filename="../eric6.py" line="399"/> <source>Generating Main Window...</source> <translation type="unfinished"></translation> </message>
--- a/i18n/eric6_es.ts Wed Feb 13 20:39:03 2019 +0100 +++ b/i18n/eric6_es.ts Wed Feb 13 20:39:58 2019 +0100 @@ -6661,42 +6661,42 @@ <context> <name>DebuggerInterfacePython</name> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="461"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="465"/> <source>Start Debugger</source> <translation>Iniciar Depurador</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="461"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="465"/> <source><p>The debugger backend could not be started.</p></source> <translation><p>No ha sido posible lanzar el extremo del depurador.</p></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="956"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="960"/> <source>Parent Process</source> <translation>Proceso Padre</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="957"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="961"/> <source>Child process</source> <translation>Proceso hijo</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="958"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="962"/> <source>Client forking</source> <translation>Fork del cliente</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="958"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="962"/> <source>Select the fork branch to follow.</source> <translation>Seleccionar la rama de fork para continuar.</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="1004"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="1008"/> <source>Debug Protocol Error</source> <translation>Error de Protocolo de Depuración</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="1004"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="1008"/> <source><p>The response received from the debugger backend could not be decoded. Please report this issue with the received data to the eric bugs email address.</p><p>Error: {0}</p><p>Data:<br/>{1}</p></source> <translation><p>La respuesta recibida desde el backend del depurador no se ha podido descodificar. Por favor, informar de este problema junto con los datos recibidos a la dirección de email para bugs de eric.</p><p>Error: {0}</p><p>Datos:<br/>{1}</p></translation> </message> @@ -17662,7 +17662,7 @@ <translation>El proceso git ha terminado con código de salida {0}</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1558"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1561"/> <source>The git process did not finish within 30s.</source> <translation>El proceso git no terminó en un plazo de 30s.</translation> </message> @@ -17837,362 +17837,362 @@ </translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1383"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1386"/> <source>Create {0} file</source> <translation>Crear archivo {0}</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1383"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1386"/> <source><p>The file <b>{0}</b> exists already. Overwrite it?</p></source> <translation><p>El archivo <b>{0}</b> ya existe. ¿Desea sobreescribirlo?</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1442"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1445"/> <source>Git Copy</source> <translation>Git Copy</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1427"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1430"/> <source><p>Copying the directory <b>{0}</b> failed.</p><p>Reason: {1}</p></source> <translation><p>La copia del directorio <b>{0}</b> ha fallado.</p><p>Razón: {1}</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1442"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1445"/> <source><p>Copying the file <b>{0}</b> failed.</p><p>Reason: {1}</p></source> <translation><p>La copia del archivo <b>{0}</b> ha fallado.</p><p>Razón: {1}</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2627"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2630"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation>El proceso {0} no se ha podido ejecutar. Verifique que está en la ruta de búsqueda (search path).</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1629"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1632"/> <source>Git Side-by-Side Difference</source> <translation>Git mostrar Diferencias Lado a Lado</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1629"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1632"/> <source><p>The file <b>{0}</b> could not be read.</p></source> <translation><p>El archivo <b>{0}</b> no se ha podido leer.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1678"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1681"/> <source>Fetching from a remote Git repository</source> <translation>Haciendo fetch desde un repositorio Git remoto</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1716"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1719"/> <source>Pulling from a remote Git repository</source> <translation>Haciendo pull desde un repositorio Git remoto</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1757"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1760"/> <source>Pushing to a remote Git repository</source> <translation>Haciendo push a un repositorio Git remoto</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1785"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1788"/> <source>Committing failed merge</source> <translation>Haciendo commit de un merge fallido</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1812"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1815"/> <source>Aborting uncommitted/failed merge</source> <translation>Abortando merge fallido/sin commit</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1962"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1965"/> <source>Tagging in the Git repository</source> <translation>Haciendo tag en el repositorio Git</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2193"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2196"/> <source>Branching in the Git repository</source> <translation>Haciendo branch en el repositorio Git</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2233"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2236"/> <source>Delete Remote Branch</source> <translation>Borrar Branch Remota</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2254"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2257"/> <source>Current Branch</source> <translation>Branch Actual</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2254"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2257"/> <source><p>The current branch is <b>{0}</b>.</p></source> <translation><p>La branch actual es <b>{0}</b>.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2318"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2321"/> <source>Create Bundle</source> <translation>Crear Bundle</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2283"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2286"/> <source>Git Bundle Files (*.bundle)</source> <translation>Archivos de Git Bundle (*.bundle)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2300"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2303"/> <source><p>The Git bundle file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>El archivo de Git bundle <b>{0}</b> ya existe. ¿Desea sobreescribirlo?</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2348"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2351"/> <source>Verify Bundle</source> <translation>Verificar Bundle</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2478"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2481"/> <source>Git Bundle Files (*.bundle);;All Files (*)</source> <translation>Archivos de Git Bundle (*.bundle);;Todos los archivos (*)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2378"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2381"/> <source>List Bundle Heads</source> <translation>Listar Bundle Heads</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2478"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2481"/> <source>Apply Bundle</source> <translation>Aplicar Bundle</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2501"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2504"/> <source>Applying a bundle file (fetch)</source> <translation>Aplicando un archivo de bundle (fetch)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2528"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2531"/> <source>Bisect subcommand ({0}) invalid.</source> <translation>Subcomando bisect ({0}) inválido.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2731"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2734"/> <source>Git Bisect ({0})</source> <translation>Git Bisect ({0})</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2627"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2630"/> <source>Process Generation Error</source> <translation>Error de Generación de Proceso</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2671"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2674"/> <source>Create Bisect Replay File</source> <translation>Crear Archivo de Bisect Replay</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2637"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2640"/> <source>Git Bisect Replay Files (*.replay)</source> <translation>Archivos de Git Bisect Replay (*.replay)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2654"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2657"/> <source><p>The Git bisect replay file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>El archivo de Git bisect replay <b>{0}</b> ya existe. ¿Desea sobreescribirlo?</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2671"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2674"/> <source><p>The file <b>{0}</b> could not be written.</p><p>Reason: {1}</p></source> <translation><p>El archivo<b>{0}</b> no puede ser escrito.<br />Razón: {1}</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2692"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2695"/> <source>Edit Bisect Replay File</source> <translation>Editar Archivo de Bisect Replay</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2719"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2722"/> <source>Git Bisect Replay Files (*.replay);;All Files (*)</source> <translation>Archivos de Git Bisect Replay (*.replay);;Todos los Archivos (*)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2719"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2722"/> <source>Bisect Replay</source> <translation>Repetir Bisect</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3071"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3074"/> <source>Show Remote Info</source> <translation>Mostrar Info Remota</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2950"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2953"/> <source>Rename Remote Repository</source> <translation>Renombrar Repositorio Remoto</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2950"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2953"/> <source>Enter new name for remote repository:</source> <translation>Introducir el nuevo nombre para el repositorio remoto:</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3095"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3098"/> <source>Show Shortlog</source> <translation>Mostrar Shortlog</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3153"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3156"/> <source>Cherry-pick</source> <translation>Cherry-pick</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3183"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3186"/> <source>Copy Changesets (Continue)</source> <translation>Copiar Changesets (Continuar)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3208"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3211"/> <source>Copy Changesets (Quit)</source> <translation>Copiar Changesets (Salir)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3234"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3237"/> <source>Copy Changesets (Cancel)</source> <translation>Copiar Changesets (Cancelar)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3314"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3317"/> <source>Saving stash</source> <translation>Guardando stash (guardado rápido)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3513"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3516"/> <source>Show Stash</source> <translation>Mostrar Stash</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3513"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3516"/> <source>Select a stash (empty for latest stash):</source> <translation>Seleccionar un stash (dejar en blanco para el último stash):</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3425"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3428"/> <source>Restore Stash</source> <translation>Restaurar Stash</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3439"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3442"/> <source>Restoring stash</source> <translation>Restaurando Stash</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3473"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3476"/> <source>Create Branch</source> <translation>Crear Branch</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3463"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3466"/> <source>Enter a branch name to restore a stash to:</source> <translation>Introducir un nombre de branch sobre la que restaurar un stash:</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3488"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3491"/> <source>Creating branch</source> <translation>Creando branch</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3522"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3525"/> <source>Delete Stash</source> <translation>Borrar Stash</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3522"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3525"/> <source>Do you really want to delete the stash <b>{0}</b>?</source> <translation>¿Desea realmente borrar el stash <b>{0}</b>?</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3533"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3536"/> <source>Deleting stash</source> <translation>Borrando stash</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3553"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3556"/> <source>Delete All Stashes</source> <translation>Borrar todos los Stashes</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3553"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3556"/> <source>Do you really want to delete all stashes?</source> <translation>¿Desea realmente borrar todos los stashes?</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3561"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3564"/> <source>Deleting all stashes</source> <translation>Borrando todos los stashes</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3633"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3636"/> <source>Showing the combined configuration settings</source> <translation>Mostrando los ajustes de configuración combinados</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3659"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3662"/> <source>Verifying the integrity of the Git repository</source> <translation>Verificando la integridad del repositorio Git</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3684"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3687"/> <source>Performing Repository Housekeeping</source> <translation>Llevando a cabo Reorganización del Repositorio</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3728"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3731"/> <source><tr><td><b>Statistics</b></td></tr></source> <translation><tr><td><b>Estadísticas</b></td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3729"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3732"/> <source><tr><td>Number of loose objects: </td><td>{0}</td></tr></source> <translation><tr><td>Número de objetos sueltos: </td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3733"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3736"/> <source><tr><td>Disk space used by loose objects: </td><td>{0} KiB</td></tr></source> <translation><tr><td>Espacio en disco utilizado por objetos sueltos: </td><td>{0} KiB</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3737"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3740"/> <source><tr><td>Number of packed objects: </td><td>{0}</td></tr></source> <translation><tr><td>Número de objetos empaquetados: </td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3741"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3744"/> <source><tr><td>Number of packs: </td><td>{0}</td></tr></source> <translation><tr><td>Número de paquetes: </td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3745"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3748"/> <source><tr><td>Disk space used by packed objects: </td><td>{0} KiB</td></tr></source> <translation><tr><td>Espacio en disco utilizado por objetos empaquetados: </td><td>{0} KiB</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3749"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3752"/> <source><tr><td>Packed objects waiting for pruning: </td><td>{0}</td></tr></source> <translation><tr><td>Objetos empaquetados en espera de pruning: </td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3753"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3756"/> <source><tr><td>Garbage files: </td><td>{0}</td></tr></source> <translation><tr><td>Archivos basura: </td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3757"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3760"/> <source><tr><td>Disk space used by garbage files: </td><td>{0} KiB</td></tr></source> <translation><tr><td>Espacio en disco utilizado por archivos basura: </td><td>{0} KiB</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3763"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3766"/> <source><p><b>No statistics available.</b></p></source> <translation><p><b>No hay estadísticas disponibles.</b></p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3829"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3832"/> <source>Creating Archive</source> <translation>Creando Archivo</translation> </message> @@ -18207,72 +18207,72 @@ <translation><p>¿Desea realmente borrar hacer switch a <b>{0}</b>?</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1845"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1848"/> <source>Applying patch</source> <translation>Aplicando patch</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1877"/> - <source>Check patch files</source> - <translation>Comprobar archivos de parche</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1880"/> + <source>Check patch files</source> + <translation>Comprobar archivos de parche</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1883"/> <source>Apply patch files</source> <translation>Aplicar archivos de parche</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3872"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3875"/> <source>Add Submodule</source> <translation>Añadir Submódulo</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3942"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3945"/> <source>List Submodules</source> <translation>Listar Submódulos</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3942"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3945"/> <source>No submodules defined for the project.</source> <translation>El proyecto no tiene submódulos definidos.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3957"/> - <source>All</source> - <translation>Todo</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3960"/> + <source>All</source> + <translation>Todo</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3963"/> <source>Submodule Path</source> <translation>Ruta del Submódulo</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3960"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3963"/> <source>Select a submodule path:</source> <translation>Seleccionar ruta del submódulo:</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4013"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4016"/> <source>Initialize Submodules</source> <translation>Inicializar Submódulos</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4050"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4053"/> <source>Unregister Submodules</source> <translation>Desregistrar Submódulos</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4130"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4133"/> <source>Update Submodules</source> <translation>Actualizar Submódulos</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4164"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4167"/> <source>Synchronize Submodules</source> <translation>Sincronizar Submódulos</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4222"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4225"/> <source>Submodules Summary</source> <translation>Resumen de Submódulos</translation> </message> @@ -23773,12 +23773,12 @@ <translation>&Forzar Operación</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmoduleAddDialog.py" line="92"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmoduleAddDialog.py" line="103"/> <source>Select Submodule Repository Directory</source> <translation>Seleccionar Directorio de Repositorio del Submódulo</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmoduleAddDialog.py" line="118"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmoduleAddDialog.py" line="129"/> <source>Select Submodule Directory</source> <translation>Seleccionar Directorio del Submódulo</translation> </message> @@ -46420,47 +46420,47 @@ <context> <name>NetworkManager</name> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="181"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="197"/> <source>SSL Certificate Error</source> <translation>Error de Certificado SSL</translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="182"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="198"/> <source><b>{0}</b><p>The page you are trying to access has errors in the SSL certificate.</p><ul><li>{1}</li></ul><p>Would you like to make an exception?</p></source> <translation><b>{0}</b><p>La página a la que se intenta acceder tiene errores en el certificado SSL.</p><ul><li>{1}</li></ul><p>¿Quiere añadir una excepción?</p></translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="192"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="208"/> <source>&Permanent accept</source> <translation>Aceptar &Permanentemente</translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="194"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="210"/> <source>&Temporary accept</source> <translation>Aceptar &temporalmente</translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="196"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="212"/> <source>&Reject</source> <translation>&Rechazar</translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="229"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="245"/> <source><b>Enter username and password for '{0}', realm '{1}'</b></source> <translation><b>Introducir nombre de usuario y contraseña para '{0}', reino {1}'</b></translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="232"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="248"/> <source><b>Enter username and password for '{0}'</b></source> <translation><b>Introducir nombre de usuario y contraseña para '{0}'</b></translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="275"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="291"/> <source>Authentication required</source> <translation>Autenticación necesaria</translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="276"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="292"/> <source>Authentication is required to access:</source> <translation>Es necesaria autenticación para acceder:</translation> </message> @@ -75723,7 +75723,7 @@ <translation><h3>Números de Versiones</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6953"/> + <location filename="../UI/UserInterface.py" line="6956"/> <source></table></source> <translation></table></translation> </message> @@ -75818,32 +75818,32 @@ <translation>Error de volcado</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6915"/> + <location filename="../UI/UserInterface.py" line="6918"/> <source>Error during updates check</source> <translation>Error durante la verificación de actualización</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6728"/> + <location filename="../UI/UserInterface.py" line="6731"/> <source>&Cancel</source> <translation>&Cancelar</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6895"/> + <location filename="../UI/UserInterface.py" line="6898"/> <source>Update available</source> <translation>Actualizaciones disponibles</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6915"/> + <location filename="../UI/UserInterface.py" line="6918"/> <source>Could not perform updates check.</source> <translation>No se puede llevar a cabo la verificación de actualizaciones.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6939"/> + <location filename="../UI/UserInterface.py" line="6942"/> <source><h3>Available versions</h3><table></source> <translation><h3>Versiones disponibles</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6990"/> + <location filename="../UI/UserInterface.py" line="6993"/> <source>First time usage</source> <translation>Usado por primera vez</translation> </message> @@ -76292,7 +76292,7 @@ <translation><p><b>{0}</b> no es un archivo.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6737"/> + <location filename="../UI/UserInterface.py" line="6740"/> <source>Trying host {0}</source> <translation>Probando host {0}</translation> </message> @@ -76367,12 +76367,12 @@ <translation><b>Documentación de Python 2</b><p>Mostrar la documentación de Python 2. Si no se ha configurado un directorio con esta documentación, la ubicación de la documentación de Python 2 se asumirá en el directorio de documentación bajo la ubicación del ejecutable configurado de Python 2 en Windows, y en <i>/usr/share/doc/packages/python/html/python-docs-html</i> para Unix. Establezca el valor de la variable de entorno PYTHON2DOCDIR para sobreescribir estas opciones. </p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6801"/> + <location filename="../UI/UserInterface.py" line="6804"/> <source>Error getting versions information</source> <translation>Error al obtener información de versiones</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6794"/> + <location filename="../UI/UserInterface.py" line="6797"/> <source>The versions information could not be downloaded. Please go online and try again.</source> <translation>La información de versiones no se ha podido descargar. Póngase online por favor e inténtelo de nuevo.</translation> </message> @@ -76387,7 +76387,7 @@ <translation>No se ha podido iniciar el navegador web</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6801"/> + <location filename="../UI/UserInterface.py" line="6804"/> <source>The versions information could not be downloaded for the last 7 days. Please go online and try again.</source> <translation>La información de versiones no se ha podido descargar en los últimos 7 días. Póngase por favor online e inténtelo de nuevo.</translation> </message> @@ -76478,7 +76478,7 @@ <translation><p>No se ha podido ejecutar la herramienta de Captura de Pantalla.<br>Asegúrese de que esta disponible como <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7009"/> + <location filename="../UI/UserInterface.py" line="7012"/> <source>Select Workspace Directory</source> <translation>Seleccionar Directorio para el Espacio de Trabajo</translation> </message> @@ -76863,7 +76863,7 @@ <translation><b>Documentación de Python 3</b><p>Mostrar la documentación de Python 3. Si no se ha configurado un directorio con lesta documentación, la ubicación de la documentación de Python 3 se asumirá en el directorio de documentación bajo la ubicación del ejecutable de Python 3 en Windows, y en <i>/usr/share/doc/packages/python/html</i> para Unix. Establezca el valor de la variable de entorno PYTHON3DOCDIR para sobreescribir estas opciones. </p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6728"/> + <location filename="../UI/UserInterface.py" line="6731"/> <source>%v/%m</source> <translation>%v/%m</translation> </message> @@ -76883,7 +76883,7 @@ <translation><b>Mostrar registro de errores...</b><p>Abre un diálogo mostrando el registro más reciente de errores.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6732"/> + <location filename="../UI/UserInterface.py" line="6735"/> <source>Version Check</source> <translation>Verificación de Versión</translation> </message> @@ -76958,22 +76958,22 @@ <translation>Qt v.3 no está soportado por eric6.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6895"/> + <location filename="../UI/UserInterface.py" line="6898"/> <source>The update to <b>{0}</b> of eric6 is available at <b>{1}</b>. Would you like to get it?</source> <translation>La actualización para <b>{0}</b> de eric6 está disponible en <b>{1}</b>. ¿Le gustaría obtenerla?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6908"/> + <location filename="../UI/UserInterface.py" line="6911"/> <source>Eric6 is up to date</source> <translation>Eric6 está actualizado</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6908"/> + <location filename="../UI/UserInterface.py" line="6911"/> <source>You are using the latest version of eric6</source> <translation>Está utilizando la última versión de eric6</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6990"/> + <location filename="../UI/UserInterface.py" line="6993"/> <source>eric6 has not been configured yet. The configuration dialog will be started.</source> <translation>Eric6 todavía no está configurado. El diálogo de configuración va a ser iniciado.</translation> </message> @@ -76993,7 +76993,7 @@ <translation>No se han Configurado Herramientas de Usuario</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6748"/> + <location filename="../UI/UserInterface.py" line="6751"/> <source>The versions information cannot not be downloaded because you are <b>offline</b>. Please go online and try again.</source> <translation>La información de versiones no se puede descargar porque está <b>sin línea</b>. Por favor, póngase en línea e inténtelo de nuevo.</translation> </message> @@ -77078,17 +77078,17 @@ <translation>Inicializando Plugins...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6883"/> + <location filename="../UI/UserInterface.py" line="6886"/> <source>Update Check</source> <translation>Comprobación Actualización</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6883"/> + <location filename="../UI/UserInterface.py" line="6886"/> <source>You installed eric directly from the source code. There is no possibility to check for the availability of an update.</source> <translation>Ha instalado eric directamente a partir del código fuente. No es posible comprobar la disponibilidad de una actuación.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6873"/> + <location filename="../UI/UserInterface.py" line="6876"/> <source>You are using a snapshot release of eric6. A more up-to-date stable release might be available.</source> <translation>Ésta es una snapshot release the eric6. Una release estable más reciente podría estar disponible.</translation> </message> @@ -81707,19 +81707,19 @@ <translation>Introducir el intérprete de Python para el entorno virtual</translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="63"/> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="65"/> <source>Virtualenv Target Directory</source> <translation>Directorio de Destino para el Virtualenv</translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="68"/> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="70"/> <source>Python Interpreter</source> <translation>Intérprete de Python</translation> </message> <message> <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="106"/> - <source>Select to denote a global environment (i.e. no virtual environment directory to be given)</source> - <translation>Seleccionar para denotar un entorno global (por ejemplo, sin proporcionar directorio de entorno virtual)</translation> + <source>Select,if this is a global environment (i.e. no virtual environment directory to be given)</source> + <translation type="unfinished">Seleccionar para denotar un entorno global (por ejemplo, sin proporcionar directorio de entorno virtual)</translation> </message> <message> <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="113"/> @@ -81732,12 +81732,12 @@ <translation>Seleccionar la variante de Python</translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="145"/> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="155"/> <source>PATH Prefix:</source> <translation>Prefijo de PATH:</translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="73"/> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="75"/> <source>Enter the executable search path to be prepended to the PATH environment variable. Use '{0}' as the separator.</source> <translation>Introducir la ruta de búsqueda del ejecutable a anteponer a la variable de entorno PATH. Usar '{0}' como separador.</translation> </message> @@ -81755,14 +81755,24 @@ </message> <message> <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="120"/> - <source>Select, if this is an Conda environment</source> - <translation>Seleccionar si se trata de un entorno Conda</translation> + <source>Select, if this is a Conda environment</source> + <translation type="unfinished">Seleccionar si se trata de un entorno Conda</translation> </message> <message> <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="123"/> <source>Conda Environment</source> <translation>Entorno Conda</translation> </message> + <message> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="130"/> + <source>Select, if this is a remotely accessed environment</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="133"/> + <source>Remote Environment</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>VirtualenvConfigurationDialog</name> @@ -82205,52 +82215,52 @@ <context> <name>VirtualenvManager</name> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="187"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="194"/> <source>Add Virtual Environment</source> <translation>Añadir Entorno Virtual</translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="187"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="194"/> <source>A virtual environment named <b>{0}</b> exists already. Shall it be replaced?</source> <translation>Un entorno virtual llamado <b>{0}</b> ya existe. ¿Desea reemplazarlo?</translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="244"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="255"/> <source>Change Virtual Environment</source> <translation>Cambiar Entorno Virtual</translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="293"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="307"/> <source>A virtual environment named <b>{0}</b> does not exist. Aborting!</source> <translation>Un entorno virtual llamado <b>{0}</b> no existe. ¡Abortando!</translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="293"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="307"/> <source>Rename Virtual Environment</source> <translation>Renombrar Entorno Virtual</translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="371"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="387"/> <source>{0} - {1}</source> <translation>{0} - {1}</translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="322"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="337"/> <source>Delete Virtual Environments</source> <translation>Borrar Entornos Virtuales</translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="322"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="337"/> <source>Do you really want to delete these virtual environments?</source> <translation>¿Desea borrar estos entornos virtuales?</translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="376"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="392"/> <source>Remove Virtual Environments</source> <translation>Eliminar Entornos Virtuales</translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="376"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="392"/> <source>Do you really want to remove these virtual environments?</source> <translation>¿Desea eliminar estos entornos virtuales?</translation> </message> @@ -84429,16 +84439,6 @@ <source><p> Allow the website at <b>{0}</b> to use <b>{1}</b> of persistent storage?</p></source> <translation><p> ¿Permitir al sitio web <b>{0}</b> utilizar <b>{1}</b> de almacenamiento persistente?</p></translation> </message> - <message> - <location filename="../WebBrowser/WebBrowserView.py" line="2291"/> - <source>Protocol Handler Request</source> - <translation type="obsolete">Solicitud del Gestor de Protocolo</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserView.py" line="2291"/> - <source><p> Allow the website at <b>{0}</b> to open all <b>{1}</b> links?</p></source> - <translation type="obsolete"><p> ¿Permitir al sitio web <b>{0}</b> abrir todos los links <b>{1}</b> ?</p></translation> - </message> </context> <context> <name>WebBrowserVirusTotalPage</name> @@ -86978,12 +86978,12 @@ <context> <name>eric6</name> <message> - <location filename="../eric6.py" line="393"/> + <location filename="../eric6.py" line="394"/> <source>Starting...</source> <translation>Comenzando...</translation> </message> <message> - <location filename="../eric6.py" line="398"/> + <location filename="../eric6.py" line="399"/> <source>Generating Main Window...</source> <translation>Generando Ventana Principal...</translation> </message>
--- a/i18n/eric6_fr.ts Wed Feb 13 20:39:03 2019 +0100 +++ b/i18n/eric6_fr.ts Wed Feb 13 20:39:58 2019 +0100 @@ -448,11 +448,6 @@ <context> <name>AddDirectoryDialog</name> <message> - <location filename="../Project/AddDirectoryDialog.py" line="116"/> - <source>Select directory</source> - <translation type="obsolete">Sélection répertoire</translation> - </message> - <message> <location filename="../Project/AddDirectoryDialog.ui" line="14"/> <source>Add Directory</source> <translation>Ajouter un répertoire</translation> @@ -470,13 +465,6 @@ <p>Cette boite de dialogue est utilisée pour ajouter un répertoire au projet courant.</p></translation> </message> <message> - <location filename="../Project/AddDirectoryDialog.ui" line="108"/> - <source><b>Target Directory</b> -<p>Select the target directory via a directory selection dialog.</p></source> - <translation type="obsolete"><b>Répertoire de destination</b> -<p>Sélection d'un répertoire de destination avec une boite de ialogue.</p></translation> - </message> - <message> <location filename="../Project/AddDirectoryDialog.ui" line="74"/> <source>&Target Directory:</source> <translation>&Répertoire de destination:</translation> @@ -487,17 +475,6 @@ <translation>Entrer le nom du répertoire à ajouter</translation> </message> <message> - <location filename="../Project/AddDirectoryDialog.ui" line="48"/> - <source><b>Source Directory</b> -<p>Enter the name of the directory to add to the current project. - You may select it with a dialog by pressing the button to - the right.</p></source> - <translation type="obsolete"><b>Répertoire source</b> -<p>Entrer le nom du répertoire à ajouter. -Vous pouver aussi le sélectionner par une boite de dialogue en cliquant -sur le bouton à droite.</p></translation> - </message> - <message> <location filename="../Project/AddDirectoryDialog.ui" line="105"/> <source>Select, whether a recursive add should be performed</source> <translation>Cocher, pour une création récursive des sous-répertoires</translation> @@ -522,13 +499,6 @@ le sélectionner en cliquant sur le bouton de droite.</p></translation> </message> <message> - <location filename="../Project/AddDirectoryDialog.ui" line="100"/> - <source><b>Source Directory</b> -<p>Select the source directory via a directory selection dialog.</p></source> - <translation type="obsolete"><b>Répertoire source</b> -<p>Sélectionnez le répertoire source via une boite de dialogue.</p></translation> - </message> - <message> <location filename="../Project/AddDirectoryDialog.ui" line="43"/> <source>&Source Directory:</source> <translation>&Répertoire Source:</translation> @@ -579,11 +549,6 @@ <context> <name>AddFileDialog</name> <message> - <location filename="../Project/AddFileDialog.py" line="73"/> - <source>Select target directory</source> - <translation type="obsolete">Sélectionner un répertoire de destination</translation> - </message> - <message> <location filename="../Project/AddFileDialog.py" line="147"/> <source>All Files (*)</source> <translation>Tous fichiers (*)</translation> @@ -626,13 +591,6 @@ <p>Cette fenêtre est utilisée pour ajouter des fichiers au projet courant.</p></translation> </message> <message> - <location filename="../Project/AddFileDialog.ui" line="74"/> - <source><b>Source Files</b> -<p>Select the source files via a files selection dialog.</p></source> - <translation type="obsolete"><b>Fichiers Sources</b> -<p>Sélection de fichiers sources via une boite de dialogue.</p></translation> - </message> - <message> <location filename="../Project/AddFileDialog.ui" line="61"/> <source>&Target Directory:</source> <translation>&Répertoire de destination:</translation> @@ -652,34 +610,11 @@ le sélectionner en cliquant sur le bouton de droite.</p></translation> </message> <message> - <location filename="../Project/AddFileDialog.ui" line="82"/> - <source><b>Target Directory</b> -<p>Select the target directory via a directory selection dialog.</p></source> - <translation type="obsolete"><b>Répertoire de destination</b> -<p>Sélection d'un répertoire de destination avec une boite de ialogue.</p></translation> - </message> - <message> <location filename="../Project/AddFileDialog.ui" line="29"/> <source>&Source Files:</source> <translation>Fichiers &Sources:</translation> </message> <message> - <location filename="../Project/AddFileDialog.ui" line="61"/> - <source>Enter the name of files to add separated by the path separator</source> - <translation type="obsolete">Entrer le nom des fichiers à ajouter séparés par le séparateur de chemins</translation> - </message> - <message> - <location filename="../Project/AddFileDialog.ui" line="64"/> - <source><b>Source Files</b> -<p>Enter the name of files to add to the current project separated -by the path separator. You may select them with a dialog by pressing -the button to the right.</p></source> - <translation type="obsolete"><b>Fichiers Sources</b> -<p>Entrer le nom des fichiers à ajouter au projet courant séparés -par le séparateur de chemins. Vous pouvez aussi les sélectionner -avec une boite de dialogue.</p></translation> - </message> - <message> <location filename="../Project/AddFileDialog.ui" line="94"/> <source>Select, if the files should be added as sourcecode (overriding automatic detection)</source> <translation>Cocher si les fichiers doivent être ajoutés en tant que code source @@ -1158,11 +1093,6 @@ <translation>Entrer le nom du fichier projet</translation> </message> <message> - <location filename="../MultiProject/AddProjectDialog.ui" line="57"/> - <source>Select the project file via a file selection dialog</source> - <translation type="obsolete">Sélection du fichier projet via une boite de sélection</translation> - </message> - <message> <location filename="../MultiProject/AddProjectDialog.ui" line="66"/> <source>&Description:</source> <translation>&Description:</translation> @@ -1716,11 +1646,6 @@ <translation>Alt+U</translation> </message> <message> - <location filename="../ViewManager/BookmarkedFilesDialog.ui" line="169"/> - <source>Select the file via a file selection dialog</source> - <translation type="obsolete">Sélection du fichier via une boite de dialogue</translation> - </message> - <message> <location filename="../ViewManager/BookmarkedFilesDialog.ui" line="115"/> <source>Move down</source> <translation>Déplacer vers le bas</translation> @@ -1792,13 +1717,6 @@ <translation>Donner le nom du fichier</translation> </message> <message> - <location filename="../ViewManager/BookmarkedFilesDialog.ui" line="172"/> - <source><b>File</b> -<p>Select the file to be bookmarked via a file selection dialog.</p></source> - <translation type="obsolete"><b>Fichier</b> -<p>Sélectionne un fichier à mettre en signet avec une boite de dialogue.</p></translation> - </message> - <message> <location filename="../ViewManager/BookmarkedFilesDialog.ui" line="170"/> <source><b>File</b> <p>Enter the filename of the bookmarked file.</p></source> @@ -1907,16 +1825,6 @@ <translation>Annuler</translation> </message> <message> - <location filename="../Helpviewer/Bookmarks/BookmarksImportDialog.py" line="94"/> - <source>Choose Directory ...</source> - <translation type="obsolete">Choisir répertoire ...</translation> - </message> - <message> - <location filename="../Helpviewer/Bookmarks/BookmarksImportDialog.py" line="104"/> - <source>Choose File ...</source> - <translation type="obsolete">Choisir fichier ...</translation> - </message> - <message> <location filename="../WebBrowser/Bookmarks/BookmarksImportDialog.py" line="103"/> <source><b>Importing from {0}</b></source> <translation><b> Importation depuis {0} </b></translation> @@ -1932,11 +1840,6 @@ <translation>Erreur pendant l'importation des signets</translation> </message> <message> - <location filename="../Helpviewer/Bookmarks/BookmarksImportDialog.ui" line="145"/> - <source>Shows the name of the bookmarks file or directory</source> - <translation type="obsolete">Montre le nom du fichier ou répertoire de signets</translation> - </message> - <message> <location filename="../WebBrowser/Bookmarks/BookmarksImportDialog.ui" line="180"/> <source>Next ></source> <translation>Suivant ></translation> @@ -2057,26 +1960,6 @@ <translation>Ouvrir dans tous les onglets</translation> </message> <message> - <location filename="../Helpviewer/Bookmarks/BookmarksMenu.py" line="142"/> - <source>&Open</source> - <translation type="obsolete">&Ouvrir</translation> - </message> - <message> - <location filename="../Helpviewer/Bookmarks/BookmarksMenu.py" line="145"/> - <source>Open in New &Tab<byte value="x9"/>Ctrl+LMB</source> - <translation type="obsolete">Ouvir dans un nouvel &onglet<byte value="x9"/>Ctrl+LMB</translation> - </message> - <message> - <location filename="../Helpviewer/Bookmarks/BookmarksMenu.py" line="151"/> - <source>&Remove</source> - <translation type="obsolete">Supp&rimer</translation> - </message> - <message> - <location filename="../Helpviewer/Bookmarks/BookmarksMenu.py" line="156"/> - <source>&Properties...</source> - <translation type="obsolete">&Propriétés...</translation> - </message> - <message> <location filename="../WebBrowser/Bookmarks/BookmarksMenu.py" line="166"/> <source>Open</source> <translation type="unfinished">Ouvrir</translation> @@ -2146,16 +2029,6 @@ <translation>Signets</translation> </message> <message> - <location filename="../Helpviewer/Bookmarks/BookmarksToolBar.py" line="90"/> - <source>&Open</source> - <translation type="obsolete">&Ouvrir</translation> - </message> - <message> - <location filename="../Helpviewer/Bookmarks/BookmarksToolBar.py" line="99"/> - <source>&Remove</source> - <translation type="obsolete">Supp&rimer</translation> - </message> - <message> <location filename="../Helpviewer/Bookmarks/BookmarksToolBar.py" line="110"/> <source>Add &Bookmark...</source> <translation>&Ajouter un signet ...</translation> @@ -2166,16 +2039,6 @@ <translation>Ajouter &Répertoire ...</translation> </message> <message> - <location filename="../Helpviewer/Bookmarks/BookmarksToolBar.py" line="93"/> - <source>Open in New &Tab<byte value="x9"/>Ctrl+LMB</source> - <translation type="obsolete">Ouvir dans un nouvel &onglet<byte value="x9"/>Ctrl+LMB</translation> - </message> - <message> - <location filename="../Helpviewer/Bookmarks/BookmarksToolBar.py" line="104"/> - <source>&Properties...</source> - <translation type="obsolete">&Propriétés...</translation> - </message> - <message> <location filename="../WebBrowser/Bookmarks/BookmarksToolBar.py" line="87"/> <source>Open</source> <translation type="unfinished">Ouvrir</translation> @@ -4416,11 +4279,6 @@ <translation>Comparaison de fichiers</translation> </message> <message> - <location filename="../UI/CompareDialog.py" line="448"/> - <source>Select file to compare</source> - <translation type="obsolete">Sélectionner un fichier à comparer</translation> - </message> - <message> <location filename="../UI/CompareDialog.ui" line="14"/> <source>File Comparison</source> <translation>Comparaison de fichiers</translation> @@ -4436,11 +4294,6 @@ <translation>Entrer le nom du premier fichier</translation> </message> <message> - <location filename="../UI/CompareDialog.ui" line="82"/> - <source>Press to select the file via a file selection dialog</source> - <translation type="obsolete">Cliquer pour sélectionner un fichier via une boite de dialogue</translation> - </message> - <message> <location filename="../UI/CompareDialog.ui" line="55"/> <source>File &2:</source> <translation>Fichier &2:</translation> @@ -4622,11 +4475,6 @@ <translation>Débogueur</translation> </message> <message> - <location filename="../Preferences/ConfigurationDialog.py" line="206"/> - <source>Ruby</source> - <translation type="obsolete">Ruby</translation> - </message> - <message> <location filename="../Preferences/ConfigurationDialog.py" line="232"/> <source>Editor</source> <translation>Éditeur</translation> @@ -5480,11 +5328,6 @@ <translation><b>Note:</b> Laisser ce champ vide pour utiliser la valeur par défaut (omniidl ou omniidl.exe).</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/CorbaPage.py" line="55"/> - <source>Select IDL compiler</source> - <translation type="obsolete">Sélection d'un compilateur IDL</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/CorbaPage.ui" line="17"/> <source><b>Configure CORBA support</b></source> <translation><b>Configuration du support CORBA</b></translation> @@ -5938,41 +5781,6 @@ <translation><b>Arrêt</b><p>Arrête le débogage courant.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="2209"/> - <source>Evaluate</source> - <translation type="obsolete">Evaluer</translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="434"/> - <source>E&valuate...</source> - <translation type="obsolete">E&valuer...</translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="438"/> - <source>Evaluate in current context</source> - <translation type="obsolete">Evalue l'expression dans le contexte en cours</translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="2238"/> - <source>Execute</source> - <translation type="obsolete">Exécuter</translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="448"/> - <source>E&xecute...</source> - <translation type="obsolete">E&xecuter...</translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="452"/> - <source>Execute a one line statement in the current context</source> - <translation type="obsolete">Execution d'une instruction dans le contexte courant</translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="454"/> - <source><b>Execute</b><p>Execute a one line statement in the current context of the debugged program.</p></source> - <translation type="obsolete"><b>Execution</b><p>Execution d'une ligne d'instruction dans le contexte courant du programme débogué.</p></translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="468"/> <source>Exceptions Filter</source> <translation>Filtre d'exceptions</translation> @@ -6098,16 +5906,6 @@ <translation>Il n'y a pas de script principal défini dans le projet en cours. Débogage impossible.</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="2209"/> - <source>Enter the statement to evaluate</source> - <translation type="obsolete">Entrer une instruction à évaluer</translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="2238"/> - <source>Enter the statement to execute</source> - <translation type="obsolete">Entrer une instruction à exécuter</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="349"/> <source>Continue to Cursor</source> <translation>Continuer jusqu'au curseur</translation> @@ -6196,11 +5994,6 @@ <translation>Arrête le run en cours.</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="439"/> - <source><b>Evaluate</b><p>Evaluate an expression in the current context of the debugged program. The result is displayed in the shell window.</p></source> - <translation type="obsolete"><b>Evaluer</b><p>Evalue une expression dans le contexte courant du programme débogué. Le résultat est affiché dans la fenêtre Shell</p></translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="1368"/> <source>Watch Expression Error</source> <translation>Erreur dans l'expression</translation> @@ -6563,31 +6356,6 @@ <translation>Hote distant:</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="321"/> - <source>Enable remote debugging</source> - <translation type="obsolete">Activer le débogage à distance</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="324"/> - <source>This enables the remote debugger. Please enter the hostname of the remote machine and the command for the remote execution (e.g. ssh) below.</source> - <translation type="obsolete">Ceci active le debogueur à distance. Entrer le nom d'hote de la machine distante et la commande à exectuer à distance (ex: ssh) en-dessous.</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="327"/> - <source>Remote Debugging Enabled</source> - <translation type="obsolete">Débogage à distance activé</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="337"/> - <source>Path Translation</source> - <translation type="obsolete">Conversion de chemin</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="343"/> - <source>Select to perform path translation</source> - <translation type="obsolete">Cocher pour effectuer une conversion de chemin</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="318"/> <source>Perform Path Translation</source> <translation>Exécuter une conversion de chemin</translation> @@ -6635,21 +6403,6 @@ <translation>Commande de Console:</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="420"/> - <source>Select to start the debugger in a console window (e.g. xterm)</source> - <translation type="obsolete">Sélectionner pour démarrer le débogueur en mode console (ex: xterm)</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="423"/> - <source>Start debugger in console window</source> - <translation type="obsolete">Démarrer le débogueur dans une nouvelle console</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="433"/> - <source>Environment for Debug Client</source> - <translation type="obsolete">Environnement du client de débogage</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="400"/> <source>Select, if the environment should be replaced.</source> <translation>Cocher si l'environnement doit être remplacé.</translation> @@ -6662,30 +6415,11 @@ <p>Si cette case est cochée, l'environnement du débogueur sera remplacé par l'environnement indiqué par les différentes variables. Si la case n'est pas cochée, l'environnement sera complété par ces différentes variables.</p></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="446"/> - <source>Replace Environment</source> - <translation type="obsolete">Remplacer l'environnement</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="453"/> - <source>Environment:</source> - <translation type="obsolete">Environnement:</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="421"/> <source>Enter the environment variables to be set.</source> <translation>Entrer les variables d'environnement à définir.</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="463"/> - <source><b>Environment</b> -<p>Enter the environment variables to be set for the debugger. The individual settings must be separate by whitespace and be given in the form 'var=value'.</p> -<p>Example: var1=1 var2="hello world"</p></source> - <translation type="obsolete"><b>Environnement</b> -<p>Entrer les variables d'environnement à définir pour le débogueur. Les définitions doiventt être séparées par des blancs et doivent avoir la forme 'var=valeur'.</p> -<p>Exemple: var1=1 var2="hello world"</p></translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="461"/> <source>Select, whether a reset of the debug client should be performed after a client exit</source> <translation>Sélectionner si le Client Debug doit être réinitialisé après la sortie du client</translation> @@ -6896,42 +6630,42 @@ <context> <name>DebuggerInterfacePython</name> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="461"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="465"/> <source>Start Debugger</source> <translation type="unfinished">Démarrage du débogueur</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="461"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="465"/> <source><p>The debugger backend could not be started.</p></source> <translation type="unfinished"><p>Impossible de lancer le débogueur en arrière-plan.</p></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="956"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="960"/> <source>Parent Process</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="957"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="961"/> <source>Child process</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="958"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="962"/> <source>Client forking</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="958"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="962"/> <source>Select the fork branch to follow.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="1004"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="1008"/> <source>Debug Protocol Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="1004"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="1008"/> <source><p>The response received from the debugger backend could not be decoded. Please report this issue with the received data to the eric bugs email address.</p><p>Error: {0}</p><p>Data:<br/>{1}</p></source> <translation type="unfinished"></translation> </message> @@ -6942,62 +6676,13 @@ </message> </context> <context> - <name>DebuggerInterfacePython2</name> - <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="348"/> - <source>Start Debugger</source> - <translation type="obsolete">Démarrage du débogueur</translation> - </message> - <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="348"/> - <source><p>The debugger backend could not be started.</p></source> - <translation type="obsolete"><p>Impossible de lancer le débogueur en arrière-plan.</p></translation> - </message> -</context> -<context> - <name>DebuggerInterfacePython3</name> - <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="348"/> - <source>Start Debugger</source> - <translation type="obsolete">Démarrage du débogueur</translation> - </message> - <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="348"/> - <source><p>The debugger backend could not be started.</p></source> - <translation type="obsolete"><p>Impossible de lancer le débogueur en arrière-plan.</p></translation> - </message> -</context> -<context> - <name>DebuggerInterfaceRuby</name> - <message> - <location filename="../Debugger/DebuggerInterfaceRuby.py" line="346"/> - <source>Start Debugger</source> - <translation type="obsolete">Démarrage du débogueur</translation> - </message> - <message> - <location filename="../Debugger/DebuggerInterfaceRuby.py" line="346"/> - <source><p>The debugger backend could not be started.</p></source> - <translation type="obsolete"><p>Impossible de lancer le débogueur en arrière-plan.</p></translation> - </message> -</context> -<context> <name>DebuggerPropertiesDialog</name> <message> - <location filename="../Project/DebuggerPropertiesDialog.py" line="119"/> - <source>Select interpreter for Debug Client</source> - <translation type="obsolete">Sélection d'un interpréteur pour le Débogueur Client</translation> - </message> - <message> <location filename="../Project/DebuggerPropertiesDialog.py" line="136"/> <source>All Files (*)</source> <translation>Tous fichiers (*)</translation> </message> <message> - <location filename="../Project/DebuggerPropertiesDialog.py" line="136"/> - <source>Select Debug Client</source> - <translation type="obsolete">Sélection d'un type de débogueur (Debug Client)</translation> - </message> - <message> <location filename="../Project/DebuggerPropertiesDialog.ui" line="14"/> <source>Debugger Properties</source> <translation>Propriétés du Débogueur</translation> @@ -7013,60 +6698,16 @@ <translation>Entrer le chemin du client de débogage à utiliser. Laisser vide pour utiliser le client par défaut.</translation> </message> <message> - <location filename="../Project/DebuggerPropertiesDialog.ui" line="36"/> - <source>Press to select the Debug Client via a file selection dialog</source> - <translation type="obsolete">Cliquer pour sélectionner un client de débogage avec une boite de dialogue</translation> - </message> - <message> - <location filename="../Project/DebuggerPropertiesDialog.ui" line="49"/> - <source>Interpreter for Debug Client</source> - <translation type="obsolete">Interpréteur pour le Débogueur Client</translation> - </message> - <message> - <location filename="../Project/DebuggerPropertiesDialog.ui" line="58"/> - <source>Enter the path of the interpreter to be used by the debug client.</source> - <translation type="obsolete">Entrer le chemin de l'interpréteur à utiliser pour le débogueur client.</translation> - </message> - <message> - <location filename="../Project/DebuggerPropertiesDialog.ui" line="59"/> - <source>Press to select the interpreter via a file selection dialog</source> - <translation type="obsolete">Cliquer pour sélectionner un interpréteur via une boite de sélection</translation> - </message> - <message> - <location filename="../Project/DebuggerPropertiesDialog.ui" line="71"/> - <source>Environment for Debug Client</source> - <translation type="obsolete">Environnement du client de débogage</translation> - </message> - <message> <location filename="../Project/DebuggerPropertiesDialog.ui" line="204"/> <source>Select, if the environment of the debug client should be replaced</source> <translation>Cocher, si l'environnement du débogueur client doit être remplacé</translation> </message> <message> - <location filename="../Project/DebuggerPropertiesDialog.ui" line="80"/> - <source>Replace Environment</source> - <translation type="obsolete">Remplacer l'environnement</translation> - </message> - <message> <location filename="../Project/DebuggerPropertiesDialog.ui" line="214"/> <source>Enter the environment variables to be set.</source> <translation>Entrer les variables d'environnement à définir.</translation> </message> <message> - <location filename="../Project/DebuggerPropertiesDialog.ui" line="90"/> - <source><b>Environment</b> -<p>Enter the environment variables to be set for the debugger. The individual settings must be separate by whitespace and be given in the form 'var=value'.</p> -<p>Example: var1=1 var2="hello world"</p></source> - <translation type="obsolete"><b>Environnement</b> -<p>Entrer les variables d'environnement à définir pour le débogueur. Les définitions doiventt être séparées par des blancs et doivent avoir la forme 'var=valeur'.</p> -<p>Exemple: var1=1 var2="hello world"</p></translation> - </message> - <message> - <location filename="../Project/DebuggerPropertiesDialog.ui" line="99"/> - <source>Environment:</source> - <translation type="obsolete">Environnement:</translation> - </message> - <message> <location filename="../Project/DebuggerPropertiesDialog.ui" line="71"/> <source>Select, if the debugger should be run remotely</source> <translation>Cocher, si le débogueur doit être lancé à distance</translation> @@ -7255,7 +6896,7 @@ <message> <location filename="../Preferences/ConfigurationPages/DebuggerPython2Page.ui" line="75"/> <source>Enter the path of the Debug Client to be used. Leave empty to use the default.</source> - <translation type="unfinished"></translation> + <translation type="unfinished">Entrer le chemin du client de débogage à utiliser. Laisser vide pour utiliser le client par défaut.</translation> </message> <message> <location filename="../Preferences/ConfigurationPages/DebuggerPython2Page.ui" line="82"/> @@ -7348,7 +6989,7 @@ <message> <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="75"/> <source>Enter the path of the Debug Client to be used. Leave empty to use the default.</source> - <translation type="unfinished"></translation> + <translation type="unfinished">Entrer le chemin du client de débogage à utiliser. Laisser vide pour utiliser le client par défaut.</translation> </message> <message> <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.py" line="45"/> @@ -7376,11 +7017,6 @@ <translation type="unfinished">Personnalisé</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="75"/> - <source>Multi Threaded</source> - <translation type="obsolete">Multi Threaded</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="105"/> <source>Source association</source> <translation type="unfinished"></translation> @@ -7401,11 +7037,6 @@ <translation type="unfinished">Ne pas spécifier d'encodage pour le débogueur</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.py" line="94"/> - <source>Select Python interpreter for Debug Client</source> - <translation type="obsolete">Sélectionner un interpréteur python spécifique le débogueur (Debug Client)</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.py" line="47"/> <source>Python Files (*.py *.py3)</source> <translation type="unfinished"></translation> @@ -7442,132 +7073,6 @@ </message> </context> <context> - <name>DebuggerPythonPage</name> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="37"/> - <source>Python2 Virtual Environment</source> - <translation type="obsolete">Interpréteur Python pour le client débug</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.py" line="33"/> - <source>Press to select the Python interpreter via a file selection dialog</source> - <translation type="obsolete">Cliquer pour sélectionner un interpréteur Python manuellement</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="53"/> - <source>Debug Client Type</source> - <translation type="obsolete">Type de client débug</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="65"/> - <source>Enter the path of the Debug Client to be used. Leave empty to use the default.</source> - <translation type="obsolete">Entrer le chemin du client débug à utiliser. Laisser vide pour utiliser le client par défaut.</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.py" line="42"/> - <source>Press to select the Debug Client via a file selection dialog</source> - <translation type="obsolete">Cliquer pour sélectionner un client débug avec une boite de sélection</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="72"/> - <source>Select the standard debug client</source> - <translation type="obsolete">Selectionne le client debug multi threaded </translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="75"/> - <source>Standard</source> - <translation type="obsolete">Standard</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="82"/> - <source>Select the custom selected debug client</source> - <translation type="obsolete">Sélectionne un client debug personnalisé</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="85"/> - <source>Custom</source> - <translation type="obsolete">Personnalisé</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="75"/> - <source>Multi Threaded</source> - <translation type="obsolete">Multi Threaded</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="120"/> - <source>Redirect stdin/stdout/stderr</source> - <translation type="obsolete">Redirection stdin/stdout/stderr</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="127"/> - <source>Select to not set the debug client encoding</source> - <translation type="obsolete">Cocher pour ne pas spécifiier l'encodage du débogueur</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="130"/> - <source>Don't set the encoding of the debug client</source> - <translation type="obsolete">Ne pas spécifier d'encodage pour le débogueur</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.py" line="94"/> - <source>Select Python interpreter for Debug Client</source> - <translation type="obsolete">Sélectionner un interpréteur python spécifique le débogueur (Debug Client)</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.py" line="109"/> - <source>Select Debug Client</source> - <translation type="obsolete">Sélection d'un type de débogueur</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="17"/> - <source><b>Configure Python2 Debugger</b></source> - <translation type="obsolete"><b>Configuration du débogueur Python</b></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="117"/> - <source>Select, to redirect stdin, stdout and stderr of the program being debugged to the eric6 IDE</source> - <translation type="obsolete">Cocher pour rediriger stdin, stdout et stderr du programme débogué dans l'IDE eric4 {5 ?} {6 ?}</translation> - </message> -</context> -<context> - <name>DebuggerRubyPage</name> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerRubyPage.ui" line="37"/> - <source>Ruby Interpreter for Debug Client</source> - <translation type="obsolete">Interpréteur Ruby pour le client débug</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerRubyPage.ui" line="43"/> - <source>Enter the path of the Ruby interpreter to be used by the debug client.</source> - <translation type="obsolete">Entrer le chemin de l'interpréteur Ruby à utiliser pour le client débug.</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerRubyPage.ui" line="50"/> - <source>Press to select the Ruby interpreter via a file selection dialog</source> - <translation type="obsolete">Cliquer pour sélectionner un interpréteur Ruby avec une boite de sélection</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerRubyPage.ui" line="63"/> - <source>Redirect stdin/stdout/stderr</source> - <translation type="obsolete">Redirection stdin/stdout/stderr</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerRubyPage.py" line="64"/> - <source>Select Ruby interpreter for Debug Client</source> - <translation type="obsolete">Sélection de l'interperteur Ruby pour le client débug</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerRubyPage.ui" line="17"/> - <source><b>Configure Ruby Debugger</b></source> - <translation type="obsolete"><b>Configuration du débogueur Ruby</b></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerRubyPage.ui" line="60"/> - <source>Select, to redirect stdin, stdout and stderr of the program being debugged to the eric6 IDE</source> - <translation type="obsolete">Cocher pour rediriger stdin, stdout et stderr du programme débogué dans l'IDE eric4 {5 ?} {6 ?}</translation> - </message> -</context> -<context> <name>DeepLEngine</name> <message> <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/DeepLEngine.py" line="78"/> @@ -7734,11 +7239,6 @@ <translation>Aucune différence.</translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="467"/> - <source>Select file to compare</source> - <translation type="obsolete">Sélectionner un fichier à comparer</translation> - </message> - <message> <location filename="../UI/DiffDialog.ui" line="14"/> <source>File Differences</source> <translation>Différences entre fichiers</translation> @@ -7754,11 +7254,6 @@ <translation>Entrer le nom du premier fichier</translation> </message> <message> - <location filename="../UI/DiffDialog.ui" line="67"/> - <source>Press to select the file via a file selection dialog</source> - <translation type="obsolete">Cliquer pour sélectionner un fichier via une boite de dialogue</translation> - </message> - <message> <location filename="../UI/DiffDialog.ui" line="52"/> <source>File &2:</source> <translation>Fichier &2:</translation> @@ -8931,24 +8426,6 @@ </message> </context> <context> - <name>E5ErrorMessage</name> - <message> - <location filename="../E5Gui/E5ErrorMessage.py" line="153"/> - <source>Warning</source> - <translation type="obsolete">Warning</translation> - </message> - <message> - <location filename="../E5Gui/E5ErrorMessage.py" line="156"/> - <source>Critical</source> - <translation type="obsolete">Critique</translation> - </message> - <message> - <location filename="../E5Gui/E5ErrorMessage.py" line="159"/> - <source>Fatal Error</source> - <translation type="obsolete">Erreur critique</translation> - </message> -</context> -<context> <name>E5ErrorMessageFilterDialog</name> <message> <location filename="../E5Gui/E5ErrorMessageFilterDialog.ui" line="14"/> @@ -8956,26 +8433,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../E5Gui/E5ErrorMessageFilterDialog.ui" line="80"/> - <source>&Add...</source> - <translation type="obsolete">&Ajouter...</translation> - </message> - <message> - <location filename="../E5Gui/E5ErrorMessageFilterDialog.ui" line="97"/> - <source>Press to remove the selected entries</source> - <translation type="obsolete">Cliquer pour supprimer les entrées sélectionnées</translation> - </message> - <message> - <location filename="../E5Gui/E5ErrorMessageFilterDialog.ui" line="100"/> - <source>&Remove</source> - <translation type="obsolete">Supp&rimer</translation> - </message> - <message> - <location filename="../E5Gui/E5ErrorMessageFilterDialog.ui" line="110"/> - <source>Press to remove all entries</source> - <translation type="obsolete">Cliquer pour remplacer toutes les entrées</translation> - </message> - <message> <location filename="../E5Gui/E5ErrorMessageFilterDialog.py" line="39"/> <source><b>Error Message Filters</b><p>This list shows the configured message filters used to suppress error messages from within Qt.</p></source> <translation type="unfinished"></translation> @@ -10292,11 +9749,6 @@ <context> <name>EditBreakpointDialog</name> <message> - <location filename="../Debugger/EditBreakpointDialog.py" line="129"/> - <source>Select filename of the breakpoint</source> - <translation type="obsolete">Sélection d'un fichier pour le point d'arrêt</translation> - </message> - <message> <location filename="../Debugger/EditBreakpointDialog.ui" line="14"/> <source>Edit Breakpoint</source> <translation>Édition point d'arrêt</translation> @@ -10322,11 +9774,6 @@ <translation>Numéro de ligne:</translation> </message> <message> - <location filename="../Debugger/EditBreakpointDialog.ui" line="165"/> - <source>Press to open a file selection dialog</source> - <translation type="obsolete">Cliquer pour choisir un fichier</translation> - </message> - <message> <location filename="../Debugger/EditBreakpointDialog.ui" line="53"/> <source>Enter the linenumber of the breakpoint</source> <translation>Entrer le numéro de ligne du point d'arret</translation> @@ -10538,11 +9985,6 @@ <translation>Utiliser une police monospacée</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="726"/> - <source>Autocompletion enabled</source> - <translation type="obsolete">Autocomplétion activée</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="939"/> <source>Check</source> <translation>Vérification</translation> @@ -10638,16 +10080,6 @@ <translation>Effacer tous les points d'arrêts</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1364"/> - <source>LMB toggles bookmarks</source> - <translation type="obsolete">Le click principal place des signets</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1368"/> - <source>LMB toggles breakpoints</source> - <translation type="obsolete">Le click principal place les points d'arrêts</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1816"/> <source>Modification of Read Only file</source> <translation>Modification de la lecture seule</translation> @@ -10963,11 +10395,6 @@ <translation>L'enregistrement de macro est déjà actif. En démarrer une nouvelle ?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="797"/> - <source>Autocomplete</source> - <translation type="obsolete">Autocomplétion</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="921"/> <source>Complete from Document</source> <translation type="unfinished">à partir du document</translation> @@ -11018,11 +10445,6 @@ <translation>Inclure l'importation de modules externes?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="816"/> - <source>dynamic</source> - <translation type="obsolete">Dynamique</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="843"/> <source>Calltip</source> <translation>Calltip</translation> @@ -11431,21 +10853,11 @@ <translation>Cliquer pour sélectionner un fichier API via une boite de dialogue</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.ui" line="116"/> - <source>Enter a file to be added</source> - <translation type="obsolete">Saisir un fichier à ajouter</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.ui" line="100"/> <source>List of API files</source> <translation>Liste des fichiers API</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.py" line="142"/> - <source>Select API file</source> - <translation type="obsolete">Sélection d'un fichier API</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.py" line="41"/> <source>API File (*.api);;All Files (*)</source> <translation>Fichiers API (*.api);;Tous les fichiers (*)</translation> @@ -11717,11 +11129,6 @@ <context> <name>EditorAutocompletionQScintillaPage</name> <message> - <location filename="../Preferences/ConfigurationPages/EditorAutocompletionQScintillaPage.ui" line="16"/> - <source><b>Configure QScintilla Autocompletion</b></source> - <translation type="obsolete"><b>Configuration de l'autocomplétion QScintilla</b></translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/EditorAutocompletionQScintillaPage.ui" line="37"/> <source>Select this, if single entries shall be inserted automatically</source> <translation>Cocher pour compléter automatiquement quand il n'y a qu'une seule entrée</translation> @@ -13864,31 +13271,11 @@ <translation>Fichier de mots:</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.ui" line="237"/> - <source>Enter the filename of the personal word list</source> - <translation type="obsolete">Entrer le nom d'un fichier de mots</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.ui" line="272"/> - <source>Select the personal word list file via a file selection dialog</source> - <translation type="obsolete">Sélectionne un fichier de mots avec une boite de dialogue</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.ui" line="250"/> <source>Personal exclude list file:</source> <translation>Fichier de mots à exclure:</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.ui" line="251"/> - <source>Enter the filename of the personal exclude list</source> - <translation type="obsolete">Entrer le nom de fichier contenant la liste de mots à exclure</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.ui" line="279"/> - <source>Select the personal exclude list file via a file selection dialog</source> - <translation type="obsolete">Sélectionne le fichier contenant la liste des mots à exclure</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.ui" line="270"/> <source><b>Note:</b> leave these entries empty to use the default</source> <translation><b>Note:</b> laisser ces entrées vides pour utiliser la configuration par défaut</translation> @@ -13919,16 +13306,6 @@ <translation>Entrer le nombre de lignes vérifiées par vérification. Une valeur élevée augmente la vitesse de vérification, mais réduit le temps de réponse de l'interface.</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.py" line="115"/> - <source>Select personal word list</source> - <translation type="obsolete">Sélection d'une liste de mots personnalisée</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.py" line="129"/> - <source>Select personal exclude list</source> - <translation type="obsolete">Sélection d'un liste de mots à exclure</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.py" line="38"/> <source>Dictionary File (*.dic);;All Files (*)</source> <translation>Fichiers dictionnaires (*.dic);;Tous les fichiers (*)</translation> @@ -14403,16 +13780,6 @@ <translation>Sélectionne la couleur de la marge de pliage de code</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="223"/> - <source>Select to show unified margins (like eric4 < 4.3.0)</source> - <translation type="obsolete">Cocher pour afficher des marges unfifiées (comme dans eric4 < 4.3.0)</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="226"/> - <source>Show unified margins</source> - <translation type="obsolete">Afficher des marges unifiées</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="700"/> <source>Debugging Line Markers</source> <translation type="unfinished">Marquage des lignes déboguées</translation> @@ -15414,11 +14781,6 @@ <translation>Cocher pour utiliser une connexion sécurisée TLS</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="131"/> - <source>Use TLS</source> - <translation type="obsolete">Connexion TLS</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="183"/> <source>Enter the port of the mail server</source> <translation>Entrer le port du serveur mail</translation> @@ -15738,16 +15100,6 @@ <context> <name>EricapiConfigDialog</name> <message> - <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.py" line="197"/> - <source>Select output file</source> - <translation type="obsolete">Sélectionner un fichier de sortie</translation> - </message> - <message> - <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.py" line="228"/> - <source>Select directory to exclude</source> - <translation type="obsolete">Sélection des répertoires à exclure</translation> - </message> - <message> <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.ui" line="14"/> <source>Ericapi Configuration</source> <translation>Configuration de Ericapi</translation> @@ -15758,11 +15110,6 @@ <translation>Entrer le nom d'un fichier de sortie</translation> </message> <message> - <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.ui" line="45"/> - <source>Press to open a file selection dialog</source> - <translation type="obsolete">Cliquer pour choisir un fichier</translation> - </message> - <message> <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.ui" line="25"/> <source>Output File:</source> <translation>Fichier de sortie:</translation> @@ -15823,11 +15170,6 @@ <translation>Supprimer</translation> </message> <message> - <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.ui" line="222"/> - <source>Press to open a directory selection dialog</source> - <translation type="obsolete">Cliquer pour choisir un répertoire</translation> - </message> - <message> <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.ui" line="184"/> <source>List of directory basenames to be ignored</source> <translation>Liste des répertoires à ignorer</translation> @@ -15962,26 +15304,11 @@ <context> <name>EricdocConfigDialog</name> <message> - <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.py" line="305"/> - <source>Select output directory</source> - <translation type="obsolete">Sélection du répertoire de sortie</translation> - </message> - <message> - <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.py" line="330"/> - <source>Select directory to exclude</source> - <translation type="obsolete">Sélection des répertoires à exclure</translation> - </message> - <message> <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.py" line="53"/> <source>Style sheet (*.css);;All files (*)</source> <translation>Feuille de style (*.css);;Tous les fichiers (*)</translation> </message> <message> - <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.py" line="370"/> - <source>Select CSS style sheet</source> - <translation type="obsolete">Sélection d'une feuille de style CSS</translation> - </message> - <message> <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="14"/> <source>Ericdoc Configuration</source> <translation>Configuration Ericdoc</translation> @@ -15997,11 +15324,6 @@ <translation>Entrer un répertoire de sortie</translation> </message> <message> - <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="400"/> - <source>Press to open a directory selection dialog</source> - <translation type="obsolete">Cliquer pour choisir un répertoire</translation> - </message> - <message> <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="390"/> <source>Output Directory:</source> <translation>Répertoire de sortie:</translation> @@ -16092,11 +15414,6 @@ <translation>Entrer le nom de fichier d'une feuille de style CSS. Laisser vide pour utiliser les couleurs définies ci-dessous.</translation> </message> <message> - <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="243"/> - <source>Press to open a file selection dialog</source> - <translation type="obsolete">Cliquer pour choisir un fichier</translation> - </message> - <message> <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="262"/> <source>Colours</source> <translation>Couleurs</translation> @@ -16562,19 +15879,6 @@ </message> </context> <context> - <name>ExporterBase</name> - <message> - <location filename="../QScintilla/Exporters/ExporterBase.py" line="58"/> - <source>Export source</source> - <translation type="obsolete">Exportation de source</translation> - </message> - <message> - <location filename="../QScintilla/Exporters/ExporterBase.py" line="58"/> - <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> - <translation type="obsolete"><p>Le fichier <b>{0}</b>existe déjà. Écraser ?</p></translation> - </message> -</context> -<context> <name>ExporterHTML</name> <message> <location filename="../QScintilla/Exporters/ExporterHTML.py" line="505"/> @@ -17480,11 +16784,6 @@ <context> <name>FindFileDialog</name> <message> - <location filename="../UI/FindFileDialog.py" line="553"/> - <source>Select directory</source> - <translation type="obsolete">Sélection répertoire</translation> - </message> - <message> <location filename="../UI/FindFileDialog.ui" line="14"/> <source>Find in Files</source> <translation>Rechercher dans les fichiers</translation> @@ -17560,11 +16859,6 @@ <translation>Entrer un répertoire de recherche</translation> </message> <message> - <location filename="../UI/FindFileDialog.ui" line="288"/> - <source>Select the directory via a directory selection dialog</source> - <translation type="obsolete">Sélectionner un répertoire avec une boite de dialogue</translation> - </message> - <message> <location filename="../UI/FindFileDialog.ui" line="90"/> <source>Select to match case sensitive</source> <translation>Cocher pour tenir compte de la casse </translation> @@ -17810,11 +17104,6 @@ <translation>Entrer le répertoire dans lequel le fichier doit être recherché</translation> </message> <message> - <location filename="../UI/FindFileNameDialog.ui" line="86"/> - <source>Press to select the directory, the file should be searched in</source> - <translation type="obsolete">Cliquer pour spécifier un répertoire dans lequel le fichier doit être recherché</translation> - </message> - <message> <location filename="../UI/FindFileNameDialog.ui" line="99"/> <source>Select to search in the project path</source> <translation>Cocher pour rechercher dans le répertoire du projet</translation> @@ -17865,11 +17154,6 @@ <translation>Cliquer pour stopper la recherche</translation> </message> <message> - <location filename="../UI/FindFileNameDialog.py" line="205"/> - <source>Select search directory</source> - <translation type="obsolete">Sélectionne un répertoire de recherche</translation> - </message> - <message> <location filename="../UI/FindFileNameDialog.py" line="55"/> <source>Stop</source> <translation>Arrêt</translation> @@ -18332,7 +17616,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1558"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1561"/> <source>The git process did not finish within 30s.</source> <translation type="unfinished"></translation> </message> @@ -18512,432 +17796,432 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1383"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1386"/> <source>Create {0} file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1383"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1386"/> <source><p>The file <b>{0}</b> exists already. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1442"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1445"/> <source>Git Copy</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1427"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1430"/> <source><p>Copying the directory <b>{0}</b> failed.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1442"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1445"/> <source><p>Copying the file <b>{0}</b> failed.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2627"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2630"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation type="unfinished">Impossible de lancer le processus {0}. Assurez-vous qu'il est bien dans le chemin de recherche.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1629"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1632"/> <source>Git Side-by-Side Difference</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1629"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1632"/> <source><p>The file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1678"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1681"/> <source>Fetching from a remote Git repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1716"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1719"/> <source>Pulling from a remote Git repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1757"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1760"/> <source>Pushing to a remote Git repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1785"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1788"/> <source>Committing failed merge</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1812"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1815"/> <source>Aborting uncommitted/failed merge</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1845"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1848"/> <source>Applying patch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1877"/> - <source>Check patch files</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1880"/> + <source>Check patch files</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1883"/> <source>Apply patch files</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1962"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1965"/> <source>Tagging in the Git repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2193"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2196"/> <source>Branching in the Git repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2233"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2236"/> <source>Delete Remote Branch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2254"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2257"/> <source>Current Branch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2254"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2257"/> <source><p>The current branch is <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2318"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2321"/> <source>Create Bundle</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2283"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2286"/> <source>Git Bundle Files (*.bundle)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2300"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2303"/> <source><p>The Git bundle file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2348"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2351"/> <source>Verify Bundle</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2478"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2481"/> <source>Git Bundle Files (*.bundle);;All Files (*)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2378"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2381"/> <source>List Bundle Heads</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2478"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2481"/> <source>Apply Bundle</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2501"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2504"/> <source>Applying a bundle file (fetch)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2528"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2531"/> <source>Bisect subcommand ({0}) invalid.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2731"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2734"/> <source>Git Bisect ({0})</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2627"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2630"/> <source>Process Generation Error</source> <translation type="unfinished">Erreur du processus</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2671"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2674"/> <source>Create Bisect Replay File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2637"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2640"/> <source>Git Bisect Replay Files (*.replay)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2654"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2657"/> <source><p>The Git bisect replay file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2671"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2674"/> <source><p>The file <b>{0}</b> could not be written.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2692"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2695"/> <source>Edit Bisect Replay File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2719"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2722"/> <source>Git Bisect Replay Files (*.replay);;All Files (*)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2719"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2722"/> <source>Bisect Replay</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3071"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3074"/> <source>Show Remote Info</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2950"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2953"/> <source>Rename Remote Repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2950"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2953"/> <source>Enter new name for remote repository:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3095"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3098"/> <source>Show Shortlog</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3153"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3156"/> <source>Cherry-pick</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3183"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3186"/> <source>Copy Changesets (Continue)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3208"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3211"/> <source>Copy Changesets (Quit)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3234"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3237"/> <source>Copy Changesets (Cancel)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3314"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3317"/> <source>Saving stash</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3513"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3516"/> <source>Show Stash</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3513"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3516"/> <source>Select a stash (empty for latest stash):</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3425"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3428"/> <source>Restore Stash</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3439"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3442"/> <source>Restoring stash</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3473"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3476"/> <source>Create Branch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3463"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3466"/> <source>Enter a branch name to restore a stash to:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3488"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3491"/> <source>Creating branch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3522"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3525"/> <source>Delete Stash</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3522"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3525"/> <source>Do you really want to delete the stash <b>{0}</b>?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3533"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3536"/> <source>Deleting stash</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3553"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3556"/> <source>Delete All Stashes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3553"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3556"/> <source>Do you really want to delete all stashes?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3561"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3564"/> <source>Deleting all stashes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3633"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3636"/> <source>Showing the combined configuration settings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3659"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3662"/> <source>Verifying the integrity of the Git repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3684"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3687"/> <source>Performing Repository Housekeeping</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3728"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3731"/> <source><tr><td><b>Statistics</b></td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3729"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3732"/> <source><tr><td>Number of loose objects: </td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3733"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3736"/> <source><tr><td>Disk space used by loose objects: </td><td>{0} KiB</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3737"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3740"/> <source><tr><td>Number of packed objects: </td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3741"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3744"/> <source><tr><td>Number of packs: </td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3745"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3748"/> <source><tr><td>Disk space used by packed objects: </td><td>{0} KiB</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3749"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3752"/> <source><tr><td>Packed objects waiting for pruning: </td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3753"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3756"/> <source><tr><td>Garbage files: </td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3757"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3760"/> <source><tr><td>Disk space used by garbage files: </td><td>{0} KiB</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3763"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3766"/> <source><p><b>No statistics available.</b></p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3829"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3832"/> <source>Creating Archive</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3872"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3875"/> <source>Add Submodule</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3942"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3945"/> <source>List Submodules</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3942"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3945"/> <source>No submodules defined for the project.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3957"/> - <source>All</source> - <translation type="unfinished">Tous</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3960"/> - <source>Submodule Path</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3960"/> + <source>All</source> + <translation type="unfinished">Tous</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3963"/> + <source>Submodule Path</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3963"/> <source>Select a submodule path:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4013"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4016"/> <source>Initialize Submodules</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4050"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4053"/> <source>Unregister Submodules</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4130"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4133"/> <source>Update Submodules</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4164"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4167"/> <source>Synchronize Submodules</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4222"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4225"/> <source>Submodules Summary</source> <translation type="unfinished"></translation> </message> @@ -24423,12 +23707,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmoduleAddDialog.py" line="92"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmoduleAddDialog.py" line="103"/> <source>Select Submodule Repository Directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmoduleAddDialog.py" line="118"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmoduleAddDialog.py" line="129"/> <source>Select Submodule Directory</source> <translation type="unfinished"></translation> </message> @@ -25497,16 +24781,6 @@ <translation>Entrer le nom d'une feuille de styles</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpAppearancePage.ui" line="182"/> - <source>Select the user style sheet via a file selection dialog</source> - <translation type="obsolete">Sélectionne une feuille de styles via une boite de sélection</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/HelpAppearancePage.py" line="137"/> - <source>Select Style Sheet</source> - <translation type="obsolete">Sélection d'une feuille de styles</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/HelpAppearancePage.ui" line="98"/> <source>Colours</source> <translation>Couleurs</translation> @@ -26059,11 +25333,6 @@ <translation>Documentation Qt4</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="126"/> - <source>Press to select the Qt4 documentation directory via a dialog</source> - <translation type="obsolete">Cliquer pour sélectionner le répertoire de documentation Qt4</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="157"/> <source>Enter the Qt4 documentation directory</source> <translation>Entrer le répertoire de documentation Qt4</translation> @@ -26154,11 +25423,6 @@ <translation type="unfinished">Documentation Qt4 {5 ?}</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="159"/> - <source>Press to select the Qt5 documentation directory via a dialog</source> - <translation type="obsolete">Cliquer pour sélectionner le répertoire de documentation Qt4 {5 ?}</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="192"/> <source>Enter the Qt5 documentation directory</source> <translation type="unfinished">Entrer le répertoire de documentation Qt4 {5 ?}</translation> @@ -26174,11 +25438,6 @@ <translation type="unfinished"> Documentation PyQt4 {5 ?}</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="225"/> - <source>Press to select the PyQt5 documentation directory via a dialog</source> - <translation type="obsolete">Cliquer pour sélectionner un répertoire pour la documentation de PyQt4 {5 ?}</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="262"/> <source>Enter the PyQt5 documentation directory</source> <translation type="unfinished">Entrer le répertoire de documentation PyQt4 {5 ?}</translation> @@ -26343,21 +25602,11 @@ <translation type="unfinished">Entrer le nom d'une feuille de style</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpInterfacePage.ui" line="67"/> - <source>Select the style sheet file via a file selection dialog</source> - <translation type="obsolete">Sélectionne une feuille de style avec une boite de dialogue</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/HelpInterfacePage.py" line="62"/> <source>System</source> <translation type="unfinished">Système</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpInterfacePage.py" line="78"/> - <source>Select style sheet file</source> - <translation type="obsolete">Sélectionne une feuille de style</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/HelpInterfacePage.py" line="36"/> <source>Qt Style Sheets (*.qss);;Cascading Style Sheets (*.css);;All files (*)</source> <translation type="unfinished">Feuilles Qt Style (*.qss);;Feuilles CSS (*.css);;Tous les fichiers (*)</translation> @@ -26646,11 +25895,6 @@ <translation>Entrer le navigateur personalisé à utiliser</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpViewersPage.ui" line="58"/> - <source>Press to select the custom viewer via a file selection dialog</source> - <translation type="obsolete">Cliquer pour sélectionner un visualiseur personalisé avec une boite de sélection</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/HelpViewersPage.ui" line="76"/> <source>Select to use a custom viewer</source> <translation>Sélectionner pour utiliser un navigateur personalisé</translation> @@ -26671,26 +25915,6 @@ <translation>Qt Assistant</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpViewersPage.py" line="84"/> - <source>Select Custom Viewer</source> - <translation type="obsolete">Sélection d'un Navigateur Personalisé</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/HelpViewersPage.py" line="98"/> - <source>Select Web-Browser</source> - <translation type="obsolete">Sélection d'un Navigateur Web</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/HelpViewersPage.py" line="112"/> - <source>Select PDF-Viewer</source> - <translation type="obsolete">Sélection d'un visualiseur de PDF</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/HelpViewersPage.py" line="126"/> - <source>Select CHM-Viewer</source> - <translation type="obsolete">Sélection d'un visualiseur CHM</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/HelpViewersPage.ui" line="17"/> <source><b>Configure help viewers</b></source> <translation><b>Configuration des visualiseurs d'aide</b></translation> @@ -29815,16 +29039,6 @@ <translation type="unfinished">Ctrl+R</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="493"/> - <source>Replace some text</source> - <translation type="obsolete">Remplacer un texte</translation> - </message> - <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="494"/> - <source><b>Replace</b><p>Search for some text in the current editor and replace it. A dialog is shown to enter the searchtext, the replacement text and options for the search and replace.</p></source> - <translation type="obsolete"><b>Remplacer</b><p>Recherche du texte dans l'éditeur courant et le remplace par un autre. Un fenêtre est affichée pour saisir le texte initial, le texte de remplacement et les options de remplacement.</p></translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="552"/> <source>About</source> <translation type="unfinished">À propos de</translation> @@ -32282,18 +31496,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgCopyDialog.ui" line="64"/> - <source>Press to open a selection dialog</source> - <translation type="obsolete">Cliquer pour choisir un fichier</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgCopyDialog.ui" line="67"/> - <source><b>Target directory</b> -<p>Select the target name for the operation via a selection dialog.</p></source> - <translation type="obsolete"><b>Répertoire cible</b> -<p>Selectionne manuellement le nom de la cible.</p></translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgCopyDialog.ui" line="23"/> <source>Source:</source> <translation type="unfinished">Source:</translation> @@ -32336,11 +31538,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgCopyDialog.py" line="89"/> - <source>Select target</source> - <translation type="obsolete">Sélectionner la cible</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgCopyDialog.ui" line="63"/> <source><b>Target name</b> <p>Enter the new name in this field. The target must be the new name or an absolute path.</p></source> @@ -32438,31 +31635,6 @@ <translation type="unfinished">Erreurs</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.ui" line="89"/> - <source>Input</source> - <translation type="obsolete">Entrée</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.ui" line="114"/> - <source>&Send</source> - <translation type="obsolete">&Envoyer</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.ui" line="131"/> - <source>Select to switch the input field to password mode</source> - <translation type="obsolete">Cocher pour basculer le champ d'entrée en mode Mot de Passe</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.ui" line="134"/> - <source>&Password Mode</source> - <translation type="obsolete">Mode Mot de &Passe</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.ui" line="137"/> - <source>Alt+P</source> - <translation type="obsolete">Alt+P</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="107"/> <source>Process Generation Error</source> <translation type="unfinished">Erreur du processus</translation> @@ -33377,11 +32549,6 @@ <translation type="unfinished">Message</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="207"/> - <source>Enter the regular expression to filter on</source> - <translation type="obsolete">Entrer l'expression régulière de filtrage</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="213"/> <source>Branch</source> <translation type="unfinished"></translation> @@ -33437,16 +32604,6 @@ <translation type="unfinished">Arrêt lors de copie/déplacement</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="398"/> - <source>Press to compare two revisions</source> - <translation type="obsolete">Cliquer pour comparer deux versions</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="401"/> - <source>&Compare Revisions</source> - <translation type="obsolete">&Comparer des versions</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="520"/> <source>Errors</source> <translation type="unfinished">Erreurs</translation> @@ -33990,64 +33147,6 @@ </message> </context> <context> - <name>HgLogDialog</name> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogDialog.ui" line="26"/> - <source>Log</source> - <translation type="obsolete">Log</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogDialog.ui" line="61"/> - <source>Errors</source> - <translation type="obsolete">Erreurs</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogDialog.ui" line="83"/> - <source>Input</source> - <translation type="obsolete">Entrée</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogDialog.ui" line="108"/> - <source>&Send</source> - <translation type="obsolete">&Envoyer</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogDialog.ui" line="125"/> - <source>Select to switch the input field to password mode</source> - <translation type="obsolete">Cocher pour basculer le champ d'entrée en mode Mot de Passe</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogDialog.ui" line="128"/> - <source>&Password Mode</source> - <translation type="obsolete">Mode Mot de &Passe</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogDialog.ui" line="131"/> - <source>Alt+P</source> - <translation type="obsolete">Alt+P</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogDialog.py" line="64"/> - <source><b>Processing your request, please wait...</b></source> - <translation type="obsolete"><b>Votre requête est en cours d'execution, merci de patienter...</b></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogDialog.py" line="74"/> - <source>Revision</source> - <translation type="obsolete">Révision</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogDialog.py" line="215"/> - <source>Process Generation Error</source> - <translation type="obsolete">Erreur du processus</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogDialog.py" line="215"/> - <source>The process {0} could not be started. Ensure, that it is in the search path.</source> - <translation type="obsolete">Impossible de lancer le processus {0}. Assurez-vous qu'il est bien dans le chemin de recherche.</translation> - </message> -</context> -<context> <name>HgMergeDialog</name> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgMergeDialog.ui" line="14"/> @@ -34255,16 +33354,6 @@ <p>Pour des référentiels distants, l'URL doit contenir le nom de l'hôte.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgNewProjectOptionsDialog.ui" line="28"/> - <source>&Protocol:</source> - <translation type="obsolete">&Protocole:</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgNewProjectOptionsDialog.ui" line="38"/> - <source>Select the protocol to access the repository</source> - <translation type="obsolete">Sélectionner le protocole d'accès au référentiel</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgNewProjectOptionsDialog.ui" line="122"/> <source>&URL:</source> <translation type="unfinished">&URL:</translation> @@ -34299,16 +33388,6 @@ depuis le référentiel vers ce répertoire.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgNewProjectOptionsDialog.py" line="98"/> - <source>Select Repository-Directory</source> - <translation type="obsolete">Sélection du répertoire référentiel</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgNewProjectOptionsDialog.py" line="113"/> - <source>Select Project Directory</source> - <translation type="obsolete">Selection d'un répertoire projet</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgNewProjectOptionsDialog.ui" line="95"/> <source>Download all versions of all large files</source> <translation type="unfinished"></translation> @@ -34337,15 +33416,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgOptionsDialog.ui" line="17"/> - <source><b>Repository Infos Dialog</b> -<p>Enter the various infos into the entry fields. These values are used to generate a new project in the repository. If the checkbox is selected, the URL must end in the project name. A directory tree with project/tags, project/branches and project/trunk will be generated in the repository. If the checkbox is not selected, the URL must contain the complete path in the repository.</p> -<p>For remote repositories the URL must contain the hostname.</p></source> - <translation type="obsolete"><b>Fenêtre d'informations sur le référentiel</b> -<p>Entrer information du référentiel dans les différents champs. Ces valeurs sont utilsées pour créer un nouveau projet dans le référentiel. Si la checkbox est cochée, l'URL doit se terminer par le nom du projet. Dans ce cas, une structure standard sera crée dans le référentiel. Elle sera de la forme : projet/tags, projet/branches et projet/trunk. Si la checkbox n'est pas cochée, l'URL doit contenir le chemin complet à l'intérieur du référentiel.</p>(new line) -<p>Pour des référentiels distants, l'URL doit contenir le nom de l'hôte.</p></translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgOptionsDialog.ui" line="29"/> <source>Commit &Message:</source> <translation type="unfinished"></translation> @@ -34449,11 +33519,6 @@ <translation type="unfinished">Supprimer du référentiel (et du disque)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="548"/> - <source>Show log</source> - <translation type="obsolete">Afficher le log</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="544"/> <source>Show log browser</source> <translation type="unfinished">Afficher le navigateur de logs</translation> @@ -34712,11 +33777,6 @@ <translation type="unfinished">Affiche une fenêtre permettant de parcourir les logs du projet local</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="271"/> - <source><b>Show log</b><p>This shows the log of the local project.</p></source> - <translation type="obsolete"><b>Afficher le log</b><p>Affiche le log du projet local</p></translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="275"/> <source><b>Show log browser</b><p>This shows a dialog to browse the log of the local project. A limited number of entries is shown first. More can be retrieved later on.</p></source> <translation type="unfinished"><b>Navigateur de logs</b><p>Affiche une fenêtre permettant de parcourir les messages logs du projet local. La fenêtre n'affiche qu'un nombre limité d'entrées, mais un bouton permet d'afficher les logs plus anciens.</p></translation> @@ -37552,11 +36612,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.ui" line="136"/> - <source>&Add</source> - <translation type="obsolete">&Ajouter</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="190"/> <source>Restore missing</source> <translation type="unfinished"></translation> @@ -40570,16 +39625,6 @@ <translation>Ajouter</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/IconsPage.ui" line="72"/> - <source>Enter a directory to be added</source> - <translation type="obsolete">Choisir un répertoire à ajouter</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/IconsPage.ui" line="79"/> - <source>Press to select an icon directory via a selection dialog</source> - <translation type="obsolete">Cliquer pour choisir un réperoire</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/IconsPage.ui" line="156"/> <source>Show</source> <translation>Afficher</translation> @@ -40600,11 +39645,6 @@ <translation>Liste des répertoires d'icônes</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/IconsPage.py" line="132"/> - <source>Select icon directory</source> - <translation type="obsolete">Sélection d'in répertoire d'icônes</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/IconsPage.ui" line="17"/> <source><b>Configure icon directories</b></source> <translation><b>Configuration des répertoire d'icônes</b></translation> @@ -41258,16 +40298,6 @@ <translation>Feuille de style:</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="184"/> - <source>Enter the name of the style sheet file</source> - <translation type="obsolete">Entrer le nom d'une feuille de style</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="191"/> - <source>Select the style sheet file via a file selection dialog</source> - <translation type="obsolete">Sélectionne une feuille de style avec une boite de dialogue</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="202"/> <source>Dockarea Corner Usage</source> <translation>Configuration des coins de la zone d'ancrage</translation> @@ -41391,31 +40421,11 @@ <translation>Sélectionne le type d'affichage.</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="463"/> - <source>Shell</source> - <translation type="obsolete">Shell</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="469"/> - <source>Select to get a separate shell window</source> - <translation type="obsolete">Sélectionner pour avoir le shell dans une fenêtre séparée</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="501"/> - <source>separate window</source> - <translation type="obsolete">fenêtre séparée</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="486"/> <source>File-Browser</source> <translation type="unfinished">Navigateur de fichiers</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="498"/> - <source>Select to get a separate file browser window</source> - <translation type="obsolete">Sélectionner pour avoir le navigateur de fichiers dans une fenêtre séparée</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="596"/> <source>Reset layout to factory defaults</source> <translation>Réinitialise avec les paramètres d'usine</translation> @@ -41426,31 +40436,11 @@ <translation>Système</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/InterfacePage.py" line="254"/> - <source>Select style sheet file</source> - <translation type="obsolete">Sélectionne une feuille de style</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/InterfacePage.py" line="42"/> <source>Qt Style Sheets (*.qss);;Cascading Style Sheets (*.css);;All files (*)</source> <translation>Feuilles Qt Style (*.qss);;Feuilles CSS (*.css);;Tous les fichiers (*)</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="104"/> - <source>Log-Viewer</source> - <translation type="obsolete">Fenêtre de log</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="120"/> - <source>Stderr Colour:</source> - <translation type="obsolete">Couleur de stderr:</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="133"/> - <source>Select the colour for text sent to stderr</source> - <translation type="obsolete">Sélection de la couleur du texte envoyé par stderr</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="451"/> <source>Toolboxes</source> <translation>Boites d'outils</translation> @@ -44334,11 +43324,6 @@ <translation>VHDL</translation> </message> <message> - <location filename="../QScintilla/Lexers/__init__.py" line="578"/> - <source>Pyrex Files (*.pyx)</source> - <translation type="obsolete">Fichiers Pyrex (*.pyx)</translation> - </message> - <message> <location filename="../QScintilla/Lexers/__init__.py" line="591"/> <source>Quixote Template Files (*.ptl)</source> <translation>Fichiers gabarits Quixote (*.ptl)</translation> @@ -47078,11 +46063,6 @@ <translation>Ouvrir</translation> </message> <message> - <location filename="../MultiProject/MultiProjectBrowser.py" line="333"/> - <source>Remove</source> - <translation type="obsolete">Supprimer</translation> - </message> - <message> <location filename="../MultiProject/MultiProjectBrowser.py" line="411"/> <source>Properties</source> <translation>Propriétés</translation> @@ -47331,47 +46311,47 @@ <context> <name>NetworkManager</name> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="181"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="197"/> <source>SSL Certificate Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="182"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="198"/> <source><b>{0}</b><p>The page you are trying to access has errors in the SSL certificate.</p><ul><li>{1}</li></ul><p>Would you like to make an exception?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="192"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="208"/> <source>&Permanent accept</source> <translation type="unfinished">Accepter &définitivement</translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="194"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="210"/> <source>&Temporary accept</source> <translation type="unfinished">Accepter &temporairement</translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="196"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="212"/> <source>&Reject</source> <translation type="unfinished">&Refuser</translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="229"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="245"/> <source><b>Enter username and password for '{0}', realm '{1}'</b></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="232"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="248"/> <source><b>Enter username and password for '{0}'</b></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="275"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="291"/> <source>Authentication required</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="276"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="292"/> <source>Authentication is required to access:</source> <translation type="unfinished"></translation> </message> @@ -47394,11 +46374,6 @@ <translation>Entrer le répertoire de téléchargement (laisser vide pour utiliser le répertoire par défaut)</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="59"/> - <source>Select the download directory via a directory selection dialog</source> - <translation type="obsolete">Sélection du répertoire de téléchargement via une boite de dialogue</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="170"/> <source>Select to use a web proxy</source> <translation>Cocher pour utiliser un proxy web</translation> @@ -47414,11 +46389,6 @@ <translation type="unfinished">Mot de passe:</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/NetworkPage.py" line="193"/> - <source>Select download directory</source> - <translation type="obsolete">Sélection d'un répertoire de téléchargement</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="89"/> <source>Select to ask the user for a download filename</source> <translation type="unfinished"></translation> @@ -47735,11 +46705,6 @@ <translation>Nom de &classe:</translation> </message> <message> - <location filename="../Project/NewDialogClassDialog.ui" line="76"/> - <source>Select the source file path via a directory selection dialog</source> - <translation type="obsolete">Sélection du fichier source avec une boite de sélection</translation> - </message> - <message> <location filename="../Project/NewDialogClassDialog.ui" line="42"/> <source>&Filename:</source> <translation>Nom de &fichier:</translation> @@ -47759,11 +46724,6 @@ <source>Enter the name of the file for the forms code</source> <translation>Entrer le chemin du fichier source pour les feuilles (forms)</translation> </message> - <message> - <location filename="../Project/NewDialogClassDialog.py" line="61"/> - <source>Select source directory</source> - <translation type="obsolete">Sélection du répertoire source</translation> - </message> </context> <context> <name>NewPythonPackageDialog</name> @@ -49223,11 +48183,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/UiExtensionPlugins/PipInterface/Pip.py" line="564"/> - <source><default></source> - <translation type="obsolete"><défaut></translation> - </message> - <message> <location filename="../Plugins/UiExtensionPlugins/PipInterface/Pip.py" line="600"/> <source>Interpreter for Virtual Environment</source> <translation type="unfinished"></translation> @@ -50018,40 +48973,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/UiExtensionPlugins/PipInterface/ConfigurationPage/PipPage.ui" line="82"/> - <source>&Add...</source> - <translation type="obsolete">&Ajouter...</translation> - </message> - <message> - <location filename="../Plugins/UiExtensionPlugins/PipInterface/ConfigurationPage/PipPage.ui" line="99"/> - <source>Press to remove the selected entries</source> - <translation type="obsolete">Cliquer pour supprimer les entrées sélectionnées</translation> - </message> - <message> - <location filename="../Plugins/UiExtensionPlugins/PipInterface/ConfigurationPage/PipPage.ui" line="102"/> - <source>&Remove</source> - <translation type="obsolete">Supp&rimer</translation> - </message> - <message> - <location filename="../Plugins/UiExtensionPlugins/PipInterface/ConfigurationPage/PipPage.ui" line="112"/> - <source>Press to remove all entries</source> - <translation type="obsolete">Cliquer pour remplacer toutes les entrées</translation> - </message> - <message> <location filename="../Plugins/UiExtensionPlugins/PipInterface/ConfigurationPage/PipPage.py" line="36"/> <source><b>Note:</b> Leave empty to use the default index URL (<a href="{0}">{0}</a>).</source> <translation type="unfinished"></translation> </message> </context> <context> - <name>PipRequirementsSelectionDialog</name> - <message> - <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipRequirementsSelectionDialog.py" line="60"/> - <source>Text Files (*.txt);;All Files (*)</source> - <translation type="obsolete">Fichiers de texte (*.txt);;Tous les fichiers (*)</translation> - </message> -</context> -<context> <name>PipSearchDialog</name> <message> <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.py" line="450"/> @@ -50676,16 +49603,6 @@ <translation>Entrer le répertoire de téléchargement des plugins</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/PluginManagerPage.ui" line="53"/> - <source>Select the plugins download directory via a directory selection dialog</source> - <translation type="obsolete">Sélection d'un répertoire de téléchargement</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/PluginManagerPage.py" line="109"/> - <source>Select plugins download directory</source> - <translation type="obsolete">Sélection d'un répertoire de téléchargement</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/PluginManagerPage.ui" line="137"/> <source>Select to enable external plugins to be loaded</source> <translation type="unfinished"></translation> @@ -52412,16 +51329,6 @@ <translation><b>Suppression de session</b><p>Ceci supprime le fichier session de projet.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="166"/> - <source>Ruby Files (*.rb);;</source> - <translation type="obsolete">Fichiers Ruby (*.rb);;</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3667"/> - <source><b>Search new files...</b><p>This searches for new files (sources, *.ui, *.idl) in the project directory and registered subdirectories.</p></source> - <translation type="obsolete"><b>Chercher des nouveaux fichiers...</b><p>Cette commande recherche des nouveaux fichiers (sources, *.ui, *.idl) dans le répertoire projet et dans les sous-répertoires enregistrés.</p></translation> - </message> - <message> <location filename="../Project/Project.py" line="278"/> <source>Console</source> <translation>Console</translation> @@ -52587,11 +51494,6 @@ <translation>Affiche les asociation Fichier/Type de fichier pour le projet</translation> </message> <message> - <location filename="../Project/Project.py" line="3724"/> - <source><b>Filetype Associations...</b><p>This shows a dialog to edit the filetype associations of the project. These associations determine the type (source, form, interface or others) with a filename pattern. They are used when adding a file to the project and when performing a search for new files.</p></source> - <translation type="obsolete"><b>Filetype Associations...</b><p>This shows a dialog to edit the filetype associations of the project. These associations determine the type (source, form, interface or others) with a filename pattern. They are used when adding a file to the project and when performing a search for new files.</p></translation> - </message> - <message> <location filename="../Project/Project.py" line="4282"/> <source>Pac&kagers</source> <translation>Création de pac&kage</translation> @@ -52700,11 +51602,6 @@ <translation><p>Le fichier <b>PKGLIST</b> existe déjà.</p><p>Ecraser ?</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4815"/> - <source><p>The file <b>PKGLIST</b> does not exist. Aborting...</p></source> - <translation type="obsolete"><p>Le fichier <b>PKGLIST</b> n'existe pas. Abandon...</p></translation> - </message> - <message> <location filename="../Project/Project.py" line="5244"/> <source>The project does not have a main script defined. Aborting...</source> <translation>Le projet n'a pas de script principal défini. Abandon...</translation> @@ -53086,11 +51983,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4834"/> - <source>Coverage</source> - <translation type="obsolete">Coverage</translation> - </message> - <message> <location filename="../Project/Project.py" line="5293"/> <source><p>The file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> @@ -54993,16 +53885,6 @@ <context> <name>PropertiesDialog</name> <message> - <location filename="../Project/PropertiesDialog.py" line="184"/> - <source>Select project directory</source> - <translation type="obsolete">Selection d'un répertoire projet</translation> - </message> - <message> - <location filename="../Project/PropertiesDialog.py" line="237"/> - <source>Select main script file</source> - <translation type="obsolete">Sélectionne le script principal</translation> - </message> - <message> <location filename="../Project/PropertiesDialog.py" line="117"/> <source>The project is not version controlled.</source> <translation>Le projet n'est pas géré par un système de contrôle de version (VCS).</translation> @@ -55119,30 +54001,6 @@ <translation>&Description:</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="309"/> - <source>Show file selection dialog</source> - <translation type="obsolete">Ouvre une boite de sélection de fichier</translation> - </message> - <message> - <location filename="../Project/PropertiesDialog.ui" line="312"/> - <source><b>Main Script</b> -<p>Select the projects main script via a file selection dialog.</p></source> - <translation type="obsolete"><b>Script principal</b> -<p>Selectionne le script principal du projet via une boite de dialogue.</p></translation> - </message> - <message> - <location filename="../Project/PropertiesDialog.ui" line="298"/> - <source>Show directory selection dialog</source> - <translation type="obsolete">Affiche une boite de sélection de répertoire</translation> - </message> - <message> - <location filename="../Project/PropertiesDialog.ui" line="301"/> - <source><b>Project Directory</b> -<p>Select a project directory via a directory selection dialog.</p></source> - <translation type="obsolete"><b>Répertoire du projet</b> -<p>Selection du répertoire projet via une boite de dialogue.</p></translation> - </message> - <message> <location filename="../Project/PropertiesDialog.ui" line="294"/> <source>Enter authors name</source> <translation>Entrer le nom des auteurs</translation> @@ -56627,11 +55485,6 @@ </message> <message> <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="107"/> - <source><b>Show log</b><p>This shows the log of the local project.</p></source> - <translation type="obsolete"><b>Afficher le log</b><p>Affiche le log du projet local</p></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="107"/> <source><b>Show log browser</b><p>This shows a dialog to browse the log of the local project. A limited number of entries is shown first. More can be retrieved later on.</p></source> <translation type="unfinished"><b>Navigateur de logs</b><p>Affiche une fenêtre permettant de parcourir les messages logs du projet local. La fenêtre n'affiche qu'un nombre limité d'entrées, mais un bouton permet d'afficher les logs plus anciens.</p></translation> </message> @@ -56723,7 +55576,7 @@ <message> <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="195"/> <source>Show repository info</source> - <translation type="unfinished"></translation> + <translation type="unfinished">Afficher les infos du référentiel</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="200"/> @@ -60426,11 +59279,6 @@ <context> <name>QtPage</name> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.py" line="66"/> - <source>Select Qt4 Translations Directory</source> - <translation type="obsolete">Sélection d'un répertoire de traductions Qt4</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="17"/> <source><b>Configure Qt</b></source> <translation><b>Configuration de Qt</b></translation> @@ -61628,11 +60476,6 @@ <translation>Cliquer pour fermer la fenêtre</translation> </message> <message> - <location filename="../QScintilla/ReplaceWidget.ui" line="39"/> - <source>Find:</source> - <translation type="obsolete">Rechercher:</translation> - </message> - <message> <location filename="../QScintilla/ReplaceWidget.ui" line="91"/> <source>Press to find the previous occurrence</source> <translation>Cliquer pour rechercher l'occurence précédente</translation> @@ -61643,21 +60486,6 @@ <translation>Cliquer pour rechercher l'occurence suivante</translation> </message> <message> - <location filename="../QScintilla/ReplaceWidget.ui" line="85"/> - <source>Match case</source> - <translation type="obsolete">Tenir compte de la casse</translation> - </message> - <message> - <location filename="../QScintilla/ReplaceWidget.ui" line="92"/> - <source>Whole word</source> - <translation type="obsolete">Mots complets</translation> - </message> - <message> - <location filename="../QScintilla/ReplaceWidget.ui" line="106"/> - <source>Replace:</source> - <translation type="obsolete">Remplacer par:</translation> - </message> - <message> <location filename="../QScintilla/ReplaceWidget.ui" line="168"/> <source>Press to replace the selection</source> <translation>Cliquer pour remplacer la sélection</translation> @@ -61668,11 +60496,6 @@ <translation>Cliquer pour remplacer toutes les occurences</translation> </message> <message> - <location filename="../QScintilla/ReplaceWidget.ui" line="99"/> - <source>Regexp</source> - <translation type="obsolete">Expression régulière</translation> - </message> - <message> <location filename="../QScintilla/ReplaceWidget.ui" line="175"/> <source>Press to replace the selection and search for the next occurence</source> <translation type="unfinished"></translation> @@ -63167,16 +61990,6 @@ <translation>Effacer</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="304"/> - <source>Reset</source> - <translation type="obsolete">Réinitialiser</translation> - </message> - <message> - <location filename="../QScintilla/Shell.py" line="305"/> - <source>Reset and Clear</source> - <translation type="obsolete">Effacer et réinitialiser</translation> - </message> - <message> <location filename="../QScintilla/Shell.py" line="2140"/> <source>Drop Error</source> <translation>Erreur de suppression</translation> @@ -63192,11 +62005,6 @@ <translation>Lancer...</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="121"/> - <source><b>The Shell Window</b><p>This is simply an interpreter running in a window. The interpreter is the one that is used to run the program being debugged. This means that you can execute any command while the program being debugged is running.</p><p>You can use the cursor keys while entering commands. There is also a history of commands that can be recalled using the up and down cursor keys. Pressing the up or down key after some text has been entered will start an incremental search.</p><p>The shell has some special commands. 'reset' kills the shell and starts a new one. 'clear' clears the display of the shell window. 'start' is used to switch the shell language and must be followed by a supported language. Supported languages are listed by the 'languages' command. These commands (except 'languages') are available through the context menu as well.</p><p>Pressing the Tab key after some text has been entered will show a list of possible commandline completions. The relevant entry may be selected from this list. If only one entry is available, this will inserted automatically.</p><p>In passive debugging mode the shell is only available after the program to be debugged has connected to the IDE until it has finished. This is indicated by a different prompt and by an indication in the window caption.</p></source> - <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="832"/> <source>Passive Debug Mode</source> <translation>Mode débogueur passif</translation> @@ -63862,11 +62670,6 @@ <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="595"/> <source>Move back one history entry</source> <translation type="unfinished"></translation> @@ -65095,11 +63898,6 @@ <translation>Entrer le nom d'un fichier de mots pour le projet</translation> </message> <message> - <location filename="../Project/SpellingPropertiesDialog.ui" line="97"/> - <source>Select the project word list file via a file selection dialog</source> - <translation type="obsolete">Sélectionne un fichier de mots pour le projet</translation> - </message> - <message> <location filename="../Project/SpellingPropertiesDialog.ui" line="66"/> <source>Project E&xclude List:</source> <translation>Liste de &mots à exclure pour le projet:</translation> @@ -65110,31 +63908,16 @@ <translation>Entrer le nom de fichier contenant la liste de mots à exclure pour le projet</translation> </message> <message> - <location filename="../Project/SpellingPropertiesDialog.ui" line="104"/> - <source>Select the project exclude list file via a file selection dialog</source> - <translation type="obsolete">Sélectionne le fichier contenant la liste des mots à exclure pour le projet</translation> - </message> - <message> <location filename="../Project/SpellingPropertiesDialog.py" line="50"/> <source><default></source> <translation><défaut></translation> </message> <message> - <location filename="../Project/SpellingPropertiesDialog.py" line="89"/> - <source>Select project word list</source> - <translation type="obsolete">Sélection d'une liste de mots pour le projet</translation> - </message> - <message> <location filename="../Project/SpellingPropertiesDialog.py" line="43"/> <source>Dictionary File (*.dic);;All Files (*)</source> <translation>Fichiers dictionnaires (*.dic);;Tous les fichiers (*)</translation> </message> <message> - <location filename="../Project/SpellingPropertiesDialog.py" line="110"/> - <source>Select project exclude list</source> - <translation type="obsolete">Sélection d'un liste de mots à exclure pour le projet</translation> - </message> - <message> <location filename="../Project/SpellingPropertiesDialog.ui" line="14"/> <source>Spelling Properties</source> <translation>Configuration de l'orthographe</translation> @@ -65429,11 +64212,6 @@ <source>Default</source> <translation type="unfinished">Défaut</translation> </message> - <message> - <location filename="../SqlBrowser/SqlConnectionDialog.py" line="106"/> - <source>All Files (*)</source> - <translation type="obsolete">Tous fichiers (*)</translation> - </message> </context> <context> <name>SqlConnectionWidget</name> @@ -65762,18 +64540,6 @@ <translation>Répertoire de &travail:</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="270"/> - <source>Select directory using a directory selection dialog</source> - <translation type="obsolete">Sélectionner un répertoire en utilisant une boite de dialogue</translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="273"/> - <source><b>Select directory</b> -<p>Select the working directory via a directory selection dialog.</p></source> - <translation type="obsolete"><b>Sélection de répertoire</b> -<p>Selection du répertoire de travail via une boite de dialogue.</p></translation> - </message> - <message> <location filename="../Debugger/StartDebugDialog.ui" line="109"/> <source>Enter the working directory</source> <translation>Entrer le répertoire de travail</translation> @@ -65941,11 +64707,6 @@ <context> <name>StartDialog</name> <message> - <location filename="../Debugger/StartDialog.py" line="130"/> - <source>Working directory</source> - <translation type="obsolete">Répertoire de travail</translation> - </message> - <message> <location filename="../Debugger/StartDialog.py" line="106"/> <source>Clear Histories</source> <translation>Effacer les historiques</translation> @@ -66253,18 +65014,6 @@ <p>Entrer le nom du répertoire de travail de l'application à déboguer. Laisser vide pour que le répertoire de travail soit le répertoire des executables.</p></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="241"/> - <source>Select directory using a directory selection dialog</source> - <translation type="obsolete">Sélectionner un répertoire en utilisant une boite de dialogue</translation> - </message> - <message> - <location filename="../Debugger/StartRunDialog.ui" line="244"/> - <source><b>Select directory</b> -<p>Select the working directory via a directory selection dialog.</p></source> - <translation type="obsolete"><b>Sélection de répertoire</b> -<p>Selection du répertoire de travail via une boite de dialogue.</p></translation> - </message> - <message> <location filename="../Debugger/StartRunDialog.ui" line="90"/> <source>&Working directory:</source> <translation>Répertoire de &travail:</translation> @@ -66594,16 +65343,6 @@ <translation>Le projet n'a pu être mis à jour à partir du référentiel.<br />Restauration du contenu initial.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="900"/> - <source>Subversion Log</source> - <translation type="obsolete">Log Subversion</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="900"/> - <source>Select number of entries to show.</source> - <translation type="obsolete">Sélectionner plusieurs entrées à afficher.</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="2082"/> <source>Locking in the Subversion repository</source> <translation>Verrouillage dans le référentiel Subversion</translation> @@ -67203,11 +65942,6 @@ <context> <name>SvnCommandDialog</name> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCommandDialog.py" line="78"/> - <source>Working directory</source> - <translation type="obsolete">Répertoire de travail</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCommandDialog.ui" line="14"/> <source>Subversion Command</source> <translation>Commande 'Subversion'</translation> @@ -67218,18 +65952,6 @@ <translation>Commande 'Subversion':</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCommandDialog.ui" line="125"/> - <source>Select the working directory via a directory selection dialog</source> - <translation type="obsolete">Sélection d'un répertoire de travail via une boite de dialogue</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCommandDialog.ui" line="128"/> - <source><b>Working directory</b> -<p>Select the working directory for the Subversion command via a directory selection dialog.</p></source> - <translation type="obsolete"><b>Répertoire de travail</b> -<p>Selection d'un répertoire de travail pour la commande Subversion.</p></translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCommandDialog.ui" line="75"/> <source>Enter the working directory for the Subversion command</source> <translation>Entrer le répertoire de travail pour la commande Subversion</translation> @@ -67345,28 +66067,11 @@ <translation>Déplacement Subversion</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCopyDialog.py" line="91"/> - <source>Select target</source> - <translation type="obsolete">Sélectionner la cible</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCopyDialog.ui" line="14"/> <source>Subversion Copy</source> <translation>Copie Subversion</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCopyDialog.ui" line="64"/> - <source>Press to open a selection dialog</source> - <translation type="obsolete">Cliquer pour choisir un fichier</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCopyDialog.ui" line="67"/> - <source><b>Target directory</b> -<p>Select the target name for the operation via a selection dialog.</p></source> - <translation type="obsolete"><b>Répertoire cible</b> -<p>Selectionne manuellement le nom de la cible.</p></translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCopyDialog.ui" line="23"/> <source>Source:</source> <translation>Source:</translation> @@ -67404,12 +66109,6 @@ <translation>Forcer l'opération</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCopyDialog.ui" line="67"/> - <source><b>Target name</b> -<p>Select the target name for the operation via a selection dialog.</p></source> - <translation type="obsolete"><b>Répertoire cible</b><p>Selectionne manuellement le nom de la cible.</p></translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCopyDialog.ui" line="63"/> <source><b>Target name</b> <p>Enter the new name in this field. The target must be the new name or an absolute path.</p></source> @@ -68030,109 +66729,6 @@ </message> </context> <context> - <name>SvnLogDialog</name> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogDialog.py" line="81"/> - <source>Added</source> - <translation type="obsolete">Ajouté</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogDialog.py" line="82"/> - <source>Deleted</source> - <translation type="obsolete">Effacer</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogDialog.py" line="83"/> - <source>Modified</source> - <translation type="obsolete">Modifié</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogDialog.py" line="87"/> - <source>revision</source> - <translation type="obsolete">révision</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogDialog.ui" line="14"/> - <source>Subversion Log</source> - <translation type="obsolete">Log Subversion</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogDialog.ui" line="26"/> - <source>Log</source> - <translation type="obsolete">Log</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogDialog.ui" line="32"/> - <source><b>Subversion Log</b><p>This shows the output of the svn log command. By clicking on the links you may show the difference between versions.</p></source> - <translation type="obsolete"><b>Log Subversion</b><p>Affiche les messages de la commande svn log. En cliquant sur les liens, vous pouvez visualiser les différences entre les différentes versions.</p></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogDialog.ui" line="58"/> - <source>Errors</source> - <translation type="obsolete">Erreurs</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogDialog.ui" line="64"/> - <source><b>Subversion log errors</b><p>This shows possible error messages of the svn log command.</p></source> - <translation type="obsolete"><b>Erreurs de la commande Subversion log</b><p>Affiche les messages d'erreurs de la commande subversion log.</p></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogDialog.ui" line="80"/> - <source>Input</source> - <translation type="obsolete">Entrée</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogDialog.ui" line="102"/> - <source>Press to send the input to the subversion process</source> - <translation type="obsolete">Cliquer pour envoyer l'entrée saisie au processus Subversion</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogDialog.ui" line="105"/> - <source>&Send</source> - <translation type="obsolete">&Envoyer</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogDialog.ui" line="108"/> - <source>Alt+S</source> - <translation type="obsolete">Alt+E</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogDialog.ui" line="115"/> - <source>Enter data to be sent to the subversion process</source> - <translation type="obsolete">Entrer les données à envoyer au processus Subversion</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogDialog.ui" line="122"/> - <source>Select to switch the input field to password mode</source> - <translation type="obsolete">Cocher pour basculer le champ d'entrée en mode Mot de Passe</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogDialog.ui" line="125"/> - <source>&Password Mode</source> - <translation type="obsolete">Mode Mot de &Passe</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogDialog.ui" line="128"/> - <source>Alt+P</source> - <translation type="obsolete">Alt+P</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogDialog.py" line="142"/> - <source>Process Generation Error</source> - <translation type="obsolete">Erreur du processus</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogDialog.py" line="55"/> - <source><b>Processing your request, please wait...</b></source> - <translation type="obsolete"><b>Votre requête est en cours d'execution, merci de patienter...</b></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogDialog.py" line="142"/> - <source>The process {0} could not be started. Ensure, that it is in the search path.</source> - <translation type="obsolete">Impossible de lancer le processus {0}. Assurez-vous qu'il est bien dans le chemin de recherche.</translation> - </message> -</context> -<context> <name>SvnLoginDialog</name> <message> <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLoginDialog.ui" line="13"/> @@ -68242,16 +66838,6 @@ <context> <name>SvnNewProjectOptionsDialog</name> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnNewProjectOptionsDialog.py" line="95"/> - <source>Select Repository-Directory</source> - <translation type="obsolete">Sélection du répertoire référentiel</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnNewProjectOptionsDialog.py" line="123"/> - <source>Select Project Directory</source> - <translation type="obsolete">Selection d'un répertoire projet</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnNewProjectOptionsDialog.ui" line="14"/> <source>New Project from Repository</source> <translation>Nouveau projet à partir du référentiel</translation> @@ -68338,11 +66924,6 @@ <translation><b>URL</b><p>Entrer l'URL du module. Pour un référentiel ayant une structure standard, le chemin ne doit contenir ni le tronc, ni les tags ni les branches</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnNewProjectOptionsDialog.ui" line="133"/> - <source>Select the project directory via a directory selection dialog</source> - <translation type="obsolete">Sélection du répertoire du projet via une boite de sélection</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnNewProjectOptionsDialog.py" line="121"/> <source>Pat&h:</source> <translation type="unfinished"></translation> @@ -68356,11 +66937,6 @@ <context> <name>SvnOptionsDialog</name> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnOptionsDialog.py" line="71"/> - <source>Select Repository-Directory</source> - <translation type="obsolete">Sélection du répertoire référentiel</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnOptionsDialog.ui" line="14"/> <source>Repository Infos</source> <translation>Infos du référentiel</translation> @@ -68426,11 +67002,6 @@ <translation>&Protocole:</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnOptionsDialog.ui" line="107"/> - <source>Select the repository url via a directory selection dialog or the repository browser</source> - <translation type="obsolete">Sélection du référentiel via une boite de sélection ou un navigateur de référentiel</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnOptionsDialog.ui" line="67"/> <source><b>URL</b><p>Enter the URL to the module. For a repository with standard layout, this must not contain the trunk, tags or branches part.</p></source> <translation><b>URL</b><p>Entrer l'URL du module. Pour un référentiel ayant une structure standard, le chemin ne doit contenir ni le tronc, ni les tags ni les branches</p></translation> @@ -68474,11 +67045,6 @@ <translation>Supprimer du référentiel (et du disque)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="566"/> - <source>Show log</source> - <translation type="obsolete">Afficher le log</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="676"/> <source>Show status</source> <translation>Afficher l'état (status)</translation> @@ -68697,11 +67263,6 @@ <translation>Affiche une fenêtre permettant de parcourir les logs du projet local</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="107"/> - <source><b>Show log</b><p>This shows the log of the local project.</p></source> - <translation type="obsolete"><b>Afficher le log</b><p>Affiche le log du projet local</p></translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="116"/> <source>Show &difference</source> <translation>Afficher les &différences</translation> @@ -69017,16 +67578,6 @@ <translation><b>Supprimer une propriété</b><p>Supprime une propriété des fichiers projets.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="209"/> - <source>Show repository info</source> - <translation type="obsolete">Affiche les infos du référentiel</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="214"/> - <source>Show some repository related information for the local project</source> - <translation type="obsolete">Affiche les informations du référentiel en rapport avec le projet local</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="411"/> <source>Relocate</source> <translation>Déplacer</translation> @@ -69047,11 +67598,6 @@ <translation><b>Relocaliser</b><p>Redéfinit une URL de référentiel pour la copie courante.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="217"/> - <source><b>Show repository info</b><p>This shows some repository related information for the local project.</p></source> - <translation type="obsolete"><b>Afficher les infos du référentiel</b><p>Affiche les informations du référentiel en rapport avec le projet local.</p></translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="153"/> <source>Show the difference of the project between two repository URLs</source> <translation>Affiche les différence du projet entre deux référentiels (URLs)</translation> @@ -69297,11 +67843,6 @@ <context> <name>SvnPropSetDialog</name> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropSetDialog.py" line="46"/> - <source>Select file for property</source> - <translation type="obsolete">Selectionne un fichier pour la propriété</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropSetDialog.ui" line="14"/> <source>Set Subversion Property</source> <translation>Propriété Subversion</translation> @@ -69337,11 +67878,6 @@ <translation>Entrer la propriété</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropSetDialog.ui" line="93"/> - <source>Press to select the file via a file selection dialog</source> - <translation type="obsolete">Cliquer pour sélectionner un fichier via une boite de dialogue</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropSetDialog.ui" line="92"/> <source>Enter the name of a file for the property</source> <translation>Entrer le nom d'un fichier pour le propriété</translation> @@ -73364,14 +71900,6 @@ </message> </context> <context> - <name>TemplateHelpDialog</name> - <message> - <location filename="../Templates/TemplateHelpDialog.ui" line="14"/> - <source>Template Help</source> - <translation type="obsolete">Aide sur les gabarits</translation> - </message> -</context> -<context> <name>TemplateMultipleVariablesDialog</name> <message> <location filename="../Templates/TemplateMultipleVariablesDialog.py" line="106"/> @@ -73923,18 +72451,6 @@ <translation>Alt+N</translation> </message> <message> - <location filename="../Preferences/ToolConfigurationDialog.ui" line="282"/> - <source>Select the icon via a file selection dialog</source> - <translation type="obsolete">Sélectionner une icône pour votre outil</translation> - </message> - <message> - <location filename="../Preferences/ToolConfigurationDialog.ui" line="285"/> - <source><b>Icon</b> -<p>Select the icon via a file selection dialog.</p></source> - <translation type="obsolete"><b>Icône</b> -<p>Selectionne une icône pour votre outil avec une boite de dialogue.</p></translation> - </message> - <message> <location filename="../Preferences/ToolConfigurationDialog.ui" line="254"/> <source>Enter the filename of the executable</source> <translation>Entrer le nom de fichier de l'executable</translation> @@ -74018,18 +72534,6 @@ <translation>&Texte du menu:</translation> </message> <message> - <location filename="../Preferences/ToolConfigurationDialog.ui" line="293"/> - <source>Select the executable via a file selection dialog</source> - <translation type="obsolete">Sélection de l'executable via une boite de dialogue</translation> - </message> - <message> - <location filename="../Preferences/ToolConfigurationDialog.ui" line="296"/> - <source><b>Executable</b> -<p>Select the executable via a file selection dialog.</p></source> - <translation type="obsolete"><b>Executable</b> -<p>Sélectionne l'éxecutable au travers d'une boite de dialogue.</p></translation> - </message> - <message> <location filename="../Preferences/ToolConfigurationDialog.ui" line="224"/> <source>Enter the filename of the icon</source> <translation>Entrer le nom de fichier d'une icône</translation> @@ -74072,11 +72576,6 @@ <translation>remplacer la sélection dans l'éditeur courant</translation> </message> <message> - <location filename="../Preferences/ToolConfigurationDialog.py" line="297"/> - <source>Select icon file</source> - <translation type="obsolete">Sélection d'un fichier icône</translation> - </message> - <message> <location filename="../Preferences/ToolConfigurationDialog.py" line="40"/> <source>Icon files (*.png)</source> <translation>Fichiers icônes (*.png)</translation> @@ -74295,18 +72794,6 @@ <translation>Propriétés des traductions</translation> </message> <message> - <location filename="../Project/TranslationPropertiesDialog.ui" line="82"/> - <source>Show directory selection dialog</source> - <translation type="obsolete">Affiche une boite de sélection de répertoire</translation> - </message> - <message> - <location filename="../Project/TranslationPropertiesDialog.ui" line="85"/> - <source><b>Binary Translations Path</b> -<p>Select the directory for the binary translations via a directory selection dialog.</p></source> - <translation type="obsolete"><b>Chemin des fichiers de traduction binaires</b> -<p>Sélectionne le répertoire de stockage des fichiers de traduction binaires avec une boite de dialogue.</p></translation> - </message> - <message> <location filename="../Project/TranslationPropertiesDialog.ui" line="57"/> <source>&Binary Translations Path:</source> <translation>Répertoire pour les fichiers de traduction &binaires:</translation> @@ -74394,27 +72881,11 @@ <translation>Tous fichiers (*)</translation> </message> <message> - <location filename="../Project/TranslationPropertiesDialog.ui" line="74"/> - <source><b>Translation Pattern</b> -<p>Select a translation file via a file selection dialog.</p></source> - <translation type="obsolete"><b>Pattern de Traduction</b><p>Sélectionne un fichier de traduction avec une boite de dialogue.</p></translation> - </message> - <message> <location filename="../Project/TranslationPropertiesDialog.ui" line="46"/> <source>Enter the path pattern for the translation files</source> <translation>Entrer un pattern pour les fichiers de traductions</translation> </message> <message> - <location filename="../Project/TranslationPropertiesDialog.py" line="103"/> - <source>Select translation file</source> - <translation type="obsolete">Sélection d'un fichier de traductions</translation> - </message> - <message> - <location filename="../Project/TranslationPropertiesDialog.py" line="132"/> - <source>Select directory for binary translations</source> - <translation type="obsolete">Sélection d'un répertoire pour les traductions binaires</translation> - </message> - <message> <location filename="../Project/TranslationPropertiesDialog.py" line="66"/> <source>Source Files ({0});;</source> <translation type="unfinished"></translation> @@ -75882,11 +74353,6 @@ <translation>Entrer le nom du &test:</translation> </message> <message> - <location filename="../PyUnit/UnittestDialog.ui" line="88"/> - <source>Open a file selection dialog</source> - <translation type="obsolete">Ouvre une boite de sélection de fichier</translation> - </message> - <message> <location filename="../PyUnit/UnittestDialog.ui" line="26"/> <source>Enter test &filename:</source> <translation>Entrer le nom du &fichier de test:</translation> @@ -76518,11 +74984,6 @@ <translation>E&xtras</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3317"/> - <source>&Tools</source> - <translation type="obsolete">&Outils</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2791"/> <source>&Window</source> <translation>&Fenêtre</translation> @@ -77015,12 +75476,12 @@ <translation><p>L'emplacement de la documentation PyQt4 n'a pas été configuré.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6915"/> + <location filename="../UI/UserInterface.py" line="6918"/> <source>Error during updates check</source> <translation>Erreur durant la recherche de mises à jour</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6895"/> + <location filename="../UI/UserInterface.py" line="6898"/> <source>Update available</source> <translation>Mise à jour disponible</translation> </message> @@ -77030,7 +75491,7 @@ <translation><h3>Numéros de version</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6953"/> + <location filename="../UI/UserInterface.py" line="6956"/> <source></table></source> <translation></table></translation> </message> @@ -77065,17 +75526,17 @@ <translation>Afficher les &outils externes</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6728"/> + <location filename="../UI/UserInterface.py" line="6731"/> <source>&Cancel</source> <translation>&Annuler</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6915"/> + <location filename="../UI/UserInterface.py" line="6918"/> <source>Could not perform updates check.</source> <translation>Impossible de vérifier les mises à jour.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6990"/> + <location filename="../UI/UserInterface.py" line="6993"/> <source>First time usage</source> <translation>Première utilisation</translation> </message> @@ -77170,7 +75631,7 @@ <translation>Affiche les versions disponibles pour le téléchargement</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6939"/> + <location filename="../UI/UserInterface.py" line="6942"/> <source><h3>Available versions</h3><table></source> <translation><h3>Versions disponibles</h3><table></translation> </message> @@ -77637,7 +76098,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6737"/> + <location filename="../UI/UserInterface.py" line="6740"/> <source>Trying host {0}</source> <translation type="unfinished"></translation> </message> @@ -77712,17 +76173,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6801"/> + <location filename="../UI/UserInterface.py" line="6804"/> <source>Error getting versions information</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6794"/> + <location filename="../UI/UserInterface.py" line="6797"/> <source>The versions information could not be downloaded. Please go online and try again.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6801"/> + <location filename="../UI/UserInterface.py" line="6804"/> <source>The versions information could not be downloaded for the last 7 days. Please go online and try again.</source> <translation type="unfinished"></translation> </message> @@ -77813,7 +76274,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7009"/> + <location filename="../UI/UserInterface.py" line="7012"/> <source>Select Workspace Directory</source> <translation type="unfinished"></translation> </message> @@ -78198,7 +76659,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6728"/> + <location filename="../UI/UserInterface.py" line="6731"/> <source>%v/%m</source> <translation type="unfinished"></translation> </message> @@ -78218,7 +76679,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6732"/> + <location filename="../UI/UserInterface.py" line="6735"/> <source>Version Check</source> <translation type="unfinished"></translation> </message> @@ -78293,22 +76754,22 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6895"/> + <location filename="../UI/UserInterface.py" line="6898"/> <source>The update to <b>{0}</b> of eric6 is available at <b>{1}</b>. Would you like to get it?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6908"/> + <location filename="../UI/UserInterface.py" line="6911"/> <source>Eric6 is up to date</source> <translation type="unfinished">Eric4 est à jour {5 ?} {6 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6908"/> + <location filename="../UI/UserInterface.py" line="6911"/> <source>You are using the latest version of eric6</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6990"/> + <location filename="../UI/UserInterface.py" line="6993"/> <source>eric6 has not been configured yet. The configuration dialog will be started.</source> <translation type="unfinished">eric4 n'a pas encore été configuré. La fenêtre de configuration va être ouverte. {5 ?} {6 ?}</translation> </message> @@ -78328,7 +76789,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6748"/> + <location filename="../UI/UserInterface.py" line="6751"/> <source>The versions information cannot not be downloaded because you are <b>offline</b>. Please go online and try again.</source> <translation type="unfinished"></translation> </message> @@ -78413,17 +76874,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6883"/> + <location filename="../UI/UserInterface.py" line="6886"/> <source>Update Check</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6883"/> + <location filename="../UI/UserInterface.py" line="6886"/> <source>You installed eric directly from the source code. There is no possibility to check for the availability of an update.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6873"/> + <location filename="../UI/UserInterface.py" line="6876"/> <source>You are using a snapshot release of eric6. A more up-to-date stable release might be available.</source> <translation type="unfinished"></translation> </message> @@ -81341,12 +79802,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1312"/> - <source>Alt+Shift+Space</source> - <comment>Edit|Autocomplete from Document and APIs</comment> - <translation type="obsolete">Alt+Shift+Space</translation> - </message> - <message> <location filename="../ViewManager/ViewManager.py" line="1382"/> <source><b>Complete from Document and APIs</b><p>Performs a completion from document and APIs of the word containing the cursor.</p></source> <translation type="unfinished"></translation> @@ -81489,12 +79944,6 @@ <translation>Ctrl+Shift+I</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1077"/> - <source>Ctrl+Alt+I</source> - <comment>Edit|Smart indent</comment> - <translation type="obsolete">Ctrl+Alt+I</translation> - </message> - <message> <location filename="../ViewManager/ViewManager.py" line="1125"/> <source>Ctrl+M</source> <comment>Edit|Comment</comment> @@ -81525,24 +79974,6 @@ <translation>Alt+Ctrl+A</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1248"/> - <source>Ctrl+Space</source> - <comment>Edit|Autocomplete</comment> - <translation type="obsolete">Ctrl+Space</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="1266"/> - <source>Ctrl+Shift+Space</source> - <comment>Edit|Autocomplete from Document</comment> - <translation type="obsolete">Ctrl+Shift+Space</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="1289"/> - <source>Ctrl+Alt+Space</source> - <comment>Edit|Autocomplete from APIs</comment> - <translation type="obsolete">Ctrl+Alt+Space</translation> - </message> - <message> <location filename="../ViewManager/ViewManager.py" line="2774"/> <source>&Edit</source> <translation>&Edition</translation> @@ -83083,18 +81514,18 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="63"/> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="65"/> <source>Virtualenv Target Directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="68"/> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="70"/> <source>Python Interpreter</source> <translation type="unfinished"></translation> </message> <message> <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="106"/> - <source>Select to denote a global environment (i.e. no virtual environment directory to be given)</source> + <source>Select,if this is a global environment (i.e. no virtual environment directory to be given)</source> <translation type="unfinished"></translation> </message> <message> @@ -83108,12 +81539,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="145"/> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="155"/> <source>PATH Prefix:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="73"/> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="75"/> <source>Enter the executable search path to be prepended to the PATH environment variable. Use '{0}' as the separator.</source> <translation type="unfinished"></translation> </message> @@ -83130,7 +81561,7 @@ </message> <message> <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="120"/> - <source>Select, if this is an Conda environment</source> + <source>Select, if this is a Conda environment</source> <translation type="unfinished"></translation> </message> <message> @@ -83138,6 +81569,16 @@ <source>Conda Environment</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="130"/> + <source>Select, if this is a remotely accessed environment</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="133"/> + <source>Remote Environment</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>VirtualenvConfigurationDialog</name> @@ -83558,52 +81999,52 @@ <context> <name>VirtualenvManager</name> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="187"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="194"/> <source>Add Virtual Environment</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="187"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="194"/> <source>A virtual environment named <b>{0}</b> exists already. Shall it be replaced?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="244"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="255"/> <source>Change Virtual Environment</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="293"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="307"/> <source>A virtual environment named <b>{0}</b> does not exist. Aborting!</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="293"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="307"/> <source>Rename Virtual Environment</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="371"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="387"/> <source>{0} - {1}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="322"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="337"/> <source>Delete Virtual Environments</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="322"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="337"/> <source>Do you really want to delete these virtual environments?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="376"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="392"/> <source>Remove Virtual Environments</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="376"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="392"/> <source>Do you really want to remove these virtual environments?</source> <translation type="unfinished"></translation> </message> @@ -83709,11 +82150,6 @@ <translation>La limite de requêtes a été atteinte.</translation> </message> <message> - <location filename="../Helpviewer/VirusTotalApi.py" line="90"/> - <source>Invalid key given.</source> - <translation type="obsolete">Clé invalide.</translation> - </message> - <message> <location filename="../WebBrowser/VirusTotal/VirusTotalApi.py" line="101"/> <source>Requested item is not present.</source> <translation>Item demandé n'est pas présent.</translation> @@ -85421,11 +83857,6 @@ </translation> </message> <message> - <location filename="../WebBrowser/WebBrowserTabWidget.py" line="1027"/> - <source>&Close</source> - <translation type="obsolete">&Fermer</translation> - </message> - <message> <location filename="../WebBrowser/WebBrowserTabWidget.py" line="1032"/> <source>&Quit</source> <translation type="unfinished">&Quitter</translation> @@ -87401,11 +85832,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1878"/> - <source>&Go</source> - <translation type="obsolete">A&ller</translation> - </message> - <message> <location filename="../WebBrowser/WebBrowserWindow.py" line="2057"/> <source>H&istory</source> <translation type="unfinished">&Historique</translation> @@ -87431,11 +85857,6 @@ <translation type="unfinished">&Outils</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1967"/> - <source>&Window</source> - <translation type="obsolete">&Fenêtre</translation> - </message> - <message> <location filename="../WebBrowser/WebBrowserWindow.py" line="2165"/> <source>&Help</source> <translation type="unfinished">A&ide</translation> @@ -87486,11 +85907,6 @@ <translation type="unfinished">Aide</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="2054"/> - <source>Go</source> - <translation type="obsolete">Aller à</translation> - </message> - <message> <location filename="../WebBrowser/WebBrowserWindow.py" line="2415"/> <source>VirusTotal</source> <translation type="unfinished"></translation> @@ -87521,11 +85937,6 @@ <translation type="unfinished">OK</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="2209"/> - <source>Help Files (*.html *.htm);;PDF Files (*.pdf);;CHM Files (*.chm);;All Files (*)</source> - <translation type="obsolete">Fichiers d'aide (*.html *.htm);;Fichiers PDF (*.pdf);;Fichiers CHM (*.chm);;Tous les fichiers (*)</translation> - </message> - <message> <location filename="../WebBrowser/WebBrowserWindow.py" line="2619"/> <source><b>eric6 Web Browser - {0}</b><p>The eric6 Web Browser is a combined help file and HTML browser. It is part of the eric6 development toolset.</p><p>It is based on QtWebEngine {1} and Chrome {2}.</p></source> <translation type="unfinished"></translation> @@ -88328,22 +86739,14 @@ </message> </context> <context> - <name>_StrikeThroughExtension</name> - <message> - <location filename="../QScintilla/Exporters/ExporterHTML.py" line="574"/> - <source>Export source</source> - <translation type="obsolete">Exportation de source</translation> - </message> -</context> -<context> <name>eric6</name> <message> - <location filename="../eric6.py" line="393"/> + <location filename="../eric6.py" line="394"/> <source>Starting...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../eric6.py" line="398"/> + <location filename="../eric6.py" line="399"/> <source>Generating Main Window...</source> <translation type="unfinished">Création de la fenêtre principale...</translation> </message>
--- a/i18n/eric6_it.ts Wed Feb 13 20:39:03 2019 +0100 +++ b/i18n/eric6_it.ts Wed Feb 13 20:39:58 2019 +0100 @@ -1961,26 +1961,6 @@ <translation>Apri in tutte le linguette</translation> </message> <message> - <location filename="../Helpviewer/Bookmarks/BookmarksMenu.py" line="142"/> - <source>&Open</source> - <translation type="obsolete">&Apri</translation> - </message> - <message> - <location filename="../Helpviewer/Bookmarks/BookmarksMenu.py" line="145"/> - <source>Open in New &Tab<byte value="x9"/>Ctrl+LMB</source> - <translation type="obsolete">Apri in una nuova linguetta &Tab<byte value="x9"/>Ctrl+LMB</translation> - </message> - <message> - <location filename="../Helpviewer/Bookmarks/BookmarksMenu.py" line="151"/> - <source>&Remove</source> - <translation type="obsolete">&Rimuovi</translation> - </message> - <message> - <location filename="../Helpviewer/Bookmarks/BookmarksMenu.py" line="156"/> - <source>&Properties...</source> - <translation type="obsolete">&Proprietà...</translation> - </message> - <message> <location filename="../WebBrowser/Bookmarks/BookmarksMenu.py" line="166"/> <source>Open</source> <translation type="unfinished">Apri</translation> @@ -2050,16 +2030,6 @@ <translation>Segnalibri</translation> </message> <message> - <location filename="../Helpviewer/Bookmarks/BookmarksToolBar.py" line="90"/> - <source>&Open</source> - <translation type="obsolete">&Apri</translation> - </message> - <message> - <location filename="../Helpviewer/Bookmarks/BookmarksToolBar.py" line="99"/> - <source>&Remove</source> - <translation type="obsolete">&Rimuovi</translation> - </message> - <message> <location filename="../Helpviewer/Bookmarks/BookmarksToolBar.py" line="110"/> <source>Add &Bookmark...</source> <translation>&Aggiungi segnalibro...</translation> @@ -2070,16 +2040,6 @@ <translation>Aggiungi &Cartella...</translation> </message> <message> - <location filename="../Helpviewer/Bookmarks/BookmarksToolBar.py" line="93"/> - <source>Open in New &Tab<byte value="x9"/>Ctrl+LMB</source> - <translation type="obsolete">Apri in una nuova linguetta &Tab<byte value="x9"/>Ctrl+LMB</translation> - </message> - <message> - <location filename="../Helpviewer/Bookmarks/BookmarksToolBar.py" line="104"/> - <source>&Properties...</source> - <translation type="obsolete">&Proprietà...</translation> - </message> - <message> <location filename="../WebBrowser/Bookmarks/BookmarksToolBar.py" line="87"/> <source>Open</source> <translation type="unfinished">Apri</translation> @@ -3871,11 +3831,6 @@ <source>Whitespace around comment sign corrected.</source> <translation>Corretto spazio vicino al segno di commento.</translation> </message> - <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="726"/> - <source>One blank line inserted.</source> - <translation type="obsolete">Inserita una riga vuota.</translation> - </message> <message numerus="yes"> <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="733"/> <source>%n blank line(s) inserted.</source> @@ -6416,31 +6371,6 @@ <translation>Host Remoto:</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="321"/> - <source>Enable remote debugging</source> - <translation type="obsolete">Abilita debug remoto</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="324"/> - <source>This enables the remote debugger. Please enter the hostname of the remote machine and the command for the remote execution (e.g. ssh) below.</source> - <translation type="obsolete">Questo abilita il debug remoto. Per cortesia inserire il nome della macchina remota e il comando per l'esecuzione remota (e.s. ssh) qui sotto.</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="327"/> - <source>Remote Debugging Enabled</source> - <translation type="obsolete">Debug remoto abilitato</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="337"/> - <source>Path Translation</source> - <translation type="obsolete">Traduzione Path</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="343"/> - <source>Select to perform path translation</source> - <translation type="obsolete">Seleziona per effettuare la traduzione del path</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="318"/> <source>Perform Path Translation</source> <translation>Esegui la traduzione del path</translation> @@ -6488,21 +6418,6 @@ <translation>Comando console:</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="420"/> - <source>Select to start the debugger in a console window (e.g. xterm)</source> - <translation type="obsolete">Seleziona per lanciare il debug in una finestra di console (e.s. xterm)</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="423"/> - <source>Start debugger in console window</source> - <translation type="obsolete">Avvia il debugger in una finestra di console</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="433"/> - <source>Environment for Debug Client</source> - <translation type="obsolete">Ambiente per il client di Debug</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="400"/> <source>Select, if the environment should be replaced.</source> <translation>Seleziona, se l'ambiente deve essere sostituito.</translation> @@ -6515,30 +6430,11 @@ <p>Se questa selezione è attivata, l'ambiente del debugger sarà sostituito con quello definito dalla variabile nel campo. Se la selezione non è attivata, l'ambiente sarà aggiornato da queste variabili..</p></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="446"/> - <source>Replace Environment</source> - <translation type="obsolete">Sostituisci ambiente</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="453"/> - <source>Environment:</source> - <translation type="obsolete">Ambiente:</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="421"/> <source>Enter the environment variables to be set.</source> <translation>Inserisci la variabile d'ambiente da impostare.</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="463"/> - <source><b>Environment</b> -<p>Enter the environment variables to be set for the debugger. The individual settings must be separate by whitespace and be given in the form 'var=value'.</p> -<p>Example: var1=1 var2="hello world"</p></source> - <translation type="obsolete"><b>Ambiente</b> -<p>Inserisci le variabili d'ambiente da impostare per il debugger. Le singole variabili devono essere separate da uno spazion e devono essere nella forma 'var=valorer'.</p> -<p>Esempio: var1=1 var2="hello world"</p></translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="461"/> <source>Select, whether a reset of the debug client should be performed after a client exit</source> <translation>Seleziona, se un reset del client di debug deve essere eseguito dopo l'uscita del client</translation> @@ -6749,42 +6645,42 @@ <context> <name>DebuggerInterfacePython</name> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="461"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="465"/> <source>Start Debugger</source> <translation type="unfinished">Avvia Debugger</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="461"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="465"/> <source><p>The debugger backend could not be started.</p></source> <translation type="unfinished"><p>Il debugger non può essere avviato.</p></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="956"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="960"/> <source>Parent Process</source> <translation type="unfinished">Processo padre</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="957"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="961"/> <source>Child process</source> <translation type="unfinished">Processo figlio</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="958"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="962"/> <source>Client forking</source> <translation type="unfinished">Lancio processo figlio in corso</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="958"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="962"/> <source>Select the fork branch to follow.</source> <translation type="unfinished">Seleziona il client da seguire.</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="1004"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="1008"/> <source>Debug Protocol Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="1004"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="1008"/> <source><p>The response received from the debugger backend could not be decoded. Please report this issue with the received data to the eric bugs email address.</p><p>Error: {0}</p><p>Data:<br/>{1}</p></source> <translation type="unfinished"></translation> </message> @@ -6817,48 +6713,16 @@ <translation>Inserisci il percorso del Client Debug da usare. Lascia vuoto per usare il default.</translation> </message> <message> - <location filename="../Project/DebuggerPropertiesDialog.ui" line="49"/> - <source>Interpreter for Debug Client</source> - <translation type="obsolete">Interprete per il Client Debug</translation> - </message> - <message> - <location filename="../Project/DebuggerPropertiesDialog.ui" line="58"/> - <source>Enter the path of the interpreter to be used by the debug client.</source> - <translation type="obsolete">Inserisci il path dell'interprete da usare dal Client Debug.</translation> - </message> - <message> - <location filename="../Project/DebuggerPropertiesDialog.ui" line="71"/> - <source>Environment for Debug Client</source> - <translation type="obsolete">Ambiente per il Client Debug</translation> - </message> - <message> <location filename="../Project/DebuggerPropertiesDialog.ui" line="204"/> <source>Select, if the environment of the debug client should be replaced</source> <translation>Seleziona, se l'ambiente per il client Debug deve essere sostituito</translation> </message> <message> - <location filename="../Project/DebuggerPropertiesDialog.ui" line="80"/> - <source>Replace Environment</source> - <translation type="obsolete">Sostituisci ambiente</translation> - </message> - <message> <location filename="../Project/DebuggerPropertiesDialog.ui" line="214"/> <source>Enter the environment variables to be set.</source> <translation>Inserisci la variabile d'ambiente da impostare.</translation> </message> <message> - <location filename="../Project/DebuggerPropertiesDialog.ui" line="90"/> - <source><b>Environment</b> -<p>Enter the environment variables to be set for the debugger. The individual settings must be separate by whitespace and be given in the form 'var=value'.</p> -<p>Example: var1=1 var2="hello world"</p></source> - <translation type="obsolete"><b>Ambiente</b><p>Inserisci le variabili d'ambiente da impostare per il debugger. Le singole variabili devono essere separate da uno spazio e devono essere nella forma 'var=valore'.</p><p>Esempio: var1=1 var2="hello world"</p></translation> - </message> - <message> - <location filename="../Project/DebuggerPropertiesDialog.ui" line="99"/> - <source>Environment:</source> - <translation type="obsolete">Ambiente:</translation> - </message> - <message> <location filename="../Project/DebuggerPropertiesDialog.ui" line="71"/> <source>Select, if the debugger should be run remotely</source> <translation>Seleziona, se il debug deve essere eseguito da remoto</translation> @@ -7132,11 +6996,6 @@ <translation type="unfinished">Interprete Python3 per il Client Debug</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.py" line="33"/> - <source>Press to select the Python3 interpreter via a file selection dialog</source> - <translation type="obsolete">Premi per selezionare l'interprete Python3 con un dialogo di selezione</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="63"/> <source>Debug Client Type</source> <translation>Tipo Client di Debug</translation> @@ -7177,11 +7036,6 @@ <translation>Associazione sorgenti</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="101"/> - <source>Enter the file extensions to be associated with the Python3 debugger separated by a space. They must not overlap with the ones for Python2.</source> - <translation type="obsolete">Inserisci le estensioni dei file da associare al debugger Python3 separati da uno spazio. Non devono essere in comune con quelle di Python2.</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="174"/> <source>Redirect stdin/stdout/stderr</source> <translation>Ridirezione stdin/stdout/stderr</translation> @@ -7202,11 +7056,6 @@ <translation>File Python (*.py *.py3)</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="46"/> - <source>Enter the path of the Python3 interpreter to be used by the debug client. Leave empty to use the default.</source> - <translation type="obsolete">Inserire il percorso dell'interprete Python3 da usare per il debug client. Lasciare vuoto per usare quello predefinito.</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="171"/> <source>Select, to redirect stdin, stdout and stderr of the program being debugged to the eric6 IDE</source> <translation type="unfinished">Seleziona per ridirezionare lo stdin, stdout e stderr del programma debuggato all'IDE di eric6</translation> @@ -7238,99 +7087,6 @@ </message> </context> <context> - <name>DebuggerPythonPage</name> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="37"/> - <source>Python2 Virtual Environment</source> - <translation type="obsolete">Interprete Python per il client di debug</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.py" line="33"/> - <source>Press to select the Python interpreter via a file selection dialog</source> - <translation type="obsolete">Premi per selezionare l'interprete Python con un dialogo di selezione</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="53"/> - <source>Debug Client Type</source> - <translation type="obsolete">Tipo Client di Debug</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="65"/> - <source>Enter the path of the Debug Client to be used. Leave empty to use the default.</source> - <translation type="obsolete">Inserisci il path del Client di Debug da utilizzare. Lascia vuoto per usare il default.</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.py" line="42"/> - <source>Press to select the Debug Client via a file selection dialog</source> - <translation type="obsolete">Premi per selezionare il Client Debug con un dialogo di selezione</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="72"/> - <source>Select the standard debug client</source> - <translation type="obsolete">Seleziona l'interprete per il client di debug</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="75"/> - <source>Standard</source> - <translation type="obsolete">Standard</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="82"/> - <source>Select the custom selected debug client</source> - <translation type="obsolete">Seleziona il client di debug personalizzato</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="85"/> - <source>Custom</source> - <translation type="obsolete">Custom</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="120"/> - <source>Redirect stdin/stdout/stderr</source> - <translation type="obsolete">Ridirezione stdin/stdout/stderr</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="127"/> - <source>Select to not set the debug client encoding</source> - <translation type="obsolete">Seleziona per non impostare l'encoding del client di debug</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="130"/> - <source>Don't set the encoding of the debug client</source> - <translation type="obsolete">Non impostare l'encoding del client di debug</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="17"/> - <source><b>Configure Python2 Debugger</b></source> - <translation type="obsolete"><b>Configura il Debugger Python </b></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="95"/> - <source>Source association</source> - <translation type="obsolete">Associazione sorgenti</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="101"/> - <source>Enter the file extensions to be associated with the Python2 debugger separated by a space. They must not overlap with the ones for Python3.</source> - <translation type="obsolete">Inserisci le estensioni dei file da associare al debugger Python2 separati da uno spazio. Non devono essere in comune con quelle di Python3.</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.py" line="44"/> - <source>Python Files (*.py *.py2)</source> - <translation type="obsolete">File Python (*.py *.py3) {2)?}</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="46"/> - <source>Enter the path of the Python interpreter to be used by the debug client.</source> - <translation type="obsolete">Inserisci il percorso dell'intreprete Python che il client di debug deve usare.</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="117"/> - <source>Select, to redirect stdin, stdout and stderr of the program being debugged to the eric6 IDE</source> - <translation type="obsolete">Seleziona per ridirezionare lo stdin, stdout e stderr del programma debuggato all'IDE di eric6</translation> - </message> -</context> -<context> <name>DeepLEngine</name> <message> <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/DeepLEngine.py" line="78"/> @@ -10354,16 +10110,6 @@ <translation>Elimina tutti i breakpoint</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1364"/> - <source>LMB toggles bookmarks</source> - <translation type="obsolete">Inverti bookmark LMB</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1368"/> - <source>LMB toggles breakpoints</source> - <translation type="obsolete">Toggle Breakpoint LMB</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1816"/> <source>Modification of Read Only file</source> <translation>Modifica di un file di sola lettura</translation> @@ -14054,16 +13800,6 @@ <translation>Seleziona il colore di sfondo per il margine di compressione</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="223"/> - <source>Select to show unified margins (like eric4 < 4.3.0)</source> - <translation type="obsolete">Selezione per mostrare i margini unificati (come eric4 < 4.3.0)</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="226"/> - <source>Show unified margins</source> - <translation type="obsolete">Mostra margini unificati</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="700"/> <source>Debugging Line Markers</source> <translation type="unfinished">Marcatori linea di debug</translation> @@ -17907,7 +17643,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1558"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1561"/> <source>The git process did not finish within 30s.</source> <translation type="unfinished"></translation> </message> @@ -18087,432 +17823,432 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1383"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1386"/> <source>Create {0} file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1383"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1386"/> <source><p>The file <b>{0}</b> exists already. Overwrite it?</p></source> <translation type="unfinished"><p>Il file <b>{0}</b> esiste già. Sovrascriverlo ?</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1442"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1445"/> <source>Git Copy</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1427"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1430"/> <source><p>Copying the directory <b>{0}</b> failed.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1442"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1445"/> <source><p>Copying the file <b>{0}</b> failed.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2627"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2630"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1629"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1632"/> <source>Git Side-by-Side Difference</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1629"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1632"/> <source><p>The file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"><p>Il file <b>{0}</b> non può essere letto.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1678"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1681"/> <source>Fetching from a remote Git repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1716"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1719"/> <source>Pulling from a remote Git repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1757"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1760"/> <source>Pushing to a remote Git repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1785"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1788"/> <source>Committing failed merge</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1812"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1815"/> <source>Aborting uncommitted/failed merge</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1845"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1848"/> <source>Applying patch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1877"/> - <source>Check patch files</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1880"/> + <source>Check patch files</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1883"/> <source>Apply patch files</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1962"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1965"/> <source>Tagging in the Git repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2193"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2196"/> <source>Branching in the Git repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2233"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2236"/> <source>Delete Remote Branch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2254"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2257"/> <source>Current Branch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2254"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2257"/> <source><p>The current branch is <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2318"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2321"/> <source>Create Bundle</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2283"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2286"/> <source>Git Bundle Files (*.bundle)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2300"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2303"/> <source><p>The Git bundle file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2348"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2351"/> <source>Verify Bundle</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2478"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2481"/> <source>Git Bundle Files (*.bundle);;All Files (*)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2378"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2381"/> <source>List Bundle Heads</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2478"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2481"/> <source>Apply Bundle</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2501"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2504"/> <source>Applying a bundle file (fetch)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2528"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2531"/> <source>Bisect subcommand ({0}) invalid.</source> <translation type="unfinished">Sottocomando Bisect ({0}) non valido.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2731"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2734"/> <source>Git Bisect ({0})</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2627"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2630"/> <source>Process Generation Error</source> <translation type="unfinished">Errore Generazione Processo</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2671"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2674"/> <source>Create Bisect Replay File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2637"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2640"/> <source>Git Bisect Replay Files (*.replay)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2654"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2657"/> <source><p>The Git bisect replay file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2671"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2674"/> <source><p>The file <b>{0}</b> could not be written.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2692"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2695"/> <source>Edit Bisect Replay File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2719"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2722"/> <source>Git Bisect Replay Files (*.replay);;All Files (*)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2719"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2722"/> <source>Bisect Replay</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3071"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3074"/> <source>Show Remote Info</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2950"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2953"/> <source>Rename Remote Repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2950"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2953"/> <source>Enter new name for remote repository:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3095"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3098"/> <source>Show Shortlog</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3153"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3156"/> <source>Cherry-pick</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3183"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3186"/> <source>Copy Changesets (Continue)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3208"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3211"/> <source>Copy Changesets (Quit)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3234"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3237"/> <source>Copy Changesets (Cancel)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3314"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3317"/> <source>Saving stash</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3513"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3516"/> <source>Show Stash</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3513"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3516"/> <source>Select a stash (empty for latest stash):</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3425"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3428"/> <source>Restore Stash</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3439"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3442"/> <source>Restoring stash</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3473"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3476"/> <source>Create Branch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3463"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3466"/> <source>Enter a branch name to restore a stash to:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3488"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3491"/> <source>Creating branch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3522"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3525"/> <source>Delete Stash</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3522"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3525"/> <source>Do you really want to delete the stash <b>{0}</b>?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3533"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3536"/> <source>Deleting stash</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3553"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3556"/> <source>Delete All Stashes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3553"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3556"/> <source>Do you really want to delete all stashes?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3561"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3564"/> <source>Deleting all stashes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3633"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3636"/> <source>Showing the combined configuration settings</source> <translation type="unfinished">Visualizzazione combinata della impostazioni di configurazione</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3659"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3662"/> <source>Verifying the integrity of the Git repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3684"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3687"/> <source>Performing Repository Housekeeping</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3728"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3731"/> <source><tr><td><b>Statistics</b></td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3729"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3732"/> <source><tr><td>Number of loose objects: </td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3733"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3736"/> <source><tr><td>Disk space used by loose objects: </td><td>{0} KiB</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3737"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3740"/> <source><tr><td>Number of packed objects: </td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3741"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3744"/> <source><tr><td>Number of packs: </td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3745"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3748"/> <source><tr><td>Disk space used by packed objects: </td><td>{0} KiB</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3749"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3752"/> <source><tr><td>Packed objects waiting for pruning: </td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3753"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3756"/> <source><tr><td>Garbage files: </td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3757"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3760"/> <source><tr><td>Disk space used by garbage files: </td><td>{0} KiB</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3763"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3766"/> <source><p><b>No statistics available.</b></p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3829"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3832"/> <source>Creating Archive</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3872"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3875"/> <source>Add Submodule</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3942"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3945"/> <source>List Submodules</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3942"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3945"/> <source>No submodules defined for the project.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3957"/> - <source>All</source> - <translation type="unfinished">Tutti</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3960"/> - <source>Submodule Path</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3960"/> + <source>All</source> + <translation type="unfinished">Tutti</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3963"/> + <source>Submodule Path</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3963"/> <source>Select a submodule path:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4013"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4016"/> <source>Initialize Submodules</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4050"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4053"/> <source>Unregister Submodules</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4130"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4133"/> <source>Update Submodules</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4164"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4167"/> <source>Synchronize Submodules</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4222"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4225"/> <source>Submodules Summary</source> <translation type="unfinished"></translation> </message> @@ -23998,12 +23734,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmoduleAddDialog.py" line="92"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmoduleAddDialog.py" line="103"/> <source>Select Submodule Repository Directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmoduleAddDialog.py" line="118"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmoduleAddDialog.py" line="129"/> <source>Select Submodule Directory</source> <translation type="unfinished"></translation> </message> @@ -40717,31 +40453,11 @@ <translation>Seleziona il tipo di layout.</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="463"/> - <source>Shell</source> - <translation type="obsolete">Shell</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="469"/> - <source>Select to get a separate shell window</source> - <translation type="obsolete">Seleziona per avere una finestra di shell separata</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="501"/> - <source>separate window</source> - <translation type="obsolete">separa finestra</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="486"/> <source>File-Browser</source> <translation type="unfinished">File-Browser</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="498"/> - <source>Select to get a separate file browser window</source> - <translation type="obsolete">Seleziona per avere una finestra di file browser separata</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="596"/> <source>Reset layout to factory defaults</source> <translation>Reimposta il layout al default di fabbrica</translation> @@ -40772,31 +40488,6 @@ <translation>Barre laterali</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="479"/> - <source>Select to embed the shell in the Debug-Viewer</source> - <translation type="obsolete">Selezione per rendere embedded la shell nel Debug-Viewer</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="511"/> - <source>embed in Debug-Viewer</source> - <translation type="obsolete">inserisci in Debug-Viewer</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="508"/> - <source>Select to embed the file browser in the Debug-Viewer</source> - <translation type="obsolete">Seleziona per inserire il file browser nel Debug-Browser</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="518"/> - <source>Select to embed the file browser in the Project-Viewer</source> - <translation type="obsolete">Seleziona per inserire il file browser nel Project-Browser</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="521"/> - <source>embed in Project-Viewer</source> - <translation type="obsolete">insetisci nel Project Viewer</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="63"/> <source>Select to sort file contents by occurrence</source> <translation>Selezione per ordinare il file per occorrenza</translation> @@ -42987,11 +42678,6 @@ <translation type="unfinished">Seleziona per consentire a Javascript di accedere alla clipboard</translation> </message> <message> - <location filename="../WebBrowser/StatusBar/JavaScriptSettingsDialog.ui" line="36"/> - <source>JavaScript can access clipboard</source> - <translation type="obsolete">Javascript può accedere alla clipboard</translation> - </message> - <message> <location filename="../WebBrowser/StatusBar/JavaScriptSettingsDialog.ui" line="38"/> <source>Allow to open windows</source> <translation type="unfinished"></translation> @@ -43670,11 +43356,6 @@ <translation>VHDL</translation> </message> <message> - <location filename="../QScintilla/Lexers/__init__.py" line="578"/> - <source>Pyrex Files (*.pyx)</source> - <translation type="obsolete">File Pyrex (*.pyx)</translation> - </message> - <message> <location filename="../QScintilla/Lexers/__init__.py" line="591"/> <source>Quixote Template Files (*.ptl)</source> <translation>File template Quixote</translation> @@ -46414,11 +46095,6 @@ <translation>Apri</translation> </message> <message> - <location filename="../MultiProject/MultiProjectBrowser.py" line="333"/> - <source>Remove</source> - <translation type="obsolete">Rimuovi</translation> - </message> - <message> <location filename="../MultiProject/MultiProjectBrowser.py" line="411"/> <source>Properties</source> <translation>Proprietà</translation> @@ -46667,47 +46343,47 @@ <context> <name>NetworkManager</name> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="181"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="197"/> <source>SSL Certificate Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="182"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="198"/> <source><b>{0}</b><p>The page you are trying to access has errors in the SSL certificate.</p><ul><li>{1}</li></ul><p>Would you like to make an exception?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="192"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="208"/> <source>&Permanent accept</source> <translation type="unfinished">Accetta &Permanentemente</translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="194"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="210"/> <source>&Temporary accept</source> <translation type="unfinished">Accetta &Temporaneamente</translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="196"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="212"/> <source>&Reject</source> <translation type="unfinished">&Rigetta</translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="229"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="245"/> <source><b>Enter username and password for '{0}', realm '{1}'</b></source> <translation type="unfinished"><b>Inserisci utente e password per '{0}', dominio '{1}'</b></translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="232"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="248"/> <source><b>Enter username and password for '{0}'</b></source> <translation type="unfinished"><b>Inserisci utente e password per '{0}'</b></translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="275"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="291"/> <source>Authentication required</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="276"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="292"/> <source>Authentication is required to access:</source> <translation type="unfinished"></translation> </message> @@ -48541,11 +48217,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/UiExtensionPlugins/PipInterface/Pip.py" line="564"/> - <source><default></source> - <translation type="obsolete"><default></translation> - </message> - <message> <location filename="../Plugins/UiExtensionPlugins/PipInterface/Pip.py" line="600"/> <source>Interpreter for Virtual Environment</source> <translation type="unfinished"></translation> @@ -49336,45 +49007,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/UiExtensionPlugins/PipInterface/ConfigurationPage/PipPage.ui" line="82"/> - <source>&Add...</source> - <translation type="obsolete">&Aggiungi...</translation> - </message> - <message> - <location filename="../Plugins/UiExtensionPlugins/PipInterface/ConfigurationPage/PipPage.ui" line="99"/> - <source>Press to remove the selected entries</source> - <translation type="obsolete">Premi per rimuovere gli elementi selezionati</translation> - </message> - <message> - <location filename="../Plugins/UiExtensionPlugins/PipInterface/ConfigurationPage/PipPage.ui" line="102"/> - <source>&Remove</source> - <translation type="obsolete">&Rimuovi</translation> - </message> - <message> - <location filename="../Plugins/UiExtensionPlugins/PipInterface/ConfigurationPage/PipPage.ui" line="112"/> - <source>Press to remove all entries</source> - <translation type="obsolete">Premi per rimuovere tutti gli elementi</translation> - </message> - <message> - <location filename="../Plugins/UiExtensionPlugins/PipInterface/ConfigurationPage/PipPage.ui" line="115"/> - <source>R&emove All</source> - <translation type="obsolete">Rimozione global&e</translation> - </message> - <message> <location filename="../Plugins/UiExtensionPlugins/PipInterface/ConfigurationPage/PipPage.py" line="36"/> <source><b>Note:</b> Leave empty to use the default index URL (<a href="{0}">{0}</a>).</source> <translation type="unfinished"></translation> </message> </context> <context> - <name>PipRequirementsSelectionDialog</name> - <message> - <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipRequirementsSelectionDialog.py" line="60"/> - <source>Text Files (*.txt);;All Files (*)</source> - <translation type="obsolete">File Testo(*.txt);;Tutti i file (*)</translation> - </message> -</context> -<context> <name>PipSearchDialog</name> <message> <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.py" line="450"/> @@ -51729,11 +51367,6 @@ <translation><b>Cancella sessione</b><p>Cancella la sessione del progetto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3667"/> - <source><b>Search new files...</b><p>This searches for new files (sources, *.ui, *.idl) in the project directory and registered subdirectories.</p></source> - <translation type="obsolete"><b>Cerca nuovi file...</b><p>Cerca per nuovi file (sorgenti, *.ui, *.idl) nella directory del progetto e in tutte le sottodirectory registrate.</p></translation> - </message> - <message> <location filename="../Project/Project.py" line="278"/> <source>Console</source> <translation>Console</translation> @@ -51899,11 +51532,6 @@ <translation>Mostra le associazioni dei tipi di file del progetto</translation> </message> <message> - <location filename="../Project/Project.py" line="3724"/> - <source><b>Filetype Associations...</b><p>This shows a dialog to edit the filetype associations of the project. These associations determine the type (source, form, interface or others) with a filename pattern. They are used when adding a file to the project and when performing a search for new files.</p></source> - <translation type="obsolete"><b>Associazione tipi file...</b><p>Mostra un dialogo per modificare le associazioni dei tipi file del progetto. Queste associazioni determinano il tipo (codice sorgente, interfaccia o altro) con un pattern del nome file. Sono usati quando aggiungi un file al progetto e quanto esegui una ricerca per nuovi file.</p></translation> - </message> - <message> <location filename="../Project/Project.py" line="4282"/> <source>Pac&kagers</source> <translation>Pac&kagers</translation> @@ -52152,11 +51780,6 @@ <translation><p>Il file delle proprietà del debugger del progetto<b>{0}</b> non può essere cancellato.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1434"/> - <source><p>The selected translation file <b>{0}</b> could not be deleted.</p></source> - <translation type="obsolete"><p>Il file di traduzione selezionato <b>{0}</b> non può essere cancellato.</p></translation> - </message> - <message> <location filename="../Project/Project.py" line="1732"/> <source><p>The file <b>{0}</b> already exists.</p><p>Overwrite it?</p></source> <translation><p>Il file <b>{0}</b> esiste già.</p><p>Sovrascriverlo?</p></translation> @@ -52172,16 +51795,6 @@ <translation><p>Il file <b>{0}</b> non può essere rinominato.<br />Motivo: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2131"/> - <source><p>The selected file <b>{0}</b> could not be deleted.</p></source> - <translation type="obsolete"><p>Il file selezionato <b>{0}</b> non può essere cancellato.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="2160"/> - <source><p>The selected directory <b>{0}</b> could not be deleted.</p></source> - <translation type="obsolete"><p>La directory selezionata <b>{0}</b> non può essere cancellata.</p></translation> - </message> - <message> <location filename="../Project/Project.py" line="2332"/> <source><p>The project directory <b>{0}</b> could not be created.</p></source> <translation><p>La directory del progetto <b>{0}</b> non può essere creata.</p></translation> @@ -62394,16 +62007,6 @@ <translation>Pulisci</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="304"/> - <source>Reset</source> - <translation type="obsolete">Resetta</translation> - </message> - <message> - <location filename="../QScintilla/Shell.py" line="305"/> - <source>Reset and Clear</source> - <translation type="obsolete">Resetta e pulisci</translation> - </message> - <message> <location filename="../QScintilla/Shell.py" line="2140"/> <source>Drop Error</source> <translation>Drop Error</translation> @@ -62481,13 +62084,6 @@ <translation>StdErr: {0}</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="1743"/> - <source>Shell language "{0}" not supported. -</source> - <translation type="obsolete">Il linguaggio "{0}" della shell non è supportato. -</translation> - </message> - <message> <location filename="../QScintilla/Shell.py" line="2140"/> <source><p><b>{0}</b> is not a file.</p></source> <translation><p><b>{0}</b> non è un file.</p></translation> @@ -75920,12 +75516,12 @@ <translation type="unfinished"><p>L'inizio della documentazione di PySide non è stato configurato.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6915"/> + <location filename="../UI/UserInterface.py" line="6918"/> <source>Error during updates check</source> <translation>Errore nel controllo per gli update</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6895"/> + <location filename="../UI/UserInterface.py" line="6898"/> <source>Update available</source> <translation>Aggiornamento disponibile</translation> </message> @@ -75935,7 +75531,7 @@ <translation><h3>Numeri di versione</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6953"/> + <location filename="../UI/UserInterface.py" line="6956"/> <source></table></source> <translation></table></translation> </message> @@ -75960,17 +75556,17 @@ <translation>Mostra toll &esterni</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6728"/> + <location filename="../UI/UserInterface.py" line="6731"/> <source>&Cancel</source> <translation>&Cancella</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6915"/> + <location filename="../UI/UserInterface.py" line="6918"/> <source>Could not perform updates check.</source> <translation>Non posso controllare per gli update.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6990"/> + <location filename="../UI/UserInterface.py" line="6993"/> <source>First time usage</source> <translation>Primo avvio</translation> </message> @@ -76065,7 +75661,7 @@ <translation>Mostra le versioni disponibili per il download</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6939"/> + <location filename="../UI/UserInterface.py" line="6942"/> <source><h3>Available versions</h3><table></source> <translation><h3>Versioni disponibili</h3><table></translation> </message> @@ -76533,7 +76129,7 @@ <translation><p><b>{0}</b> non è un file.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6737"/> + <location filename="../UI/UserInterface.py" line="6740"/> <source>Trying host {0}</source> <translation>Tento su host {0}</translation> </message> @@ -76608,12 +76204,12 @@ <translation><b>Documentazione Python 2</b><p>Mostra la documentazione Python 2. Se non è configurata una directory per la documentazione, viene assunto che la posizione della documentazione sia nella directory doc nella locazione dell'eseguibile Python 2 su Windows e <i>/usr/share/doc/packages/python/html</i> su Unix. Imposta PYTHONDOCDIR2 nel tuo ambiente per sovrascrivere questi valori.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6801"/> + <location filename="../UI/UserInterface.py" line="6804"/> <source>Error getting versions information</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6794"/> + <location filename="../UI/UserInterface.py" line="6797"/> <source>The versions information could not be downloaded. Please go online and try again.</source> <translation type="unfinished"></translation> </message> @@ -76628,7 +76224,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6801"/> + <location filename="../UI/UserInterface.py" line="6804"/> <source>The versions information could not be downloaded for the last 7 days. Please go online and try again.</source> <translation type="unfinished"></translation> </message> @@ -76719,7 +76315,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7009"/> + <location filename="../UI/UserInterface.py" line="7012"/> <source>Select Workspace Directory</source> <translation type="unfinished">Seleziona cartella di lavoro</translation> </message> @@ -77104,7 +76700,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6728"/> + <location filename="../UI/UserInterface.py" line="6731"/> <source>%v/%m</source> <translation type="unfinished"></translation> </message> @@ -77124,7 +76720,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6732"/> + <location filename="../UI/UserInterface.py" line="6735"/> <source>Version Check</source> <translation type="unfinished"></translation> </message> @@ -77199,22 +76795,22 @@ <translation type="unfinished">Le Qt v.3 non sono supportate da eric6.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6895"/> + <location filename="../UI/UserInterface.py" line="6898"/> <source>The update to <b>{0}</b> of eric6 is available at <b>{1}</b>. Would you like to get it?</source> <translation type="unfinished">L'update alla versione <b>{0}</b> di eric6 è disponibile presso <b>{1}</b>. Vuoi prenderlo?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6908"/> + <location filename="../UI/UserInterface.py" line="6911"/> <source>Eric6 is up to date</source> <translation type="unfinished">Eric6 è aggiornato</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6908"/> + <location filename="../UI/UserInterface.py" line="6911"/> <source>You are using the latest version of eric6</source> <translation type="unfinished">Stai usando l'ultima versione di eric6</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6990"/> + <location filename="../UI/UserInterface.py" line="6993"/> <source>eric6 has not been configured yet. The configuration dialog will be started.</source> <translation type="unfinished">eric6 non è ancora stato configurato. Il dialogo di configurazione verrà avviato.</translation> </message> @@ -77234,7 +76830,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6748"/> + <location filename="../UI/UserInterface.py" line="6751"/> <source>The versions information cannot not be downloaded because you are <b>offline</b>. Please go online and try again.</source> <translation type="unfinished"></translation> </message> @@ -77319,17 +76915,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6883"/> + <location filename="../UI/UserInterface.py" line="6886"/> <source>Update Check</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6883"/> + <location filename="../UI/UserInterface.py" line="6886"/> <source>You installed eric directly from the source code. There is no possibility to check for the availability of an update.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6873"/> + <location filename="../UI/UserInterface.py" line="6876"/> <source>You are using a snapshot release of eric6. A more up-to-date stable release might be available.</source> <translation type="unfinished"></translation> </message> @@ -80379,12 +79975,6 @@ <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1077"/> - <source>Ctrl+Alt+I</source> - <comment>Edit|Smart indent</comment> - <translation type="obsolete">Ctrl+Alt+I</translation> - </message> - <message> <location filename="../ViewManager/ViewManager.py" line="1125"/> <source>Ctrl+M</source> <comment>Edit|Comment</comment> @@ -81954,18 +81544,18 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="63"/> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="65"/> <source>Virtualenv Target Directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="68"/> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="70"/> <source>Python Interpreter</source> <translation type="unfinished"></translation> </message> <message> <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="106"/> - <source>Select to denote a global environment (i.e. no virtual environment directory to be given)</source> + <source>Select,if this is a global environment (i.e. no virtual environment directory to be given)</source> <translation type="unfinished"></translation> </message> <message> @@ -81979,12 +81569,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="145"/> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="155"/> <source>PATH Prefix:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="73"/> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="75"/> <source>Enter the executable search path to be prepended to the PATH environment variable. Use '{0}' as the separator.</source> <translation type="unfinished"></translation> </message> @@ -82001,7 +81591,7 @@ </message> <message> <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="120"/> - <source>Select, if this is an Conda environment</source> + <source>Select, if this is a Conda environment</source> <translation type="unfinished"></translation> </message> <message> @@ -82009,6 +81599,16 @@ <source>Conda Environment</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="130"/> + <source>Select, if this is a remotely accessed environment</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="133"/> + <source>Remote Environment</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>VirtualenvConfigurationDialog</name> @@ -82429,52 +82029,52 @@ <context> <name>VirtualenvManager</name> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="187"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="194"/> <source>Add Virtual Environment</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="187"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="194"/> <source>A virtual environment named <b>{0}</b> exists already. Shall it be replaced?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="244"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="255"/> <source>Change Virtual Environment</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="293"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="307"/> <source>A virtual environment named <b>{0}</b> does not exist. Aborting!</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="293"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="307"/> <source>Rename Virtual Environment</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="371"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="387"/> <source>{0} - {1}</source> <translation type="unfinished">{0} - {1}</translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="322"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="337"/> <source>Delete Virtual Environments</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="322"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="337"/> <source>Do you really want to delete these virtual environments?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="376"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="392"/> <source>Remove Virtual Environments</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="376"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="392"/> <source>Do you really want to remove these virtual environments?</source> <translation type="unfinished"></translation> </message> @@ -83545,16 +83145,6 @@ <translation type="unfinished">Indica i siti web da non tracciare</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="455"/> - <source>Select to send referer headers to the server</source> - <translation type="obsolete">Seleziona per inviare testate di riferimento ai server</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="458"/> - <source>Send Referer header to servers</source> - <translation type="obsolete">Invia testate di riferimento ai server</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="698"/> <source>Press to edit the list of whitelisted hosts</source> <translation type="unfinished">Premi il tasto per modificare la lista degli host privilegiati</translation> @@ -84300,11 +83890,6 @@ </translation> </message> <message> - <location filename="../WebBrowser/WebBrowserTabWidget.py" line="1027"/> - <source>&Close</source> - <translation type="obsolete">&Chiudi</translation> - </message> - <message> <location filename="../WebBrowser/WebBrowserTabWidget.py" line="1032"/> <source>&Quit</source> <translation type="unfinished">&Esci</translation> @@ -87187,12 +86772,12 @@ <context> <name>eric6</name> <message> - <location filename="../eric6.py" line="393"/> + <location filename="../eric6.py" line="394"/> <source>Starting...</source> <translation type="unfinished">Inizio...</translation> </message> <message> - <location filename="../eric6.py" line="398"/> + <location filename="../eric6.py" line="399"/> <source>Generating Main Window...</source> <translation type="unfinished">Generazione Main Window...</translation> </message> @@ -87673,11 +87258,6 @@ <translation type="unfinished">attesa 1 line vuota, 0 trovate</translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="164"/> - <source>expected {0} blank line, found 0</source> - <translation type="obsolete">attere 2 linee vuote, {0} trovate</translation> - </message> - <message> <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="186"/> <source>too many blank lines ({0})</source> <translation type="unfinished">troppe linee vuote ({0})</translation>
--- a/i18n/eric6_pt.ts Wed Feb 13 20:39:03 2019 +0100 +++ b/i18n/eric6_pt.ts Wed Feb 13 20:39:58 2019 +0100 @@ -465,13 +465,6 @@ <p>Esta caixa de diálogo usa-se para adicionar um diretório ao projeto atual.</p></translation> </message> <message> - <location filename="../Project/AddDirectoryDialog.ui" line="108"/> - <source><b>Target Directory</b> -<p>Select the target directory via a directory selection dialog.</p></source> - <translation type="obsolete"><b>Diretório de Destino</b> -<p>Selecionar o diretório de destino através da caixa de diálogo de seleção de diretórios.</p></translation> - </message> - <message> <location filename="../Project/AddDirectoryDialog.ui" line="74"/> <source>&Target Directory:</source> <translation>Diretório de &Destino:</translation> @@ -482,17 +475,6 @@ <translation>Introduzir o nome do diretório a adicionar</translation> </message> <message> - <location filename="../Project/AddDirectoryDialog.ui" line="48"/> - <source><b>Source Directory</b> -<p>Enter the name of the directory to add to the current project. - You may select it with a dialog by pressing the button to - the right.</p></source> - <translation type="obsolete"><b>Diretório Fonte</b> -<p>Introduzir o nome do diretório a adicionar ao projeto atual. -Pode-o selecionar com a caixa de diálogo apertando o botão à -direita<p></translation> - </message> - <message> <location filename="../Project/AddDirectoryDialog.ui" line="105"/> <source>Select, whether a recursive add should be performed</source> <translation>Selecionar se uma adição recursiva deve ser realizada</translation> @@ -516,13 +498,6 @@ <p>Introduza o diretório de destino. Pode-o selecionar com uma caixa de diálogo apertando o botão à direita.</p></translation> </message> <message> - <location filename="../Project/AddDirectoryDialog.ui" line="100"/> - <source><b>Source Directory</b> -<p>Select the source directory via a directory selection dialog.</p></source> - <translation type="obsolete"><b>Diretório Fonte</b> -<p>Escolha o diretório fonte através da caixa de diálogo de seleção de diretórios.</p></translation> - </message> - <message> <location filename="../Project/AddDirectoryDialog.ui" line="43"/> <source>&Source Directory:</source> <translation>Diretório &Fonte:</translation> @@ -558,11 +533,6 @@ <translation>Outros Ficheiros (*)</translation> </message> <message> - <location filename="../Project/AddDirectoryDialog.py" line="116"/> - <source>Select directory</source> - <translation type="obsolete">Escolha o diretório</translation> - </message> - <message> <location filename="../Project/AddDirectoryDialog.ui" line="65"/> <source><b>Source Directory</b> <p>Enter the name of the directory to add to the current project. @@ -592,13 +562,6 @@ <p>Esta caixa de diálogo usa-se para adicionar ficheiros ao projeto atual.<p></translation> </message> <message> - <location filename="../Project/AddFileDialog.ui" line="74"/> - <source><b>Source Files</b> -<p>Select the source files via a files selection dialog.</p></source> - <translation type="obsolete"><b>Ficheiros Fonte</b> -<p>Selecionar os ficheiros fonte através da caixa de diálogo de seleção de ficheiros.</p></translation> - </message> - <message> <location filename="../Project/AddFileDialog.ui" line="61"/> <source>&Target Directory:</source> <translation>Diretório de &Destino:</translation> @@ -618,35 +581,11 @@ com uma caixa de diálogo apertando o botão à direita.</p></translation> </message> <message> - <location filename="../Project/AddFileDialog.ui" line="82"/> - <source><b>Target Directory</b> -<p>Select the target directory via a directory selection dialog.</p></source> - <translation type="obsolete"><b>Diretório de Destino</b> -<p>Selecionar o diretório de destino através de uma caixa de -diálogo de seleção de diretórios.</p></translation> - </message> - <message> <location filename="../Project/AddFileDialog.ui" line="29"/> <source>&Source Files:</source> <translation>Ficheiros &Fonte:</translation> </message> <message> - <location filename="../Project/AddFileDialog.ui" line="61"/> - <source>Enter the name of files to add separated by the path separator</source> - <translation type="obsolete">Introduzir o nome dos ficheiros a adicionar separados pelo separador de rotas</translation> - </message> - <message> - <location filename="../Project/AddFileDialog.ui" line="64"/> - <source><b>Source Files</b> -<p>Enter the name of files to add to the current project separated -by the path separator. You may select them with a dialog by pressing -the button to the right.</p></source> - <translation type="obsolete"><b>Ficheiros Fonte</b> -<p>Introduzir o nome dos ficheiros a adicionar ao projeto atual separados -pelo separador de rotas. Pode-os selecionar com a caixa de diálogo -pressionando o botão à direita.</p></translation> - </message> - <message> <location filename="../Project/AddFileDialog.ui" line="94"/> <source>Select, if the files should be added as sourcecode (overriding automatic detection)</source> <translation>Selecionar se os ficheiros devem ser adicionados como código fonte (ignorar a deteção automática)</translation> @@ -662,11 +601,6 @@ <translation></translation> </message> <message> - <location filename="../Project/AddFileDialog.py" line="73"/> - <source>Select target directory</source> - <translation type="obsolete">Selecionar diretório objetivo</translation> - </message> - <message> <location filename="../Project/AddFileDialog.py" line="82"/> <source>Source Files ({0});;Forms Files ({1});;Resource Files ({2});;Interface Files ({3});;Protocol Files ({4});;Translation Files ({5});;All Files (*)</source> <translation type="unfinished">Ficheiros Fonte ({0});;Ficheiros de Formulário ({1});;Ficheiros de Recursos ({2});;Ficheiros de Interface ({3});;Ficheiros de Tradução ({4});;Ficheiros Todos (*)</translation> @@ -1161,11 +1095,6 @@ <translation>Introduzir o nome do ficheiro de projeto</translation> </message> <message> - <location filename="../MultiProject/AddProjectDialog.ui" line="57"/> - <source>Select the project file via a file selection dialog</source> - <translation type="obsolete">Selecionar o ficheiro de projeto através da caixa de diálogo de seleção de ficheiros</translation> - </message> - <message> <location filename="../MultiProject/AddProjectDialog.ui" line="66"/> <source>&Description:</source> <translation>&Descrição:</translation> @@ -1563,11 +1492,6 @@ <translation>Cliente de fundo desconectado.</translation> </message> <message> - <location filename="../Utilities/BackgroundService.py" line="411"/> - <source>The background client for <b>{0}</b> disconnect because of an unknown reason.<br>Should it be restarted?</source> - <translation type="obsolete">O cliente de fundo para <b>{0}</b> desconectou-se por um motivo desconhecido.<br>Deverá ser reiniciado?</translation> - </message> - <message> <location filename="../Utilities/BackgroundService.py" line="433"/> <source>The background client for <b>{0}</b> disconnected because of an unknown reason.<br>Should it be restarted?</source> <translation>Cliente de fundo para <b>{0}</b> desconetou-se por um motivo desconhecido. <br>Deveria reiniciar-se?</translation> @@ -1724,18 +1648,6 @@ <translation></translation> </message> <message> - <location filename="../ViewManager/BookmarkedFilesDialog.ui" line="169"/> - <source>Select the file via a file selection dialog</source> - <translation type="obsolete">Selecionar o ficheiro através do diálogo de seleção de ficheiros</translation> - </message> - <message> - <location filename="../ViewManager/BookmarkedFilesDialog.ui" line="172"/> - <source><b>File</b> -<p>Select the file to be bookmarked via a file selection dialog.</p></source> - <translation type="obsolete"><b>Ficheiro</b> -<p>Selecionar o ficheiro a marcar através da caixa de diálogo de seleção de ficheiros.</p></translation> - </message> - <message> <location filename="../ViewManager/BookmarkedFilesDialog.ui" line="115"/> <source>Move down</source> <translation>Mover para baixo</translation> @@ -1915,16 +1827,6 @@ <translation>Cancelar</translation> </message> <message> - <location filename="../Helpviewer/Bookmarks/BookmarksImportDialog.py" line="94"/> - <source>Choose Directory ...</source> - <translation type="obsolete">Escolher Diretório ...</translation> - </message> - <message> - <location filename="../Helpviewer/Bookmarks/BookmarksImportDialog.py" line="104"/> - <source>Choose File ...</source> - <translation type="obsolete">Escolher Ficheiro ...</translation> - </message> - <message> <location filename="../WebBrowser/Bookmarks/BookmarksImportDialog.py" line="103"/> <source><b>Importing from {0}</b></source> <translation><b>A importar desde {0}</b></translation> @@ -1940,11 +1842,6 @@ <translation>Erro ao importar marcadores</translation> </message> <message> - <location filename="../Helpviewer/Bookmarks/BookmarksImportDialog.ui" line="145"/> - <source>Shows the name of the bookmarks file or directory</source> - <translation type="obsolete">Mostrar o nome do ficheiro ou diretório de marcadores</translation> - </message> - <message> <location filename="../WebBrowser/Bookmarks/BookmarksImportDialog.ui" line="180"/> <source>Next ></source> <translation>Próximo ></translation> @@ -2066,26 +1963,6 @@ <translation>Abrir tudo em Separadores</translation> </message> <message> - <location filename="../Helpviewer/Bookmarks/BookmarksMenu.py" line="142"/> - <source>&Open</source> - <translation type="obsolete">A&brir</translation> - </message> - <message> - <location filename="../Helpviewer/Bookmarks/BookmarksMenu.py" line="145"/> - <source>Open in New &Tab<byte value="x9"/>Ctrl+LMB</source> - <translation type="obsolete">Abrir num &Separador Novo<byte value="x9"/>Ctrl+Botão Esq. Rato</translation> - </message> - <message> - <location filename="../Helpviewer/Bookmarks/BookmarksMenu.py" line="151"/> - <source>&Remove</source> - <translation type="obsolete">&Retirar</translation> - </message> - <message> - <location filename="../Helpviewer/Bookmarks/BookmarksMenu.py" line="156"/> - <source>&Properties...</source> - <translation type="obsolete">&Propriedades...</translation> - </message> - <message> <location filename="../WebBrowser/Bookmarks/BookmarksMenu.py" line="166"/> <source>Open</source> <translation>Abrir</translation> @@ -2155,21 +2032,6 @@ <translation>Marcadores</translation> </message> <message> - <location filename="../Helpviewer/Bookmarks/BookmarksToolBar.py" line="90"/> - <source>&Open</source> - <translation type="obsolete">A&brir</translation> - </message> - <message> - <location filename="../Helpviewer/Bookmarks/BookmarksToolBar.py" line="93"/> - <source>Open in New &Tab<byte value="x9"/>Ctrl+LMB</source> - <translation type="obsolete">Abrir num &Separador Novo<byte value="x9"/>Ctrl+Botão Esq. Rato</translation> - </message> - <message> - <location filename="../Helpviewer/Bookmarks/BookmarksToolBar.py" line="99"/> - <source>&Remove</source> - <translation type="obsolete">&Retirar</translation> - </message> - <message> <location filename="../Helpviewer/Bookmarks/BookmarksToolBar.py" line="110"/> <source>Add &Bookmark...</source> <translation>Adicionar &Marcador...</translation> @@ -2180,11 +2042,6 @@ <translation>Adicionar &Diretório...</translation> </message> <message> - <location filename="../Helpviewer/Bookmarks/BookmarksToolBar.py" line="104"/> - <source>&Properties...</source> - <translation type="obsolete">&Propriedades...</translation> - </message> - <message> <location filename="../WebBrowser/Bookmarks/BookmarksToolBar.py" line="87"/> <source>Open</source> <translation>Abrir</translation> @@ -3364,51 +3221,26 @@ <translation>Pressionar para começar a verficação de estilo do código</translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="63"/> - <source>Start</source> - <translation type="obsolete">Iniciar</translation> - </message> - <message> <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="742"/> <source>Press to fix the selected issues</source> <translation>Pressionar para corrigir os problemas selecionados</translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="73"/> - <source>Fix Selected</source> - <translation type="obsolete">Corrigir Selecionado</translation> - </message> - <message> <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="765"/> <source>Press to load the default values</source> <translation>Pressionar para carregar os valores padrão</translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="96"/> - <source>Load Defaults</source> - <translation type="obsolete">Carregar Padrões</translation> - </message> - <message> <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="775"/> <source>Press to store the current values as defaults</source> <translation>Pressionar para armazenar os valores atuais como padrão</translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="106"/> - <source>Store Defaults</source> - <translation type="obsolete">Armazenar Padrões</translation> - </message> - <message> <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="785"/> <source>Press to reset the default values</source> <translation>Pressionar para repor os valores padrão</translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="116"/> - <source>Reset Defaults</source> - <translation type="obsolete">Repor Padrões</translation> - </message> - <message> <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="76"/> <source>Exclude Messages:</source> <translation>Excluir Mensagens:</translation> @@ -3605,11 +3437,6 @@ <translation>A preparar ficheiros...</translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="553"/> - <source>Max. Complexity:</source> - <translation type="obsolete">Complexidade Max.:</translation> - </message> - <message> <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="647"/> <source>Enter the maximum allowed code complexity (McCabe: 10)</source> <translation type="unfinished"></translation> @@ -4003,11 +3830,6 @@ <source>Whitespace around comment sign corrected.</source> <translation>Corrigido espaço em volta do símbolo de comentário.</translation> </message> - <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="726"/> - <source>One blank line inserted.</source> - <translation type="obsolete">Inserida uma linha vazia.</translation> - </message> <message numerus="yes"> <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="733"/> <source>%n blank line(s) inserted.</source> @@ -4480,11 +4302,6 @@ <translation>Introduzir o nome do primeiro ficheiro</translation> </message> <message> - <location filename="../UI/CompareDialog.ui" line="82"/> - <source>Press to select the file via a file selection dialog</source> - <translation type="obsolete">Pressionar para selecionar o ficheiro através da caixa de diálogo de seleção de ficheiros</translation> - </message> - <message> <location filename="../UI/CompareDialog.ui" line="55"/> <source>File &2:</source> <translation>Ficheiro &2:</translation> @@ -4570,11 +4387,6 @@ <translation><p>O ficheiro <b>{0}</b> não se pôde ler.</p></translation> </message> <message> - <location filename="../UI/CompareDialog.py" line="448"/> - <source>Select file to compare</source> - <translation type="obsolete">Selecionar o ficheiro para comparar</translation> - </message> - <message> <location filename="../UI/CompareDialog.ui" line="20"/> <source>Files to be compared:</source> <translation type="unfinished"></translation> @@ -4858,11 +4670,6 @@ <translation>Segurança</translation> </message> <message> - <location filename="../Preferences/ConfigurationDialog.py" line="428"/> - <source>Enter filter text...</source> - <translation type="obsolete">Introduzir texto do filtro...</translation> - </message> - <message> <location filename="../Preferences/ConfigurationDialog.py" line="179"/> <source>Notifications</source> <translation>Notificações</translation> @@ -5539,11 +5346,6 @@ <source><b>Note:</b> Leave this entry empty to use the default value (omniidl or omniidl.exe).</source> <translation><b>Nota:</b> Deixar esta entrada vazia para usar os valores padrão (omniidl ou omniidl.exe).</translation> </message> - <message> - <location filename="../Preferences/ConfigurationPages/CorbaPage.py" line="55"/> - <source>Select IDL compiler</source> - <translation type="obsolete">Selecionar compilador IDL</translation> - </message> </context> <context> <name>CreateDialogCodeDialog</name> @@ -6022,46 +5824,6 @@ <translation><b>Parar</b><p>Parar a sessão de depuração.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="2209"/> - <source>Evaluate</source> - <translation type="obsolete">Evaluar</translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="434"/> - <source>E&valuate...</source> - <translation type="obsolete">E&valuar...</translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="438"/> - <source>Evaluate in current context</source> - <translation type="obsolete">Evaluar no contexto atual</translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="439"/> - <source><b>Evaluate</b><p>Evaluate an expression in the current context of the debugged program. The result is displayed in the shell window.</p></source> - <translation type="obsolete"><b>Evaluar</b><p>Evaluar uma expressão no contexto atual do programa depurado. O resultado mostra-se na janela de shell.</p></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="2238"/> - <source>Execute</source> - <translation type="obsolete">Executar</translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="448"/> - <source>E&xecute...</source> - <translation type="obsolete">E&xecutar...</translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="452"/> - <source>Execute a one line statement in the current context</source> - <translation type="obsolete">Executar instrução de uma linha no contexto atual</translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="454"/> - <source><b>Execute</b><p>Execute a one line statement in the current context of the debugged program.</p></source> - <translation type="obsolete"><b>Executar</b><p>Executa instrução de uma linha no contexto atual do programa depurado.</p></translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="452"/> <source>Variables Type Filter</source> <translation>Filtro do Tipo de Varáveis</translation> @@ -6232,16 +5994,6 @@ <translation>Depurar</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1036"/> - <source><p>The program has terminated with an exit status of {0}.</p></source> - <translation type="obsolete"><p>O programa terminou com um estado de saída {0}.</p></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="1041"/> - <source><p><b>{0}</b> has terminated with an exit status of {1}.</p></source> - <translation type="obsolete"><p><b>{0}</b> terminou com estado de saída de {1}.</p></translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="1098"/> <source>The program being debugged contains an unspecified syntax error.</source> <translation>O programa a depurar tem um erro de sintaxe não especificado.</translation> @@ -6337,42 +6089,16 @@ <translation>O projeto atual não tem um script principal definido. Impossível depurar.</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="2209"/> - <source>Enter the statement to evaluate</source> - <translation type="obsolete">Introduzir a instrução a evaluar</translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="2238"/> - <source>Enter the statement to execute</source> - <translation type="obsolete">Introduzir a instrução a executar</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="1040"/> <source><p>The program has terminated with an exit status of {0}.</p>{1}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1066"/> - <source>"{0}" has terminated with an exit status of {1}. -</source> - <translation type="obsolete">"{0}" terminou com o estado de saída {1}.</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="1067"/> <source>Program terminated</source> <translation>Programa Terminado</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1050"/> - <source>The program has terminated with an exit status of {0}.</source> - <translation type="obsolete">O programa terminou com estado de saída {0}.</translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="1053"/> - <source>"{0}" has terminated with an exit status of {1}.</source> - <translation type="obsolete">"{0}" terminou com o estado de saída {1}.</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="302"/> <source>Restart</source> <translation>Reiniciar</translation> @@ -6668,31 +6394,6 @@ <translation>Anfitrião Remoto:</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="321"/> - <source>Enable remote debugging</source> - <translation type="obsolete">Habilitar depuração remota</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="324"/> - <source>This enables the remote debugger. Please enter the hostname of the remote machine and the command for the remote execution (e.g. ssh) below.</source> - <translation type="obsolete">Habilita o depurador remoto. Por favor introduza o nome da máquina remota e o comando para a execução remota (ex. ssh) abaixo.</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="327"/> - <source>Remote Debugging Enabled</source> - <translation type="obsolete">Habilitada a Depuração Remota</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="337"/> - <source>Path Translation</source> - <translation type="obsolete">Tradução de Rota</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="343"/> - <source>Select to perform path translation</source> - <translation type="obsolete">Selecionar para executar tradução de rota</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="318"/> <source>Perform Path Translation</source> <translation>Executar Tradução de Rota</translation> @@ -6740,21 +6441,6 @@ <translation>Comando Consola:</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="420"/> - <source>Select to start the debugger in a console window (e.g. xterm)</source> - <translation type="obsolete">Selecionar para iniciar o depurador numa janela de consola (ex. xterm)</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="423"/> - <source>Start debugger in console window</source> - <translation type="obsolete">Iniciar depurador em janela de consola</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="433"/> - <source>Environment for Debug Client</source> - <translation type="obsolete">Ambiente para o Cliente do Depurador</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="400"/> <source>Select, if the environment should be replaced.</source> <translation>Selecionar se o ambiente deve ser substituido.</translation> @@ -6767,30 +6453,11 @@ <p>Se esta entrada está marcada, o ambiente do depurador será substituido pelas entradas do campo de variáveis do ambiente. Se está desmarcada, o ambiente será alterado por estas definições.</p></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="446"/> - <source>Replace Environment</source> - <translation type="obsolete">Substituir Ambiente</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="453"/> - <source>Environment:</source> - <translation type="obsolete">Ambiente:</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="421"/> <source>Enter the environment variables to be set.</source> <translation>Introduzir as variáveis ambiente a definir.</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="463"/> - <source><b>Environment</b> -<p>Enter the environment variables to be set for the debugger. The individual settings must be separate by whitespace and be given in the form 'var=value'.</p> -<p>Example: var1=1 var2="hello world"</p></source> - <translation type="obsolete"><b>Ambiente</b> -<p>Introduzir as variáveis ambiente a definir para o depurador. As definições individuais devem estar separadas por um espaço em branco e dadas na forma 'var=valor'.</p> -<p>Exemplo: var1=1 var2="olá mundo"</p></translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="436"/> <source>Start Debugging</source> <translation>Começar a Depuração</translation> @@ -6981,47 +6648,42 @@ <context> <name>DebuggerInterfacePython</name> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="461"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="465"/> <source>Start Debugger</source> <translation type="unfinished">Iniciar o Depurador</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="147"/> - <source><p>No Python2 interpreter configured.</p></source> - <translation type="obsolete"><p>Intérprete de Python2 não configurado.</p></translation> - </message> - <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="461"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="465"/> <source><p>The debugger backend could not be started.</p></source> <translation type="unfinished"><p>A instalação de retaguarda do depurador não pode iniciar.</p></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="956"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="960"/> <source>Parent Process</source> <translation type="unfinished">Processo Pai</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="957"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="961"/> <source>Child process</source> <translation type="unfinished">Processo Filho</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="958"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="962"/> <source>Client forking</source> <translation type="unfinished">Bifurcação do Cliente</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="958"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="962"/> <source>Select the fork branch to follow.</source> <translation type="unfinished">Selecionar o ramo da bifurcação a seguir.</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="1004"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="1008"/> <source>Debug Protocol Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="1004"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="1008"/> <source><p>The response received from the debugger backend could not be decoded. Please report this issue with the received data to the eric bugs email address.</p><p>Error: {0}</p><p>Data:<br/>{1}</p></source> <translation type="unfinished"></translation> </message> @@ -7032,100 +6694,6 @@ </message> </context> <context> - <name>DebuggerInterfacePython2</name> - <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="348"/> - <source>Start Debugger</source> - <translation type="obsolete">Iniciar o Depurador</translation> - </message> - <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="143"/> - <source><p>No Python2 interpreter configured.</p></source> - <translation type="obsolete"><p>Intérprete de Python2 não configurado.</p></translation> - </message> - <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="348"/> - <source><p>The debugger backend could not be started.</p></source> - <translation type="obsolete"><p>A instalação de retaguarda do depurador não pode iniciar.</p></translation> - </message> - <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="822"/> - <source>Parent Process</source> - <translation type="obsolete">Processo Pai</translation> - </message> - <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="823"/> - <source>Child process</source> - <translation type="obsolete">Processo Filho</translation> - </message> - <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="824"/> - <source>Client forking</source> - <translation type="obsolete">Bifurcação do Cliente</translation> - </message> - <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="824"/> - <source>Select the fork branch to follow.</source> - <translation type="obsolete">Selecionar o ramo da bifurcação a seguir.</translation> - </message> -</context> -<context> - <name>DebuggerInterfacePython3</name> - <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="348"/> - <source>Start Debugger</source> - <translation type="obsolete">Iniciar o Depurador</translation> - </message> - <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="348"/> - <source><p>The debugger backend could not be started.</p></source> - <translation type="obsolete"><p>A instalação de retaguarda do depurador não pode iniciar.</p></translation> - </message> - <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="822"/> - <source>Parent Process</source> - <translation type="obsolete">Processo Pai</translation> - </message> - <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="823"/> - <source>Child process</source> - <translation type="obsolete">Processo Filho</translation> - </message> - <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="824"/> - <source>Client forking</source> - <translation type="obsolete">Bifurcação do Cliente</translation> - </message> - <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="824"/> - <source>Select the fork branch to follow.</source> - <translation type="obsolete">Selecionar o ramo da bifurcação a seguir.</translation> - </message> - <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="143"/> - <source><p>No Python3 interpreter configured.</p></source> - <translation type="obsolete"><p>Intérprete de Python3 não configurado.</p></translation> - </message> -</context> -<context> - <name>DebuggerInterfaceRuby</name> - <message> - <location filename="../Debugger/DebuggerInterfaceRuby.py" line="346"/> - <source>Start Debugger</source> - <translation type="obsolete">Iniciar o Depurador</translation> - </message> - <message> - <location filename="../Debugger/DebuggerInterfaceRuby.py" line="346"/> - <source><p>The debugger backend could not be started.</p></source> - <translation type="obsolete"><p>A instalação de retaguarda do depurador não pode iniciar.</p></translation> - </message> - <message> - <location filename="../Debugger/DebuggerInterfaceRuby.py" line="157"/> - <source><p>No Ruby interpreter configured.</p></source> - <translation type="obsolete"><p>Não há Intérprete de Ruby configurado.</p></translation> - </message> -</context> -<context> <name>DebuggerPropertiesDialog</name> <message> <location filename="../Project/DebuggerPropertiesDialog.ui" line="14"/> @@ -7143,60 +6711,16 @@ <translation>Introduzir a rota do Cliente de Depuração a usar. Deixe vazio para usar o predefenido.</translation> </message> <message> - <location filename="../Project/DebuggerPropertiesDialog.ui" line="36"/> - <source>Press to select the Debug Client via a file selection dialog</source> - <translation type="obsolete">Pressionar para selecionar o Cliente de Depuração através da caixa de diálogo de seleção de ficheiros</translation> - </message> - <message> - <location filename="../Project/DebuggerPropertiesDialog.ui" line="49"/> - <source>Interpreter for Debug Client</source> - <translation type="obsolete">Intérprete para o Cliente de Depuração</translation> - </message> - <message> - <location filename="../Project/DebuggerPropertiesDialog.ui" line="58"/> - <source>Enter the path of the interpreter to be used by the debug client.</source> - <translation type="obsolete">Introduzir a rota do intérprete a usar pelo cliente de depuração.</translation> - </message> - <message> - <location filename="../Project/DebuggerPropertiesDialog.ui" line="59"/> - <source>Press to select the interpreter via a file selection dialog</source> - <translation type="obsolete">Pressionar para selecionar o intérprete através da caixa de diálogo de seleção de ficheiros</translation> - </message> - <message> - <location filename="../Project/DebuggerPropertiesDialog.ui" line="71"/> - <source>Environment for Debug Client</source> - <translation type="obsolete">Ambiente para o Cliente do Depurador</translation> - </message> - <message> <location filename="../Project/DebuggerPropertiesDialog.ui" line="204"/> <source>Select, if the environment of the debug client should be replaced</source> <translation>Selecionar se o ambiente do cliente de depuração deve ser substituido</translation> </message> <message> - <location filename="../Project/DebuggerPropertiesDialog.ui" line="80"/> - <source>Replace Environment</source> - <translation type="obsolete">Substituir Ambiente</translation> - </message> - <message> <location filename="../Project/DebuggerPropertiesDialog.ui" line="214"/> <source>Enter the environment variables to be set.</source> <translation>Introduzir as variáveis ambiente a definir.</translation> </message> <message> - <location filename="../Project/DebuggerPropertiesDialog.ui" line="90"/> - <source><b>Environment</b> -<p>Enter the environment variables to be set for the debugger. The individual settings must be separate by whitespace and be given in the form 'var=value'.</p> -<p>Example: var1=1 var2="hello world"</p></source> - <translation type="obsolete"><b>Ambiente</b> -<p>Introduzir as variáveis ambiente a definir para o depurador. As definições individuais devem estar separadas por um espaço em branco e dadas na forma 'var=valor'.</p> -<p>Exemplo: var1=1 var2="olá mundo"</p></translation> - </message> - <message> - <location filename="../Project/DebuggerPropertiesDialog.ui" line="99"/> - <source>Environment:</source> - <translation type="obsolete">Ambiente:</translation> - </message> - <message> <location filename="../Project/DebuggerPropertiesDialog.ui" line="71"/> <source>Select, if the debugger should be run remotely</source> <translation>Selecionar se o depurador deve executar-se remotamente</translation> @@ -7313,21 +6837,11 @@ <translation>Não definir a codificação do cliente de depuração</translation> </message> <message> - <location filename="../Project/DebuggerPropertiesDialog.py" line="119"/> - <source>Select interpreter for Debug Client</source> - <translation type="obsolete">Selecionar intérprete para Cliente de Depuração</translation> - </message> - <message> <location filename="../Project/DebuggerPropertiesDialog.py" line="136"/> <source>All Files (*)</source> <translation>Ficheiros Todos (*)</translation> </message> <message> - <location filename="../Project/DebuggerPropertiesDialog.py" line="136"/> - <source>Select Debug Client</source> - <translation type="obsolete">Selecionar Cliente de Depuração</translation> - </message> - <message> <location filename="../Project/DebuggerPropertiesDialog.ui" line="236"/> <source>Select to redirect stdin, stdout and stderr of the program being debugged to the eric6 IDE</source> <translation>Selecionar para redirigir stdin, stdout e stderr do programa a depurar para o IDE eric6</translation> @@ -7486,11 +7000,6 @@ <translation type="unfinished">Intérprete de Python3 para Cliente de Depuração</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.py" line="33"/> - <source>Press to select the Python3 interpreter via a file selection dialog</source> - <translation type="obsolete">Pressionar para selecionar o intérprete de Python3 através da caixa de diálogo de seleção de ficheiros</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="63"/> <source>Debug Client Type</source> <translation>Tipo de Cliente de Depuração</translation> @@ -7526,21 +7035,11 @@ <translation>Personalizado</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="75"/> - <source>Multi Threaded</source> - <translation type="obsolete">Multi-Segmento</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="105"/> <source>Source association</source> <translation>Associação Fonte</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="101"/> - <source>Enter the file extensions to be associated with the Python3 debugger separated by a space. They must not overlap with the ones for Python2.</source> - <translation type="obsolete">Introduzir as extensões a associar com o depurador de Python3, separadas por um espaço. Não devem sobrepôr-se às de Python2.</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="174"/> <source>Redirect stdin/stdout/stderr</source> <translation>Redirigir stdin/stdout/stderr</translation> @@ -7556,26 +7055,11 @@ <translation>Não definir a codificação do cliente de depuração</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.py" line="94"/> - <source>Select Python interpreter for Debug Client</source> - <translation type="obsolete">Selecionar intérprete de Python para o Cliente de Depuração</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.py" line="109"/> - <source>Select Debug Client</source> - <translation type="obsolete">Selecionar Cliente de Depuração</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.py" line="47"/> <source>Python Files (*.py *.py3)</source> <translation>Ficheiros Python (*.py *.py3)</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="46"/> - <source>Enter the path of the Python3 interpreter to be used by the debug client. Leave empty to use the default.</source> - <translation type="obsolete">Introduzir a rota do intérprete de Python3 a usar. Deixe vazio para usar a predefenida.</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="171"/> <source>Select, to redirect stdin, stdout and stderr of the program being debugged to the eric6 IDE</source> <translation>Selecionar para redirigir stdin, stdout e stderr do programa a depurar para o IDE eric6</translation> @@ -7607,152 +7091,6 @@ </message> </context> <context> - <name>DebuggerPythonPage</name> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="17"/> - <source><b>Configure Python2 Debugger</b></source> - <translation type="obsolete"><b>Configurar Depurador de Python</b></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="37"/> - <source>Python2 Virtual Environment</source> - <translation type="obsolete">Intérprete de Python para Cliente de Depuração</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.py" line="33"/> - <source>Press to select the Python interpreter via a file selection dialog</source> - <translation type="obsolete">Pressionar para selecionar o intérprete de Python através da caixa de diálogo de seleção de ficheiros</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="53"/> - <source>Debug Client Type</source> - <translation type="obsolete">Tipo de Cliente de Depuração</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="65"/> - <source>Enter the path of the Debug Client to be used. Leave empty to use the default.</source> - <translation type="obsolete">Introduzir a rota do Cliente de Depuração a usar. Deixe vazio para usar a predefenida.</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.py" line="42"/> - <source>Press to select the Debug Client via a file selection dialog</source> - <translation type="obsolete">Pressionar para selecionar o Cliente de Depuração através da caixa de diálogo de seleção de ficheiros</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="72"/> - <source>Select the standard debug client</source> - <translation type="obsolete">Selecionar o cliente de depuração multi-segmento</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="75"/> - <source>Standard</source> - <translation type="obsolete">Padrão</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="82"/> - <source>Select the custom selected debug client</source> - <translation type="obsolete">Selecionar o cliente de depuração personalizado</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="85"/> - <source>Custom</source> - <translation type="obsolete">Personalizado</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="75"/> - <source>Multi Threaded</source> - <translation type="obsolete">Multi-Segmento</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="95"/> - <source>Source association</source> - <translation type="obsolete">Associação Fonte</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="101"/> - <source>Enter the file extensions to be associated with the Python2 debugger separated by a space. They must not overlap with the ones for Python3.</source> - <translation type="obsolete">Introduzir as extensões a associar com o depurador de Python2, separadas por um espaço. Não devem sobrepôr-se às de Python3.</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="120"/> - <source>Redirect stdin/stdout/stderr</source> - <translation type="obsolete">Redirigir stdin/stdout/stderr</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="127"/> - <source>Select to not set the debug client encoding</source> - <translation type="obsolete">Selecionar para não definir a codificação do cliente de depuração</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="130"/> - <source>Don't set the encoding of the debug client</source> - <translation type="obsolete">Não definir a codificação do cliente de depuração</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.py" line="94"/> - <source>Select Python interpreter for Debug Client</source> - <translation type="obsolete">Selecionar intérprete de Python para o Cliente de Depuração</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.py" line="109"/> - <source>Select Debug Client</source> - <translation type="obsolete">Selecionar Cliente de Depuração</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.py" line="44"/> - <source>Python Files (*.py *.py2)</source> - <translation type="obsolete">Ficheiros Python (*.py *.py2)</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="46"/> - <source>Enter the path of the Python interpreter to be used by the debug client.</source> - <translation type="obsolete">Introduzir a rota do intérprete a usar pelo cliente de depuração.</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="117"/> - <source>Select, to redirect stdin, stdout and stderr of the program being debugged to the eric6 IDE</source> - <translation type="obsolete">Selecionar para redirigir stdin, stdout e stderr do programa a depurar para o IDE eric6</translation> - </message> -</context> -<context> - <name>DebuggerRubyPage</name> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerRubyPage.ui" line="17"/> - <source><b>Configure Ruby Debugger</b></source> - <translation type="obsolete"><b>Configurar Depurador de Ruby</b></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerRubyPage.ui" line="37"/> - <source>Ruby Interpreter for Debug Client</source> - <translation type="obsolete">Intérprete de Ruby para Cliente de Depuração</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerRubyPage.ui" line="43"/> - <source>Enter the path of the Ruby interpreter to be used by the debug client.</source> - <translation type="obsolete">Introduzir a rota do intérprete de Ruby a usar pelo cliente de depuração.</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerRubyPage.ui" line="50"/> - <source>Press to select the Ruby interpreter via a file selection dialog</source> - <translation type="obsolete">Pressionar para selecionar o intérprete de Ruby através da caixa de diálogo de seleção de ficheiros</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerRubyPage.ui" line="63"/> - <source>Redirect stdin/stdout/stderr</source> - <translation type="obsolete">Redirigir stdin/stdout/stderr</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerRubyPage.py" line="64"/> - <source>Select Ruby interpreter for Debug Client</source> - <translation type="obsolete">Selecionar intérprete de Ruby para o Cliente de Depuração</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerRubyPage.ui" line="60"/> - <source>Select, to redirect stdin, stdout and stderr of the program being debugged to the eric6 IDE</source> - <translation type="obsolete">Selecionar para redirigir stdin, stdout e stderr do programa a depurar para o IDE eric6</translation> - </message> -</context> -<context> <name>DeepLEngine</name> <message> <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/DeepLEngine.py" line="78"/> @@ -7914,11 +7252,6 @@ <translation>Introduzir o nome do primeiro ficheiro</translation> </message> <message> - <location filename="../UI/DiffDialog.ui" line="67"/> - <source>Press to select the file via a file selection dialog</source> - <translation type="obsolete">Pressionar para selecionar o ficheiro através da caixa de diálogo de seleção de ficheiros</translation> - </message> - <message> <location filename="../UI/DiffDialog.ui" line="52"/> <source>File &2:</source> <translation>Ficheiro &2:</translation> @@ -8014,11 +7347,6 @@ <translation>Não há diferenças.</translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="467"/> - <source>Select file to compare</source> - <translation type="obsolete">Selecionar o ficheiro para comparar</translation> - </message> - <message> <location filename="../UI/DiffDialog.ui" line="80"/> <source>Select Diff Kind</source> <translation type="unfinished"></translation> @@ -8329,7 +7657,7 @@ <message> <location filename="../Plugins/PluginWizardDotDesktop.py" line="118"/> <source>No current editor</source> - <translation type="unfinished"></translation> + <translation type="unfinished">Não há um editor atual</translation> </message> <message> <location filename="../Plugins/PluginWizardDotDesktop.py" line="118"/> @@ -9124,54 +8452,6 @@ </message> </context> <context> - <name>E5ErrorMessage</name> - <message> - <location filename="../E5Gui/E5ErrorMessage.py" line="110"/> - <source>Debug Message:</source> - <translation type="obsolete">Mensagem do Depurador:</translation> - </message> - <message> - <location filename="../E5Gui/E5ErrorMessage.py" line="113"/> - <source>Warning:</source> - <translation type="obsolete">Aviso:</translation> - </message> - <message> - <location filename="../E5Gui/E5ErrorMessage.py" line="116"/> - <source>Critical:</source> - <translation type="obsolete">Crítico:</translation> - </message> - <message> - <location filename="../E5Gui/E5ErrorMessage.py" line="119"/> - <source>Fatal Error:</source> - <translation type="obsolete">Erro Fatal:</translation> - </message> - <message> - <location filename="../E5Gui/E5ErrorMessage.py" line="153"/> - <source>Warning</source> - <translation type="obsolete">Aviso</translation> - </message> - <message> - <location filename="../E5Gui/E5ErrorMessage.py" line="156"/> - <source>Critical</source> - <translation type="obsolete">Crítico</translation> - </message> - <message> - <location filename="../E5Gui/E5ErrorMessage.py" line="159"/> - <source>Fatal Error</source> - <translation type="obsolete">Erro Fatal</translation> - </message> - <message> - <location filename="../E5Gui/E5ErrorMessage.py" line="150"/> - <source>Debug Message</source> - <translation type="obsolete">Mensagem do Depurador</translation> - </message> - <message> - <location filename="../E5Gui/E5ErrorMessage.py" line="195"/> - <source>No message handler installed.</source> - <translation type="obsolete">Não há um gestor de mensagens instalado.</translation> - </message> -</context> -<context> <name>E5ErrorMessageFilterDialog</name> <message> <location filename="../E5Gui/E5ErrorMessageFilterDialog.ui" line="14"/> @@ -10313,11 +9593,6 @@ <translation>Pressionar para encontrar a ocurrência seguinte</translation> </message> <message> - <location filename="../E5Gui/E5TextEditSearchWidget.py" line="140"/> - <source>Find</source> - <translation type="obsolete">Encontrar</translation> - </message> - <message> <location filename="../E5Gui/E5TextEditSearchWidget.py" line="362"/> <source>'{0}' was not found.</source> <translation>'{0}' não foi encontrada.</translation> @@ -10553,11 +9828,6 @@ <translation>Introduzir o número de linha do ponto de interrupção</translation> </message> <message> - <location filename="../Debugger/EditBreakpointDialog.ui" line="165"/> - <source>Press to open a file selection dialog</source> - <translation type="obsolete">Pressionar para abrir uma caixa de diálogo de seleção de ficheiros</translation> - </message> - <message> <location filename="../Debugger/EditBreakpointDialog.ui" line="46"/> <source>Linenumber:</source> <translation>Número de linha:</translation> @@ -10582,11 +9852,6 @@ <source>Add Breakpoint</source> <translation>Adicionar Ponto de Interrupção</translation> </message> - <message> - <location filename="../Debugger/EditBreakpointDialog.py" line="129"/> - <source>Select filename of the breakpoint</source> - <translation type="obsolete">Selecionar nome do ficheiro do ponto de interrupção</translation> - </message> </context> <context> <name>EditWatchpointDialog</name> @@ -10789,11 +10054,6 @@ <translation>Habilitada a ajuda à escritura</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="726"/> - <source>Autocompletion enabled</source> - <translation type="obsolete">Autocompletar Habilitado</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="867"/> <source>Close</source> <translation>Fechar</translation> @@ -10819,16 +10079,6 @@ <translation>Imprimir</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="797"/> - <source>Autocomplete</source> - <translation type="obsolete">Autocompletar</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="816"/> - <source>dynamic</source> - <translation type="obsolete">dinâmico</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="921"/> <source>Complete from Document</source> <translation type="unfinished">desde Documento</translation> @@ -11069,16 +10319,6 @@ <translation>Tarefa anterior</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1364"/> - <source>LMB toggles bookmarks</source> - <translation type="obsolete">Botão Esq. do Rato alterna marcadores</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1368"/> - <source>LMB toggles breakpoints</source> - <translation type="obsolete">Botão Esq. do Rato alterna pontos de interrupção</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1309"/> <source>Export source</source> <translation>Exportar fonte</translation> @@ -11434,26 +10674,11 @@ <translation><br><b>Aviso:</b> Perderá todas as alterações uma vez que o volte a abrir.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4556"/> - <source>Activating Auto-Completion Provider</source> - <translation type="obsolete">A ativar o Fornecedor de Preenchimento Automático</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="4556"/> - <source>Auto-completion provider cannot be connected because there is already another one active. Please check your configuration.</source> - <translation type="obsolete">Não se pode conetar o fornecedor de autocompletar porque já há outro ativo. Por favor verifique a sua configuração.</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="4901"/> <source>Call-Tips Provider</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4876"/> - <source>Calltip provider cannot be connected because there is already another one active. Please check your configuration.</source> - <translation type="obsolete">O fornecedor de dicas não pode ser conetado porque já há outro activado. Por favor verifique a sua configuração.</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="885"/> <source>Open 'rejection' file</source> <translation>Abrir ficheiro de 'rejeição'</translation> @@ -11682,11 +10907,6 @@ <translation>Adicionar</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.ui" line="116"/> - <source>Enter a file to be added</source> - <translation type="obsolete">Introduza o ficheiro a adicionar</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.py" line="39"/> <source>Press to select an API file via a selection dialog</source> <translation>Pressionar para escolher um ficheiro API através de uma caixa de diálogo</translation> @@ -11722,11 +10942,6 @@ <translation>Compilar APIs</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.py" line="142"/> - <source>Select API file</source> - <translation type="obsolete">Escolher ficheiro API</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.py" line="41"/> <source>API File (*.api);;All Files (*)</source> <translation>Ficheiro API (*.api);;Ficheiros Todos (*)</translation> @@ -11948,11 +11163,6 @@ <context> <name>EditorAutocompletionQScintillaPage</name> <message> - <location filename="../Preferences/ConfigurationPages/EditorAutocompletionQScintillaPage.ui" line="16"/> - <source><b>Configure QScintilla Autocompletion</b></source> - <translation type="obsolete"><b>Configurar Autocompletar de QScintilla</b></translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/EditorAutocompletionQScintillaPage.ui" line="37"/> <source>Select this, if single entries shall be inserted automatically</source> <translation>Selecionar se as entradas únicas devem inserir-se automaticamente</translation> @@ -12703,41 +11913,21 @@ <translation>Antevisão do Ficheiro</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="451"/> - <source>Extensions of HTML files:</source> - <translation type="obsolete">Extensões dos ficheiros HTML:</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="474"/> <source>Enter the filename extensions of HTML files that may be previewed (separated by a space)</source> <translation>Introduzir as extensões dos ficheiros HTML que se podem antever (separados por um espaço)</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="465"/> - <source>Extensions of Markdown files:</source> - <translation type="obsolete">Extensões dos ficheiros Markdown:</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="497"/> <source>Enter the filename extensions of Markdown files that may be previewed (separated by a space)</source> <translation>Introduzir as extensões dos ficheiros Markdown que se podem antever (separadas por um espaço)</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="479"/> - <source>Extensions of ReST files:</source> - <translation type="obsolete">Extensões dos ficheiros ReST:</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="550"/> <source>Enter the filename extensions of ReStructuredText files that may be previewed (separated by a space)</source> <translation>Introduzir as extensões dos ficheiros ReStructuredText que se podem previsualizar (separadas por um espaço)</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="493"/> - <source>Extensions of QSS files:</source> - <translation type="obsolete">Extensões dos ficheiros QSS:</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="612"/> <source>Enter the filename extensions of Qt Stylesheet files that may be previewed (separated by a space)</source> <translation>Introduzir as extensões dos ficheiros de Folhas de Estilo Qt que se podem previsualizar (separadas por um espaço)</translation> @@ -14110,31 +13300,11 @@ <translation>Ficheiro da lista de palavras pessoal:</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.ui" line="237"/> - <source>Enter the filename of the personal word list</source> - <translation type="obsolete">Introduzir o nome do ficheiro da lista de palavras pessoal</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.ui" line="272"/> - <source>Select the personal word list file via a file selection dialog</source> - <translation type="obsolete">Selecionar o ficheiro de lista de plavaras pessoal através de uma caixa de diálogo de seleção de ficheiros</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.ui" line="250"/> <source>Personal exclude list file:</source> <translation>Ficheiro de lista pessoal de exclusão:</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.ui" line="251"/> - <source>Enter the filename of the personal exclude list</source> - <translation type="obsolete">Introduzir o nome do ficheiro da lista de exclusão pessoal</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.ui" line="279"/> - <source>Select the personal exclude list file via a file selection dialog</source> - <translation type="obsolete">Selecionar o ficheiro de lista de exclusão pessoal através de uma caixa de diálogo de seleção de ficheiros</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.ui" line="270"/> <source><b>Note:</b> leave these entries empty to use the default</source> <translation><b>Nota:</b> deixar vazias as entradas para usar valores predefinidos</translation> @@ -14170,20 +13340,10 @@ <translation>Introduzir o número de linhas a verificar cada vez. Valores mais altos aumentam a velocidade de verificação mas diminuem a capacidade de resposta da GUI</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.py" line="115"/> - <source>Select personal word list</source> - <translation type="obsolete">Selecionar lista de palavras pessoal</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.py" line="38"/> <source>Dictionary File (*.dic);;All Files (*)</source> <translation>Ficheiro Dicionário (*.dic);;Ficheiros Todos (*)</translation> </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.py" line="129"/> - <source>Select personal exclude list</source> - <translation type="obsolete">Selecionar lista pessoal de exclusão</translation> - </message> </context> <context> <name>EditorStylesPage</name> @@ -14263,16 +13423,6 @@ <translation>Mostrar Margem Dobragem</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="223"/> - <source>Select to show unified margins (like eric4 < 4.3.0)</source> - <translation type="obsolete">Selecionar para mostrar margens unificadas (como eric4 < 4.3.0)</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="226"/> - <source>Show unified margins</source> - <translation type="obsolete">Mostrar margens unificadas</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="227"/> <source>Folding style:</source> <translation>Estilo de Dobrado:</translation> @@ -15601,11 +14751,6 @@ <translation>Introduza a direção do seu servidor de correio</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="53"/> - <source>Outgoing mail server port:</source> - <translation type="obsolete">Porto do servidor de correio de saída:</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="183"/> <source>Enter the port of the mail server</source> <translation>Introduza o porto do servidor de correio</translation> @@ -15636,11 +14781,6 @@ <translation>Selecionar para usar TLS</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="131"/> - <source>Use TLS</source> - <translation type="obsolete">Usar TLS</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="251"/> <source>Select to authenticatate against the mail server</source> <translation>Selecionar para autenticar contra o servidor de correio</translation> @@ -15995,11 +15135,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.ui" line="45"/> - <source>Press to open a file selection dialog</source> - <translation type="obsolete">Pressionar para abrir uma caixa de diálogo de seleção de ficheiros</translation> - </message> - <message> <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.ui" line="25"/> <source>Output File:</source> <translation>Ficheiro de Saída:</translation> @@ -16095,30 +15230,15 @@ <translation>Apagar</translation> </message> <message> - <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.ui" line="222"/> - <source>Press to open a directory selection dialog</source> - <translation type="obsolete">Pressionar para abrir uma caixa de diálogo de seleção de diretórios</translation> - </message> - <message> <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.ui" line="184"/> <source>List of directory basenames to be ignored</source> <translation>Lista de nomes base de directórios a ignorar</translation> </message> <message> - <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.py" line="197"/> - <source>Select output file</source> - <translation type="obsolete">Selecionar o ficheiro de saída</translation> - </message> - <message> <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.py" line="45"/> <source>API files (*.api);;All files (*)</source> <translation>Ficheiros API (*.api);;Ficheiros Todos (*)</translation> </message> - <message> - <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.py" line="228"/> - <source>Select directory to exclude</source> - <translation type="obsolete">Selecionar o diretório a excluir</translation> - </message> </context> <context> <name>EricapiExecDialog</name> @@ -16226,11 +15346,6 @@ <translation>Introduzir um diretório de saída</translation> </message> <message> - <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="400"/> - <source>Press to open a directory selection dialog</source> - <translation type="obsolete">Pressionar para abrir uma caixa de diálogo de seleção de diretórios</translation> - </message> - <message> <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="62"/> <source>Additional source extensions:</source> <translation>Extensões de fontes adicionais:</translation> @@ -16331,11 +15446,6 @@ <translation>Introduzir o nome do ficheiro da folha de estilo CSS. Deixe vazio para usar as cores definidas abaixo.</translation> </message> <message> - <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="243"/> - <source>Press to open a file selection dialog</source> - <translation type="obsolete">Pressionar para abrir uma caixa de diálogo de seleção de ficheiros</translation> - </message> - <message> <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="262"/> <source>Colours</source> <translation>Cores</translation> @@ -16511,30 +15621,10 @@ <translation><?xml version="1.0" encoding="utf-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//PT""http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html><head><title></title></head><body style="background-color:{BodyBgColor};color:{BodyColor}"><h1 style="background-color:{Level1HeaderBgColor};color:{Level1HeaderColor}">Cabeçalho de Nível 1</h1><h3 style="background-color:{Level2HeaderBgColor};color:{Level2HeaderColor}">Cabeçalho de Nível 2</h3><h2 style="background-color:{CFBgColor};color:{CFColor}">Cabeçalho de classe e função</h2>Corpo de texto normal com <a style="color:{LinkColor}">alguns vínculos</a> incorporados.</body></html></translation> </message> <message> - <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.py" line="305"/> - <source>Select output directory</source> - <translation type="obsolete">Selecionar o diretório de saída</translation> - </message> - <message> - <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.py" line="330"/> - <source>Select directory to exclude</source> - <translation type="obsolete">Selecionar o diretório a excluir</translation> - </message> - <message> - <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.py" line="370"/> - <source>Select CSS style sheet</source> - <translation type="obsolete">Selecionar folha de estilo CSS</translation> - </message> - <message> <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.py" line="53"/> <source>Style sheet (*.css);;All files (*)</source> <translation>Folha de estilo (*.css);;Ficheiros todos (*)</translation> </message> - <message> - <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.py" line="519"/> - <source>Select output directory for QtHelp files</source> - <translation type="obsolete">Selecionar o diretório de saída para os ficheiros QtHelp</translation> - </message> </context> <context> <name>EricdocExecDialog</name> @@ -16814,19 +15904,6 @@ </message> </context> <context> - <name>ExporterBase</name> - <message> - <location filename="../QScintilla/Exporters/ExporterBase.py" line="58"/> - <source>Export source</source> - <translation type="obsolete">Exportar fonte</translation> - </message> - <message> - <location filename="../QScintilla/Exporters/ExporterBase.py" line="58"/> - <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> - <translation type="obsolete"><p>O ficheiro <b>{0}</b> já existe. Sobreescrever?</p></translation> - </message> -</context> -<context> <name>ExporterHTML</name> <message> <location filename="../QScintilla/Exporters/ExporterHTML.py" line="382"/> @@ -17888,11 +16965,6 @@ <translation>Introduzir o diretorio onde procurar</translation> </message> <message> - <location filename="../UI/FindFileDialog.ui" line="288"/> - <source>Select the directory via a directory selection dialog</source> - <translation type="obsolete">Selecionar o diretorio através de uma caixa de diálogo de seleção de diretorio</translation> - </message> - <message> <location filename="../UI/FindFileDialog.ui" line="295"/> <source>Search in open files only </source> <translation>Procurar só nos ficheiros abertos</translation> @@ -17953,11 +17025,6 @@ <translation><p>A expressão de pesquisa não é válida.</p><p>Erro: {0}</p></translation> </message> <message> - <location filename="../UI/FindFileDialog.py" line="553"/> - <source>Select directory</source> - <translation type="obsolete">Selecionar diretório</translation> - </message> - <message> <location filename="../UI/FindFileDialog.py" line="625"/> <source><p>Could not read the file <b>{0}</b>. Skipping it.</p><p>Reason: {1}</p></source> <translation><p>Não se pôde ler o ficheiro <b>{0}</b>. Ignorando-o.</p><p>Razão: {1}</p></translation> @@ -18063,11 +17130,6 @@ <translation>Introduzir o diretório onde deve buscar o ficheiro</translation> </message> <message> - <location filename="../UI/FindFileNameDialog.ui" line="86"/> - <source>Press to select the directory, the file should be searched in</source> - <translation type="obsolete">Pressionar para selecionar o diretório onde deve buscar o ficheiro</translation> - </message> - <message> <location filename="../UI/FindFileNameDialog.ui" line="99"/> <source>Select to search in the project path</source> <translation>Selecionar para buscar na rota do projeto</translation> @@ -18122,11 +17184,6 @@ <source>Opens the selected file</source> <translation>Abre o ficheiro selecionado</translation> </message> - <message> - <location filename="../UI/FindFileNameDialog.py" line="205"/> - <source>Select search directory</source> - <translation type="obsolete">Selecionar diretorio a procurar</translation> - </message> </context> <context> <name>FirefoxImporter</name> @@ -18588,7 +17645,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1558"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1561"/> <source>The git process did not finish within 30s.</source> <translation type="unfinished"></translation> </message> @@ -18768,432 +17825,432 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1383"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1386"/> <source>Create {0} file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1383"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1386"/> <source><p>The file <b>{0}</b> exists already. Overwrite it?</p></source> <translation type="unfinished"><p>O ficheiro <b>{0}</b> já existe. Sobreescrever?</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1442"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1445"/> <source>Git Copy</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1427"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1430"/> <source><p>Copying the directory <b>{0}</b> failed.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1442"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1445"/> <source><p>Copying the file <b>{0}</b> failed.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2627"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2630"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation type="unfinished">Não pôde iniciar {0}.<br>Certifique-se de que está na rota de pesquisa.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1629"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1632"/> <source>Git Side-by-Side Difference</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1629"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1632"/> <source><p>The file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"><p>O ficheiro <b>{0}</b> não se pôde ler.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1678"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1681"/> <source>Fetching from a remote Git repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1716"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1719"/> <source>Pulling from a remote Git repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1757"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1760"/> <source>Pushing to a remote Git repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1785"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1788"/> <source>Committing failed merge</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1812"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1815"/> <source>Aborting uncommitted/failed merge</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1845"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1848"/> <source>Applying patch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1877"/> - <source>Check patch files</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1880"/> + <source>Check patch files</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1883"/> <source>Apply patch files</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1962"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1965"/> <source>Tagging in the Git repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2193"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2196"/> <source>Branching in the Git repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2233"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2236"/> <source>Delete Remote Branch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2254"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2257"/> <source>Current Branch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2254"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2257"/> <source><p>The current branch is <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2318"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2321"/> <source>Create Bundle</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2283"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2286"/> <source>Git Bundle Files (*.bundle)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2300"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2303"/> <source><p>The Git bundle file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2348"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2351"/> <source>Verify Bundle</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2478"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2481"/> <source>Git Bundle Files (*.bundle);;All Files (*)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2378"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2381"/> <source>List Bundle Heads</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2478"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2481"/> <source>Apply Bundle</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2501"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2504"/> <source>Applying a bundle file (fetch)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2528"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2531"/> <source>Bisect subcommand ({0}) invalid.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2731"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2734"/> <source>Git Bisect ({0})</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2627"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2630"/> <source>Process Generation Error</source> <translation type="unfinished">Erro na Criação de Processo</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2671"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2674"/> <source>Create Bisect Replay File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2637"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2640"/> <source>Git Bisect Replay Files (*.replay)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2654"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2657"/> <source><p>The Git bisect replay file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2671"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2674"/> <source><p>The file <b>{0}</b> could not be written.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2692"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2695"/> <source>Edit Bisect Replay File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2719"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2722"/> <source>Git Bisect Replay Files (*.replay);;All Files (*)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2719"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2722"/> <source>Bisect Replay</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3071"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3074"/> <source>Show Remote Info</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2950"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2953"/> <source>Rename Remote Repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2950"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2953"/> <source>Enter new name for remote repository:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3095"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3098"/> <source>Show Shortlog</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3153"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3156"/> <source>Cherry-pick</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3183"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3186"/> <source>Copy Changesets (Continue)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3208"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3211"/> <source>Copy Changesets (Quit)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3234"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3237"/> <source>Copy Changesets (Cancel)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3314"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3317"/> <source>Saving stash</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3513"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3516"/> <source>Show Stash</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3513"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3516"/> <source>Select a stash (empty for latest stash):</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3425"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3428"/> <source>Restore Stash</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3439"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3442"/> <source>Restoring stash</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3473"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3476"/> <source>Create Branch</source> <translation type="unfinished">Criar Ramo</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3463"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3466"/> <source>Enter a branch name to restore a stash to:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3488"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3491"/> <source>Creating branch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3522"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3525"/> <source>Delete Stash</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3522"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3525"/> <source>Do you really want to delete the stash <b>{0}</b>?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3533"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3536"/> <source>Deleting stash</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3553"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3556"/> <source>Delete All Stashes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3553"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3556"/> <source>Do you really want to delete all stashes?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3561"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3564"/> <source>Deleting all stashes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3633"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3636"/> <source>Showing the combined configuration settings</source> <translation type="unfinished">A mostrar as definições de configuração combinadas</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3659"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3662"/> <source>Verifying the integrity of the Git repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3684"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3687"/> <source>Performing Repository Housekeeping</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3728"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3731"/> <source><tr><td><b>Statistics</b></td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3729"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3732"/> <source><tr><td>Number of loose objects: </td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3733"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3736"/> <source><tr><td>Disk space used by loose objects: </td><td>{0} KiB</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3737"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3740"/> <source><tr><td>Number of packed objects: </td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3741"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3744"/> <source><tr><td>Number of packs: </td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3745"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3748"/> <source><tr><td>Disk space used by packed objects: </td><td>{0} KiB</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3749"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3752"/> <source><tr><td>Packed objects waiting for pruning: </td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3753"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3756"/> <source><tr><td>Garbage files: </td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3757"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3760"/> <source><tr><td>Disk space used by garbage files: </td><td>{0} KiB</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3763"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3766"/> <source><p><b>No statistics available.</b></p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3829"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3832"/> <source>Creating Archive</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3872"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3875"/> <source>Add Submodule</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3942"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3945"/> <source>List Submodules</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3942"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3945"/> <source>No submodules defined for the project.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3957"/> - <source>All</source> - <translation type="unfinished">Tudo</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3960"/> - <source>Submodule Path</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3960"/> + <source>All</source> + <translation type="unfinished">Tudo</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3963"/> + <source>Submodule Path</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3963"/> <source>Select a submodule path:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4013"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4016"/> <source>Initialize Submodules</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4050"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4053"/> <source>Unregister Submodules</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4130"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4133"/> <source>Update Submodules</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4164"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4167"/> <source>Synchronize Submodules</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4222"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4225"/> <source>Submodules Summary</source> <translation type="unfinished"></translation> </message> @@ -21561,7 +20618,7 @@ <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="229"/> <source>Show differences side-by-side</source> - <translation type="unfinished"></translation> + <translation type="unfinished">Mostrar diferenças lado-a-lado</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="529"/> @@ -24680,12 +23737,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmoduleAddDialog.py" line="92"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmoduleAddDialog.py" line="103"/> <source>Select Submodule Repository Directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmoduleAddDialog.py" line="118"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmoduleAddDialog.py" line="129"/> <source>Select Submodule Directory</source> <translation type="unfinished"></translation> </message> @@ -25771,16 +24828,6 @@ <translation>Introduzir o nome de ficheiro de uma folha de estilo do usuário</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpAppearancePage.ui" line="182"/> - <source>Select the user style sheet via a file selection dialog</source> - <translation type="obsolete">Selecionar a folha de estilo do usuário através de uma caixa de diálogo de seleção de ficheiros</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/HelpAppearancePage.py" line="137"/> - <source>Select Style Sheet</source> - <translation type="obsolete">Selecionar a Folha de Estilo</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/HelpAppearancePage.ui" line="194"/> <source>Tabs</source> <translation>Separadores</translation> @@ -26323,11 +25370,6 @@ <translation>Documentação de Qt4</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="126"/> - <source>Press to select the Qt4 documentation directory via a dialog</source> - <translation type="obsolete">Pressionar para selecionar o diretório da documentação de Qt4 através de uma caixa de diálogo</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="157"/> <source>Enter the Qt4 documentation directory</source> <translation>Introduzir diretório da documentação de Qt4</translation> @@ -26358,11 +25400,6 @@ <translation>Documentação de PySide</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="258"/> - <source>Press to select the PySide documentation directory via a dialog</source> - <translation type="obsolete">Pressionar para selecionar o diretório da documentação de PySide através de uma caixa de diálogo</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="297"/> <source>Enter the PySide documentation directory</source> <translation>Introduzir diretório da documentação de Pyside</translation> @@ -26378,31 +25415,16 @@ <translation>Ficheiros HTML (*.html *.htm);;Ficheiros de Ajuda Comprimidos (*.chm);;Ficheiros Todos (*)</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="145"/> - <source>Select Qt4 documentation entry</source> - <translation type="obsolete">Selecionar entrada de documentação de Qt4</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="62"/> <source>HTML Files (*.html *.htm);;All Files (*)</source> <translation>Ficheiros HTML (*.html *.htm);;Ficheiros Todos (*)</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="201"/> - <source>Select PySide documentation entry</source> - <translation type="obsolete">Selecionar entrada de documentação de PySide</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="72"/> <source>Python 2 Documentation</source> <translation>Documentação de Python 2</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="60"/> - <source>Press to select the Python 2 documentation directory via a dialog</source> - <translation type="obsolete">Pressionar para selecionar o diretório da documentação de Python 2 através de uma caixa de diálogo</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="87"/> <source>Enter the Python 2 documentation directory</source> <translation>Introduzir diretório da documentação de Python 2</translation> @@ -26418,11 +25440,6 @@ <translation>Documentação de Python 3</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="93"/> - <source>Press to select the Python 3 documentation directory via a dialog</source> - <translation type="obsolete">Pressionar para selecionar diretório da documentação de Python 3 através de uma caixa de diálogo</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="122"/> <source>Enter the Python 3 documentation directory</source> <translation>Introduzir diretório da documentação de Python 3</translation> @@ -26433,26 +25450,11 @@ <translation><b>Nota</b>: Deixar vazio para usar a variável de ambiente PYTHON3DOCDIR, se definida.</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="111"/> - <source>Select Python 2 documentation entry</source> - <translation type="obsolete">Selecionar a entrada de documentação de Python 2</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="128"/> - <source>Select Python 3 documentation entry</source> - <translation type="obsolete">Selecionar a entrada de documentação de Python 3</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="177"/> <source>Qt5 Documentation</source> <translation>Documentação de Qt5</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="159"/> - <source>Press to select the Qt5 documentation directory via a dialog</source> - <translation type="obsolete">Pressionar para selecionar o diretório da documentação de Qt5 por meio da caixa de diálogo</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="192"/> <source>Enter the Qt5 documentation directory</source> <translation>Introduzir diretório da documentação de Qt5</translation> @@ -26463,21 +25465,11 @@ <translation><b>Nota</b>: Deixar vazio para usar a variável de ambiente QT5DOCDIR, se definida.</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="159"/> - <source>Select Qt5 documentation entry</source> - <translation type="obsolete">Selecionar entrada de documentação de Qt5</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="247"/> <source>PyQt5 Documentation</source> <translation>Documentação de PyQt5</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="225"/> - <source>Press to select the PyQt5 documentation directory via a dialog</source> - <translation type="obsolete">Pressionar para selecionar o diretório da documentação de PyQt5 por meio da caixa de diálogo</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="262"/> <source>Enter the PyQt5 documentation directory</source> <translation>Introduzir diretório da documentação de PyQt5</translation> @@ -26488,11 +25480,6 @@ <translation><b>Nota</b>: Deixar vazio para usar a variável de ambiente PYQT5DOCDIR, se definida.</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="187"/> - <source>Select PyQt5 documentation entry</source> - <translation type="obsolete">Selecionar entrada de documentação de PyQt5</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="37"/> <source>eric API Documentation</source> <translation type="unfinished"></translation> @@ -26647,21 +25634,11 @@ <translation>Introduzir o nome do ficheiro da folha de estilos</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpInterfacePage.ui" line="67"/> - <source>Select the style sheet file via a file selection dialog</source> - <translation type="obsolete">Selecionar o ficheiro de folha de estilos através duma caixa de diálogo de seleção deficheiros</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/HelpInterfacePage.py" line="62"/> <source>System</source> <translation>Sistema</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpInterfacePage.py" line="78"/> - <source>Select style sheet file</source> - <translation type="obsolete">Selecionar ficheiro de folha de estilos</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/HelpInterfacePage.py" line="36"/> <source>Qt Style Sheets (*.qss);;Cascading Style Sheets (*.css);;All files (*)</source> <translation>Folha de Estilos Qt (*.qss);;Folha de Estilos de Cascata (*.css);;Ficheiros Todos (*)</translation> @@ -26957,11 +25934,6 @@ <translation>Introduzir o visor personalizado a usar</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpViewersPage.ui" line="58"/> - <source>Press to select the custom viewer via a file selection dialog</source> - <translation type="obsolete">Pressionar para selecionar o visor personalizado através da caixa de diálogo de seleção de ficheiros</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/HelpViewersPage.ui" line="76"/> <source>Select to use a custom viewer</source> <translation>Selecionar para usar um visor personalizado</translation> @@ -26992,26 +25964,6 @@ <translation>Navegador Web Eric</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpViewersPage.py" line="84"/> - <source>Select Custom Viewer</source> - <translation type="obsolete">Selecionar o Visor Personalizado</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/HelpViewersPage.py" line="98"/> - <source>Select Web-Browser</source> - <translation type="obsolete">Selecionar Navegador Web</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/HelpViewersPage.py" line="112"/> - <source>Select PDF-Viewer</source> - <translation type="obsolete">Selecionar o Visor de PDF</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/HelpViewersPage.py" line="126"/> - <source>Select CHM-Viewer</source> - <translation type="obsolete">Selecionar o Visor de CHM</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/HelpViewersPage.ui" line="66"/> <source>Select to use the configured web browser of the system</source> <translation>Selecionar para usar o navegador web configurado no sistema</translation> @@ -27248,11 +26200,6 @@ <translation>Selecionar para habilitar complementos nas páginas web</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpWebBrowserPage.ui" line="260"/> - <source>Enable Plugins</source> - <translation type="obsolete">Habilitar Complementos</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/HelpWebBrowserPage.ui" line="392"/> <source>History</source> <translation>Histórico</translation> @@ -28755,11 +27702,6 @@ <translation>Limpar dados privados</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1350"/> - <source>&Clear private data</source> - <translation type="obsolete">&Limpar dados privados</translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="1316"/> <source><b>Clear private data</b><p>Clears the private data like browsing history, search history or the favicons database.</p></source> <translation type="unfinished"></translation> @@ -29020,11 +27962,6 @@ <translation>IBM</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3498"/> - <source>Default Encoding</source> - <translation type="obsolete">Codificação Padrão</translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="1437"/> <source>Downloads</source> <translation>Descargas</translation> @@ -29045,11 +27982,6 @@ <translation></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1883"/> - <source>Search VirusTotal</source> - <translation type="obsolete">Procurar VirusTotal</translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="1911"/> <source>Scan current site</source> <translation>Analizar sítio atual</translation> @@ -30137,11 +29069,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="493"/> - <source>Replace some text</source> - <translation type="obsolete">Substituir algum texto</translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="552"/> <source>About</source> <translation type="unfinished">Acerca</translation> @@ -30866,21 +29793,11 @@ <context> <name>Hg</name> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="285"/> - <source>The hg process finished with the exit code {0}</source> - <translation type="obsolete">O processo hg terminou com o código de saída {0}</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1790"/> <source>The hg process did not finish within 30s.</source> <translation>O processo hg não acabou em 30s.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="292"/> - <source>Could not start the hg executable.</source> - <translation type="obsolete">Não se pôde iniciar o executável hg.</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="285"/> <source>Create project repository</source> <translation>Criar repositorio do projeto</translation> @@ -31470,11 +30387,6 @@ <translation>Introduzir nome do ficheiro arquivo</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgArchiveDialog.ui" line="85"/> - <source>Press to select the archive file name via a file selection dialog</source> - <translation type="obsolete">Selecionar o nome do ficheiro arquivo através de uma caixa de diálogo</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgArchiveDialog.ui" line="46"/> <source>Type:</source> <translation>Tipo:</translation> @@ -31569,16 +30481,6 @@ <source>All Files (*)</source> <translation>Ficheiros Todos (*)</translation> </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgArchiveDialog.py" line="117"/> - <source>Select Archive Directory</source> - <translation type="obsolete">Selecionar Diretório de Arquivos</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgArchiveDialog.py" line="123"/> - <source>Select Archive File</source> - <translation type="obsolete">Selecionar Ficheiro Arquivo</translation> - </message> </context> <context> <name>HgBackoutDialog</name> @@ -32634,18 +31536,6 @@ <translation>Cópia Mercurial</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgCopyDialog.ui" line="64"/> - <source>Press to open a selection dialog</source> - <translation type="obsolete">Pressionar para abrir um dialogo de seleção</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgCopyDialog.ui" line="67"/> - <source><b>Target directory</b> -<p>Select the target name for the operation via a selection dialog.</p></source> - <translation type="obsolete"><b>Directorio Destino</b> -<p>Selecionar o nome de destino para a operação através de uma caixa de diálogo de seleção.</p></translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgCopyDialog.ui" line="23"/> <source>Source:</source> <translation>Origem:</translation> @@ -32688,11 +31578,6 @@ <translation>Mover Mercurial</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgCopyDialog.py" line="89"/> - <source>Select target</source> - <translation type="obsolete">Selecionar destino</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgCopyDialog.ui" line="63"/> <source><b>Target name</b> <p>Enter the new name in this field. The target must be the new name or an absolute path.</p></source> @@ -32791,46 +31676,6 @@ <translation>Erros</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.ui" line="89"/> - <source>Input</source> - <translation type="obsolete">Entrada</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.ui" line="111"/> - <source>Press to send the input to the hg process</source> - <translation type="obsolete">Pressionar para enviar entrada ao processo hg</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.ui" line="114"/> - <source>&Send</source> - <translation type="obsolete">&Enviar</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.ui" line="117"/> - <source>Alt+S</source> - <translation type="obsolete">Alt+S</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.ui" line="124"/> - <source>Enter data to be sent to the hg process</source> - <translation type="obsolete">Introduzir dados a enviar ao processo hg</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.ui" line="131"/> - <source>Select to switch the input field to password mode</source> - <translation type="obsolete">Selecionar para mudar o campo de entrada ao modo senha</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.ui" line="134"/> - <source>&Password Mode</source> - <translation type="obsolete">Modo &Senha</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.ui" line="137"/> - <source>Alt+P</source> - <translation type="obsolete">Alt+P</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="107"/> <source>Process Generation Error</source> <translation>Erro na Criação de Processo</translation> @@ -32904,11 +31749,6 @@ <translation>Exportar Diretorio:</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgExportDialog.ui" line="85"/> - <source>Press to select the export directory via a directory selection dialog</source> - <translation type="obsolete">Pressionar para selecionar o diretorio de exportação através de uma caixa de diálogo de seleção de diretorio</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgExportDialog.ui" line="52"/> <source>File Name Pattern:</source> <translation type="unfinished"></translation> @@ -33821,16 +32661,6 @@ <translation>Parar em Copiar/Mover</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="398"/> - <source>Press to compare two revisions</source> - <translation type="obsolete">Pressionar para comparar duas revisões</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="401"/> - <source>&Compare Revisions</source> - <translation type="obsolete">&Comparar Revisões</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="520"/> <source>Errors</source> <translation>Erros</translation> @@ -33983,16 +32813,6 @@ <translation>O projecto deve ser recarregado. Fazer-lo agora?</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="444"/> - <source>Select to show differences side-by-side</source> - <translation type="obsolete">Selecionar para mostrar as diferenças lado-a-lado</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="447"/> - <source>Show differences side-by-side</source> - <translation type="obsolete">Mostrar diferenças lado-a-lado</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="22"/> <source>Select action from menu</source> <translation>Selecionar ação do menu</translation> @@ -34073,11 +32893,6 @@ <translation>Ficheiro</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="111"/> - <source><table><tr><td><b>Revision</b></td><td>{0}</td></tr><tr><td><b>Date</b></td><td>{1}</td></tr><tr><td><b>Author</b></td><td>{2}</td></tr><tr><td><b>Branch</b></td><td>{3}</td></tr><tr><td><b>Parents</b></td><td>{4}</td></tr>{5}</table></source> - <translation type="obsolete"><table><tr><td><b>Revisão</b></td><td>{0}</td></tr><tr><td><b>Data</b></td><td>{1}</td></tr><tr><td><b>Autor</b></td><td>{2}</td></tr><tr><td><b>Ramo</b></td><td>{3}</td></tr><tr><td><b>Pais</b></td><td>{4}</td></tr>{5}</table></translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="154"/> <source><tr><td><b>Tags</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Etiquetas</b></td><td>{0}</td></tr></translation> @@ -34375,204 +33190,6 @@ </message> </context> <context> - <name>HgLogDialog</name> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogDialog.ui" line="14"/> - <source>Mercurial Log</source> - <translation type="obsolete">Registo de Mercurial</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogDialog.ui" line="26"/> - <source>Log</source> - <translation type="obsolete">Registo</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogDialog.ui" line="32"/> - <source><b>Mercurial Log</b><p>This shows the output of the hg log command. By clicking on the links you may show the difference between revisions.</p></source> - <translation type="obsolete"><b>Registo de Mercurial</b><p>Mostra a saída do comando hg log. Clicando nos vínculos pode mostrar a diferença entre as revisões.</p></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogDialog.ui" line="61"/> - <source>Errors</source> - <translation type="obsolete">Erros</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogDialog.ui" line="67"/> - <source><b>Mercurial log errors</b><p>This shows possible error messages of the hg log command.</p></source> - <translation type="obsolete"><b>Erros de Mercurial log</b><p>Mostra as possiveis mensagens de erro do comando hg log.</p></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogDialog.ui" line="83"/> - <source>Input</source> - <translation type="obsolete">Entrada</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogDialog.ui" line="105"/> - <source>Press to send the input to the hg process</source> - <translation type="obsolete">Pressionar para enviar a entrada ao processo hg</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogDialog.ui" line="108"/> - <source>&Send</source> - <translation type="obsolete">&Enviar</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogDialog.ui" line="111"/> - <source>Alt+S</source> - <translation type="obsolete">Alt+S</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogDialog.ui" line="118"/> - <source>Enter data to be sent to the hg process</source> - <translation type="obsolete">Introduzir dados a enviar ao processo hg</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogDialog.ui" line="125"/> - <source>Select to switch the input field to password mode</source> - <translation type="obsolete">Selecionar para mudar o campo de entrada ao modo senha</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogDialog.ui" line="128"/> - <source>&Password Mode</source> - <translation type="obsolete">Modo &Senha</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogDialog.ui" line="131"/> - <source>Alt+P</source> - <translation type="obsolete">Alt+P</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogDialog.py" line="64"/> - <source><b>Processing your request, please wait...</b></source> - <translation type="obsolete"><b>A processar a sua solicitude, por favor espere...</b></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogDialog.py" line="74"/> - <source>Revision</source> - <translation type="obsolete">Revisão</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogDialog.py" line="215"/> - <source>Process Generation Error</source> - <translation type="obsolete">Erro na Criação de Processo</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogDialog.py" line="215"/> - <source>The process {0} could not be started. Ensure, that it is in the search path.</source> - <translation type="obsolete">Não pôde iniciar {0}.<br>Certifique-se de que está na rota de pesquisa.</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogDialog.py" line="270"/> - <source>The hg process did not finish within 30s.</source> - <translation type="obsolete">O processo hg não acabou em 30s.</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogDialog.py" line="273"/> - <source>Could not start the hg executable.</source> - <translation type="obsolete">Não se pôde iniciar o executável hg.</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogDialog.py" line="276"/> - <source>Mercurial Error</source> - <translation type="obsolete">Erro de Mercurial</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogDialog.py" line="306"/> - <source>No log available for '{0}'</source> - <translation type="obsolete">Sem registos disponiveis para '{0}'</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogDialog.py" line="344"/> - <source>diff to {0}</source> - <translation type="obsolete">diff a {0}</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogDialog.py" line="358"/> - <source>Tags: {0}<br /> -</source> - <translation type="obsolete">Etiquetas: {0}<br /> -</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogDialog.py" line="364"/> - <source>Parents: {0}<br /> -</source> - <translation type="obsolete">Pais: {0}<br /></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogDialog.py" line="367"/> - <source><i>Author: {0}</i><br /> -</source> - <translation type="obsolete"><i>Autor: {0}</i><br /> -</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogDialog.py" line="371"/> - <source><i>Date: {0}, {1}</i><br /> -</source> - <translation type="obsolete"><i>Data: {0}, {1}</i><br /> -</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogDialog.py" line="382"/> - <source>Added {0} (copied from {1})<br /> -</source> - <translation type="obsolete">Adicionado {0} (copiado de {1})<br /> -</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogDialog.py" line="387"/> - <source>Added {0}<br /> -</source> - <translation type="obsolete">Adicionado {0}<br /> -</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogDialog.py" line="393"/> - <source>Modified {0}<br /> -</source> - <translation type="obsolete">Modificado {0}<br /> -</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogDialog.py" line="399"/> - <source>Deleted {0}<br /> -</source> - <translation type="obsolete">Apagado {0}<br /> -</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogDialog.py" line="361"/> - <source>Bookmarks: {0}<br /> -</source> - <translation type="obsolete">Marcadores: {0}<br /> -</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogDialog.py" line="352"/> - <source>Phase: {0}<br /> -</source> - <translation type="obsolete">Fase: {0}<br /> -</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogDialog.ui" line="45"/> - <source>Select to show differences side-by-side</source> - <translation type="obsolete">Selecionar para mostrar as diferenças lado-a-lado</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogDialog.ui" line="48"/> - <source>Show differences side-by-side</source> - <translation type="obsolete">Mostrar diferenças lado-a-lado</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogDialog.py" line="355"/> - <source>Branch: {0}<br /> -</source> - <translation type="obsolete">Ramo: {0}<br /></translation> - </message> -</context> -<context> <name>HgMergeDialog</name> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgMergeDialog.ui" line="14"/> @@ -34778,26 +33395,11 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgNewProjectOptionsDialog.ui" line="28"/> - <source>&Protocol:</source> - <translation type="obsolete">&Protocolo:</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgNewProjectOptionsDialog.ui" line="38"/> - <source>Select the protocol to access the repository</source> - <translation type="obsolete">Selecionar o protocolo para aceder ao repositorio</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgNewProjectOptionsDialog.ui" line="122"/> <source>&URL:</source> <translation>&URL:</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgNewProjectOptionsDialog.ui" line="62"/> - <source>Select the repository url via a directory selection dialog</source> - <translation type="obsolete">Selecionar url do repositorio através de uma caixa de diálogo de seleção de diretorio</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgNewProjectOptionsDialog.ui" line="54"/> <source>&Revision:</source> <translation>&Revisão:</translation> @@ -34827,16 +33429,6 @@ obtido do repositório e posto neste diretório.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgNewProjectOptionsDialog.py" line="98"/> - <source>Select Repository-Directory</source> - <translation type="obsolete">Selecionar o Diretorio do Repositorio</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgNewProjectOptionsDialog.py" line="113"/> - <source>Select Project Directory</source> - <translation type="obsolete">Selecionar o Diretório do Projeto</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgNewProjectOptionsDialog.ui" line="95"/> <source>Download all versions of all large files</source> <translation>Descarregar todas as versões de todos os ficheiros grandes</translation> @@ -34974,11 +33566,6 @@ <translation>Retirar apenas do repositorio</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="548"/> - <source>Show log</source> - <translation type="obsolete">Mostrar registo</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="544"/> <source>Show log browser</source> <translation>Mostrar navegador de registos</translation> @@ -36422,11 +35009,6 @@ <translation>Marcadores</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1389"/> - <source>Manage Changes</source> - <translation type="obsolete">Gerir Alterações</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1507"/> <source>Mercurial</source> <translation>Mercurial</translation> @@ -37973,16 +36555,6 @@ <translation>Pressionar para atualizar o visor de estado</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="113"/> - <source>Commit changes to repository...</source> - <translation type="obsolete">Cometer alterações no repositório...</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="122"/> - <source>Add to repository</source> - <translation type="obsolete">Adicionar ao repositorio</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="142"/> <source>Commit the selected changes</source> <translation>Cometer as alterações selecionadas</translation> @@ -38083,66 +36655,6 @@ <translation>Selecionar estado das entradas a mostrar</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.ui" line="119"/> - <source>&Commit</source> - <translation type="obsolete">&Cometer</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.ui" line="133"/> - <source>Add the selected entries to the repository</source> - <translation type="obsolete">Adicionar as entradas selecionadas ao repositório</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.ui" line="136"/> - <source>&Add</source> - <translation type="obsolete">&Adicionar</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.ui" line="143"/> - <source>Show differences of the selected entries to the repository</source> - <translation type="obsolete">Mostrar diferenças das entradas selecionadas ao repositório</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.ui" line="146"/> - <source>&Differences</source> - <translation type="obsolete">&Diferenças</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.ui" line="163"/> - <source>Revert the selected entries to the last revision in the repository</source> - <translation type="obsolete">Repor as entradas selecionadas à última versão do repositório</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.ui" line="166"/> - <source>Re&vert</source> - <translation type="obsolete">A&nular</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.ui" line="173"/> - <source>Forget about the selected missing entries</source> - <translation type="obsolete">Esquecer as entradas desaparecidas selecionadas</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.ui" line="176"/> - <source>For&get</source> - <translation type="obsolete">Es&quecer</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.ui" line="183"/> - <source>Restore the selected missing entries from the repository</source> - <translation type="obsolete">Restaurar as entradas selecionadas desde o repositório</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.ui" line="186"/> - <source>&Restore</source> - <translation type="obsolete">&Restaurar</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="132"/> - <source>Show differences</source> - <translation type="obsolete">Mostrar diferenças</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="190"/> <source>Restore missing</source> <translation>Restaurar desaparecidos</translation> @@ -38168,26 +36680,11 @@ <translation>Selecionar tudo para cometer</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="118"/> - <source>Deselect all from commit</source> - <translation type="obsolete">Desmarque tudo a cometer</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="332"/> <source>Mercurial Queue Repository Status</source> <translation>Estado de Fila do Repositório Mercurial</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.ui" line="153"/> - <source>Show differences of the selected entry to the repository in a side-by-side manner</source> - <translation type="obsolete">Mostrar diferenças da entrada selecionada ao repositório no modo lado a lado</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.ui" line="156"/> - <source>Side-b&y-Side Diff</source> - <translation type="obsolete">Diff &Lado a lado</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="812"/> <source>Side-by-Side Diff</source> <translation>Diff Lado a lado</translation> @@ -38198,11 +36695,6 @@ <translation>Apenas um ficheiro com alterações por cometer deve ser selecionado.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="135"/> - <source>Show differences side-by-side</source> - <translation type="obsolete">Mostrar diferenças lado a lado</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="153"/> <source>Add as Large Files</source> <translation type="unfinished">Adicionar como Ficheiro Grande</translation> @@ -38990,149 +37482,6 @@ </message> </context> <context> - <name>HgUserConfigDataDialog</name> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="14"/> - <source>Mercurial User Data</source> - <translation type="obsolete">Dados de Usuário de Mercurial</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="23"/> - <source>User Data</source> - <translation type="obsolete">Dados de Usuário</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="29"/> - <source>First Name:</source> - <translation type="obsolete">Nome:</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="36"/> - <source>Enter the first name</source> - <translation type="obsolete">Introduzir o nome</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="43"/> - <source>Last Name:</source> - <translation type="obsolete">Apelido:</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="50"/> - <source>Enter the last name</source> - <translation type="obsolete">Introduzir o apelido</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="57"/> - <source>Email:</source> - <translation type="obsolete">Correio eletrónico:</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="64"/> - <source>Enter the email address</source> - <translation type="obsolete">Introduzir a direção do correio eletrónico</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="74"/> - <source>Extensions</source> - <translation type="obsolete">Extensões</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="80"/> - <source>Select to activate the fetch extension</source> - <translation type="obsolete">Selecionar para ativar a extensão de trazer (fetch)</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="83"/> - <source>Fetch</source> - <translation type="obsolete">Trazer</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="90"/> - <source>Select to activate the GPG extension</source> - <translation type="obsolete">Selecionar para ativar a extensão GPG</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="93"/> - <source>GPG</source> - <translation type="obsolete">GPG</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="100"/> - <source>Select to activate the largefiles extension</source> - <translation type="obsolete">Selecionar para ativar a extensão de ficheiros grandes</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="156"/> - <source>Large Files</source> - <translation type="obsolete">Ficheiros Grandes</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="110"/> - <source>Select to activate the Purge extension</source> - <translation type="obsolete">Selecionar para ativar a extensão purgar (Purge)</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="113"/> - <source>Purge</source> - <translation type="obsolete">Purgar</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="120"/> - <source>Select to activate the queues extension</source> - <translation type="obsolete">Selecionar para ativar a extensão de filas</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="123"/> - <source>Queues</source> - <translation type="obsolete">Filas</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="140"/> - <source>Select to activate the shelve extension</source> - <translation type="obsolete">Selecionar para ativar a extensão de pilhas</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="143"/> - <source>Shelve</source> - <translation type="obsolete">Pilha</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="150"/> - <source>Select to activate the transplant extension</source> - <translation type="obsolete">Selecionar para ativar a extensão de transplante</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="153"/> - <source>Transplant</source> - <translation type="obsolete">Transplante</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="162"/> - <source>Minimum file size:</source> - <translation type="obsolete">Tamanho mínimo do ficheiro:</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="169"/> - <source>Enter the minimum file size in MB for files to be treated as Large Files</source> - <translation type="obsolete">Introduzir o tamanho mínimo em MB dos ficheiros que devem ser tratados como Ficheiros Grandes</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="175"/> - <source> MB</source> - <translation type="obsolete"> MB</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="201"/> - <source>Patterns:</source> - <translation type="obsolete">Padrões:</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="208"/> - <source>Enter file patterns (space separated) for files to be treated as Large Files</source> - <translation type="obsolete">Introduzir os padrões dos ficheiros (separados com espaços) a tratar como Ficheiros Grandes</translation> - </message> -</context> -<context> <name>HgUserConfigDialog</name> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="552"/> @@ -41337,16 +39686,6 @@ <translation>Adicionar</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/IconsPage.ui" line="72"/> - <source>Enter a directory to be added</source> - <translation type="obsolete">Introduzir diretorio a adicionar</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/IconsPage.ui" line="79"/> - <source>Press to select an icon directory via a selection dialog</source> - <translation type="obsolete">Pressionar para selecionar um diretório de icones numa caixa de diálogo de seleção de diretórios</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/IconsPage.ui" line="156"/> <source>Show</source> <translation>Mostrar</translation> @@ -41366,11 +39705,6 @@ <source>List of icon directories</source> <translation>Lista de diretorios de ícones</translation> </message> - <message> - <location filename="../Preferences/ConfigurationPages/IconsPage.py" line="132"/> - <source>Select icon directory</source> - <translation type="obsolete">Selecionar diretorio de ícones</translation> - </message> </context> <context> <name>IconsPreviewDialog</name> @@ -42029,16 +40363,6 @@ <translation>Folha de Estilos:</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="184"/> - <source>Enter the name of the style sheet file</source> - <translation type="obsolete">Introduzir o nome do ficheiro da folha de estilos</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="191"/> - <source>Select the style sheet file via a file selection dialog</source> - <translation type="obsolete">Selecionar o ficheiro de folha de estilos através duma caixa de diálogo de seleção deficheiros</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="202"/> <source>Dockarea Corner Usage</source> <translation type="unfinished"></translation> @@ -42164,11 +40488,6 @@ <translation>Barras Laterais</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="463"/> - <source>Shell</source> - <translation type="obsolete">Shell</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="486"/> <source>File-Browser</source> <translation type="unfinished">Navegador de Ficheiros</translation> @@ -42200,11 +40519,6 @@ <translation>Português</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/InterfacePage.py" line="254"/> - <source>Select style sheet file</source> - <translation type="obsolete">Selecionar ficheiro de folha de estilos</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/InterfacePage.py" line="42"/> <source>Qt Style Sheets (*.qss);;Cascading Style Sheets (*.css);;All files (*)</source> <translation>Folha de Estilos Qt (*.qss);;Folha de Estilos de Cascata (*.css);;Ficheiros Todos (*)</translation> @@ -44370,11 +42684,6 @@ <translation type="unfinished">Selecionar para permitir o JavaScript aceder à área de transferência</translation> </message> <message> - <location filename="../WebBrowser/StatusBar/JavaScriptSettingsDialog.ui" line="36"/> - <source>JavaScript can access clipboard</source> - <translation type="obsolete">JavaScript pode aceder área de transferência</translation> - </message> - <message> <location filename="../WebBrowser/StatusBar/JavaScriptSettingsDialog.ui" line="38"/> <source>Allow to open windows</source> <translation type="unfinished"></translation> @@ -45103,11 +43412,6 @@ <translation>Ficheiros GUI de Python (*.pyw *.pyw2 *.pyw3)</translation> </message> <message> - <location filename="../QScintilla/Lexers/__init__.py" line="578"/> - <source>Pyrex Files (*.pyx)</source> - <translation type="obsolete">Ficheiros Pyrex (*.pyx)</translation> - </message> - <message> <location filename="../QScintilla/Lexers/__init__.py" line="591"/> <source>Quixote Template Files (*.ptl)</source> <translation>Ficheiros Modelos de Quixote (*.ptl)</translation> @@ -46076,14 +44380,6 @@ </message> </context> <context> - <name>McCabeChecker</name> - <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="425"/> - <source>{0}: {1}</source> - <translation type="obsolete">{0}: {1}</translation> - </message> -</context> -<context> <name>MercurialPage</name> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="17"/> @@ -46121,21 +44417,11 @@ <translation>Introduzir o número de mensagens de cometido a recordar</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="236"/> - <source>Incoming / Outgoing</source> - <translation type="obsolete">Entrante / Sainte</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="242"/> <source>Select to update the working directory to new tip</source> <translation>Selecionar para atualizar o diretorio de trabalho à dica nova</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="245"/> - <source>Use Log Browser for incoming / outgoing log</source> - <translation type="obsolete">Usar Navegador de Registos para registos entrantes / saíntes</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="236"/> <source>Pull</source> <translation>Puxar</translation> @@ -47816,11 +46102,6 @@ <translation>Abrir</translation> </message> <message> - <location filename="../MultiProject/MultiProjectBrowser.py" line="333"/> - <source>Remove</source> - <translation type="obsolete">Retirar</translation> - </message> - <message> <location filename="../MultiProject/MultiProjectBrowser.py" line="411"/> <source>Properties</source> <translation>Propriedades</translation> @@ -47933,11 +46214,6 @@ <source>Enter the name of the workspace directory</source> <translation type="unfinished"></translation> </message> - <message> - <location filename="../Preferences/ConfigurationPages/MultiProjectPage.py" line="75"/> - <source>Select Workspace Directory</source> - <translation type="obsolete">Selecionar o Diretório de Trabalho</translation> - </message> </context> <context> <name>MyMemoryEngine</name> @@ -48038,11 +46314,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Navigation/NavigationBar.py" line="84"/> - <source>Stop loading</source> - <translation type="obsolete">Parar a carga</translation> - </message> - <message> <location filename="../WebBrowser/Navigation/NavigationBar.py" line="83"/> <source>Move to the initial screen</source> <translation type="unfinished"></translation> @@ -48079,47 +46350,47 @@ <context> <name>NetworkManager</name> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="181"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="197"/> <source>SSL Certificate Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="182"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="198"/> <source><b>{0}</b><p>The page you are trying to access has errors in the SSL certificate.</p><ul><li>{1}</li></ul><p>Would you like to make an exception?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="192"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="208"/> <source>&Permanent accept</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="194"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="210"/> <source>&Temporary accept</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="196"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="212"/> <source>&Reject</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="229"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="245"/> <source><b>Enter username and password for '{0}', realm '{1}'</b></source> <translation type="unfinished"><b>Introduzir nome de usuário e senha para '{0}, domínio '{1}'</b></translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="232"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="248"/> <source><b>Enter username and password for '{0}'</b></source> <translation type="unfinished"><b>Introduzir nome de usuário e senha para '{0}'</b></translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="275"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="291"/> <source>Authentication required</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="276"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="292"/> <source>Authentication is required to access:</source> <translation type="unfinished"></translation> </message> @@ -48492,11 +46763,6 @@ <source>Enter the name of the file for the forms code</source> <translation>Introduzir nome do ficheiro para código do formulário</translation> </message> - <message> - <location filename="../Project/NewDialogClassDialog.py" line="61"/> - <source>Select source directory</source> - <translation type="obsolete">Selecionar diretório fonte</translation> - </message> </context> <context> <name>NewPythonPackageDialog</name> @@ -50746,40 +49012,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/UiExtensionPlugins/PipInterface/ConfigurationPage/PipPage.ui" line="79"/> - <source>Press to add an entry</source> - <translation type="obsolete">Pressionar para adicionar uma entrada</translation> - </message> - <message> - <location filename="../Plugins/UiExtensionPlugins/PipInterface/ConfigurationPage/PipPage.ui" line="82"/> - <source>&Add...</source> - <translation type="obsolete">&Adicionar...</translation> - </message> - <message> - <location filename="../Plugins/UiExtensionPlugins/PipInterface/ConfigurationPage/PipPage.ui" line="99"/> - <source>Press to remove the selected entries</source> - <translation type="obsolete">Pressionar para retirar as entradas selecionadas</translation> - </message> - <message> - <location filename="../Plugins/UiExtensionPlugins/PipInterface/ConfigurationPage/PipPage.ui" line="102"/> - <source>&Remove</source> - <translation type="obsolete">&Retirar</translation> - </message> - <message> <location filename="../Plugins/UiExtensionPlugins/PipInterface/ConfigurationPage/PipPage.py" line="36"/> <source><b>Note:</b> Leave empty to use the default index URL (<a href="{0}">{0}</a>).</source> <translation type="unfinished"></translation> </message> </context> <context> - <name>PipRequirementsSelectionDialog</name> - <message> - <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipRequirementsSelectionDialog.py" line="60"/> - <source>Text Files (*.txt);;All Files (*)</source> - <translation type="obsolete">Ficheiros de Texto (*.txt);;Ficheiros Todos (*)</translation> - </message> -</context> -<context> <name>PipSearchDialog</name> <message> <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.py" line="450"/> @@ -52189,16 +50427,6 @@ <source>Properties File (*.ini);;All Files (*)</source> <translation>Ficheiro de Propriedades (*.ini);;Ficheiros Todos (*)</translation> </message> - <message> - <location filename="../Preferences/__init__.py" line="1814"/> - <source>Select Python{0} Interpreter</source> - <translation type="obsolete">Selecionar intérprete de Python{0}</translation> - </message> - <message> - <location filename="../Preferences/__init__.py" line="1814"/> - <source>Select the Python{0} interpreter to be used:</source> - <translation type="obsolete">Selecionar o intérprete de Python{0} a usar:</translation> - </message> </context> <context> <name>PreferencesLexerError</name> @@ -52658,11 +50886,6 @@ <translation>Ficheiros Python3 (*.py *.py3);;Ficheiros GUI Python3 (*.pyw *.pyw3);;</translation> </message> <message> - <location filename="../Project/Project.py" line="166"/> - <source>Ruby Files (*.rb);;</source> - <translation type="obsolete">Ficheiros Ruby (*.rb);;</translation> - </message> - <message> <location filename="../Project/Project.py" line="278"/> <source>Console</source> <translation type="unfinished"></translation> @@ -53706,11 +51929,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4915"/> - <source><p>The eric6 plugin archive file <b>{0}</b> was created successfully.</p></source> - <translation type="obsolete"><p>O ficheiro de complemento de eric6 <b>{0}</b> foi criado com êxito.</p></translation> - </message> - <message> <location filename="../Project/Project.py" line="2893"/> <source>Create project management directory</source> <translation type="unfinished"></translation> @@ -55804,18 +54022,6 @@ com a caixa de diálogo ao pressionar o botão à direita.</p></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="298"/> - <source>Show directory selection dialog</source> - <translation type="obsolete">Mostrar a caixa caixa de diálogo de seleção de diretórios</translation> - </message> - <message> - <location filename="../Project/PropertiesDialog.ui" line="301"/> - <source><b>Project Directory</b> -<p>Select a project directory via a directory selection dialog.</p></source> - <translation type="obsolete"><b>Diretório do Projeto</b> -<p>Selecionar um diretório de projeto através da caixa de diálogo de seleção de diretórios.</p></translation> - </message> - <message> <location filename="../Project/PropertiesDialog.ui" line="185"/> <source>&Version No.:</source> <translation>Número da &Versão:</translation> @@ -55852,18 +54058,6 @@ com a caixa de diálogo ao pressionar o botão à direita.</p></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="309"/> - <source>Show file selection dialog</source> - <translation type="obsolete">Mostrar a caixa caixa de diálogo de seleção de ficheiros</translation> - </message> - <message> - <location filename="../Project/PropertiesDialog.ui" line="312"/> - <source><b>Main Script</b> -<p>Select the projects main script via a file selection dialog.</p></source> - <translation type="obsolete"><b>Script Principal</b> -<p>Selecionar o script principal dos projetos através da caixa de diálogo de seleção de ficheiros.</p></translation> - </message> - <message> <location filename="../Project/PropertiesDialog.ui" line="237"/> <source>Press to edit the translations properties</source> <translation>Pressionar para editar as propriedades das traduções</translation> @@ -55992,21 +54186,11 @@ <translation>O projeto não tem a versão controlada.</translation> </message> <message> - <location filename="../Project/PropertiesDialog.py" line="184"/> - <source>Select project directory</source> - <translation type="obsolete">Selecionar o diretório do projeto</translation> - </message> - <message> <location filename="../Project/PropertiesDialog.py" line="60"/> <source>Source Files ({0});;All Files (*)</source> <translation>Ficheiros Fonte ({0});;Ficheiros Todos (*)</translation> </message> <message> - <location filename="../Project/PropertiesDialog.py" line="237"/> - <source>Select main script file</source> - <translation type="obsolete">Selecionar o ficheiro script principal</translation> - </message> - <message> <location filename="../Project/PropertiesDialog.ui" line="358"/> <source>Select to create a version controlled project</source> <translation>Selecionar para criar um projeto de versão controlada</translation> @@ -62200,11 +60384,6 @@ <translation>Pressionar para fechar a janela</translation> </message> <message> - <location filename="../QScintilla/ReplaceWidget.ui" line="39"/> - <source>Find:</source> - <translation type="obsolete">Encontrar:</translation> - </message> - <message> <location filename="../QScintilla/ReplaceWidget.ui" line="91"/> <source>Press to find the previous occurrence</source> <translation>Pressionar para encontrar a ocurrência anterior</translation> @@ -62215,26 +60394,6 @@ <translation>Pressionar para encontrar a ocurrência seguinte</translation> </message> <message> - <location filename="../QScintilla/ReplaceWidget.ui" line="85"/> - <source>Match case</source> - <translation type="obsolete">Coincidir maiúsculas/minúsculas</translation> - </message> - <message> - <location filename="../QScintilla/ReplaceWidget.ui" line="92"/> - <source>Whole word</source> - <translation type="obsolete">Palavra completa</translation> - </message> - <message> - <location filename="../QScintilla/ReplaceWidget.ui" line="99"/> - <source>Regexp</source> - <translation type="obsolete">Regexp</translation> - </message> - <message> - <location filename="../QScintilla/ReplaceWidget.ui" line="106"/> - <source>Replace:</source> - <translation type="obsolete">Substituir:</translation> - </message> - <message> <location filename="../QScintilla/ReplaceWidget.ui" line="168"/> <source>Press to replace the selection</source> <translation>Pressionar para substituir a seleção</translation> @@ -62245,16 +60404,6 @@ <translation>Pressionar para substtituir as ocurrências todas</translation> </message> <message> - <location filename="../QScintilla/ReplaceWidget.ui" line="159"/> - <source>Wrap around</source> - <translation type="obsolete">Envolver</translation> - </message> - <message> - <location filename="../QScintilla/ReplaceWidget.ui" line="166"/> - <source>Selection only</source> - <translation type="obsolete">Seleção apenas</translation> - </message> - <message> <location filename="../QScintilla/ReplaceWidget.ui" line="175"/> <source>Press to replace the selection and search for the next occurence</source> <translation>Pressionar para substituir a seleção e procurar a próxima ocurrência</translation> @@ -62850,11 +60999,6 @@ <translation type="unfinished">Envolver</translation> </message> <message> - <location filename="../QScintilla/SearchWidget.ui" line="113"/> - <source>Selection only</source> - <translation type="obsolete">Seleção apenas</translation> - </message> - <message> <location filename="../Helpviewer/SearchWidget.ui" line="103"/> <source>Highlight all</source> <translation type="unfinished"></translation> @@ -63779,11 +61923,6 @@ <translation>Colar</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="304"/> - <source>Reset</source> - <translation type="obsolete">Reinicializar</translation> - </message> - <message> <location filename="../QScintilla/Shell.py" line="324"/> <source>Configure...</source> <translation>Configurar...</translation> @@ -65936,11 +64075,6 @@ <translation>Introduzir o nome da base de dados</translation> </message> <message> - <location filename="../SqlBrowser/SqlConnectionDialog.ui" line="155"/> - <source>Press to select a database file</source> - <translation type="obsolete">Pressionar para selecionar um ficheiro da base de dados</translation> - </message> - <message> <location filename="../SqlBrowser/SqlConnectionDialog.ui" line="63"/> <source>&Username:</source> <translation>Nome de &Usuário:</translation> @@ -65980,16 +64114,6 @@ <source>Default</source> <translation>Padrão</translation> </message> - <message> - <location filename="../SqlBrowser/SqlConnectionDialog.py" line="106"/> - <source>Select Database File</source> - <translation type="obsolete">Selecionar Ficheiro da Base de Dados</translation> - </message> - <message> - <location filename="../SqlBrowser/SqlConnectionDialog.py" line="106"/> - <source>All Files (*)</source> - <translation type="obsolete">Ficheiros Todos (*)</translation> - </message> </context> <context> <name>SqlConnectionWidget</name> @@ -66481,11 +64605,6 @@ <translation>Limpar Historiais</translation> </message> <message> - <location filename="../Debugger/StartDialog.py" line="130"/> - <source>Working directory</source> - <translation type="obsolete">Diretório de trabalho</translation> - </message> - <message> <location filename="../Debugger/StartDialog.py" line="261"/> <source>Edit History</source> <translation type="unfinished"></translation> @@ -67765,11 +65884,6 @@ <source>project directory</source> <translation type="unfinished">diretorio do projeto</translation> </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCommandDialog.py" line="78"/> - <source>Working directory</source> - <translation type="obsolete">Diretório de trabalho</translation> - </message> </context> <context> <name>SvnCommitDialog</name> @@ -67833,18 +65947,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCopyDialog.ui" line="64"/> - <source>Press to open a selection dialog</source> - <translation type="obsolete">Pressionar para abrir um dialogo de seleção</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCopyDialog.ui" line="67"/> - <source><b>Target directory</b> -<p>Select the target name for the operation via a selection dialog.</p></source> - <translation type="obsolete"><b>Directorio Destino</b> -<p>Selecionar o nome de destino para a operação através de uma caixa de diálogo de seleção.</p></translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCopyDialog.ui" line="23"/> <source>Source:</source> <translation type="unfinished">Origem:</translation> @@ -67887,11 +65989,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCopyDialog.py" line="91"/> - <source>Select target</source> - <translation type="obsolete">Selecionar destino</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCopyDialog.ui" line="63"/> <source><b>Target name</b> <p>Enter the new name in this field. The target must be the new name or an absolute path.</p></source> @@ -68514,128 +66611,6 @@ </message> </context> <context> - <name>SvnLogDialog</name> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogDialog.ui" line="26"/> - <source>Log</source> - <translation type="obsolete">Registo</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogDialog.ui" line="58"/> - <source>Errors</source> - <translation type="obsolete">Erros</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogDialog.ui" line="80"/> - <source>Input</source> - <translation type="obsolete">Entrada</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogDialog.ui" line="102"/> - <source>Press to send the input to the subversion process</source> - <translation type="obsolete">Pressionar para enviar a entrada ao processo de subversão</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogDialog.ui" line="105"/> - <source>&Send</source> - <translation type="obsolete">&Enviar</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogDialog.ui" line="108"/> - <source>Alt+S</source> - <translation type="obsolete">Alt+S</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogDialog.ui" line="115"/> - <source>Enter data to be sent to the subversion process</source> - <translation type="obsolete">Introduzir dados para enviar ao processo de subversão</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogDialog.ui" line="122"/> - <source>Select to switch the input field to password mode</source> - <translation type="obsolete">Selecionar para mudar o campo de entrada ao modo senha</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogDialog.ui" line="125"/> - <source>&Password Mode</source> - <translation type="obsolete">Modo &Senha</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogDialog.ui" line="128"/> - <source>Alt+P</source> - <translation type="obsolete">Alt+P</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogDialog.py" line="55"/> - <source><b>Processing your request, please wait...</b></source> - <translation type="obsolete"><b>A processar a sua solicitude, por favor espere...</b></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogDialog.py" line="81"/> - <source>Added</source> - <translation type="obsolete">Adicionado</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogDialog.py" line="82"/> - <source>Deleted</source> - <translation type="obsolete">Apagado</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogDialog.py" line="83"/> - <source>Modified</source> - <translation type="obsolete">Alterado</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogDialog.py" line="87"/> - <source>revision</source> - <translation type="obsolete">revisão</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogDialog.py" line="142"/> - <source>Process Generation Error</source> - <translation type="obsolete">Erro na Criação de Processo</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogDialog.py" line="142"/> - <source>The process {0} could not be started. Ensure, that it is in the search path.</source> - <translation type="obsolete">Não pôde iniciar {0}.<br>Certifique-se de que está na rota de pesquisa.</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogDialog.py" line="193"/> - <source>diff to {0}</source> - <translation type="obsolete">diff a {0}</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogDialog.py" line="202"/> - <source><i>author: {0}</i><br /> -</source> - <translation type="obsolete"><i>autor: {0}</i><br /> -</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogDialog.py" line="205"/> - <source><i>date: {0}</i><br /> -</source> - <translation type="obsolete"><i>data: {0}</i><br /> -</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogDialog.py" line="191"/> - <source> (copied from {0}, revision {1})</source> - <translation type="obsolete"> (copied de {0}, revisão {1})</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogDialog.ui" line="42"/> - <source>Select to show differences side-by-side</source> - <translation type="obsolete">Selecionar para mostrar as diferenças lado-a-lado</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogDialog.ui" line="45"/> - <source>Show differences side-by-side</source> - <translation type="obsolete">Mostrar diferenças lado-a-lado</translation> - </message> -</context> -<context> <name>SvnLoginDialog</name> <message> <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLoginDialog.ui" line="13"/> @@ -68821,16 +66796,6 @@ <translation>E&tiqueta:</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnNewProjectOptionsDialog.py" line="95"/> - <source>Select Repository-Directory</source> - <translation type="obsolete">Selecionar o Diretorio do Repositorio</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnNewProjectOptionsDialog.py" line="123"/> - <source>Select Project Directory</source> - <translation type="obsolete">Selecionar o Diretório do Projeto</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnNewProjectOptionsDialog.py" line="121"/> <source>Pat&h:</source> <translation>&Rota:</translation> @@ -68913,11 +66878,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnOptionsDialog.py" line="71"/> - <source>Select Repository-Directory</source> - <translation type="obsolete">Selecionar o Diretorio do Repositorio</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnOptionsDialog.py" line="89"/> <source>Pat&h:</source> <translation type="unfinished">&Rota:</translation> @@ -68971,11 +66931,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="566"/> - <source>Show log</source> - <translation type="obsolete">Mostrar registo</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="562"/> <source>Show log browser</source> <translation type="unfinished">Mostrar navegador de registos</translation> @@ -69083,7 +67038,7 @@ <message> <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="267"/> <source>Show differences side-by-side</source> - <translation type="unfinished"></translation> + <translation type="unfinished">Mostrar diferenças lado-a-lado</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="685"/> @@ -69791,11 +67746,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropSetDialog.ui" line="93"/> - <source>Press to select the file via a file selection dialog</source> - <translation type="obsolete">Pressionar para selecionar o ficheiro através da caixa de diálogo de seleção de ficheiros</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropSetDialog.ui" line="92"/> <source>Enter the name of a file for the property</source> <translation type="unfinished"></translation> @@ -70521,7 +68471,7 @@ <message> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="96"/> <source>Show differences side-by-side</source> - <translation type="unfinished"></translation> + <translation type="unfinished">Mostrar diferenças lado-a-lado</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="846"/> @@ -72231,16 +70181,6 @@ <source>Enter the full path of the shared directory</source> <translation>Introduzir a rota completa ao diretório partilhado</translation> </message> - <message> - <location filename="../Helpviewer/Sync/SyncDirectorySettingsPage.ui" line="46"/> - <source>Select the shared directory via a directory selection dialog</source> - <translation type="obsolete">Selecionar o diretorio partilhado através de uma caixa de diálogo de seleção de diretorio</translation> - </message> - <message> - <location filename="../Helpviewer/Sync/SyncDirectorySettingsPage.py" line="72"/> - <source>Shared Directory</source> - <translation type="obsolete">Diretório Partilhado</translation> - </message> </context> <context> <name>SyncEncryptionPage</name> @@ -73811,14 +71751,6 @@ </message> </context> <context> - <name>TemplateHelpDialog</name> - <message> - <location filename="../Templates/TemplateHelpDialog.ui" line="14"/> - <source>Template Help</source> - <translation type="obsolete">Ajuda de Modelo</translation> - </message> -</context> -<context> <name>TemplateMultipleVariablesDialog</name> <message> <location filename="../Templates/TemplateMultipleVariablesDialog.py" line="106"/> @@ -74702,11 +72634,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/TranslationPropertiesDialog.ui" line="82"/> - <source>Show directory selection dialog</source> - <translation type="obsolete">Mostrar a caixa caixa de diálogo de seleção de diretórios</translation> - </message> - <message> <location filename="../Project/TranslationPropertiesDialog.ui" line="76"/> <source>Enter the path for the binary translation files (*.qm)</source> <translation type="unfinished"></translation> @@ -75037,11 +72964,6 @@ <translation>Italiano</translation> </message> <message> - <location filename="../TranslatorLanguagesDb.py" line="56"/> - <source>Hebrew</source> - <translation type="obsolete">Hebreu</translation> - </message> - <message> <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="57"/> <source>Japanese</source> <translation>Japonês</translation> @@ -75437,115 +73359,6 @@ </message> </context> <context> - <name>Transplant</name> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/TransplantExtension/transplant.py" line="73"/> - <source>Transplant Changesets</source> - <translation type="obsolete">Transplantar Conjunto de Alterações</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/TransplantExtension/transplant.py" line="99"/> - <source>Transplant Changesets (Continue)</source> - <translation type="obsolete">Transplantar Conjunto de Alterações (Continuar)</translation> - </message> -</context> -<context> - <name>TransplantDialog</name> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/TransplantExtension/TransplantDialog.ui" line="14"/> - <source>Transplant Changesets</source> - <translation type="obsolete">Transplantar Conjunto de Alterações</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/TransplantExtension/TransplantDialog.ui" line="23"/> - <source>&Revisions:</source> - <translation type="obsolete">Revisõ&es:</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/TransplantExtension/TransplantDialog.ui" line="49"/> - <source>Repositor&y:</source> - <translation type="obsolete">Repositór&io:</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/TransplantExtension/TransplantDialog.ui" line="59"/> - <source>Enter a repository URL, if changesets shall be transplanted from a repository</source> - <translation type="obsolete">Introduzir URL do repositório, se os grupos de alterações devem transplantados desde o repositório</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/TransplantExtension/TransplantDialog.ui" line="66"/> - <source>&Branch:</source> - <translation type="obsolete">&Ramo:</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/TransplantExtension/TransplantDialog.ui" line="76"/> - <source>Select or enter the branch to transplant from</source> - <translation type="obsolete">Selecionar ou introduzir o ramo de onde transplantar</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/TransplantExtension/TransplantDialog.ui" line="89"/> - <source>Select to transplant all changesets of the branch</source> - <translation type="obsolete">Selecionar para transplantar todos os conjunto de alterações do ramo</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/TransplantExtension/TransplantDialog.ui" line="92"/> - <source>Transplant &All Changesets</source> - <translation type="obsolete">Transplantar &Todos os Conjunto de Alterações</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/TransplantExtension/TransplantDialog.ui" line="99"/> - <source>&Skip:</source> - <translation type="obsolete">&Saltar:</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/TransplantExtension/TransplantDialog.ui" line="125"/> - <source>&Merge:</source> - <translation type="obsolete">&Mesclar:</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/TransplantExtension/TransplantDialog.ui" line="135"/> - <source>Enter revisions to be merged separated by a space character</source> - <translation type="obsolete">Introduzir as revisões a mesclar separadas por um espaço</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/TransplantExtension/TransplantDialog.ui" line="142"/> - <source>Select to append transplant info to the log message</source> - <translation type="obsolete">Selecionar para juntar informação do transplante à mensagem de registo</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/TransplantExtension/TransplantDialog.ui" line="145"/> - <source>Append Transplant &Info</source> - <translation type="obsolete">Juntar &Informação de Transplante</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/TransplantExtension/TransplantDialog.ui" line="112"/> - <source>Enter changesets by number, id, range or revset expression one per line</source> - <translation type="obsolete">Introduzir conjunto de alterações por número, id, rango ou expressão revset - uma por linha</translation> - </message> -</context> -<context> - <name>TransplantProjectHelper</name> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/TransplantExtension/ProjectHelper.py" line="120"/> - <source>Transplant Changesets</source> - <translation type="obsolete">Transplantar Conjunto de Alterações</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/TransplantExtension/ProjectHelper.py" line="111"/> - <source>Transplant</source> - <translation type="obsolete">Transplante</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/TransplantExtension/ProjectHelper.py" line="135"/> - <source>The project should be reread. Do this now?</source> - <translation type="obsolete">O projecto deveria ser relido. Fazer-lo agora?</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/TransplantExtension/ProjectHelper.py" line="135"/> - <source>Transplant Changesets (Continue)</source> - <translation type="obsolete">Transplantar Conjunto de Alterações (Continuar)</translation> - </message> -</context> -<context> <name>TrayStarter</name> <message> <location filename="../Tools/TrayStarter.py" line="70"/> @@ -76354,11 +74167,6 @@ <translation>Introduzir nome do &teste:</translation> </message> <message> - <location filename="../PyUnit/UnittestDialog.ui" line="88"/> - <source>Open a file selection dialog</source> - <translation type="obsolete">Abrir a caixa caixa de diálogo de seleção de ficheiros</translation> - </message> - <message> <location filename="../PyUnit/UnittestDialog.ui" line="26"/> <source>Enter test &filename:</source> <translation>Introduzir nome do &ficheiro teste:</translation> @@ -77796,11 +75604,6 @@ <translation>A&ssistentes</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3317"/> - <source>&Tools</source> - <translation type="obsolete">&Ferramentas</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2758"/> <source>Select Tool Group</source> <translation>Selecionar Grupo de Ferramentas</translation> @@ -77901,7 +75704,7 @@ <translation><h3>Números de Versão</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6953"/> + <location filename="../UI/UserInterface.py" line="6956"/> <source></table></source> <translation></translation> </message> @@ -78129,37 +75932,37 @@ <translation><p><b>{0}</b> não é um ficheiro.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6728"/> + <location filename="../UI/UserInterface.py" line="6731"/> <source>&Cancel</source> <translation>&Cancelar</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6737"/> + <location filename="../UI/UserInterface.py" line="6740"/> <source>Trying host {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6895"/> + <location filename="../UI/UserInterface.py" line="6898"/> <source>Update available</source> <translation>Atualização disponível</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6915"/> + <location filename="../UI/UserInterface.py" line="6918"/> <source>Error during updates check</source> <translation>Erro na verificação de atualizações</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6915"/> + <location filename="../UI/UserInterface.py" line="6918"/> <source>Could not perform updates check.</source> <translation>Não procurar atualizações.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6939"/> + <location filename="../UI/UserInterface.py" line="6942"/> <source><h3>Available versions</h3><table></source> <translation><h3>Versões Disponíveis</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6990"/> + <location filename="../UI/UserInterface.py" line="6993"/> <source>First time usage</source> <translation>Usado a primeira vez</translation> </message> @@ -78199,12 +76002,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6801"/> + <location filename="../UI/UserInterface.py" line="6804"/> <source>Error getting versions information</source> <translation>Erro na obtenção da informação de versões</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6794"/> + <location filename="../UI/UserInterface.py" line="6797"/> <source>The versions information could not be downloaded. Please go online and try again.</source> <translation type="unfinished"></translation> </message> @@ -78219,7 +76022,7 @@ <translation>Não se pôde iniciar um navegador web</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6801"/> + <location filename="../UI/UserInterface.py" line="6804"/> <source>The versions information could not be downloaded for the last 7 days. Please go online and try again.</source> <translation type="unfinished"></translation> </message> @@ -78310,7 +76113,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7009"/> + <location filename="../UI/UserInterface.py" line="7012"/> <source>Select Workspace Directory</source> <translation>Selecionar o Diretório de Trabalho</translation> </message> @@ -78695,7 +76498,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6728"/> + <location filename="../UI/UserInterface.py" line="6731"/> <source>%v/%m</source> <translation></translation> </message> @@ -78785,27 +76588,27 @@ <translation>Qt v.3 não está suportado por eric6.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6732"/> + <location filename="../UI/UserInterface.py" line="6735"/> <source>Version Check</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6895"/> + <location filename="../UI/UserInterface.py" line="6898"/> <source>The update to <b>{0}</b> of eric6 is available at <b>{1}</b>. Would you like to get it?</source> <translation>Atualização a <b>{0}</b> de eric6 já está disponível em <b>{1}</b>. Quere-a descarregar?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6908"/> + <location filename="../UI/UserInterface.py" line="6911"/> <source>Eric6 is up to date</source> <translation>Eric6 está atualizado</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6908"/> + <location filename="../UI/UserInterface.py" line="6911"/> <source>You are using the latest version of eric6</source> <translation>Utiliza a última versão do eric6</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6990"/> + <location filename="../UI/UserInterface.py" line="6993"/> <source>eric6 has not been configured yet. The configuration dialog will be started.</source> <translation>eric6 ainda não foi configurado. A caixa de diálogo de configuração vai iniciar-se.</translation> </message> @@ -78825,7 +76628,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6748"/> + <location filename="../UI/UserInterface.py" line="6751"/> <source>The versions information cannot not be downloaded because you are <b>offline</b>. Please go online and try again.</source> <translation type="unfinished"></translation> </message> @@ -78910,17 +76713,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6883"/> + <location filename="../UI/UserInterface.py" line="6886"/> <source>Update Check</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6883"/> + <location filename="../UI/UserInterface.py" line="6886"/> <source>You installed eric directly from the source code. There is no possibility to check for the availability of an update.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6873"/> + <location filename="../UI/UserInterface.py" line="6876"/> <source>You are using a snapshot release of eric6. A more up-to-date stable release might be available.</source> <translation type="unfinished"></translation> </message> @@ -83523,18 +81326,18 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="63"/> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="65"/> <source>Virtualenv Target Directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="68"/> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="70"/> <source>Python Interpreter</source> <translation type="unfinished">Intérprete de Python</translation> </message> <message> <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="106"/> - <source>Select to denote a global environment (i.e. no virtual environment directory to be given)</source> + <source>Select,if this is a global environment (i.e. no virtual environment directory to be given)</source> <translation type="unfinished"></translation> </message> <message> @@ -83548,12 +81351,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="145"/> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="155"/> <source>PATH Prefix:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="73"/> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="75"/> <source>Enter the executable search path to be prepended to the PATH environment variable. Use '{0}' as the separator.</source> <translation type="unfinished"></translation> </message> @@ -83570,7 +81373,7 @@ </message> <message> <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="120"/> - <source>Select, if this is an Conda environment</source> + <source>Select, if this is a Conda environment</source> <translation type="unfinished"></translation> </message> <message> @@ -83578,6 +81381,16 @@ <source>Conda Environment</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="130"/> + <source>Select, if this is a remotely accessed environment</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="133"/> + <source>Remote Environment</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>VirtualenvConfigurationDialog</name> @@ -83637,11 +81450,6 @@ <translation>Introduzir o intérprete de Python para o ambiente virtual</translation> </message> <message> - <location filename="../Plugins/UiExtensionPlugins/VirtualenvInterface/VirtualenvConfigurationDialog.ui" line="158"/> - <source>Python interpreter for the virtual environment</source> - <translation type="obsolete">Intérprete de Python para o ambiente virtual</translation> - </message> - <message> <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="193"/> <source>Options</source> <translation>Opções</translation> @@ -83767,16 +81575,6 @@ <translation>Intérprete de Python</translation> </message> <message> - <location filename="../VirtualenvConfigurationDialog.py" line="178"/> - <source>&lt;<font color="#FF0000">virtualenv did not finish within 5s.</font>&gt;</source> - <translation type="obsolete">&lt;<font color="#FF0000">virtualenv não acabou em 5s.</font>&gt;</translation> - </message> - <message> - <location filename="../VirtualenvConfigurationDialog.py" line="197"/> - <source><b>virtualenv Version: {0}</b></source> - <translation type="obsolete"><b>Versão de virtualenv: {0}</b></translation> - </message> - <message> <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="305"/> <source>Select to give the virtualenv access to the global site-packages</source> <translation type="unfinished"></translation> @@ -83978,14 +81776,6 @@ </message> </context> <context> - <name>VirtualenvInterfacePlugin</name> - <message> - <location filename="../Plugins/PluginVirtualenvInterface.py" line="88"/> - <source>Virtualenv Configurator</source> - <translation type="obsolete">Assistente para Virtualenv</translation> - </message> -</context> -<context> <name>VirtualenvInterpreterSelectionDialog</name> <message> <location filename="../VirtualEnv/VirtualenvInterpreterSelectionDialog.ui" line="14"/> @@ -84021,52 +81811,52 @@ <context> <name>VirtualenvManager</name> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="187"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="194"/> <source>Add Virtual Environment</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="187"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="194"/> <source>A virtual environment named <b>{0}</b> exists already. Shall it be replaced?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="244"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="255"/> <source>Change Virtual Environment</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="293"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="307"/> <source>A virtual environment named <b>{0}</b> does not exist. Aborting!</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="293"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="307"/> <source>Rename Virtual Environment</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="371"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="387"/> <source>{0} - {1}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="322"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="337"/> <source>Delete Virtual Environments</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="322"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="337"/> <source>Do you really want to delete these virtual environments?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="376"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="392"/> <source>Remove Virtual Environments</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="376"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="392"/> <source>Do you really want to remove these virtual environments?</source> <translation type="unfinished"></translation> </message> @@ -84172,11 +81962,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/VirusTotalApi.py" line="90"/> - <source>Invalid key given.</source> - <translation type="obsolete">Chave inválida dada.</translation> - </message> - <message> <location filename="../WebBrowser/VirusTotal/VirusTotalApi.py" line="101"/> <source>Requested item is not present.</source> <translation type="unfinished"></translation> @@ -85097,11 +82882,6 @@ <translation type="unfinished">Privacidade</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="242"/> - <source>Select to enable JavaScript</source> - <translation type="obsolete">Selecionar para habilitar JavaScript</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="465"/> <source>Enable JavaScript</source> <translation type="unfinished">Habilitar JavaScript</translation> @@ -85147,11 +82927,6 @@ <translation type="unfinished">Dizer aos sitios web que não quero ser rastreado</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="458"/> - <source>Send Referer header to servers</source> - <translation type="obsolete">Enviar cabeçalho de Referer aos servidores</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="698"/> <source>Press to edit the list of whitelisted hosts</source> <translation type="unfinished">Pressionar para editar a lista de confiança de anfitriões</translation> @@ -87871,11 +85646,6 @@ <translation type="unfinished">Codificação do Texto</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1878"/> - <source>&Go</source> - <translation type="obsolete">&Ir</translation> - </message> - <message> <location filename="../WebBrowser/WebBrowserWindow.py" line="2057"/> <source>H&istory</source> <translation type="unfinished">H&istorial</translation> @@ -87901,11 +85671,6 @@ <translation type="unfinished">&Ferramentas</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1967"/> - <source>&Window</source> - <translation type="obsolete">&Janela</translation> - </message> - <message> <location filename="../WebBrowser/WebBrowserWindow.py" line="2165"/> <source>&Help</source> <translation type="unfinished">&Ajuda</translation> @@ -87956,11 +85721,6 @@ <translation type="unfinished">Ajuda</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="2054"/> - <source>Go</source> - <translation type="obsolete">Ir</translation> - </message> - <message> <location filename="../WebBrowser/WebBrowserWindow.py" line="2415"/> <source>VirusTotal</source> <translation type="unfinished"></translation> @@ -88001,11 +85761,6 @@ <translation type="unfinished">Separadores Guardados</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="2697"/> - <source>Restore Window</source> - <translation type="obsolete">Restaurar Janela</translation> - </message> - <message> <location filename="../WebBrowser/WebBrowserWindow.py" line="3468"/> <source>Could not find an associated content.</source> <translation type="unfinished">Não se encontrou nenhum conteúdo associado.</translation> @@ -88061,11 +85816,6 @@ <translation type="unfinished">IBM</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="3780"/> - <source>Default Encoding</source> - <translation type="obsolete">Codificação Padrão</translation> - </message> - <message> <location filename="../WebBrowser/WebBrowserWindow.py" line="4672"/> <source>VirusTotal Scan</source> <translation type="unfinished">Análise de VirusTotal</translation> @@ -88521,49 +86271,6 @@ </message> </context> <context> - <name>WizardEricPluginPlugin</name> - <message> - <location filename="../../PluginWizardEricPlugin.py" line="118"/> - <source>eric Plug-in Wizard</source> - <translation type="obsolete">Assistente para Complementos eric</translation> - </message> - <message> - <location filename="../../PluginWizardEricPlugin.py" line="113"/> - <source>&eric Plug-in Wizard...</source> - <translation type="obsolete">Assistente para Complementos &eric...</translation> - </message> - <message> - <location filename="../../PluginWizardEricPlugin.py" line="119"/> - <source><b>eric Plug-in Wizard</b><p>This wizard opens a dialog for entering all the parameters needed to create the basic contents of an eric plug-in file. The generated code is inserted at the current cursor position.</p></source> - <translation type="obsolete"><b>Assistente para Complemento eric</b><p>Este assistente abre uma caixa de diálogo para introduzir todos os parâmetros necessários para criar os conteúdos básicos dum ficheiro de complemento eric. O codigo gerado é inserido na posição atual do cursor.</p></translation> - </message> - <message> - <location filename="../../PluginWizardEricPlugin.py" line="160"/> - <source>No current editor</source> - <translation type="obsolete">Sem editor atual</translation> - </message> - <message> - <location filename="../../PluginWizardEricPlugin.py" line="160"/> - <source>Please open or create a file first.</source> - <translation type="obsolete">Por favor, primeiro abra ou crie um ficheiro.</translation> - </message> - <message> - <location filename="../../PluginWizardEricPlugin.py" line="198"/> - <source>Create Package</source> - <translation type="obsolete">Criar Pacote</translation> - </message> - <message> - <location filename="../../PluginWizardEricPlugin.py" line="183"/> - <source><p>The package directory <b>{0}</b> could not be created. Aborting...</p><p>Reason: {1}</p></source> - <translation type="obsolete"><p>O diretório do pacote <b>{0}</b> não se pôde criar. A terminar...</p><p>Motivo: {1}</p></translation> - </message> - <message> - <location filename="../../PluginWizardEricPlugin.py" line="198"/> - <source><p>The package file <b>{0}</b> could not be created. Aborting...</p><p>Reason: {1}</p></source> - <translation type="obsolete"><p>O ficheiro <b>{0}</b> do pacote não se pôde criar. A terminar...</p><p>Motivo: {1}</p></translation> - </message> -</context> -<context> <name>WizardEricPluginWizard</name> <message> <location filename="../Plugins/PluginWizardEricPlugin.py" line="97"/> @@ -88583,7 +86290,7 @@ <message> <location filename="../Plugins/PluginWizardEricPlugin.py" line="140"/> <source>No current editor</source> - <translation type="unfinished"></translation> + <translation type="unfinished">Não há um editor atual</translation> </message> <message> <location filename="../Plugins/PluginWizardEricPlugin.py" line="140"/> @@ -88607,24 +86314,6 @@ </message> </context> <context> - <name>WizardVirtualenvPlugin</name> - <message> - <location filename="../Plugins/PluginVirtualenvInterface.py" line="88"/> - <source>Virtualenv Wizard</source> - <translation type="obsolete">Assistente para Virtualenv</translation> - </message> - <message> - <location filename="../../PluginWizardVirtualenv.py" line="102"/> - <source>&Virtualenv Wizard...</source> - <translation type="obsolete">Assistente para &Virtualenv...</translation> - </message> - <message> - <location filename="../../PluginWizardVirtualenv.py" line="108"/> - <source><b>Virtualenv Wizard</b><p>This wizard opens a dialog for entering all the parameters needed to create a Python virtual environment using virtualenv.</p></source> - <translation type="obsolete"><b>Assistente para Virtualenv</b><p>Este assistente abre uma caixa de diálogo para introduzir todos os parâmetros necessários para criar um ambiente virtual de Python utilizando virtualenv.</p></translation> - </message> -</context> -<context> <name>XMLStreamReaderBase</name> <message> <location filename="../E5XML/XMLStreamReaderBase.py" line="54"/> @@ -88864,22 +86553,14 @@ </message> </context> <context> - <name>_StrikeThroughExtension</name> - <message> - <location filename="../QScintilla/Exporters/ExporterHTML.py" line="574"/> - <source>Export source</source> - <translation type="obsolete">Exportar fonte</translation> - </message> -</context> -<context> <name>eric6</name> <message> - <location filename="../eric6.py" line="393"/> + <location filename="../eric6.py" line="394"/> <source>Starting...</source> <translation>A iniciar...</translation> </message> <message> - <location filename="../eric6.py" line="398"/> + <location filename="../eric6.py" line="399"/> <source>Generating Main Window...</source> <translation>A criar a Janela Principal...</translation> </message> @@ -88976,184 +86657,6 @@ </message> </context> <context> - <name>pep8</name> - <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="19"/> - <source>indentation contains mixed spaces and tabs</source> - <translation type="obsolete">indentação com espaços misturados com tabulações</translation> - </message> - <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="22"/> - <source>indentation is not a multiple of four</source> - <translation type="obsolete">indentação não é multipla de quatro</translation> - </message> - <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="25"/> - <source>expected an indented block</source> - <translation type="obsolete">esperado um bloque de indentação</translation> - </message> - <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="28"/> - <source>unexpected indentation</source> - <translation type="obsolete">indentação inesperada</translation> - </message> - <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="74"/> - <source>indentation contains tabs</source> - <translation type="obsolete">indentação com tabluações</translation> - </message> - <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="77"/> - <source>whitespace after '{0}'</source> - <translation type="obsolete">espaço depois de '{0}'</translation> - </message> - <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="86"/> - <source>whitespace before '{0}'</source> - <translation type="obsolete">espaço antes de '{0}</translation> - </message> - <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="89"/> - <source>multiple spaces before operator</source> - <translation type="obsolete">espaços múltiplos antes do operador</translation> - </message> - <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="92"/> - <source>multiple spaces after operator</source> - <translation type="obsolete">espaços múltiplos depois do operador</translation> - </message> - <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="95"/> - <source>tab before operator</source> - <translation type="obsolete">tabulação antes do operador</translation> - </message> - <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="98"/> - <source>tab after operator</source> - <translation type="obsolete">tabulação depois do operador</translation> - </message> - <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="101"/> - <source>missing whitespace around operator</source> - <translation type="obsolete">falta espaço à volta do operador</translation> - </message> - <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="113"/> - <source>missing whitespace after '{0}'</source> - <translation type="obsolete">falta espaço depois de '{0}'</translation> - </message> - <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="116"/> - <source>multiple spaces after '{0}'</source> - <translation type="obsolete">múltiplos espaços depois de '{0}'</translation> - </message> - <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="119"/> - <source>tab after '{0}'</source> - <translation type="obsolete">tabulação depois de '{0}'</translation> - </message> - <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="149"/> - <source>trailing whitespace</source> - <translation type="obsolete">espaço ao final</translation> - </message> - <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="152"/> - <source>no newline at end of file</source> - <translation type="obsolete">não há linha nova no final do ficheiro</translation> - </message> - <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="155"/> - <source>blank line contains whitespace</source> - <translation type="obsolete">linha vazia contém espaços</translation> - </message> - <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="158"/> - <source>expected 1 blank line, found 0</source> - <translation type="obsolete">esperada 1 linha vazia, encontradas 0</translation> - </message> - <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="161"/> - <source>expected 2 blank lines, found {0}</source> - <translation type="obsolete">esperadas 2 linhas vazias, encontradas {0}</translation> - </message> - <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="164"/> - <source>too many blank lines ({0})</source> - <translation type="obsolete">demasiadas linhas vazias ({0})</translation> - </message> - <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="167"/> - <source>blank lines found after function decorator</source> - <translation type="obsolete">encontradas linhas vazias depois do decorador de função</translation> - </message> - <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="170"/> - <source>blank line at end of file</source> - <translation type="obsolete">linha vazia no fim do ficheiro</translation> - </message> - <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="173"/> - <source>multiple imports on one line</source> - <translation type="obsolete">múltiplos imports numa linha</translation> - </message> - <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="188"/> - <source>.has_key() is deprecated, use 'in'</source> - <translation type="obsolete">.has_key está obsoleto, usar 'in'</translation> - </message> - <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="194"/> - <source>'<>' is deprecated, use '!='</source> - <translation type="obsolete">'<>' está obsoleto, usar '!='</translation> - </message> - <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="197"/> - <source>backticks are deprecated, use 'repr()'</source> - <translation type="obsolete">acentos graves estão obsoletos, usar 'repr()'</translation> - </message> - <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="104"/> - <source>missing whitespace around arithmetic operator</source> - <translation type="obsolete">falta espaço à volta do operador aritmético</translation> - </message> - <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="137"/> - <source>multiple spaces after keyword</source> - <translation type="obsolete">múltiplos espaços depois da palavra-chave</translation> - </message> - <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="140"/> - <source>multiple spaces before keyword</source> - <translation type="obsolete">múltiplos espaços antes da palavra-chave</translation> - </message> - <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="143"/> - <source>tab after keyword</source> - <translation type="obsolete">tabulação depois da palavra-chave</translation> - </message> - <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="146"/> - <source>tab before keyword</source> - <translation type="obsolete">tabulação antes da palavra-chave</translation> - </message> - <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="179"/> - <source>line too long ({0} > {1} characters)</source> - <translation type="obsolete">linha demasiado comprida ({0} > {1} caráteres)</translation> - </message> - <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="182"/> - <source>the backslash is redundant between brackets</source> - <translation type="obsolete">barra invertida é redundante entre parêntesis</translation> - </message> - <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="224"/> - <source>do not compare types, use 'isinstance()'</source> - <translation type="obsolete">não comparar tipos, usar 'isinstance()'</translation> - </message> -</context> -<context> <name>pyFlakes</name> <message> <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="17"/> @@ -89539,11 +87042,6 @@ <translation type="unfinished">esperada 1 linha vazia, encontradas 0</translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="164"/> - <source>expected {0} blank line, found 0</source> - <translation type="obsolete">esperadas 2 linhas vazias, encontradas {0}</translation> - </message> - <message> <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="186"/> <source>too many blank lines ({0})</source> <translation type="unfinished">demasiadas linhas vazias ({0})</translation>
--- a/i18n/eric6_ru.ts Wed Feb 13 20:39:03 2019 +0100 +++ b/i18n/eric6_ru.ts Wed Feb 13 20:39:58 2019 +0100 @@ -6690,42 +6690,42 @@ <context> <name>DebuggerInterfacePython</name> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="461"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="465"/> <source>Start Debugger</source> <translation>Запуск отладчика</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="461"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="465"/> <source><p>The debugger backend could not be started.</p></source> <translation><p>Невозможно запустить бэкэнд отладчика</p></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="956"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="960"/> <source>Parent Process</source> <translation>Родительский процесс</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="957"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="961"/> <source>Child process</source> <translation>Порожденный процесс</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="958"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="962"/> <source>Client forking</source> <translation>Разветвление процесса</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="958"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="962"/> <source>Select the fork branch to follow.</source> <translation>Выберите fork-ветвь для отслеживания.</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="1004"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="1008"/> <source>Debug Protocol Error</source> <translation>Протокол ошибок отладки</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="1004"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="1008"/> <source><p>The response received from the debugger backend could not be decoded. Please report this issue with the received data to the eric bugs email address.</p><p>Error: {0}</p><p>Data:<br/>{1}</p></source> <translation><p>Невозможно декодировать ответ, полученный от бэкэнда отладчика. Сообщите об этой проблеме, отправив полученные данные на электронную почту eric bugs.</p><p>Error: {0}</p><p>Data: <br/>{1}</p></translation> </message> @@ -17707,7 +17707,7 @@ <translation>Процесс Git завершился с кодом выхода {0}</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1558"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1561"/> <source>The git process did not finish within 30s.</source> <translation>Процесс Git не завершился в течении 30 сек.</translation> </message> @@ -17882,362 +17882,362 @@ </translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1383"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1386"/> <source>Create {0} file</source> <translation>Создать {0} файл</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1383"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1386"/> <source><p>The file <b>{0}</b> exists already. Overwrite it?</p></source> <translation><p>Файл <b>{0}</b> уже существует. Переписать его?</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1442"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1445"/> <source>Git Copy</source> <translation>Git: Копирование</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1427"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1430"/> <source><p>Copying the directory <b>{0}</b> failed.</p><p>Reason: {1}</p></source> <translation><p>Сбой копирования директории <b>{0}</b>.</p><p>Причина: {1}</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1442"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1445"/> <source><p>Copying the file <b>{0}</b> failed.</p><p>Reason: {1}</p></source> <translation><p>Сбой копирования файла <b>{0}</b>.</p><p>Причина: {1}</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2627"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2630"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation>Невозможно запустить процесс {0}. Убедитесь, что он находится в путях поиска.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1629"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1632"/> <source>Git Side-by-Side Difference</source> <translation>Git: Построчный просмотр различий</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1629"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1632"/> <source><p>The file <b>{0}</b> could not be read.</p></source> <translation><p>Невозможно прочитать файл: <b>{0}</b>.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1678"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1681"/> <source>Fetching from a remote Git repository</source> <translation>Получение изменений из удаленного Git репозитория</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1716"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1719"/> <source>Pulling from a remote Git repository</source> <translation>Затягивание изменений из удаленного Git репозитория</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1757"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1760"/> <source>Pushing to a remote Git repository</source> <translation>Проталкивание изменений в удаленный Git репозиторий</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1785"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1788"/> <source>Committing failed merge</source> <translation>Фиксация неудачного слияния</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1812"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1815"/> <source>Aborting uncommitted/failed merge</source> <translation>Отмена незафиксированного/неудачного слияния</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1962"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1965"/> <source>Tagging in the Git repository</source> <translation>Работа с тегами в Git репозитории</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2193"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2196"/> <source>Branching in the Git repository</source> <translation>Работа с ветвями в Git репозитории</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2233"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2236"/> <source>Delete Remote Branch</source> <translation>Удалить удаленную ветвь</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2254"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2257"/> <source>Current Branch</source> <translation>Текущая ветвь</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2254"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2257"/> <source><p>The current branch is <b>{0}</b>.</p></source> <translation><p>Текущая ветвь <b>{0}</b>.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2318"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2321"/> <source>Create Bundle</source> <translation>Создать комплект</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2283"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2286"/> <source>Git Bundle Files (*.bundle)</source> <translation>Файлы Git комплекта (*.bundle)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2300"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2303"/> <source><p>The Git bundle file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>Файл Git комплекта<b>{0}</b> уже существует. Перезаписать?</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2348"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2351"/> <source>Verify Bundle</source> <translation>Проверить комплект</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2478"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2481"/> <source>Git Bundle Files (*.bundle);;All Files (*)</source> <translation>Файлы Git комплектов (*.bundle);;Все файлы (*)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2378"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2381"/> <source>List Bundle Heads</source> <translation>Список головных ревизий в комплекте</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2478"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2481"/> <source>Apply Bundle</source> <translation>Применить комплект</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2501"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2504"/> <source>Applying a bundle file (fetch)</source> <translation>Применение комплекта (fetch)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2528"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2531"/> <source>Bisect subcommand ({0}) invalid.</source> <translation>Bisect Недействительная подкоманда ({0}).</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2731"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2734"/> <source>Git Bisect ({0})</source> <translation>Git Bisect ({0})</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2627"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2630"/> <source>Process Generation Error</source> <translation>Ошибка при запуске процесса</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2671"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2674"/> <source>Create Bisect Replay File</source> <translation>Создать файл повтора Bisect</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2637"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2640"/> <source>Git Bisect Replay Files (*.replay)</source> <translation>Файлы повтора Git Bisect (*.replay)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2654"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2657"/> <source><p>The Git bisect replay file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>Файл повтора Git Bisect<b>{0}</b> уже существует. Перезаписать?</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2671"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2674"/> <source><p>The file <b>{0}</b> could not be written.</p><p>Reason: {1}</p></source> <translation><p>Невозможно записать файл <b>{0}</b>.</p><p>Причина: {1}</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2692"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2695"/> <source>Edit Bisect Replay File</source> <translation>Редактировать файл повтора bisect-поиска</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2719"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2722"/> <source>Git Bisect Replay Files (*.replay);;All Files (*)</source> <translation>Файлы повтора Git Bisect(*.replay);;Все файлы (*)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2719"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2722"/> <source>Bisect Replay</source> <translation>Повтор Bisect-поиска</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3071"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3074"/> <source>Show Remote Info</source> <translation>Показать инфо об удаленном источнике</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2950"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2953"/> <source>Rename Remote Repository</source> <translation>Переименовать удаленный репозиторий</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2950"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2953"/> <source>Enter new name for remote repository:</source> <translation>Введите новое имя для удаленного репозитория:</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3095"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3098"/> <source>Show Shortlog</source> <translation>Отображение журнала изменений</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3153"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3156"/> <source>Cherry-pick</source> <translation>Выборка</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3183"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3186"/> <source>Copy Changesets (Continue)</source> <translation>Копировать набор изменений (Continue)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3208"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3211"/> <source>Copy Changesets (Quit)</source> <translation>Копировать набор изменений (Quit)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3234"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3237"/> <source>Copy Changesets (Cancel)</source> <translation>Копировать набор изменений (Cancel)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3314"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3317"/> <source>Saving stash</source> <translation>Сохранение в стеке незавершенных изменений ("заначка")</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3513"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3516"/> <source>Show Stash</source> <translation>Показать "заначку"</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3513"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3516"/> <source>Select a stash (empty for latest stash):</source> <translation>Выберите "заначку" (оставьте пустым чтобы использовать последнюю):</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3425"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3428"/> <source>Restore Stash</source> <translation>Восстановить из "заначки"</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3439"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3442"/> <source>Restoring stash</source> <translation>Восстановление из стека незавершенных изменений ("заначки")</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3473"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3476"/> <source>Create Branch</source> <translation>Создать ветвь</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3463"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3466"/> <source>Enter a branch name to restore a stash to:</source> <translation>Введите имя ветви для восстановления из "заначки":</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3488"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3491"/> <source>Creating branch</source> <translation>Создание ветви</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3522"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3525"/> <source>Delete Stash</source> <translation>Удалить "заначку"</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3522"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3525"/> <source>Do you really want to delete the stash <b>{0}</b>?</source> <translation>Вы действительно хотите удалить "заначку" <b>{0}</b>?</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3533"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3536"/> <source>Deleting stash</source> <translation>Удаление "заначки"</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3553"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3556"/> <source>Delete All Stashes</source> <translation>Удалить все "заначки"</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3553"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3556"/> <source>Do you really want to delete all stashes?</source> <translation>Вы действительно хотите удалить все "заначки"?</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3561"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3564"/> <source>Deleting all stashes</source> <translation>Удаление всех "заначек"</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3633"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3636"/> <source>Showing the combined configuration settings</source> <translation>Отображение обобщенных параметров конфигурации</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3659"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3662"/> <source>Verifying the integrity of the Git repository</source> <translation>Проверка целостности Git репозитория</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3684"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3687"/> <source>Performing Repository Housekeeping</source> <translation>Проведение уборки репозитория</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3728"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3731"/> <source><tr><td><b>Statistics</b></td></tr></source> <translation><tr><td><b>Статистика</b></td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3729"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3732"/> <source><tr><td>Number of loose objects: </td><td>{0}</td></tr></source> <translation><tr><td>Количество "рыхлых" объектов: </td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3733"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3736"/> <source><tr><td>Disk space used by loose objects: </td><td>{0} KiB</td></tr></source> <translation><tr><td>Дисковое пространство, занятое "рыхлыми" объектами: </td><td>{0} KiB</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3737"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3740"/> <source><tr><td>Number of packed objects: </td><td>{0}</td></tr></source> <translation><tr><td>Количество упакованных объектов: </td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3741"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3744"/> <source><tr><td>Number of packs: </td><td>{0}</td></tr></source> <translation><tr><td>Количество упаковок: </td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3745"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3748"/> <source><tr><td>Disk space used by packed objects: </td><td>{0} KiB</td></tr></source> <translation><tr><td>Дисковое пространство, занятое упакованными объектами: </td><td>{0} KiB</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3749"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3752"/> <source><tr><td>Packed objects waiting for pruning: </td><td>{0}</td></tr></source> <translation><tr><td>Упакованные объекты, ожидающие удаления: </td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3753"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3756"/> <source><tr><td>Garbage files: </td><td>{0}</td></tr></source> <translation><tr><td>Мусорные файлы: </td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3757"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3760"/> <source><tr><td>Disk space used by garbage files: </td><td>{0} KiB</td></tr></source> <translation><tr><td>Дисковое пространство, занятое мусорными файлами: </td><td>{0} KiB</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3763"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3766"/> <source><p><b>No statistics available.</b></p></source> <translation><p><b>Нет статистики.</b></p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3829"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3832"/> <source>Creating Archive</source> <translation>Создание архива</translation> </message> @@ -18252,72 +18252,72 @@ <translation><p>Вы действительно хотите переключиться на <b>{0}</b>?</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1845"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1848"/> <source>Applying patch</source> <translation>Применение патча</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1877"/> - <source>Check patch files</source> - <translation>Проверить файлы патчей</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1880"/> + <source>Check patch files</source> + <translation>Проверить файлы патчей</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1883"/> <source>Apply patch files</source> <translation>Применить файлы патчей</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3872"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3875"/> <source>Add Submodule</source> <translation>Добавить подмодуль</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3942"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3945"/> <source>List Submodules</source> <translation>Список подмодулей</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3942"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3945"/> <source>No submodules defined for the project.</source> <translation>Подмодули для проекта не определены.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3957"/> - <source>All</source> - <translation>Все</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3960"/> + <source>All</source> + <translation>Все</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3963"/> <source>Submodule Path</source> <translation>Путь подмодуля</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3960"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3963"/> <source>Select a submodule path:</source> <translation>Выберите путь к подмодулю:</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4013"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4016"/> <source>Initialize Submodules</source> <translation>Инициализация подмодулей</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4050"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4053"/> <source>Unregister Submodules</source> <translation>Отменить регистрацию подмодулей</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4130"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4133"/> <source>Update Submodules</source> <translation>Обновить подмодули</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4164"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4167"/> <source>Synchronize Submodules</source> <translation>Синхронизировать подмодули</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4222"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4225"/> <source>Submodules Summary</source> <translation>Сводка о подмодулях</translation> </message> @@ -23818,12 +23818,12 @@ <translation>&Принудительное выполнение</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmoduleAddDialog.py" line="92"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmoduleAddDialog.py" line="103"/> <source>Select Submodule Repository Directory</source> <translation>Выберите директорию репозитория подмодулей</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmoduleAddDialog.py" line="118"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmoduleAddDialog.py" line="129"/> <source>Select Submodule Directory</source> <translation>Выберите директорию подмодуля</translation> </message> @@ -46506,47 +46506,47 @@ <context> <name>NetworkManager</name> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="181"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="197"/> <source>SSL Certificate Error</source> <translation>Ошибка сертификата SSL</translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="182"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="198"/> <source><b>{0}</b><p>The page you are trying to access has errors in the SSL certificate.</p><ul><li>{1}</li></ul><p>Would you like to make an exception?</p></source> <translation><b>{0}</b><p>Страница, к которой вы пытаетесь получить доступ, имет ошибки сертификата SSL.</p><ul><li>{1}</li></ul><p>Хотите сделать исключение?</p></translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="192"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="208"/> <source>&Permanent accept</source> <translation>Принимать &всегда</translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="194"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="210"/> <source>&Temporary accept</source> <translation>Принимать вр&еменно</translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="196"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="212"/> <source>&Reject</source> <translation>&Отвергать</translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="229"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="245"/> <source><b>Enter username and password for '{0}', realm '{1}'</b></source> <translation><b>Введите имя пользователя и пароль для '{0}'; realm '{1}'</b></translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="232"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="248"/> <source><b>Enter username and password for '{0}'</b></source> <translation><b>Введите имя пользователя и пароль для '{0}'</b></translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="275"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="291"/> <source>Authentication required</source> <translation>Требуется аутентификация</translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="276"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="292"/> <source>Authentication is required to access:</source> <translation>Для доступа требуется аутентификация:</translation> </message> @@ -76271,7 +76271,7 @@ <translation><h3>Номера версий</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6953"/> + <location filename="../UI/UserInterface.py" line="6956"/> <source></table></source> <translation></table></translation> </message> @@ -76500,37 +76500,37 @@ <translation><p><b>{0}</b> не является файлом</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6728"/> + <location filename="../UI/UserInterface.py" line="6731"/> <source>&Cancel</source> <translation>От&мена</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6737"/> + <location filename="../UI/UserInterface.py" line="6740"/> <source>Trying host {0}</source> <translation>Подключение к хосту {0}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6895"/> + <location filename="../UI/UserInterface.py" line="6898"/> <source>Update available</source> <translation>Обновления доступны</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6915"/> + <location filename="../UI/UserInterface.py" line="6918"/> <source>Error during updates check</source> <translation>Ошибка при проверке обновлений</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6915"/> + <location filename="../UI/UserInterface.py" line="6918"/> <source>Could not perform updates check.</source> <translation>Невозможно запустить проверку обновлений.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6939"/> + <location filename="../UI/UserInterface.py" line="6942"/> <source><h3>Available versions</h3><table></source> <translation><h3>Доступные версии</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6990"/> + <location filename="../UI/UserInterface.py" line="6993"/> <source>First time usage</source> <translation>Первое использование</translation> </message> @@ -76570,12 +76570,12 @@ <translation><b>Документация Python 2</b><p>Показать документацию Python 2. Если местонахождение документации не было настроено, то искать в директории <i>doc</i> каталога где находится исполняемый файл Python 2 под Windows и в директории <i>/usr/share/doc/packages/python/html/python-docs-html</i> под UNIX. Местонахождение документации можно задать с помощью переменной среды окружения PYTHON2DOCDIR.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6801"/> + <location filename="../UI/UserInterface.py" line="6804"/> <source>Error getting versions information</source> <translation>Ошибка при получении информации о версии</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6794"/> + <location filename="../UI/UserInterface.py" line="6797"/> <source>The versions information could not be downloaded. Please go online and try again.</source> <translation>Невозможно загрузить информацию о версии. Пожалуйста попробуйте ещё раз.</translation> </message> @@ -76590,7 +76590,7 @@ <translation>Невозможно запустить web-браузер</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6801"/> + <location filename="../UI/UserInterface.py" line="6804"/> <source>The versions information could not be downloaded for the last 7 days. Please go online and try again.</source> <translation>Невозможно загрузить информацию о версии в течении последних 7 дней. Пожалуйста попробуйте ещё раз.</translation> </message> @@ -76681,7 +76681,7 @@ <translation><p>Невозможно запустить программу для создания снимка экрана.<br>Убедитесь что она установлена как <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7009"/> + <location filename="../UI/UserInterface.py" line="7012"/> <source>Select Workspace Directory</source> <translation>Выбор директории рабочей области</translation> </message> @@ -77066,7 +77066,7 @@ <translation><b>Документация Python 3</b><p>Показать документацию Python 3. Если местонахождение документации не было настроено, то искать в директории <i>doc</i> каталога где находится исполняемый файл Python 3 под Windows и в директории <i>/usr/share/doc/packages/python/html/python-docs-html</i> под UNIX. Местонахождение документации можно задать с помощью переменной среды окружения PYTHON3DOCDIR.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6728"/> + <location filename="../UI/UserInterface.py" line="6731"/> <source>%v/%m</source> <translation>%v/%m</translation> </message> @@ -77086,7 +77086,7 @@ <translation><b>Показать журнал ошибок...</b><p>Показать журнал ошибок.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6732"/> + <location filename="../UI/UserInterface.py" line="6735"/> <source>Version Check</source> <translation>Проверка версии</translation> </message> @@ -77161,22 +77161,22 @@ <translation>eric6 не поддерживает Qt3.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6895"/> + <location filename="../UI/UserInterface.py" line="6898"/> <source>The update to <b>{0}</b> of eric6 is available at <b>{1}</b>. Would you like to get it?</source> <translation>На сайте <b>{1}</b> доступно обновление eric6 до версии <b>{0}</b>. Загрузить?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6908"/> + <location filename="../UI/UserInterface.py" line="6911"/> <source>Eric6 is up to date</source> <translation>Eric6 не требует обновлений</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6908"/> + <location filename="../UI/UserInterface.py" line="6911"/> <source>You are using the latest version of eric6</source> <translation>Вы используете самую последнюю версию eric6</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6990"/> + <location filename="../UI/UserInterface.py" line="6993"/> <source>eric6 has not been configured yet. The configuration dialog will be started.</source> <translation>Настройка eric6 ещё не выполнена. Сейчас будет запущен диалог конфигурации.</translation> </message> @@ -77196,7 +77196,7 @@ <translation>Инструменты пользователя не сконфигурированы</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6748"/> + <location filename="../UI/UserInterface.py" line="6751"/> <source>The versions information cannot not be downloaded because you are <b>offline</b>. Please go online and try again.</source> <translation>Невозможно загрузить информацию о версии потому что вы <b>не в сети</b>. Пожалуйста, подключитесь к интернету и повторите попытку.</translation> </message> @@ -77281,18 +77281,18 @@ <translation>Инициализация плагинов...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6883"/> + <location filename="../UI/UserInterface.py" line="6886"/> <source>Update Check</source> <translation>Проверка обновлений</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6883"/> + <location filename="../UI/UserInterface.py" line="6886"/> <source>You installed eric directly from the source code. There is no possibility to check for the availability of an update.</source> <translation>Eric установлен непосредственно из исходного кода. Невозможно проверить наличие обновлений.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6873"/> + <location filename="../UI/UserInterface.py" line="6876"/> <source>You are using a snapshot release of eric6. A more up-to-date stable release might be available.</source> <translation>Вы используете промежуточный релиз eric6. Возможно на сайте доступна и более свежий стабильный релиз.</translation> </message> @@ -81958,19 +81958,19 @@ <translation>Задайте для виртуального окружения интерпретатор Python</translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="63"/> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="65"/> <source>Virtualenv Target Directory</source> <translation>Целевая директория Virtualenv</translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="68"/> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="70"/> <source>Python Interpreter</source> <translation>Интерпретатор Python</translation> </message> <message> <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="106"/> - <source>Select to denote a global environment (i.e. no virtual environment directory to be given)</source> - <translation>Разрешить обозначать глобальную среду окружение (т.е. не указывать директорию виртуального окружения)</translation> + <source>Select,if this is a global environment (i.e. no virtual environment directory to be given)</source> + <translation type="unfinished">Разрешить обозначать глобальную среду окружение (т.е. не указывать директорию виртуального окружения)</translation> </message> <message> <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="113"/> @@ -81983,12 +81983,12 @@ <translation>Выберите версию Python'а</translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="145"/> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="155"/> <source>PATH Prefix:</source> <translation>Префикс PATH:</translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="73"/> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="75"/> <source>Enter the executable search path to be prepended to the PATH environment variable. Use '{0}' as the separator.</source> <translation>Задайте выполнимый путь поиска, который будет добавлен к переменной среды окружения PATH. Используйте '{0}' в качестве разделителя.</translation> </message> @@ -82006,14 +82006,24 @@ </message> <message> <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="120"/> - <source>Select, if this is an Conda environment</source> - <translation>Выберите, если это среда окружения Conda</translation> + <source>Select, if this is a Conda environment</source> + <translation type="unfinished">Выберите, если это среда окружения Conda</translation> </message> <message> <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="123"/> <source>Conda Environment</source> <translation>Среда окружения Conda</translation> </message> + <message> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="130"/> + <source>Select, if this is a remotely accessed environment</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="133"/> + <source>Remote Environment</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>VirtualenvConfigurationDialog</name> @@ -82457,52 +82467,52 @@ <context> <name>VirtualenvManager</name> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="187"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="194"/> <source>Add Virtual Environment</source> <translation>Добавить виртуальное окружение</translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="187"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="194"/> <source>A virtual environment named <b>{0}</b> exists already. Shall it be replaced?</source> <translation>Виртуальное окружение с именем <b>{0}</b> уже существует.Заменить его?</translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="244"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="255"/> <source>Change Virtual Environment</source> <translation>Изменить виртуальное окружение</translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="293"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="307"/> <source>A virtual environment named <b>{0}</b> does not exist. Aborting!</source> <translation>Виртуальное окружение с именем <b>{0}</b> не существует. Прерывание!</translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="293"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="307"/> <source>Rename Virtual Environment</source> <translation>Переименовать виртуальное окружение</translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="371"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="387"/> <source>{0} - {1}</source> <translation>{0} - {1}</translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="322"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="337"/> <source>Delete Virtual Environments</source> <translation>Удалить виртуальные окружения</translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="322"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="337"/> <source>Do you really want to delete these virtual environments?</source> <translation>Вы действительно хотите удалить эти виртуальные окружения?</translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="376"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="392"/> <source>Remove Virtual Environments</source> <translation>Убрать виртуальные окружения из списка</translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="376"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="392"/> <source>Do you really want to remove these virtual environments?</source> <translation>Вы действительно хотите убрать эти виртуальные окружения из списка?</translation> </message> @@ -84683,16 +84693,6 @@ <source><p> Allow the website at <b>{0}</b> to use <b>{1}</b> of persistent storage?</p></source> <translation><p> Разрешить вебсайту <b>{0}</b> использовать <b>{1}</b> постоянного хранилища?</p></translation> </message> - <message> - <location filename="../WebBrowser/WebBrowserView.py" line="2291"/> - <source>Protocol Handler Request</source> - <translation type="obsolete">Запрос обработчика протокола</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserView.py" line="2291"/> - <source><p> Allow the website at <b>{0}</b> to open all <b>{1}</b> links?</p></source> - <translation type="obsolete"><p> Разрешить вебсайту <b>{0}</b> открыть всеl <b>{1}</b> ссылки?</p></translation> - </message> </context> <context> <name>WebBrowserVirusTotalPage</name> @@ -87236,12 +87236,12 @@ <context> <name>eric6</name> <message> - <location filename="../eric6.py" line="393"/> + <location filename="../eric6.py" line="394"/> <source>Starting...</source> <translation>Запуск...</translation> </message> <message> - <location filename="../eric6.py" line="398"/> + <location filename="../eric6.py" line="399"/> <source>Generating Main Window...</source> <translation>Создание главного окна...</translation> </message>
--- a/i18n/eric6_tr.ts Wed Feb 13 20:39:03 2019 +0100 +++ b/i18n/eric6_tr.ts Wed Feb 13 20:39:58 2019 +0100 @@ -465,13 +465,6 @@ <p>Bu diyalog geçerli projeye bir dizin eklemek için kullanılır.</p></translation> </message> <message> - <location filename="../Project/AddDirectoryDialog.ui" line="108"/> - <source><b>Target Directory</b> -<p>Select the target directory via a directory selection dialog.</p></source> - <translation type="obsolete"><b>Hedef Dizin</b> -<p>Dizin seçme diyaloğu ile hedef dizini seçiniz.</p></translation> - </message> - <message> <location filename="../Project/AddDirectoryDialog.ui" line="74"/> <source>&Target Directory:</source> <translation>Hede&f Dizin:</translation> @@ -482,16 +475,6 @@ <translation>Ekleyeceğiniz dizin için isim giriniz</translation> </message> <message> - <location filename="../Project/AddDirectoryDialog.ui" line="48"/> - <source><b>Source Directory</b> -<p>Enter the name of the directory to add to the current project. - You may select it with a dialog by pressing the button to - the right.</p></source> - <translation type="obsolete"><b>Kaynak Dizin</b> -<p>Geçerli projeye dizin eklemek için dizinin adını giriniz. -Sağdaki düğmeye seçiminizi gerçekleştirmek için basabilirsiniz.</p></translation> - </message> - <message> <location filename="../Project/AddDirectoryDialog.ui" line="105"/> <source>Select, whether a recursive add should be performed</source> <translation>Elle yazmak yerine eklemeyi tercih ediyorsanız seçiniz</translation> @@ -516,13 +499,6 @@ diyalog aracılığıyla seçiminizi yapabilirsiniz.</p></translation> </message> <message> - <location filename="../Project/AddDirectoryDialog.ui" line="100"/> - <source><b>Source Directory</b> -<p>Select the source directory via a directory selection dialog.</p></source> - <translation type="obsolete"><b>Kaynak Dizin</b> -<p>Dizin seçme diyaloğu ile kaynak dizinini seçiniz.</p></translation> - </message> - <message> <location filename="../Project/AddDirectoryDialog.ui" line="43"/> <source>&Source Directory:</source> <translation>&Kaynak Dizini:</translation> @@ -558,11 +534,6 @@ <translation>Diğer Dosyalar (*)</translation> </message> <message> - <location filename="../Project/AddDirectoryDialog.py" line="116"/> - <source>Select directory</source> - <translation type="obsolete">Dizin Seçiniz</translation> - </message> - <message> <location filename="../Project/AddDirectoryDialog.ui" line="65"/> <source><b>Source Directory</b> <p>Enter the name of the directory to add to the current project. @@ -590,13 +561,6 @@ <p>Bu diyalog geçerli projeye dosya eklemek için kullanılır.</p></translation> </message> <message> - <location filename="../Project/AddFileDialog.ui" line="74"/> - <source><b>Source Files</b> -<p>Select the source files via a files selection dialog.</p></source> - <translation type="obsolete"><b>Kaynak Dosyalar</b> -<p>Dosya seçme diyaloğu ile Kaynak dosyaları seçiniz.</p></translation> - </message> - <message> <location filename="../Project/AddFileDialog.ui" line="61"/> <source>&Target Directory:</source> <translation>Hede&f Dizin:</translation> @@ -616,32 +580,11 @@ diyalog aracılığıyla seçiminizi yapabilirsiniz.</p></translation> </message> <message> - <location filename="../Project/AddFileDialog.ui" line="82"/> - <source><b>Target Directory</b> -<p>Select the target directory via a directory selection dialog.</p></source> - <translation type="obsolete"><b>Hedef Dizin</b> -<p>Dizin seçme diyaloğu ile hedef dizini seçiniz.</p></translation> - </message> - <message> <location filename="../Project/AddFileDialog.ui" line="29"/> <source>&Source Files:</source> <translation>Kaynak Do&syalar:</translation> </message> <message> - <location filename="../Project/AddFileDialog.ui" line="61"/> - <source>Enter the name of files to add separated by the path separator</source> - <translation type="obsolete">Yol ayracı tarafından ayrılmış ayraçların adlarını giriniz</translation> - </message> - <message> - <location filename="../Project/AddFileDialog.ui" line="64"/> - <source><b>Source Files</b> -<p>Enter the name of files to add to the current project separated -by the path separator. You may select them with a dialog by pressing -the button to the right.</p></source> - <translation type="obsolete"><b>Kaynak Dosyaları</b> -<p>Yol ayracı ile ayrılmış geçerli projeye eklemek için dosyanın adını giriniz. sağdaki düğmeye basarak bir diyalog aracılığıyla seçem yapabilirsiniz.</p></translation> - </message> - <message> <location filename="../Project/AddFileDialog.ui" line="94"/> <source>Select, if the files should be added as sourcecode (overriding automatic detection)</source> <translation>Eğir bir dosya kaynak kodu olarak eklenmeli ise(otomatik seçim önemliyse), SEÇ</translation> @@ -657,11 +600,6 @@ <translation>Alt+C</translation> </message> <message> - <location filename="../Project/AddFileDialog.py" line="73"/> - <source>Select target directory</source> - <translation type="obsolete">Hedef dizini seç</translation> - </message> - <message> <location filename="../Project/AddFileDialog.py" line="82"/> <source>Source Files ({0});;Forms Files ({1});;Resource Files ({2});;Interface Files ({3});;Protocol Files ({4});;Translation Files ({5});;All Files (*)</source> <translation type="unfinished">Kaynak Dosyaları ({0});;Form Dosyaları ({1});; Kaynak Dosyalar({2});;Arayüz Dosyaları ({3});;Çeviri Dosyaları ({4});;Tüm Dosyalar (*)</translation> @@ -1152,11 +1090,6 @@ <translation>Proje dosyasının adını giriniz</translation> </message> <message> - <location filename="../MultiProject/AddProjectDialog.ui" line="57"/> - <source>Select the project file via a file selection dialog</source> - <translation type="obsolete">Dosya seçme diyaloğu ile bir proje dosyası seç</translation> - </message> - <message> <location filename="../MultiProject/AddProjectDialog.ui" line="66"/> <source>&Description:</source> <translation>A&çıklama:</translation> @@ -1710,17 +1643,6 @@ <translation>Alt+U</translation> </message> <message> - <location filename="../ViewManager/BookmarkedFilesDialog.ui" line="169"/> - <source>Select the file via a file selection dialog</source> - <translation type="obsolete">Dosya seçme diyaloğu ile bir dosya seç</translation> - </message> - <message> - <location filename="../ViewManager/BookmarkedFilesDialog.ui" line="172"/> - <source><b>File</b> -<p>Select the file to be bookmarked via a file selection dialog.</p></source> - <translation type="obsolete"><b>Dosya</b><p>Dosya seçme diyaloğu ile yerimi dosyasını seç.</p></translation> - </message> - <message> <location filename="../ViewManager/BookmarkedFilesDialog.ui" line="115"/> <source>Move down</source> <translation>Aşağı götür</translation> @@ -2033,26 +1955,6 @@ <translation>Hepsini Sekmelerde Aç</translation> </message> <message> - <location filename="../Helpviewer/Bookmarks/BookmarksMenu.py" line="142"/> - <source>&Open</source> - <translation type="obsolete">&Aç</translation> - </message> - <message> - <location filename="../Helpviewer/Bookmarks/BookmarksMenu.py" line="145"/> - <source>Open in New &Tab<byte value="x9"/>Ctrl+LMB</source> - <translation type="obsolete">Yeni Bir Sekme A&ç<byte value="x9"/>Ctrl+LMB</translation> - </message> - <message> - <location filename="../Helpviewer/Bookmarks/BookmarksMenu.py" line="151"/> - <source>&Remove</source> - <translation type="obsolete">Kaldı&r</translation> - </message> - <message> - <location filename="../Helpviewer/Bookmarks/BookmarksMenu.py" line="156"/> - <source>&Properties...</source> - <translation type="obsolete">&Özellikler...</translation> - </message> - <message> <location filename="../WebBrowser/Bookmarks/BookmarksMenu.py" line="166"/> <source>Open</source> <translation type="unfinished">Aç</translation> @@ -2122,21 +2024,6 @@ <translation>Yerimleri</translation> </message> <message> - <location filename="../Helpviewer/Bookmarks/BookmarksToolBar.py" line="90"/> - <source>&Open</source> - <translation type="obsolete">&Aç</translation> - </message> - <message> - <location filename="../Helpviewer/Bookmarks/BookmarksToolBar.py" line="93"/> - <source>Open in New &Tab<byte value="x9"/>Ctrl+LMB</source> - <translation type="obsolete">Yeni Bir Sekme A&ç<byte value="x9"/>Ctrl+LMB</translation> - </message> - <message> - <location filename="../Helpviewer/Bookmarks/BookmarksToolBar.py" line="99"/> - <source>&Remove</source> - <translation type="obsolete">Kaldı&r</translation> - </message> - <message> <location filename="../Helpviewer/Bookmarks/BookmarksToolBar.py" line="110"/> <source>Add &Bookmark...</source> <translation>&Yerimi Ekle...</translation> @@ -2147,11 +2034,6 @@ <translation>Dizin &Ekle...</translation> </message> <message> - <location filename="../Helpviewer/Bookmarks/BookmarksToolBar.py" line="104"/> - <source>&Properties...</source> - <translation type="obsolete">&Özellikler...</translation> - </message> - <message> <location filename="../WebBrowser/Bookmarks/BookmarksToolBar.py" line="87"/> <source>Open</source> <translation type="unfinished">Aç</translation> @@ -3330,11 +3212,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="63"/> - <source>Start</source> - <translation type="obsolete">Başla</translation> - </message> - <message> <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="742"/> <source>Press to fix the selected issues</source> <translation type="unfinished"></translation> @@ -4413,11 +4290,6 @@ <translation>İlk dosyanın adını giriniz</translation> </message> <message> - <location filename="../UI/CompareDialog.ui" line="82"/> - <source>Press to select the file via a file selection dialog</source> - <translation type="obsolete">Dosya seçme diyaloğu ile bir dosya seç</translation> - </message> - <message> <location filename="../UI/CompareDialog.ui" line="55"/> <source>File &2:</source> <translation>Dosya &2:</translation> @@ -4503,11 +4375,6 @@ <translation><p>Dosya <b>{0}</b> okunamıyor.</p></translation> </message> <message> - <location filename="../UI/CompareDialog.py" line="448"/> - <source>Select file to compare</source> - <translation type="obsolete">Karşılaştırma için dosya seç</translation> - </message> - <message> <location filename="../UI/CompareDialog.ui" line="20"/> <source>Files to be compared:</source> <translation type="unfinished"></translation> @@ -4629,11 +4496,6 @@ <translation>Python3</translation> </message> <message> - <location filename="../Preferences/ConfigurationDialog.py" line="206"/> - <source>Ruby</source> - <translation type="obsolete">Ruby</translation> - </message> - <message> <location filename="../Preferences/ConfigurationDialog.py" line="232"/> <source>Editor</source> <translation>Düzenleyici</translation> @@ -5471,11 +5333,6 @@ <source><b>Note:</b> Leave this entry empty to use the default value (omniidl or omniidl.exe).</source> <translation><b>Not:</b> Varsayılan değerleri kullanmak için girişi boş bırakınız (omniidl veya omniidl.exe).</translation> </message> - <message> - <location filename="../Preferences/ConfigurationPages/CorbaPage.py" line="55"/> - <source>Select IDL compiler</source> - <translation type="obsolete">IDL derleyicisini seçiniz</translation> - </message> </context> <context> <name>CreateDialogCodeDialog</name> @@ -5952,36 +5809,6 @@ <translation><b>Dur</b><p>Çalışan hata ayıklama oturumunu durdur.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="2209"/> - <source>Evaluate</source> - <translation type="obsolete">Değerlendir</translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="434"/> - <source>E&valuate...</source> - <translation type="obsolete">Değer&endir...</translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="438"/> - <source>Evaluate in current context</source> - <translation type="obsolete">Geçerli içeriği değerlendir</translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="439"/> - <source><b>Evaluate</b><p>Evaluate an expression in the current context of the debugged program. The result is displayed in the shell window.</p></source> - <translation type="obsolete"><b>Değerlendirme</b><p>Hata ayıklaması yapılan program metni içinde geçenr ifadeleri değerlendir. Sonuç kabuk penceresinde gösterilir.</p></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="2238"/> - <source>Execute</source> - <translation type="obsolete">Gerçekleştir</translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="448"/> - <source>E&xecute...</source> - <translation type="obsolete">Gerçekl&eştir...</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="452"/> <source>Variables Type Filter</source> <translation>Değişken Tipi Süzgeçi</translation> @@ -6247,16 +6074,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="2209"/> - <source>Enter the statement to evaluate</source> - <translation type="obsolete">Değerlendilecek ifadeleri giriniz</translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="2238"/> - <source>Enter the statement to execute</source> - <translation type="obsolete">Çalıştırılacak ifadeleri giriniz</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="1067"/> <source>Program terminated</source> <translation type="unfinished"></translation> @@ -6561,31 +6378,6 @@ <translation>Uzak Host:</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="321"/> - <source>Enable remote debugging</source> - <translation type="obsolete">Uzaktan Hata Ayıklamayı Etkinleştir</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="324"/> - <source>This enables the remote debugger. Please enter the hostname of the remote machine and the command for the remote execution (e.g. ssh) below.</source> - <translation type="obsolete">Bu uzaktan hata ayıklamayı onaylarrLütfen uzak makinanın hostadını giriniz ve uzaktan ayarlama için gerekli komutu giriniz (ör. ssh).</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="327"/> - <source>Remote Debugging Enabled</source> - <translation type="obsolete">Uzaktan Hata Ayıklama Onaylandı</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="337"/> - <source>Path Translation</source> - <translation type="obsolete">Çeviri Yolu</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="343"/> - <source>Select to perform path translation</source> - <translation type="obsolete">Uygulanacak çeviri yolunu seçin</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="318"/> <source>Perform Path Translation</source> <translation>Uygulanacak Çeviri Yolu</translation> @@ -6633,16 +6425,6 @@ <translation>Konsol Komutu:</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="423"/> - <source>Start debugger in console window</source> - <translation type="obsolete">Hata ayıklayıcıyı consol penceresinde başlat</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="433"/> - <source>Environment for Debug Client</source> - <translation type="obsolete">Hata ayıklayıcı istemci ortamı</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="400"/> <source>Select, if the environment should be replaced.</source> <translation>Ortam değiştirilmeli ise, seçiniz.</translation> @@ -6654,16 +6436,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="446"/> - <source>Replace Environment</source> - <translation type="obsolete">Ortamı Değiştir</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="453"/> - <source>Environment:</source> - <translation type="obsolete">Ortam:</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="421"/> <source>Enter the environment variables to be set.</source> <translation>Ortam değişkenlerini belirlemek için giriniz.</translation> @@ -6859,47 +6631,42 @@ <context> <name>DebuggerInterfacePython</name> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="461"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="465"/> <source>Start Debugger</source> <translation type="unfinished">Hata Ayıklayıcıyı Başlat</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="147"/> - <source><p>No Python2 interpreter configured.</p></source> - <translation type="obsolete"><p>Python2 yorumlayıcısı ayarlanmamış.</p></translation> - </message> - <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="461"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="465"/> <source><p>The debugger backend could not be started.</p></source> <translation type="unfinished"><p>Hata ayıklayıcıbaşlatılamadı.</p></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="956"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="960"/> <source>Parent Process</source> <translation type="unfinished">Ana İşlem</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="957"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="961"/> <source>Child process</source> <translation type="unfinished">Alt işlem</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="958"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="962"/> <source>Client forking</source> <translation type="unfinished">İstemci çatallaşması</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="958"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="962"/> <source>Select the fork branch to follow.</source> <translation type="unfinished">Takip eden çatallaşmadaki branşı seç.</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="1004"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="1008"/> <source>Debug Protocol Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="1004"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="1008"/> <source><p>The response received from the debugger backend could not be decoded. Please report this issue with the received data to the eric bugs email address.</p><p>Error: {0}</p><p>Data:<br/>{1}</p></source> <translation type="unfinished"></translation> </message> @@ -6910,95 +6677,6 @@ </message> </context> <context> - <name>DebuggerInterfacePython2</name> - <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="348"/> - <source>Start Debugger</source> - <translation type="obsolete">Hata Ayıklayıcıyı Başlat</translation> - </message> - <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="143"/> - <source><p>No Python2 interpreter configured.</p></source> - <translation type="obsolete"><p>Python2 yorumlayıcısı ayarlanmamış.</p></translation> - </message> - <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="348"/> - <source><p>The debugger backend could not be started.</p></source> - <translation type="obsolete"><p>Hata ayıklayıcıbaşlatılamadı.</p></translation> - </message> - <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="822"/> - <source>Parent Process</source> - <translation type="obsolete">Ana İşlem</translation> - </message> - <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="823"/> - <source>Child process</source> - <translation type="obsolete">Alt işlem</translation> - </message> - <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="824"/> - <source>Client forking</source> - <translation type="obsolete">İstemci çatallaşması</translation> - </message> - <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="824"/> - <source>Select the fork branch to follow.</source> - <translation type="obsolete">Takip eden çatallaşmadaki branşı seç.</translation> - </message> -</context> -<context> - <name>DebuggerInterfacePython3</name> - <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="348"/> - <source>Start Debugger</source> - <translation type="obsolete">Hata Ayıklayıcıyı Başlat</translation> - </message> - <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="348"/> - <source><p>The debugger backend could not be started.</p></source> - <translation type="obsolete"><p>Hata ayıklayıcıbaşlatılamadı.</p></translation> - </message> - <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="822"/> - <source>Parent Process</source> - <translation type="obsolete">Ana İşlem</translation> - </message> - <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="823"/> - <source>Child process</source> - <translation type="obsolete">Alt işlem</translation> - </message> - <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="824"/> - <source>Client forking</source> - <translation type="obsolete">İstemci çatallaşması</translation> - </message> - <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="824"/> - <source>Select the fork branch to follow.</source> - <translation type="obsolete">Takip eden çatallaşmadaki branşı seç.</translation> - </message> - <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="143"/> - <source><p>No Python3 interpreter configured.</p></source> - <translation type="obsolete"><p>Python2 yorumlayıcısı ayarlanmamış.</p> {3 ?}</translation> - </message> -</context> -<context> - <name>DebuggerInterfaceRuby</name> - <message> - <location filename="../Debugger/DebuggerInterfaceRuby.py" line="346"/> - <source>Start Debugger</source> - <translation type="obsolete">Hata Ayıklayıcıyı Başlat</translation> - </message> - <message> - <location filename="../Debugger/DebuggerInterfaceRuby.py" line="346"/> - <source><p>The debugger backend could not be started.</p></source> - <translation type="obsolete"><p>Hata ayıklayıcıbaşlatılamadı.</p></translation> - </message> -</context> -<context> <name>DebuggerPropertiesDialog</name> <message> <location filename="../Project/DebuggerPropertiesDialog.ui" line="14"/> @@ -7016,51 +6694,16 @@ <translation>Kullanmak için hata ayıklayıcısının yolunu giriniz. Boş bırakırsanız varsayılan yol kullanılır.</translation> </message> <message> - <location filename="../Project/DebuggerPropertiesDialog.ui" line="36"/> - <source>Press to select the Debug Client via a file selection dialog</source> - <translation type="obsolete">Hata ayıklayıcı istemcisini dosya seçme diyaloğu ile seçmek için basınız</translation> - </message> - <message> - <location filename="../Project/DebuggerPropertiesDialog.ui" line="49"/> - <source>Interpreter for Debug Client</source> - <translation type="obsolete">Hata Ayıklayıcı İstemcisi için yorumlayıcı</translation> - </message> - <message> - <location filename="../Project/DebuggerPropertiesDialog.ui" line="58"/> - <source>Enter the path of the interpreter to be used by the debug client.</source> - <translation type="obsolete">Hata ayıklayıcı istemcisinde kullanılacak olan yorumlayıcının yolunu giriniz.</translation> - </message> - <message> - <location filename="../Project/DebuggerPropertiesDialog.ui" line="59"/> - <source>Press to select the interpreter via a file selection dialog</source> - <translation type="obsolete">Bir dosya seçim diyaloğu ile yorumlayıcıyı seçmek için basınız</translation> - </message> - <message> - <location filename="../Project/DebuggerPropertiesDialog.ui" line="71"/> - <source>Environment for Debug Client</source> - <translation type="obsolete">Hata ayıklayıcı istemci ortamı</translation> - </message> - <message> <location filename="../Project/DebuggerPropertiesDialog.ui" line="204"/> <source>Select, if the environment of the debug client should be replaced</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/DebuggerPropertiesDialog.ui" line="80"/> - <source>Replace Environment</source> - <translation type="obsolete">Ortamı Değiştir</translation> - </message> - <message> <location filename="../Project/DebuggerPropertiesDialog.ui" line="214"/> <source>Enter the environment variables to be set.</source> <translation>Ortam değişkenlerini belirlemek için giriniz.</translation> </message> <message> - <location filename="../Project/DebuggerPropertiesDialog.ui" line="99"/> - <source>Environment:</source> - <translation type="obsolete">Ortam:</translation> - </message> - <message> <location filename="../Project/DebuggerPropertiesDialog.ui" line="71"/> <source>Select, if the debugger should be run remotely</source> <translation>Hata ayıklayıcı uzaktan yürütülecekse, seçiniz</translation> @@ -7176,21 +6819,11 @@ <translation>Hata ayıklayıcı istemcisini şifreleme ayarlarını yapma</translation> </message> <message> - <location filename="../Project/DebuggerPropertiesDialog.py" line="119"/> - <source>Select interpreter for Debug Client</source> - <translation type="obsolete">Hata Ayıklayıcı İstemcisi için yorumlayıcı seçiniz</translation> - </message> - <message> <location filename="../Project/DebuggerPropertiesDialog.py" line="136"/> <source>All Files (*)</source> <translation>Tüm Dosyalar (*)</translation> </message> <message> - <location filename="../Project/DebuggerPropertiesDialog.py" line="136"/> - <source>Select Debug Client</source> - <translation type="obsolete">Hata Ayıklayıcı İstemcisini Seç</translation> - </message> - <message> <location filename="../Project/DebuggerPropertiesDialog.ui" line="236"/> <source>Select to redirect stdin, stdout and stderr of the program being debugged to the eric6 IDE</source> <translation type="unfinished">Eric5 IDE tarafından hata ayıklamaya başlatılan programın stdgirdi, stdçıktı ve stdhata yolunu yeniden yönlendirmek için seçiniz {6 ?}</translation> @@ -7349,11 +6982,6 @@ <translation type="unfinished">Hata Ayıklayıcı İstemcisi için Python3 Yorumlayıcısı </translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.py" line="33"/> - <source>Press to select the Python3 interpreter via a file selection dialog</source> - <translation type="obsolete">Bir seçim diyaloğu ile Python3 yorumlayıcısını seçmek için basınız</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="63"/> <source>Debug Client Type</source> <translation>Hata Ayıklayıcı İstemcisi Tipi</translation> @@ -7389,21 +7017,11 @@ <translation>Geleneksel</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="75"/> - <source>Multi Threaded</source> - <translation type="obsolete">Çoklu Görev</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="105"/> <source>Source association</source> <translation>Kaynak birlikteliği</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="101"/> - <source>Enter the file extensions to be associated with the Python3 debugger separated by a space. They must not overlap with the ones for Python2.</source> - <translation type="obsolete">Dosya uzantılarını Python3 hata ayıklayıcısı ile birleştirmek için bir boşluk ile ayırarak giriniz. Python2 ile örtüşmemektedir.</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="174"/> <source>Redirect stdin/stdout/stderr</source> <translation>Stdin/Stdout/Stderr u yeniden yönlendir</translation> @@ -7419,16 +7037,6 @@ <translation>Hata ayıklayıcı istemcisini şifreleme ayarlarını yapma</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.py" line="94"/> - <source>Select Python interpreter for Debug Client</source> - <translation type="obsolete">Hata Ayıklayıcı İstemcisi için Python yorumlayıcısını seçiniz</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.py" line="109"/> - <source>Select Debug Client</source> - <translation type="obsolete">Hata Ayıklayıcı İstemcisini Seç</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.py" line="47"/> <source>Python Files (*.py *.py3)</source> <translation>Python Dosyaları (*.py *.py3)</translation> @@ -7465,147 +7073,6 @@ </message> </context> <context> - <name>DebuggerPythonPage</name> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="17"/> - <source><b>Configure Python2 Debugger</b></source> - <translation type="obsolete"><b>Python Hata Ayıklayıcısını Ayarla</b></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="37"/> - <source>Python2 Virtual Environment</source> - <translation type="obsolete">Hata Ayıklayıcı İstemcisi için Python Yorumlayıcısı</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.py" line="33"/> - <source>Press to select the Python interpreter via a file selection dialog</source> - <translation type="obsolete">Dosya seçme diyaloğu ile Python yorumlayıcısını seçmek için basınız</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="53"/> - <source>Debug Client Type</source> - <translation type="obsolete">Hata Ayıklayıcı İstemcisi Tipi</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="65"/> - <source>Enter the path of the Debug Client to be used. Leave empty to use the default.</source> - <translation type="obsolete">Kullanmak için hata ayıklayıcısının yolunu giriniz. Boş bırakırsanız varsayılan yol kullanılır.</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.py" line="42"/> - <source>Press to select the Debug Client via a file selection dialog</source> - <translation type="obsolete">Hata ayıklayıcı istemcisini dosya seçme diyaloğu ile seçmek için basınız</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="72"/> - <source>Select the standard debug client</source> - <translation type="obsolete">Çok görevli hata ayıklayıcı istemcisini seç</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="75"/> - <source>Standard</source> - <translation type="obsolete">Standart</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="82"/> - <source>Select the custom selected debug client</source> - <translation type="obsolete">Seçilmiş kullanıcı hata ayıklayıcı istemcisini seçiniz</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="85"/> - <source>Custom</source> - <translation type="obsolete">Geleneksel</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="75"/> - <source>Multi Threaded</source> - <translation type="obsolete">Çoklu Görev</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="95"/> - <source>Source association</source> - <translation type="obsolete">Kaynak birlikteliği</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="101"/> - <source>Enter the file extensions to be associated with the Python2 debugger separated by a space. They must not overlap with the ones for Python3.</source> - <translation type="obsolete">Dosya uzantılarını Python2 hata ayıklayıcısı ile birleştirmek için bir boşluk ile ayırarak giriniz. Python3 ile örtüşmemektedir.</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="120"/> - <source>Redirect stdin/stdout/stderr</source> - <translation type="obsolete">Stdin/Stdout/Stderr u yeniden yönlendir</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="127"/> - <source>Select to not set the debug client encoding</source> - <translation type="obsolete">Hata ayıklayıcı istemcisi şifrelemesini ayarlamayı iptal için seç</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="130"/> - <source>Don't set the encoding of the debug client</source> - <translation type="obsolete">Hata ayıklayıcı istemcisini şifreleme ayarlarını yapma</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.py" line="94"/> - <source>Select Python interpreter for Debug Client</source> - <translation type="obsolete">Hata Ayıklayıcı İstemcisi için Python yorumlayıcısını seçiniz</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.py" line="109"/> - <source>Select Debug Client</source> - <translation type="obsolete">Hata Ayıklayıcı İstemcisini Seç</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.py" line="44"/> - <source>Python Files (*.py *.py2)</source> - <translation type="obsolete">Python Dosyaları (*.py *.py2)</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="117"/> - <source>Select, to redirect stdin, stdout and stderr of the program being debugged to the eric6 IDE</source> - <translation type="obsolete">Stdin/Stdout/Stderr gönderilerinin Eric5 IDE'de hata ayıklamasının yapılması için, seçiniz {6 ?}</translation> - </message> -</context> -<context> - <name>DebuggerRubyPage</name> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerRubyPage.ui" line="17"/> - <source><b>Configure Ruby Debugger</b></source> - <translation type="obsolete"><b>Ruby Hata Ayıklayıcısını Yapılandır</b></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerRubyPage.ui" line="37"/> - <source>Ruby Interpreter for Debug Client</source> - <translation type="obsolete">Hata Ayıklama İstemcisi için Ruby Yorumlayıcısı</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerRubyPage.ui" line="43"/> - <source>Enter the path of the Ruby interpreter to be used by the debug client.</source> - <translation type="obsolete">Hata ayıklayıcı istemcisinde kullanmak için Ruby yorumlayıcısının yolunu giriniz.</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerRubyPage.ui" line="50"/> - <source>Press to select the Ruby interpreter via a file selection dialog</source> - <translation type="obsolete">Dosya seçme diyaloğu ile Ruby yorumlayıcısını seçmek için basınız</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerRubyPage.ui" line="63"/> - <source>Redirect stdin/stdout/stderr</source> - <translation type="obsolete">Stdin/Stdout/Stderr u yeniden yönlendir</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerRubyPage.py" line="64"/> - <source>Select Ruby interpreter for Debug Client</source> - <translation type="obsolete">Hata Ayıklayıcısı için Ruby yorumlayıcısını seç</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerRubyPage.ui" line="60"/> - <source>Select, to redirect stdin, stdout and stderr of the program being debugged to the eric6 IDE</source> - <translation type="obsolete">Stdin/Stdout/Stderr gönderilerinin Eric5 IDE'de hata ayıklamasının yapılması için, seçiniz {6 ?}</translation> - </message> -</context> -<context> <name>DeepLEngine</name> <message> <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/DeepLEngine.py" line="78"/> @@ -7767,11 +7234,6 @@ <translation>İlk dosyanın adını giriniz</translation> </message> <message> - <location filename="../UI/DiffDialog.ui" line="67"/> - <source>Press to select the file via a file selection dialog</source> - <translation type="obsolete">Dosya seçme diyaloğu ile bir dosya seç</translation> - </message> - <message> <location filename="../UI/DiffDialog.ui" line="52"/> <source>File &2:</source> <translation>Dosya &2:</translation> @@ -7862,11 +7324,6 @@ <translation>Herhangi bir farklılık bulunamadı.</translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="467"/> - <source>Select file to compare</source> - <translation type="obsolete">Karşılaştırma için dosya seç</translation> - </message> - <message> <location filename="../UI/DiffDialog.py" line="305"/> <source><p>The patch file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>Yama dosyası <b>{0}</b> zaten var. Üzerine yazılsın mı?</p></translation> @@ -8969,24 +8426,6 @@ </message> </context> <context> - <name>E5ErrorMessage</name> - <message> - <location filename="../E5Gui/E5ErrorMessage.py" line="153"/> - <source>Warning</source> - <translation type="obsolete">Dikkat</translation> - </message> - <message> - <location filename="../E5Gui/E5ErrorMessage.py" line="156"/> - <source>Critical</source> - <translation type="obsolete">Kritik</translation> - </message> - <message> - <location filename="../E5Gui/E5ErrorMessage.py" line="159"/> - <source>Fatal Error</source> - <translation type="obsolete">Ölümcül Hata</translation> - </message> -</context> -<context> <name>E5ErrorMessageFilterDialog</name> <message> <location filename="../E5Gui/E5ErrorMessageFilterDialog.ui" line="14"/> @@ -8994,26 +8433,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../E5Gui/E5ErrorMessageFilterDialog.ui" line="80"/> - <source>&Add...</source> - <translation type="obsolete">&Ekle...</translation> - </message> - <message> - <location filename="../E5Gui/E5ErrorMessageFilterDialog.ui" line="97"/> - <source>Press to remove the selected entries</source> - <translation type="obsolete">Seçilen girişi kaldırmak için basınız</translation> - </message> - <message> - <location filename="../E5Gui/E5ErrorMessageFilterDialog.ui" line="100"/> - <source>&Remove</source> - <translation type="obsolete">Kaldı&r</translation> - </message> - <message> - <location filename="../E5Gui/E5ErrorMessageFilterDialog.ui" line="110"/> - <source>Press to remove all entries</source> - <translation type="obsolete">Tüm Girişleri kaldırkak için basınız</translation> - </message> - <message> <location filename="../E5Gui/E5ErrorMessageFilterDialog.py" line="39"/> <source><b>Error Message Filters</b><p>This list shows the configured message filters used to suppress error messages from within Qt.</p></source> <translation type="unfinished"></translation> @@ -10143,11 +9562,6 @@ <translation type="unfinished">Sonraki eşlişmeyi bulmak için basınız</translation> </message> <message> - <location filename="../E5Gui/E5TextEditSearchWidget.py" line="140"/> - <source>Find</source> - <translation type="obsolete">Bul</translation> - </message> - <message> <location filename="../E5Gui/E5TextEditSearchWidget.py" line="362"/> <source>'{0}' was not found.</source> <translation type="unfinished">'{0}' bulunamadı.</translation> @@ -10383,11 +9797,6 @@ <translation>Beklemenoktası satırnumarasını giriniz</translation> </message> <message> - <location filename="../Debugger/EditBreakpointDialog.ui" line="165"/> - <source>Press to open a file selection dialog</source> - <translation type="obsolete">Dosya seçme diyaloğunu açmak için basınız</translation> - </message> - <message> <location filename="../Debugger/EditBreakpointDialog.ui" line="46"/> <source>Linenumber:</source> <translation>Satır Numarası:</translation> @@ -10412,11 +9821,6 @@ <source>Add Breakpoint</source> <translation>Bekleme Noktası Ekle</translation> </message> - <message> - <location filename="../Debugger/EditBreakpointDialog.py" line="129"/> - <source>Select filename of the breakpoint</source> - <translation type="obsolete">Bekleme noktasının dosyaadını seç</translation> - </message> </context> <context> <name>EditWatchpointDialog</name> @@ -10619,11 +10023,6 @@ <translation>Yazım yardımı etkinleştirildi</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="726"/> - <source>Autocompletion enabled</source> - <translation type="obsolete">Otomatik tamamlama onaylı</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="867"/> <source>Close</source> <translation>Kapat</translation> @@ -10649,16 +10048,6 @@ <translation>Yazdır</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="797"/> - <source>Autocomplete</source> - <translation type="obsolete">Otomatik tamamlama</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="816"/> - <source>dynamic</source> - <translation type="obsolete">dinamik</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="921"/> <source>Complete from Document</source> <translation type="unfinished">Belgeden</translation> @@ -10899,16 +10288,6 @@ <translation>Önceki görev</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1364"/> - <source>LMB toggles bookmarks</source> - <translation type="obsolete">LMB açkapa yerimleri</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1368"/> - <source>LMB toggles breakpoints</source> - <translation type="obsolete">LMB açkapa bekleme noktası</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1309"/> <source>Export source</source> <translation>Kaynağı dışaktar</translation> @@ -11497,11 +10876,6 @@ <translation>Ekle</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.ui" line="116"/> - <source>Enter a file to be added</source> - <translation type="obsolete">Eklemek için dosya gir</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.py" line="39"/> <source>Press to select an API file via a selection dialog</source> <translation>Seçim diyaloğu ile bir API dosyası seçmek için basınız</translation> @@ -11537,11 +10911,6 @@ <translation>API'leri Derle</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.py" line="142"/> - <source>Select API file</source> - <translation type="obsolete">API dosyasını seç</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.py" line="41"/> <source>API File (*.api);;All Files (*)</source> <translation>API Dosyası (*.api);;Tüm Dosyalar (*)</translation> @@ -11763,11 +11132,6 @@ <context> <name>EditorAutocompletionQScintillaPage</name> <message> - <location filename="../Preferences/ConfigurationPages/EditorAutocompletionQScintillaPage.ui" line="16"/> - <source><b>Configure QScintilla Autocompletion</b></source> - <translation type="obsolete"><b>QScintilla Otamatiktamamlamasını Ayarlar</b></translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/EditorAutocompletionQScintillaPage.ui" line="37"/> <source>Select this, if single entries shall be inserted automatically</source> <translation type="unfinished"></translation> @@ -13945,20 +13309,10 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.py" line="115"/> - <source>Select personal word list</source> - <translation type="obsolete">kişisel sözcük listesini seç</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.py" line="38"/> <source>Dictionary File (*.dic);;All Files (*)</source> <translation>Sözlük Dosyaları (*.dic);;Tüm Dosyalar (*)</translation> </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.py" line="129"/> - <source>Select personal exclude list</source> - <translation type="obsolete">Dışarıda tutulan kişisel dosya listesi</translation> - </message> </context> <context> <name>EditorStylesPage</name> @@ -14043,16 +13397,6 @@ <translation>Katlama sınırını göster</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="223"/> - <source>Select to show unified margins (like eric4 < 4.3.0)</source> - <translation type="obsolete">Birleştirmi sınırlarını göstermek için seçiniz (eric4 < 4.3.0 gibi)</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="226"/> - <source>Show unified margins</source> - <translation type="obsolete">Birleştirme sınırını göster</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="227"/> <source>Folding style:</source> <translation>Klasör stili:</translation> @@ -15366,11 +14710,6 @@ <translation>Posta sunucunuzun adresini giriniz</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="53"/> - <source>Outgoing mail server port:</source> - <translation type="obsolete">Giden eposta suncu bağlantı noktası:</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="183"/> <source>Enter the port of the mail server</source> <translation>Posta sunucusunun portunu fgir</translation> @@ -15401,11 +14740,6 @@ <translation>TLS kullanmak için seç</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="131"/> - <source>Use TLS</source> - <translation type="obsolete">TLS kullan</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="251"/> <source>Select to authenticatate against the mail server</source> <translation>Posta sunucusunda yetki kaydı için siçiniz</translation> @@ -15760,11 +15094,6 @@ <translation><b>Çıktı Dosyaadı</b><p>Çıktı dosyaadını giriniz. A '%L' Boşluklar API dosyasından gelen dil ile değişecektir.</p></translation> </message> <message> - <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.ui" line="45"/> - <source>Press to open a file selection dialog</source> - <translation type="obsolete">Dosya seçme diyaloğunu açmak için basınız</translation> - </message> - <message> <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.ui" line="25"/> <source>Output File:</source> <translation>Çıktı Dosyası:</translation> @@ -15860,30 +15189,15 @@ <translation>Sil</translation> </message> <message> - <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.ui" line="222"/> - <source>Press to open a directory selection dialog</source> - <translation type="obsolete">Dizin seçme diyaloğunu açmak için basınız</translation> - </message> - <message> <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.ui" line="184"/> <source>List of directory basenames to be ignored</source> <translation>yoksayılacak anadosyaların dizin listesi</translation> </message> <message> - <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.py" line="197"/> - <source>Select output file</source> - <translation type="obsolete">Çıktı dosyasının seçiniz</translation> - </message> - <message> <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.py" line="45"/> <source>API files (*.api);;All files (*)</source> <translation>API dosyaları (*.api);;Tüm dosyalar (*)</translation> </message> - <message> - <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.py" line="228"/> - <source>Select directory to exclude</source> - <translation type="obsolete">Dışırıda tutulacak dizinleri seçiniz</translation> - </message> </context> <context> <name>EricapiExecDialog</name> @@ -15991,11 +15305,6 @@ <translation>Çıktı dizinin girin</translation> </message> <message> - <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="400"/> - <source>Press to open a directory selection dialog</source> - <translation type="obsolete">Dizin seçme diyaloğunu açmak için basınız</translation> - </message> - <message> <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="62"/> <source>Additional source extensions:</source> <translation>İlave kaynak eklentileri:</translation> @@ -16096,11 +15405,6 @@ <translation>CSS sayfa stilinin dosya adını giriniz. Boş bırakırsanız önceden tanımlı renkler kullanılır.</translation> </message> <message> - <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="243"/> - <source>Press to open a file selection dialog</source> - <translation type="obsolete">Dosya seçme diyaloğunu açmak için basınız</translation> - </message> - <message> <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="262"/> <source>Colours</source> <translation>Renkler</translation> @@ -16271,31 +15575,11 @@ <translation>QtHelp koleksiyonu dosyalarını üret</translation> </message> <message> - <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.py" line="305"/> - <source>Select output directory</source> - <translation type="obsolete">Çıktı dizinini seç</translation> - </message> - <message> - <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.py" line="330"/> - <source>Select directory to exclude</source> - <translation type="obsolete">Dışırıda tutulacak dizinleri seçiniz</translation> - </message> - <message> - <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.py" line="370"/> - <source>Select CSS style sheet</source> - <translation type="obsolete">CSS sayfa stilini seç</translation> - </message> - <message> <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.py" line="53"/> <source>Style sheet (*.css);;All files (*)</source> <translation>Sayfa stili (*.css);;Tüm dosyalar (*)</translation> </message> <message> - <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.py" line="519"/> - <source>Select output directory for QtHelp files</source> - <translation type="obsolete">QtHelp dosyalarının çıktı dizinini seçiniz</translation> - </message> - <message> <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.py" line="63"/> <source><?xml version="1.0" encoding="utf-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html><head><title></title></head><body style="background-color:{BodyBgColor};color:{BodyColor}"><h1 style="background-color:{Level1HeaderBgColor};color:{Level1HeaderColor}">Level 1 Header</h1><h3 style="background-color:{Level2HeaderBgColor};color:{Level2HeaderColor}">Level 2 Header</h3><h2 style="background-color:{CFBgColor};color:{CFColor}">Class and Function Header</h2>Standard body text with <a style="color:{LinkColor}">some links</a> embedded.</body></html></source> <translation type="unfinished"></translation> @@ -16576,19 +15860,6 @@ </message> </context> <context> - <name>ExporterBase</name> - <message> - <location filename="../QScintilla/Exporters/ExporterBase.py" line="58"/> - <source>Export source</source> - <translation type="obsolete">Kaynağı dışaktar</translation> - </message> - <message> - <location filename="../QScintilla/Exporters/ExporterBase.py" line="58"/> - <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> - <translation type="obsolete"><p><b>{0}</b> dosyası halen mevcut. Üzerine yazılsın mı?</p></translation> - </message> -</context> -<context> <name>ExporterHTML</name> <message> <location filename="../QScintilla/Exporters/ExporterHTML.py" line="382"/> @@ -17649,11 +16920,6 @@ <translation>İçinde arama yapılacak dizini gir</translation> </message> <message> - <location filename="../UI/FindFileDialog.ui" line="288"/> - <source>Select the directory via a directory selection dialog</source> - <translation type="obsolete">Dizin seçme diyaloğu ile dizini seçiniz</translation> - </message> - <message> <location filename="../UI/FindFileDialog.ui" line="295"/> <source>Search in open files only </source> <translation>Yalnızca açık dosyalarda ara</translation> @@ -17714,11 +16980,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/FindFileDialog.py" line="553"/> - <source>Select directory</source> - <translation type="obsolete">Dizin Seçiniz</translation> - </message> - <message> <location filename="../UI/FindFileDialog.py" line="625"/> <source><p>Could not read the file <b>{0}</b>. Skipping it.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> @@ -17824,11 +17085,6 @@ <translation>İçinde dosya aranacak dizini gir</translation> </message> <message> - <location filename="../UI/FindFileNameDialog.ui" line="86"/> - <source>Press to select the directory, the file should be searched in</source> - <translation type="obsolete">İçinde dosya aranacak dizini seçmek için basınız</translation> - </message> - <message> <location filename="../UI/FindFileNameDialog.ui" line="99"/> <source>Select to search in the project path</source> <translation>Proje yolunda aramak için seç</translation> @@ -17883,11 +17139,6 @@ <source>Opens the selected file</source> <translation>Seçilen dosya açılıyor</translation> </message> - <message> - <location filename="../UI/FindFileNameDialog.py" line="205"/> - <source>Select search directory</source> - <translation type="obsolete">Arama dizinini seç</translation> - </message> </context> <context> <name>FirefoxImporter</name> @@ -18346,7 +17597,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1558"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1561"/> <source>The git process did not finish within 30s.</source> <translation type="unfinished"></translation> </message> @@ -18526,432 +17777,432 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1383"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1386"/> <source>Create {0} file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1383"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1386"/> <source><p>The file <b>{0}</b> exists already. Overwrite it?</p></source> <translation type="unfinished"><p><b>{0}</b> dosyası halihazırda bulunuyor. Üzerine yazılsın mı?</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1442"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1445"/> <source>Git Copy</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1427"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1430"/> <source><p>Copying the directory <b>{0}</b> failed.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1442"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1445"/> <source><p>Copying the file <b>{0}</b> failed.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2627"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2630"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation type="unfinished">Süreç {0} başlatılamadı. Bunun arama yolunda olduğundan emin olun.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1629"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1632"/> <source>Git Side-by-Side Difference</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1629"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1632"/> <source><p>The file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"><p>Dosya <b>{0}</b> okunamıyor.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1678"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1681"/> <source>Fetching from a remote Git repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1716"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1719"/> <source>Pulling from a remote Git repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1757"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1760"/> <source>Pushing to a remote Git repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1785"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1788"/> <source>Committing failed merge</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1812"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1815"/> <source>Aborting uncommitted/failed merge</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1845"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1848"/> <source>Applying patch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1877"/> - <source>Check patch files</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1880"/> + <source>Check patch files</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1883"/> <source>Apply patch files</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1962"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1965"/> <source>Tagging in the Git repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2193"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2196"/> <source>Branching in the Git repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2233"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2236"/> <source>Delete Remote Branch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2254"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2257"/> <source>Current Branch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2254"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2257"/> <source><p>The current branch is <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2318"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2321"/> <source>Create Bundle</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2283"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2286"/> <source>Git Bundle Files (*.bundle)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2300"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2303"/> <source><p>The Git bundle file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2348"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2351"/> <source>Verify Bundle</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2478"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2481"/> <source>Git Bundle Files (*.bundle);;All Files (*)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2378"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2381"/> <source>List Bundle Heads</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2478"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2481"/> <source>Apply Bundle</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2501"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2504"/> <source>Applying a bundle file (fetch)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2528"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2531"/> <source>Bisect subcommand ({0}) invalid.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2731"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2734"/> <source>Git Bisect ({0})</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2627"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2630"/> <source>Process Generation Error</source> <translation type="unfinished">İşlem Üretecinde Hata</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2671"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2674"/> <source>Create Bisect Replay File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2637"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2640"/> <source>Git Bisect Replay Files (*.replay)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2654"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2657"/> <source><p>The Git bisect replay file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2671"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2674"/> <source><p>The file <b>{0}</b> could not be written.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2692"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2695"/> <source>Edit Bisect Replay File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2719"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2722"/> <source>Git Bisect Replay Files (*.replay);;All Files (*)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2719"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2722"/> <source>Bisect Replay</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3071"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3074"/> <source>Show Remote Info</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2950"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2953"/> <source>Rename Remote Repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2950"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2953"/> <source>Enter new name for remote repository:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3095"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3098"/> <source>Show Shortlog</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3153"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3156"/> <source>Cherry-pick</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3183"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3186"/> <source>Copy Changesets (Continue)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3208"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3211"/> <source>Copy Changesets (Quit)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3234"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3237"/> <source>Copy Changesets (Cancel)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3314"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3317"/> <source>Saving stash</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3513"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3516"/> <source>Show Stash</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3513"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3516"/> <source>Select a stash (empty for latest stash):</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3425"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3428"/> <source>Restore Stash</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3439"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3442"/> <source>Restoring stash</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3473"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3476"/> <source>Create Branch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3463"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3466"/> <source>Enter a branch name to restore a stash to:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3488"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3491"/> <source>Creating branch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3522"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3525"/> <source>Delete Stash</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3522"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3525"/> <source>Do you really want to delete the stash <b>{0}</b>?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3533"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3536"/> <source>Deleting stash</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3553"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3556"/> <source>Delete All Stashes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3553"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3556"/> <source>Do you really want to delete all stashes?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3561"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3564"/> <source>Deleting all stashes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3633"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3636"/> <source>Showing the combined configuration settings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3659"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3662"/> <source>Verifying the integrity of the Git repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3684"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3687"/> <source>Performing Repository Housekeeping</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3728"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3731"/> <source><tr><td><b>Statistics</b></td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3729"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3732"/> <source><tr><td>Number of loose objects: </td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3733"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3736"/> <source><tr><td>Disk space used by loose objects: </td><td>{0} KiB</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3737"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3740"/> <source><tr><td>Number of packed objects: </td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3741"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3744"/> <source><tr><td>Number of packs: </td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3745"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3748"/> <source><tr><td>Disk space used by packed objects: </td><td>{0} KiB</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3749"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3752"/> <source><tr><td>Packed objects waiting for pruning: </td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3753"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3756"/> <source><tr><td>Garbage files: </td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3757"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3760"/> <source><tr><td>Disk space used by garbage files: </td><td>{0} KiB</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3763"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3766"/> <source><p><b>No statistics available.</b></p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3829"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3832"/> <source>Creating Archive</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3872"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3875"/> <source>Add Submodule</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3942"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3945"/> <source>List Submodules</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3942"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3945"/> <source>No submodules defined for the project.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3957"/> - <source>All</source> - <translation type="unfinished">Hepsi</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3960"/> - <source>Submodule Path</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3960"/> + <source>All</source> + <translation type="unfinished">Hepsi</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3963"/> + <source>Submodule Path</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3963"/> <source>Select a submodule path:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4013"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4016"/> <source>Initialize Submodules</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4050"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4053"/> <source>Unregister Submodules</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4130"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4133"/> <source>Update Submodules</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4164"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4167"/> <source>Synchronize Submodules</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4222"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4225"/> <source>Submodules Summary</source> <translation type="unfinished"></translation> </message> @@ -24436,12 +23687,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmoduleAddDialog.py" line="92"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmoduleAddDialog.py" line="103"/> <source>Select Submodule Repository Directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmoduleAddDialog.py" line="118"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmoduleAddDialog.py" line="129"/> <source>Select Submodule Directory</source> <translation type="unfinished"></translation> </message> @@ -25526,11 +24777,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpAppearancePage.py" line="137"/> - <source>Select Style Sheet</source> - <translation type="obsolete">Sayfa Stilini seç</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/HelpAppearancePage.ui" line="194"/> <source>Tabs</source> <translation type="unfinished">Sekmeler</translation> @@ -26073,11 +25319,6 @@ <translation>Qt4 Belgeleri</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="126"/> - <source>Press to select the Qt4 documentation directory via a dialog</source> - <translation type="obsolete">Bir diyalog ile Qt4 belgelerini seçmek için basınız</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="157"/> <source>Enter the Qt4 documentation directory</source> <translation>Qt4 belgelirinin dizini gir</translation> @@ -26108,11 +25349,6 @@ <translation>PySide Belgeleri</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="258"/> - <source>Press to select the PySide documentation directory via a dialog</source> - <translation type="obsolete">Bir diyalog ile PySide belgelerini seçmek için basınız</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="297"/> <source>Enter the PySide documentation directory</source> <translation>Pyside belgelerinin dizinini gir</translation> @@ -26128,16 +25364,6 @@ <translation>HTML Dosyaları (*.html *.htm);;Tüm Dosyalar (*)</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="145"/> - <source>Select Qt4 documentation entry</source> - <translation type="obsolete">Qt4 belgelerine giriş için seçiniz</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="201"/> - <source>Select PySide documentation entry</source> - <translation type="obsolete">PySide belgelerine giriş için seçiniz</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="72"/> <source>Python 2 Documentation</source> <translation type="unfinished"></translation> @@ -26178,11 +25404,6 @@ <translation type="unfinished">Qt4 Belgeleri {5 ?}</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="159"/> - <source>Press to select the Qt5 documentation directory via a dialog</source> - <translation type="obsolete">Bir diyalog ile Qt4 belgelerini seçmek için basınız {5 ?}</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="192"/> <source>Enter the Qt5 documentation directory</source> <translation type="unfinished">Qt4 belgelirinin dizini gir {5 ?}</translation> @@ -26193,21 +25414,11 @@ <translation type="unfinished"><b>Not</b>: Ayarlandığında Boş bıraktıysanız QT4DOCDIR ortam değişkeni kullanılır. {5D?}</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="159"/> - <source>Select Qt5 documentation entry</source> - <translation type="obsolete">Qt4 belgelerine giriş için seçiniz {5 ?}</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="247"/> <source>PyQt5 Documentation</source> <translation type="unfinished">PyQt4 Belgeleri {5 ?}</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="225"/> - <source>Press to select the PyQt5 documentation directory via a dialog</source> - <translation type="obsolete">Bir diyalog ile PyQt4 belgelerini seçmek için basınız {5 ?}</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="262"/> <source>Enter the PyQt5 documentation directory</source> <translation type="unfinished">PyQt4 belgelirinin dizini gir {5 ?}</translation> @@ -26218,11 +25429,6 @@ <translation type="unfinished"><b>Not</b>: Ayarlandığında Boş bıraktıysanız PYQT4DOCDIR ortam değişkeni kullanılır. {5D?}</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="187"/> - <source>Select PyQt5 documentation entry</source> - <translation type="obsolete">PyQt4 belgelerine giriş için seçiniz {5 ?}</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="37"/> <source>eric API Documentation</source> <translation type="unfinished"></translation> @@ -26377,21 +25583,11 @@ <translation type="unfinished">Sayfa stili dosyasının adını giriniz</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpInterfacePage.ui" line="67"/> - <source>Select the style sheet file via a file selection dialog</source> - <translation type="obsolete">Sayfa stil dosyasını dosya seçme diyaloğu ile seçiniz </translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/HelpInterfacePage.py" line="62"/> <source>System</source> <translation type="unfinished">Sistem</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpInterfacePage.py" line="78"/> - <source>Select style sheet file</source> - <translation type="obsolete">Sayfa stil dosyasını seç</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/HelpInterfacePage.py" line="36"/> <source>Qt Style Sheets (*.qss);;Cascading Style Sheets (*.css);;All files (*)</source> <translation type="unfinished">Qt Sayfa stili (*.qss);;Üstüste Sayfa Stili (*.css);;Tüm Dosyalar (*)</translation> @@ -26685,11 +25881,6 @@ <translation>Kullanmak için geleneksel görüntüleyiciyi giriniz</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpViewersPage.ui" line="58"/> - <source>Press to select the custom viewer via a file selection dialog</source> - <translation type="obsolete">Geleneksel görüntüleyiciyi dosya seçme diyaloğu ile seçmek için basınız</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/HelpViewersPage.ui" line="76"/> <source>Select to use a custom viewer</source> <translation>Kullanmak için geleneksel görüntüleyeceye seçin</translation> @@ -26720,26 +25911,6 @@ <translation>Eric Web Gözatıcısı</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpViewersPage.py" line="84"/> - <source>Select Custom Viewer</source> - <translation type="obsolete">Geleneksel-Görüntüleyiciyi seçiniz</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/HelpViewersPage.py" line="98"/> - <source>Select Web-Browser</source> - <translation type="obsolete">Web-Gözatıcısını seçiniz</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/HelpViewersPage.py" line="112"/> - <source>Select PDF-Viewer</source> - <translation type="obsolete">PDF-Görüntüleyicisini seçiniz</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/HelpViewersPage.py" line="126"/> - <source>Select CHM-Viewer</source> - <translation type="obsolete">CHM-Görüntüleyicisini Seçiniz</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/HelpViewersPage.ui" line="66"/> <source>Select to use the configured web browser of the system</source> <translation type="unfinished"></translation> @@ -26966,11 +26137,6 @@ <translation>Websayfalarında etkinliştirilecek eklentileri seçiniz</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpWebBrowserPage.ui" line="260"/> - <source>Enable Plugins</source> - <translation type="obsolete">Eklentileri Etkinleştir</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/HelpWebBrowserPage.ui" line="369"/> <source>Security</source> <translation type="unfinished">Güvenlik</translation> @@ -28446,11 +27612,6 @@ <translation>Özel verileri temizle</translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="1350"/> - <source>&Clear private data</source> - <translation type="obsolete">&Özel verileri temizle</translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="1316"/> <source><b>Clear private data</b><p>Clears the private data like browsing history, search history or the favicons database.</p></source> <translation type="unfinished"></translation> @@ -28761,11 +27922,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/HelpWindow.py" line="3498"/> - <source>Default Encoding</source> - <translation type="obsolete">Varsayılan Kodlama</translation> - </message> - <message> <location filename="../Helpviewer/HelpWindow.py" line="1907"/> <source>VirusTotal</source> <translation type="unfinished"></translation> @@ -29853,11 +29009,6 @@ <translation type="unfinished">Ctrl+R</translation> </message> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="493"/> - <source>Replace some text</source> - <translation type="obsolete">Bazı metinleri değiştir</translation> - </message> - <message> <location filename="../HexEdit/HexEditMainWindow.py" line="552"/> <source>About</source> <translation type="unfinished">Hakkında</translation> @@ -32326,18 +31477,6 @@ <translation>Mercurial Kopya</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgCopyDialog.ui" line="64"/> - <source>Press to open a selection dialog</source> - <translation type="obsolete">Bir seçim diyaloğu açmak için basınız</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgCopyDialog.ui" line="67"/> - <source><b>Target directory</b> -<p>Select the target name for the operation via a selection dialog.</p></source> - <translation type="obsolete"><b>Hedef Dizin</b> -<p>Seçim diyaloğu yolu ile bu çalışma için bir hedef isim seçin.</p></translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgCopyDialog.ui" line="23"/> <source>Source:</source> <translation>Kaynak:</translation> @@ -32380,11 +31519,6 @@ <translation>Mercurial Taşıma</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgCopyDialog.py" line="89"/> - <source>Select target</source> - <translation type="obsolete">Hedefi seç</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgCopyDialog.ui" line="63"/> <source><b>Target name</b> <p>Enter the new name in this field. The target must be the new name or an absolute path.</p></source> @@ -32482,46 +31616,6 @@ <translation>Hatalar</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.ui" line="89"/> - <source>Input</source> - <translation type="obsolete">Girdi</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.ui" line="111"/> - <source>Press to send the input to the hg process</source> - <translation type="obsolete">Hg işlem girdilerini göndermek için basınız</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.ui" line="114"/> - <source>&Send</source> - <translation type="obsolete">&Gönder</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.ui" line="117"/> - <source>Alt+S</source> - <translation type="obsolete">Alt+S</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.ui" line="124"/> - <source>Enter data to be sent to the hg process</source> - <translation type="obsolete">Hg işlemlerine göndermek için verileri giriniz</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.ui" line="131"/> - <source>Select to switch the input field to password mode</source> - <translation type="obsolete">Giriş alanını parola moduna çevirmek için seçiniz</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.ui" line="134"/> - <source>&Password Mode</source> - <translation type="obsolete">&Parola Modu</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.ui" line="137"/> - <source>Alt+P</source> - <translation type="obsolete">Alt+P</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="107"/> <source>Process Generation Error</source> <translation>İşlem Üretecinde Hata</translation> @@ -33496,16 +32590,6 @@ <translation>Kopyalama/Taşımıyı Durdur</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="398"/> - <source>Press to compare two revisions</source> - <translation type="obsolete">İki düzenlemeyi karşılaştırmak için basınız</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="401"/> - <source>&Compare Revisions</source> - <translation type="obsolete">Gözden Geçirmeleri Karşılaş&tır</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="520"/> <source>Errors</source> <translation>Hatalar</translation> @@ -34044,94 +33128,6 @@ </message> </context> <context> - <name>HgLogDialog</name> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogDialog.ui" line="14"/> - <source>Mercurial Log</source> - <translation type="obsolete">Mercurial Günlüğü</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogDialog.ui" line="26"/> - <source>Log</source> - <translation type="obsolete">Günlük</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogDialog.ui" line="32"/> - <source><b>Mercurial Log</b><p>This shows the output of the hg log command. By clicking on the links you may show the difference between revisions.</p></source> - <translation type="obsolete"><b>Mercurial Günlüğü</b><p>Bu hg günlüğü komutunun çıktısıını gösterir. Bağlantıdaki adresi tıklarsanız iki güncelleme arasındaki farklılıkları görürsünü.</p></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogDialog.ui" line="61"/> - <source>Errors</source> - <translation type="obsolete">Hatalar</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogDialog.ui" line="83"/> - <source>Input</source> - <translation type="obsolete">Girdi</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogDialog.ui" line="105"/> - <source>Press to send the input to the hg process</source> - <translation type="obsolete">Hg işlem girdilerini göndermek için basınız</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogDialog.ui" line="108"/> - <source>&Send</source> - <translation type="obsolete">&Gönder</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogDialog.ui" line="111"/> - <source>Alt+S</source> - <translation type="obsolete">Alt+S</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogDialog.ui" line="118"/> - <source>Enter data to be sent to the hg process</source> - <translation type="obsolete">Hg işlemlerine göndermek için verileri giriniz</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogDialog.ui" line="125"/> - <source>Select to switch the input field to password mode</source> - <translation type="obsolete">Giriş alanını parola moduna çevirmek için seçiniz</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogDialog.ui" line="128"/> - <source>&Password Mode</source> - <translation type="obsolete">&Parola Modu</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogDialog.ui" line="131"/> - <source>Alt+P</source> - <translation type="obsolete">Alt+P</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogDialog.py" line="64"/> - <source><b>Processing your request, please wait...</b></source> - <translation type="obsolete"><b>İsteğiniz yerine getirilyor, lütfen bekleyiniz...</b></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogDialog.py" line="74"/> - <source>Revision</source> - <translation type="obsolete">Gözden Geçirme</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogDialog.py" line="215"/> - <source>Process Generation Error</source> - <translation type="obsolete">İşlem Üretecinde Hata</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogDialog.py" line="215"/> - <source>The process {0} could not be started. Ensure, that it is in the search path.</source> - <translation type="obsolete">Süreç {0} başlatılamadı. Bunun arama yolunda olduğundan emin olun.</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogDialog.py" line="344"/> - <source>diff to {0}</source> - <translation type="obsolete">{0}ne farkı</translation> - </message> -</context> -<context> <name>HgMergeDialog</name> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgMergeDialog.ui" line="14"/> @@ -34337,11 +33333,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgNewProjectOptionsDialog.ui" line="28"/> - <source>&Protocol:</source> - <translation type="obsolete">&Protokol:</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgNewProjectOptionsDialog.ui" line="122"/> <source>&URL:</source> <translation>&URL:</translation> @@ -34374,16 +33365,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgNewProjectOptionsDialog.py" line="98"/> - <source>Select Repository-Directory</source> - <translation type="obsolete">Kaynak Havuzu- Dizinin Seç</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgNewProjectOptionsDialog.py" line="113"/> - <source>Select Project Directory</source> - <translation type="obsolete">Proje Dizinini Seç</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgNewProjectOptionsDialog.ui" line="95"/> <source>Download all versions of all large files</source> <translation type="unfinished"></translation> @@ -34521,11 +33502,6 @@ <translation>Yalnızca kaynak havuzundan kaldır</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="548"/> - <source>Show log</source> - <translation type="obsolete">Kayıtı göster</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="544"/> <source>Show log browser</source> <translation>Kayıt gözatıcısını gösted</translation> @@ -37515,16 +36491,6 @@ <translation>Durum göstergesini yenilemek için bas</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="113"/> - <source>Commit changes to repository...</source> - <translation type="obsolete">Yapılan değişiklekleri kaynak havuzuna teslim et...</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="122"/> - <source>Add to repository</source> - <translation type="obsolete">Kaynak havuzuna ekle</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="142"/> <source>Commit the selected changes</source> <translation type="unfinished"></translation> @@ -37625,11 +36591,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.ui" line="136"/> - <source>&Add</source> - <translation type="obsolete">&Ekle</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="190"/> <source>Restore missing</source> <translation type="unfinished"></translation> @@ -38455,14 +37416,6 @@ </message> </context> <context> - <name>HgUserConfigDataDialog</name> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="175"/> - <source> MB</source> - <translation type="obsolete">MB</translation> - </message> -</context> -<context> <name>HgUserConfigDialog</name> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="552"/> @@ -40669,16 +39622,6 @@ <translation>Ekle</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/IconsPage.ui" line="72"/> - <source>Enter a directory to be added</source> - <translation type="obsolete">Eklemek için dizin seçiniz</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/IconsPage.ui" line="79"/> - <source>Press to select an icon directory via a selection dialog</source> - <translation type="obsolete">İcon dizinini siçim diyaloğu ile seçmek için basınız</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/IconsPage.ui" line="156"/> <source>Show</source> <translation>Göster</translation> @@ -40698,11 +39641,6 @@ <source>List of icon directories</source> <translation>İcın dizinleri listesi</translation> </message> - <message> - <location filename="../Preferences/ConfigurationPages/IconsPage.py" line="132"/> - <source>Select icon directory</source> - <translation type="obsolete">İcon dizinin seçiniz</translation> - </message> </context> <context> <name>IconsPreviewDialog</name> @@ -41316,31 +40254,6 @@ <translation>Ortaya çıkacak dosya içeriğini sırala</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="104"/> - <source>Log-Viewer</source> - <translation type="obsolete">Kayıt-Gösterici</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="110"/> - <source>Select to show the log-viewer upon new output</source> - <translation type="obsolete">Kayıt-Göstericiyi yeni çıktının üzerinde göstermek için seç</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="113"/> - <source>Show upon new output</source> - <translation type="obsolete">Yeni çıktının üzerinde göster</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="120"/> - <source>Stderr Colour:</source> - <translation type="obsolete">Stdhata Rengi:</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="133"/> - <source>Select the colour for text sent to stderr</source> - <translation type="obsolete">Stdhatalarda gösterilecek metnin rengini seç</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="107"/> <source>Select, if the caption of the main window should show the filename of the current editor</source> <translation>Geçerli editörün dosya adının ana pencere başlığında görünmesini istiyorsanız, seçiniz</translation> @@ -41376,16 +40289,6 @@ <translation>Sayfa Stili:</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="184"/> - <source>Enter the name of the style sheet file</source> - <translation type="obsolete">Sayfa stili dosyasının adını giriniz</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="191"/> - <source>Select the style sheet file via a file selection dialog</source> - <translation type="obsolete">Sayfa stil dosyasını dosya seçme diyaloğu ile seçiniz </translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="202"/> <source>Dockarea Corner Usage</source> <translation>Rıhtım Alanı Köşe Kullanımı</translation> @@ -41511,56 +40414,11 @@ <translation>Durumçubukları</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="463"/> - <source>Shell</source> - <translation type="obsolete">Kabuk</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="469"/> - <source>Select to get a separate shell window</source> - <translation type="obsolete">Ayrılmış pencere kabuğu için seç</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="501"/> - <source>separate window</source> - <translation type="obsolete">ayrılmış pencere</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="479"/> - <source>Select to embed the shell in the Debug-Viewer</source> - <translation type="obsolete">Kabuğu Hata Ayıklama-Göstericisi içene gömmek için seçiniz</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="511"/> - <source>embed in Debug-Viewer</source> - <translation type="obsolete">Hata Ayıklama-Görüntüleyicisene gömülü</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="486"/> <source>File-Browser</source> <translation type="unfinished">Dosya-Gözatıcısı</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="498"/> - <source>Select to get a separate file browser window</source> - <translation type="obsolete">Dosya gözatıcısı penceresine bir ayraç eklemek için seçiniz</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="508"/> - <source>Select to embed the file browser in the Debug-Viewer</source> - <translation type="obsolete">Dosya Gözatıcısını Hata Ayıklama-Göstericisi içene gömmek için seçiniz</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="518"/> - <source>Select to embed the file browser in the Project-Viewer</source> - <translation type="obsolete">Dosya Gözatıcısını Proje-Göstericisi içene gömmek için seçiniz</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="521"/> - <source>embed in Project-Viewer</source> - <translation type="obsolete">Proje-Görüntüleyici içine gömülü</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="567"/> <source>Tabs</source> <translation>Sekmeler</translation> @@ -41587,11 +40445,6 @@ <translation>Türkçe</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/InterfacePage.py" line="254"/> - <source>Select style sheet file</source> - <translation type="obsolete">Sayfa stil dosyasını seç</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/InterfacePage.py" line="42"/> <source>Qt Style Sheets (*.qss);;Cascading Style Sheets (*.css);;All files (*)</source> <translation>Qt Sayfa stili (*.qss);;Üstüste Sayfa Stili (*.css);;Tüm Dosyalar (*)</translation> @@ -43767,11 +42620,6 @@ <translation type="unfinished">Javabetiklerinin panoya erişmesine müsade etmek için seç</translation> </message> <message> - <location filename="../WebBrowser/StatusBar/JavaScriptSettingsDialog.ui" line="36"/> - <source>JavaScript can access clipboard</source> - <translation type="obsolete">Javabetikleri panoya erişebilir</translation> - </message> - <message> <location filename="../WebBrowser/StatusBar/JavaScriptSettingsDialog.ui" line="38"/> <source>Allow to open windows</source> <translation type="unfinished"></translation> @@ -44500,11 +43348,6 @@ <translation>Python GUI Dosyaları (*.pyw *.pyw2 *.pyw3)</translation> </message> <message> - <location filename="../QScintilla/Lexers/__init__.py" line="578"/> - <source>Pyrex Files (*.pyx)</source> - <translation type="obsolete">Pyrex Dosyaları (*.pyx)</translation> - </message> - <message> <location filename="../QScintilla/Lexers/__init__.py" line="591"/> <source>Quixote Template Files (*.ptl)</source> <translation>Quixote Template Dosyaları (*.ptl)</translation> @@ -45510,11 +44353,6 @@ <translation>Teslim edilmek için hatırlanacak mesj sayısını girin</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="236"/> - <source>Incoming / Outgoing</source> - <translation type="obsolete">Giren / Çıkan</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="242"/> <source>Select to update the working directory to new tip</source> <translation type="unfinished"></translation> @@ -47199,11 +46037,6 @@ <translation>Aç</translation> </message> <message> - <location filename="../MultiProject/MultiProjectBrowser.py" line="333"/> - <source>Remove</source> - <translation type="obsolete">Kaldır</translation> - </message> - <message> <location filename="../MultiProject/MultiProjectBrowser.py" line="411"/> <source>Properties</source> <translation>Özellikler</translation> @@ -47416,11 +46249,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Navigation/NavigationBar.py" line="84"/> - <source>Stop loading</source> - <translation type="obsolete">Yüklemeyi durdur</translation> - </message> - <message> <location filename="../WebBrowser/Navigation/NavigationBar.py" line="83"/> <source>Move to the initial screen</source> <translation type="unfinished"></translation> @@ -47457,47 +46285,47 @@ <context> <name>NetworkManager</name> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="181"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="197"/> <source>SSL Certificate Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="182"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="198"/> <source><b>{0}</b><p>The page you are trying to access has errors in the SSL certificate.</p><ul><li>{1}</li></ul><p>Would you like to make an exception?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="192"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="208"/> <source>&Permanent accept</source> <translation type="unfinished">Sürekli kabul &P</translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="194"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="210"/> <source>&Temporary accept</source> <translation type="unfinished">Geçicikabul &T</translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="196"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="212"/> <source>&Reject</source> <translation type="unfinished">&Reddet</translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="229"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="245"/> <source><b>Enter username and password for '{0}', realm '{1}'</b></source> <translation type="unfinished"><b> '{1}' alanı, '{0}' için kullanıcı adı ve parola giriniz</b></translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="232"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="248"/> <source><b>Enter username and password for '{0}'</b></source> <translation type="unfinished"><b> '{0}' için kullanıcı adını ve parolayı giriniz</b></translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="275"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="291"/> <source>Authentication required</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="276"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="292"/> <source>Authentication is required to access:</source> <translation type="unfinished"></translation> </message> @@ -47520,11 +46348,6 @@ <translation>İndirme dizinini giriniz (Öntanımlı yerleşimi seçmek için boş bırakın)</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="59"/> - <source>Select the download directory via a directory selection dialog</source> - <translation type="obsolete">Dizin seçme diyaloğu ile indirme dizinini seçiniz</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="89"/> <source>Select to ask the user for a download filename</source> <translation>Kullanıcıya indirilecek dosyanının adının sorulması için seç</translation> @@ -47575,11 +46398,6 @@ <translation type="unfinished">Parola:</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/NetworkPage.py" line="193"/> - <source>Select download directory</source> - <translation type="obsolete">İndirme dizinini seç</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="56"/> <source>Downloads</source> <translation type="unfinished"></translation> @@ -47861,11 +46679,6 @@ <translation>Sınıfa&dı:</translation> </message> <message> - <location filename="../Project/NewDialogClassDialog.ui" line="76"/> - <source>Select the source file path via a directory selection dialog</source> - <translation type="obsolete">Dizin seçme diyaloğu ile kuynak dosya yolunun seçiniz</translation> - </message> - <message> <location filename="../Project/NewDialogClassDialog.ui" line="42"/> <source>&Filename:</source> <translation>Dosyaad&ı:</translation> @@ -47885,11 +46698,6 @@ <source>Enter the name of the file for the forms code</source> <translation>Form kodu için dosyanın adını giriniz</translation> </message> - <message> - <location filename="../Project/NewDialogClassDialog.py" line="61"/> - <source>Select source directory</source> - <translation type="obsolete">Kaynak dizinini seçiniz</translation> - </message> </context> <context> <name>NewPythonPackageDialog</name> @@ -49350,11 +48158,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/UiExtensionPlugins/PipInterface/Pip.py" line="564"/> - <source><default></source> - <translation type="obsolete"><default></translation> - </message> - <message> <location filename="../Plugins/UiExtensionPlugins/PipInterface/Pip.py" line="600"/> <source>Interpreter for Virtual Environment</source> <translation type="unfinished"></translation> @@ -50145,40 +48948,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/UiExtensionPlugins/PipInterface/ConfigurationPage/PipPage.ui" line="82"/> - <source>&Add...</source> - <translation type="obsolete">&Ekle...</translation> - </message> - <message> - <location filename="../Plugins/UiExtensionPlugins/PipInterface/ConfigurationPage/PipPage.ui" line="99"/> - <source>Press to remove the selected entries</source> - <translation type="obsolete">Seçilen girişi kaldırmak için basınız</translation> - </message> - <message> - <location filename="../Plugins/UiExtensionPlugins/PipInterface/ConfigurationPage/PipPage.ui" line="102"/> - <source>&Remove</source> - <translation type="obsolete">Kaldı&r</translation> - </message> - <message> - <location filename="../Plugins/UiExtensionPlugins/PipInterface/ConfigurationPage/PipPage.ui" line="112"/> - <source>Press to remove all entries</source> - <translation type="obsolete">Tüm Girişleri kaldırkak için basınız</translation> - </message> - <message> <location filename="../Plugins/UiExtensionPlugins/PipInterface/ConfigurationPage/PipPage.py" line="36"/> <source><b>Note:</b> Leave empty to use the default index URL (<a href="{0}">{0}</a>).</source> <translation type="unfinished"></translation> </message> </context> <context> - <name>PipRequirementsSelectionDialog</name> - <message> - <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipRequirementsSelectionDialog.py" line="60"/> - <source>Text Files (*.txt);;All Files (*)</source> - <translation type="obsolete">Metin Dosyaları (*.txt);;Tüm Dosyalar (*)</translation> - </message> -</context> -<context> <name>PipSearchDialog</name> <message> <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.py" line="450"/> @@ -50803,11 +49578,6 @@ <translation>eklenti indirme dizinini gir</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/PluginManagerPage.py" line="109"/> - <source>Select plugins download directory</source> - <translation type="obsolete">eklentileri indirme dizinini seç</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/PluginManagerPage.ui" line="137"/> <source>Select to enable external plugins to be loaded</source> <translation type="unfinished"></translation> @@ -52048,11 +50818,6 @@ <translation>Python3 Dosyaları (*.py *.py3);;Python3 GUI Dosyaları (*.pyw *.pyw3);;</translation> </message> <message> - <location filename="../Project/Project.py" line="166"/> - <source>Ruby Files (*.rb);;</source> - <translation type="obsolete">Ruby Dosyaları (*.rb);;</translation> - </message> - <message> <location filename="../Project/Project.py" line="278"/> <source>Console</source> <translation>Konsol- kumanda birimi</translation> @@ -53192,11 +51957,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4834"/> - <source>Coverage</source> - <translation type="obsolete">Kapsam</translation> - </message> - <message> <location filename="../Project/Project.py" line="5293"/> <source><p>The file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> @@ -55194,18 +53954,6 @@ gelecek olan diyalog ile yapabilirsiniz.</p></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="298"/> - <source>Show directory selection dialog</source> - <translation type="obsolete">Dizin seçme diyaloğunu göster</translation> - </message> - <message> - <location filename="../Project/PropertiesDialog.ui" line="301"/> - <source><b>Project Directory</b> -<p>Select a project directory via a directory selection dialog.</p></source> - <translation type="obsolete"><b>Proje Dizini</b> -<p>Dizin seçim diyaloğu ile bir proje dizini seçiniz.</p></translation> - </message> - <message> <location filename="../Project/PropertiesDialog.ui" line="185"/> <source>&Version No.:</source> <translation>&Sürüm No.:</translation> @@ -55241,18 +53989,6 @@ <p>Projenin ana betiğini giriniz. sağdaki düğmeye basarak bir diyalog ile seçiminizi yapabilirsiniz.</p></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="309"/> - <source>Show file selection dialog</source> - <translation type="obsolete">Dosya seçim diyaloğunu göster</translation> - </message> - <message> - <location filename="../Project/PropertiesDialog.ui" line="312"/> - <source><b>Main Script</b> -<p>Select the projects main script via a file selection dialog.</p></source> - <translation type="obsolete"><b>Ana betik</b> -<p>Dosya seçim diyaloğu ile projenin ana betiğini seçiniz.</p></translation> - </message> - <message> <location filename="../Project/PropertiesDialog.ui" line="237"/> <source>Press to edit the translations properties</source> <translation>Çeviri özelliklerini düzenlemek için basınız</translation> @@ -55380,21 +54116,11 @@ <translation>Projenin sürüm kontrolü yapılmadı.</translation> </message> <message> - <location filename="../Project/PropertiesDialog.py" line="184"/> - <source>Select project directory</source> - <translation type="obsolete">Proje dizinini seç</translation> - </message> - <message> <location filename="../Project/PropertiesDialog.py" line="60"/> <source>Source Files ({0});;All Files (*)</source> <translation>Kaynak Dosyaları ({0});; Tüm Dosyalar (*)</translation> </message> <message> - <location filename="../Project/PropertiesDialog.py" line="237"/> - <source>Select main script file</source> - <translation type="obsolete">Ana betik dosyasını seç</translation> - </message> - <message> <location filename="../Project/PropertiesDialog.ui" line="358"/> <source>Select to create a version controlled project</source> <translation type="unfinished"></translation> @@ -60417,11 +59143,6 @@ <translation>dizayncı</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/QtPage.py" line="66"/> - <source>Select Qt4 Translations Directory</source> - <translation type="obsolete">Qt4 Çeviri Dizinini Seç</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="37"/> <source>Qt Translations Directory</source> <translation type="unfinished"></translation> @@ -61589,11 +60310,6 @@ <translation>Pencereyi kapatmak için basınız</translation> </message> <message> - <location filename="../QScintilla/ReplaceWidget.ui" line="39"/> - <source>Find:</source> - <translation type="obsolete">Bul:</translation> - </message> - <message> <location filename="../QScintilla/ReplaceWidget.ui" line="91"/> <source>Press to find the previous occurrence</source> <translation>Birönceki eşleşmeyi bulmak için basınız</translation> @@ -61604,26 +60320,6 @@ <translation>Sonraki eşlişmeyi bulmak için basınız</translation> </message> <message> - <location filename="../QScintilla/ReplaceWidget.ui" line="85"/> - <source>Match case</source> - <translation type="obsolete">Eşleşme durumu</translation> - </message> - <message> - <location filename="../QScintilla/ReplaceWidget.ui" line="92"/> - <source>Whole word</source> - <translation type="obsolete">Tüm kelimeler</translation> - </message> - <message> - <location filename="../QScintilla/ReplaceWidget.ui" line="99"/> - <source>Regexp</source> - <translation type="obsolete">Regexp</translation> - </message> - <message> - <location filename="../QScintilla/ReplaceWidget.ui" line="106"/> - <source>Replace:</source> - <translation type="obsolete">Yerdeğiştir:</translation> - </message> - <message> <location filename="../QScintilla/ReplaceWidget.ui" line="168"/> <source>Press to replace the selection</source> <translation>Seçimi değiştirmek için basınız</translation> @@ -61634,16 +60330,6 @@ <translation>Tüm eşleşmeleri değiştirmek için basınız</translation> </message> <message> - <location filename="../QScintilla/ReplaceWidget.ui" line="159"/> - <source>Wrap around</source> - <translation type="obsolete">Etrafını çevrele</translation> - </message> - <message> - <location filename="../QScintilla/ReplaceWidget.ui" line="166"/> - <source>Selection only</source> - <translation type="obsolete">YAlnızca seçilen</translation> - </message> - <message> <location filename="../QScintilla/ReplaceWidget.ui" line="175"/> <source>Press to replace the selection and search for the next occurence</source> <translation type="unfinished"></translation> @@ -62239,11 +60925,6 @@ <translation>Etrafını çevrele</translation> </message> <message> - <location filename="../QScintilla/SearchWidget.ui" line="113"/> - <source>Selection only</source> - <translation type="obsolete">YAlnızca seçilen</translation> - </message> - <message> <location filename="../WebBrowser/SearchWidget.py" line="98"/> <source>Expression was not found.</source> <translation>İfade Bulunmadı.</translation> @@ -63123,11 +61804,6 @@ <translation>Kabuk</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="121"/> - <source><b>The Shell Window</b><p>This is simply an interpreter running in a window. The interpreter is the one that is used to run the program being debugged. This means that you can execute any command while the program being debugged is running.</p><p>You can use the cursor keys while entering commands. There is also a history of commands that can be recalled using the up and down cursor keys. Pressing the up or down key after some text has been entered will start an incremental search.</p><p>The shell has some special commands. 'reset' kills the shell and starts a new one. 'clear' clears the display of the shell window. 'start' is used to switch the shell language and must be followed by a supported language. Supported languages are listed by the 'languages' command. These commands (except 'languages') are available through the context menu as well.</p><p>Pressing the Tab key after some text has been entered will show a list of possible commandline completions. The relevant entry may be selected from this list. If only one entry is available, this will inserted automatically.</p><p>In passive debugging mode the shell is only available after the program to be debugged has connected to the IDE until it has finished. This is indicated by a different prompt and by an indication in the window caption.</p></source> - <translation type="obsolete"><b>Kabu Penceresi</b><p>Bu basit bir yorumlayıcı penceresidir. Koşturulan programın hata yakalamasının yapılacağı bir arayüzdür.Bunun anlamı programda hata yakalamaya başladığınızda kabuk üzerinden istediğiniz comutu girebileceğinizdir.</p><p>İmleç tuşları ile daha önceden girilen komutlar arasında dolaşabilirsiniz. Aşağı yada yukarı tuşlarına bastıktan sonra klavyeden gireceğiniz harf ve kelimelere göre arama başlatırsınız.</p><p>Kabuğun bazı özel komutları vardır. 'reset'kabuğu sıfırlar ve yeni bir tane başlatır. 'clear' kabuk penceresini temziler. 'start'kullanılan kabuk dilinden bir sonraki kabuk diline geçirir. Desteklenen diller 'languages' komutu ile listelenir. Bu komutlar (except 'languages') sağ tuş menusü ilede ulaşılabilir.</p><p>Bazı metinleri girdikten sonra tab tuşuna bazarsanız tamamlanabilecek kelimelerin bir listesi gelir. Konuyla ilgili kelimelri bu listede seçebilirsiniz.Eğer girilebilecek tek bir seçenek varsa , bu otomat,k olarak eklenir.</p><p> Pasif hata ayıklama modunda bu tamamlanana kadar IDLE kullanılamaz.Bu durum pencere başlığında farklı çıktılar ile gösterilir.</p></translation> - </message> - <message> <location filename="../QScintilla/Shell.py" line="280"/> <source>Passive >>> </source> <translation>Pasif >>></translation> @@ -63173,16 +61849,6 @@ <translation>Yapıştır</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="304"/> - <source>Reset</source> - <translation type="obsolete">Başadön</translation> - </message> - <message> - <location filename="../QScintilla/Shell.py" line="305"/> - <source>Reset and Clear</source> - <translation type="obsolete">Başadön ve temizle</translation> - </message> - <message> <location filename="../QScintilla/Shell.py" line="324"/> <source>Configure...</source> <translation>Ayarlanıyor...</translation> @@ -63230,13 +61896,6 @@ <translation>stdhata: {0}</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="1743"/> - <source>Shell language "{0}" not supported. -</source> - <translation type="obsolete">Kabuk dili "{0}" desteklenmiyor. -</translation> - </message> - <message> <location filename="../QScintilla/Shell.py" line="2140"/> <source>Drop Error</source> <translation>Düşme hatası</translation> @@ -63841,11 +62500,6 @@ <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="595"/> <source>Move back one history entry</source> <translation type="unfinished"></translation> @@ -65080,11 +63734,6 @@ <translation>Proje kelime listesi dosyaadını giriniz</translation> </message> <message> - <location filename="../Project/SpellingPropertiesDialog.ui" line="97"/> - <source>Select the project word list file via a file selection dialog</source> - <translation type="obsolete">Proje kelime listesini bir seçim diyaloğu ile seçiniz</translation> - </message> - <message> <location filename="../Project/SpellingPropertiesDialog.ui" line="66"/> <source>Project E&xclude List:</source> <translation>Proje İ&stisna Listesi:</translation> @@ -65095,30 +63744,15 @@ <translation>Projenin istisna listesinin dosyaadını giriniz</translation> </message> <message> - <location filename="../Project/SpellingPropertiesDialog.ui" line="104"/> - <source>Select the project exclude list file via a file selection dialog</source> - <translation type="obsolete">İstisna listesini bir seçim diyaloğu ile seçiniz</translation> - </message> - <message> <location filename="../Project/SpellingPropertiesDialog.py" line="50"/> <source><default></source> <translation><default></translation> </message> <message> - <location filename="../Project/SpellingPropertiesDialog.py" line="89"/> - <source>Select project word list</source> - <translation type="obsolete">Proje kelime listesini seçiniz</translation> - </message> - <message> <location filename="../Project/SpellingPropertiesDialog.py" line="43"/> <source>Dictionary File (*.dic);;All Files (*)</source> <translation>Sözlük Dosyaları (*.dic);;Tüm Dosyalar (*)</translation> </message> - <message> - <location filename="../Project/SpellingPropertiesDialog.py" line="110"/> - <source>Select project exclude list</source> - <translation type="obsolete">Proje istisna listesini seçiniz</translation> - </message> </context> <context> <name>SqlBrowser</name> @@ -65370,11 +64004,6 @@ <translation>Veritabanı adını giriniz</translation> </message> <message> - <location filename="../SqlBrowser/SqlConnectionDialog.ui" line="155"/> - <source>Press to select a database file</source> - <translation type="obsolete">Veritabanı adı seçmek için basınız</translation> - </message> - <message> <location filename="../SqlBrowser/SqlConnectionDialog.ui" line="63"/> <source>&Username:</source> <translation>K&ullanıcı Adı:</translation> @@ -65414,16 +64043,6 @@ <source>Default</source> <translation>Varsayılan</translation> </message> - <message> - <location filename="../SqlBrowser/SqlConnectionDialog.py" line="106"/> - <source>Select Database File</source> - <translation type="obsolete">Veritabanı adını seçiniz</translation> - </message> - <message> - <location filename="../SqlBrowser/SqlConnectionDialog.py" line="106"/> - <source>All Files (*)</source> - <translation type="obsolete">Tüm Dosyalar (*)</translation> - </message> </context> <context> <name>SqlConnectionWidget</name> @@ -65758,18 +64377,6 @@ <p>Hata ayıklaması yapılacak uygulamaının çalışma dizinini giriniz.Bo olarak bırakırsanız çalışma dizini uygulama dizini olur.</p></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="270"/> - <source>Select directory using a directory selection dialog</source> - <translation type="obsolete">Dizini dizin seçme diyaloğunu kullanarak seç</translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="273"/> - <source><b>Select directory</b> -<p>Select the working directory via a directory selection dialog.</p></source> - <translation type="obsolete"><b>Dizin seçimi</b> -<p>Dizin seçme diyaloğu aracılığı ile çalışma dizinin seçiniz.</p></translation> - </message> - <message> <location filename="../Debugger/StartDebugDialog.ui" line="120"/> <source>&Environment Variables:</source> <translation type="unfinished">Ortam &e:</translation> @@ -65929,11 +64536,6 @@ <translation>Geçmişi temizle</translation> </message> <message> - <location filename="../Debugger/StartDialog.py" line="130"/> - <source>Working directory</source> - <translation type="obsolete">Çalışma dizini</translation> - </message> - <message> <location filename="../Debugger/StartDialog.py" line="261"/> <source>Edit History</source> <translation type="unfinished"></translation> @@ -66222,18 +64824,6 @@ <p>Hata ayıklaması yapılacak uygulamaının çalışma dizinini giriniz.Bo olarak bırakırsanız çalışma dizini uygulama dizini olur.</p></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="241"/> - <source>Select directory using a directory selection dialog</source> - <translation type="obsolete">Dizini dizin seçme diyaloğunu kullanarak seç</translation> - </message> - <message> - <location filename="../Debugger/StartRunDialog.ui" line="244"/> - <source><b>Select directory</b> -<p>Select the working directory via a directory selection dialog.</p></source> - <translation type="obsolete"><b>Dizin seçimi</b> -<p>Dizin seçme diyaloğu aracılığı ile çalışma dizinin seçiniz.</p></translation> - </message> - <message> <location filename="../Debugger/StartRunDialog.ui" line="120"/> <source>&Environment Variables:</source> <translation type="unfinished">Ortam &e:</translation> @@ -66617,16 +65207,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="900"/> - <source>Subversion Log</source> - <translation type="obsolete">Altsürüm Kayıtı</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="900"/> - <source>Select number of entries to show.</source> - <translation type="obsolete">Gösterilecek giriş sayısını seçiniz.</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="2082"/> <source>Locking in the Subversion repository</source> <translation type="unfinished"></translation> @@ -67206,11 +65786,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCommandDialog.ui" line="125"/> - <source>Select the working directory via a directory selection dialog</source> - <translation type="obsolete">Dizin seçme diyaloğu ile çalışma dizinini seçiniz</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCommandDialog.ui" line="75"/> <source>Enter the working directory for the Subversion command</source> <translation type="unfinished"></translation> @@ -67243,11 +65818,6 @@ <source>project directory</source> <translation>proje dizini</translation> </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCommandDialog.py" line="78"/> - <source>Working directory</source> - <translation type="obsolete">Çalışma dizini</translation> - </message> </context> <context> <name>SvnCommitDialog</name> @@ -67312,18 +65882,6 @@ <translation>Altsürüm Kopyası</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCopyDialog.ui" line="64"/> - <source>Press to open a selection dialog</source> - <translation type="obsolete">Bir seçim diyaloğu açmak için basınız</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCopyDialog.ui" line="67"/> - <source><b>Target directory</b> -<p>Select the target name for the operation via a selection dialog.</p></source> - <translation type="obsolete"><b>Hedef Dizin</b> -<p>Seçim diyaloğu yolu ile bu çalışma için bir hedef isim seçin.</p></translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCopyDialog.ui" line="23"/> <source>Source:</source> <translation>Kaynak:</translation> @@ -67366,11 +65924,6 @@ <translation>Altsürüm Taşıma</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCopyDialog.py" line="91"/> - <source>Select target</source> - <translation type="obsolete">Hedefi seç</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCopyDialog.ui" line="63"/> <source><b>Target name</b> <p>Enter the new name in this field. The target must be the new name or an absolute path.</p></source> @@ -67994,128 +66547,6 @@ </message> </context> <context> - <name>SvnLogDialog</name> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogDialog.ui" line="14"/> - <source>Subversion Log</source> - <translation type="obsolete">Altsürüm Kayıtı</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogDialog.ui" line="26"/> - <source>Log</source> - <translation type="obsolete">Günlük</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogDialog.ui" line="32"/> - <source><b>Subversion Log</b><p>This shows the output of the svn log command. By clicking on the links you may show the difference between versions.</p></source> - <translation type="obsolete"><b>Altsürüm Günlüğü</b><p>Bu svn günlük komutlarının çıktısını gösterir.Bağlantıların üzerine tıklanması durumunda sürümler arasındaki farkları gösterir.</p></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogDialog.ui" line="58"/> - <source>Errors</source> - <translation type="obsolete">Hatalar</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogDialog.ui" line="80"/> - <source>Input</source> - <translation type="obsolete">Girdi</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogDialog.ui" line="102"/> - <source>Press to send the input to the subversion process</source> - <translation type="obsolete">Girdiyi altsürüm sürecine göndermek için basınız</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogDialog.ui" line="105"/> - <source>&Send</source> - <translation type="obsolete">&Gönder</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogDialog.ui" line="108"/> - <source>Alt+S</source> - <translation type="obsolete">Alt+S</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogDialog.ui" line="115"/> - <source>Enter data to be sent to the subversion process</source> - <translation type="obsolete">Altsürüm işlemleri için gönderilecek verileri gir</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogDialog.ui" line="122"/> - <source>Select to switch the input field to password mode</source> - <translation type="obsolete">Giriş alanını parola moduna çevirmek için seçiniz</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogDialog.ui" line="125"/> - <source>&Password Mode</source> - <translation type="obsolete">&Parola Modu</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogDialog.ui" line="128"/> - <source>Alt+P</source> - <translation type="obsolete">Alt+P</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogDialog.py" line="55"/> - <source><b>Processing your request, please wait...</b></source> - <translation type="obsolete"><b>İsteğiniz yerine getirilyor, lütfen bekleyiniz...</b></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogDialog.py" line="81"/> - <source>Added</source> - <translation type="obsolete">Eklendi</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogDialog.py" line="82"/> - <source>Deleted</source> - <translation type="obsolete">Silindi</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogDialog.py" line="83"/> - <source>Modified</source> - <translation type="obsolete">Değiştirildi</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogDialog.py" line="87"/> - <source>revision</source> - <translation type="obsolete">gözden geçirme</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogDialog.py" line="142"/> - <source>Process Generation Error</source> - <translation type="obsolete">İşlem Üretecinde Hata</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogDialog.py" line="142"/> - <source>The process {0} could not be started. Ensure, that it is in the search path.</source> - <translation type="obsolete">Süreç {0} başlatılamadı. Bunun arama yolunda olduğundan emin olun.</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogDialog.py" line="193"/> - <source>diff to {0}</source> - <translation type="obsolete">{0}ne farkı</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogDialog.py" line="202"/> - <source><i>author: {0}</i><br /> -</source> - <translation type="obsolete"><i>yazar: {0}</i><br /> -</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogDialog.py" line="205"/> - <source><i>date: {0}</i><br /> -</source> - <translation type="obsolete"><i>tarih: {0}</i><br /> -</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogDialog.py" line="191"/> - <source> (copied from {0}, revision {1})</source> - <translation type="obsolete"> ({0}den kaydedildi, gözden geçirme {1})</translation> - </message> -</context> -<context> <name>SvnLoginDialog</name> <message> <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLoginDialog.ui" line="13"/> @@ -68299,16 +66730,6 @@ <translation>E&tiket:</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnNewProjectOptionsDialog.py" line="95"/> - <source>Select Repository-Directory</source> - <translation type="obsolete">Kaynak Havuzu- Dizinin Seç</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnNewProjectOptionsDialog.py" line="123"/> - <source>Select Project Directory</source> - <translation type="obsolete">Proje Dizinini Seç</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnNewProjectOptionsDialog.py" line="121"/> <source>Pat&h:</source> <translation type="unfinished"></translation> @@ -68391,11 +66812,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnOptionsDialog.py" line="71"/> - <source>Select Repository-Directory</source> - <translation type="obsolete">Kaynak Havuzu- Dizinin Seç</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnOptionsDialog.py" line="89"/> <source>Pat&h:</source> <translation type="unfinished"></translation> @@ -68449,11 +66865,6 @@ <translation>DEğişiklik listesinden çıkar</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="566"/> - <source>Show log</source> - <translation type="obsolete">Kayıtı göster</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="562"/> <source>Show log browser</source> <translation>Kayıt gözatıcısını gösted</translation> @@ -69042,11 +67453,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="209"/> - <source>Show repository info</source> - <translation type="obsolete">Kaynak havuzu bilgisini göster</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="284"/> <source>Conflicts resolved</source> <translation type="unfinished"></translation> @@ -69277,11 +67683,6 @@ <translation>Mülkün metnini gir</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropSetDialog.ui" line="93"/> - <source>Press to select the file via a file selection dialog</source> - <translation type="obsolete">Dosya seçme diyaloğu ile bir dosya seç</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropSetDialog.ui" line="92"/> <source>Enter the name of a file for the property</source> <translation type="unfinished"></translation> @@ -69306,11 +67707,6 @@ <source>Property &Value:</source> <translation>Mülk &Değeri:</translation> </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropSetDialog.py" line="46"/> - <source>Select file for property</source> - <translation type="obsolete">Mülk için dosya seç</translation> - </message> </context> <context> <name>SvnRelocateDialog</name> @@ -73297,14 +71693,6 @@ </message> </context> <context> - <name>TemplateHelpDialog</name> - <message> - <location filename="../Templates/TemplateHelpDialog.ui" line="14"/> - <source>Template Help</source> - <translation type="obsolete">Şablon Yardımı</translation> - </message> -</context> -<context> <name>TemplateMultipleVariablesDialog</name> <message> <location filename="../Templates/TemplateMultipleVariablesDialog.py" line="106"/> @@ -73810,18 +72198,6 @@ <translation>Alt+N</translation> </message> <message> - <location filename="../Preferences/ToolConfigurationDialog.ui" line="282"/> - <source>Select the icon via a file selection dialog</source> - <translation type="obsolete">Dosya seçme diyaloğu ile iconu seçiniz</translation> - </message> - <message> - <location filename="../Preferences/ToolConfigurationDialog.ui" line="285"/> - <source><b>Icon</b> -<p>Select the icon via a file selection dialog.</p></source> - <translation type="obsolete"><b>İkon</b> -<p>Dosya seçme diyaloğu ile ikonu seçiniz.</p></translation> - </message> - <message> <location filename="../Preferences/ToolConfigurationDialog.ui" line="254"/> <source>Enter the filename of the executable</source> <translation>Çalıştıracak dosyanın adını giriniz</translation> @@ -74000,11 +72376,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ToolConfigurationDialog.py" line="297"/> - <source>Select icon file</source> - <translation type="obsolete">İcon dosyasını seçiniz</translation> - </message> - <message> <location filename="../Preferences/ToolConfigurationDialog.py" line="40"/> <source>Icon files (*.png)</source> <translation>Ikon dosyaları(*.png)</translation> @@ -74210,18 +72581,6 @@ <translation>Çeviri Özellikleri</translation> </message> <message> - <location filename="../Project/TranslationPropertiesDialog.ui" line="82"/> - <source>Show directory selection dialog</source> - <translation type="obsolete">Dizin seçme diyaloğunu göster</translation> - </message> - <message> - <location filename="../Project/TranslationPropertiesDialog.ui" line="85"/> - <source><b>Binary Translations Path</b> -<p>Select the directory for the binary translations via a directory selection dialog.</p></source> - <translation type="obsolete"><b>İkili Çeviri Yolu</b> -<p>Bir dizin seçme diyaloğu ile ikili çeivirinin yapılacağı dizini seçiniz.</p></translation> - </message> - <message> <location filename="../Project/TranslationPropertiesDialog.ui" line="76"/> <source>Enter the path for the binary translation files (*.qm)</source> <translation>İkili çeviri dosyalarının (*.qm) yolunu giriniz</translation> @@ -74314,16 +72673,6 @@ <translation>Tüm Dosyalar (*)</translation> </message> <message> - <location filename="../Project/TranslationPropertiesDialog.py" line="103"/> - <source>Select translation file</source> - <translation type="obsolete">Çeviri dosyasını seç</translation> - </message> - <message> - <location filename="../Project/TranslationPropertiesDialog.py" line="132"/> - <source>Select directory for binary translations</source> - <translation type="obsolete">İkili çeviri için dizini seçiniz</translation> - </message> - <message> <location filename="../Project/TranslationPropertiesDialog.py" line="150"/> <source>Exempt file from translation</source> <translation>Çeviriden muaf tutulacak dosya</translation> @@ -74958,14 +73307,6 @@ </message> </context> <context> - <name>TransplantProjectHelper</name> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/TransplantExtension/ProjectHelper.py" line="135"/> - <source>The project should be reread. Do this now?</source> - <translation type="obsolete">Projenin yeniden okunması gerekiyor. Şimdi yapılsın mı?</translation> - </message> -</context> -<context> <name>TrayStarter</name> <message> <location filename="../Tools/TrayStarter.py" line="70"/> @@ -75771,11 +74112,6 @@ <translation>Test &Adı:</translation> </message> <message> - <location filename="../PyUnit/UnittestDialog.ui" line="88"/> - <source>Open a file selection dialog</source> - <translation type="obsolete">Dosya seçim diyaloğu aç</translation> - </message> - <message> <location filename="../PyUnit/UnittestDialog.ui" line="26"/> <source>Enter test &filename:</source> <translation>Test &Dosyası:</translation> @@ -77191,11 +75527,6 @@ <translation>Sihirba&z</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3317"/> - <source>&Tools</source> - <translation type="obsolete">&Araçlar</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2758"/> <source>Select Tool Group</source> <translation>Araç Grubunu Seç</translation> @@ -77296,7 +75627,7 @@ <translation><h3>Sürüm Numaraları</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6953"/> + <location filename="../UI/UserInterface.py" line="6956"/> <source></table></source> <translation></table></translation> </message> @@ -77518,37 +75849,37 @@ <translation><p><b>{0}</b> bir dosya değil.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6728"/> + <location filename="../UI/UserInterface.py" line="6731"/> <source>&Cancel</source> <translation>&Vazgeç</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6737"/> + <location filename="../UI/UserInterface.py" line="6740"/> <source>Trying host {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6895"/> + <location filename="../UI/UserInterface.py" line="6898"/> <source>Update available</source> <translation>Güncelleme mümkün değil</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6915"/> + <location filename="../UI/UserInterface.py" line="6918"/> <source>Error during updates check</source> <translation>Güncellemeleri kontrol esnasında hata</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6915"/> + <location filename="../UI/UserInterface.py" line="6918"/> <source>Could not perform updates check.</source> <translation>Güncellemelere ulaşamıyorum.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6939"/> + <location filename="../UI/UserInterface.py" line="6942"/> <source><h3>Available versions</h3><table></source> <translation><h3>Mümkün sürümler</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6990"/> + <location filename="../UI/UserInterface.py" line="6993"/> <source>First time usage</source> <translation>İlk kullanım</translation> </message> @@ -77613,12 +75944,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6801"/> + <location filename="../UI/UserInterface.py" line="6804"/> <source>Error getting versions information</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6794"/> + <location filename="../UI/UserInterface.py" line="6797"/> <source>The versions information could not be downloaded. Please go online and try again.</source> <translation type="unfinished"></translation> </message> @@ -77633,7 +75964,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6801"/> + <location filename="../UI/UserInterface.py" line="6804"/> <source>The versions information could not be downloaded for the last 7 days. Please go online and try again.</source> <translation type="unfinished"></translation> </message> @@ -77724,7 +76055,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7009"/> + <location filename="../UI/UserInterface.py" line="7012"/> <source>Select Workspace Directory</source> <translation type="unfinished"></translation> </message> @@ -78109,7 +76440,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6728"/> + <location filename="../UI/UserInterface.py" line="6731"/> <source>%v/%m</source> <translation type="unfinished"></translation> </message> @@ -78129,7 +76460,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6732"/> + <location filename="../UI/UserInterface.py" line="6735"/> <source>Version Check</source> <translation type="unfinished"></translation> </message> @@ -78204,22 +76535,22 @@ <translation type="unfinished">Qt v.3 eric5 tarafından desteklenmiyor. {3 ?} {6.?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6895"/> + <location filename="../UI/UserInterface.py" line="6898"/> <source>The update to <b>{0}</b> of eric6 is available at <b>{1}</b>. Would you like to get it?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6908"/> + <location filename="../UI/UserInterface.py" line="6911"/> <source>Eric6 is up to date</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6908"/> + <location filename="../UI/UserInterface.py" line="6911"/> <source>You are using the latest version of eric6</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6990"/> + <location filename="../UI/UserInterface.py" line="6993"/> <source>eric6 has not been configured yet. The configuration dialog will be started.</source> <translation type="unfinished">Eric5 henüz ayarlanmadı. Ayarlar Diyaloğu başlatılıyor. {6 ?}</translation> </message> @@ -78239,7 +76570,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6748"/> + <location filename="../UI/UserInterface.py" line="6751"/> <source>The versions information cannot not be downloaded because you are <b>offline</b>. Please go online and try again.</source> <translation type="unfinished"></translation> </message> @@ -78324,17 +76655,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6883"/> + <location filename="../UI/UserInterface.py" line="6886"/> <source>Update Check</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6883"/> + <location filename="../UI/UserInterface.py" line="6886"/> <source>You installed eric directly from the source code. There is no possibility to check for the availability of an update.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6873"/> + <location filename="../UI/UserInterface.py" line="6876"/> <source>You are using a snapshot release of eric6. A more up-to-date stable release might be available.</source> <translation type="unfinished"></translation> </message> @@ -79998,12 +78329,6 @@ <translation>Akıllı Girinti</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1077"/> - <source>Ctrl+Alt+I</source> - <comment>Edit|Smart indent</comment> - <translation type="obsolete">Ctrl+Alt+I</translation> - </message> - <message> <location filename="../ViewManager/ViewManager.py" line="1114"/> <source>Smart indent Line or Selection</source> <translation>Akıllı Satır Girintisi yada Seçim</translation> @@ -80209,12 +78534,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1248"/> - <source>Ctrl+Space</source> - <comment>Edit|Autocomplete</comment> - <translation type="obsolete">Ctrl+Space</translation> - </message> - <message> <location filename="../ViewManager/ViewManager.py" line="1312"/> <source>Complete current word</source> <translation type="unfinished"></translation> @@ -80225,12 +78544,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1266"/> - <source>Ctrl+Shift+Space</source> - <comment>Edit|Autocomplete from Document</comment> - <translation type="obsolete">Ctrl+Shift+Space</translation> - </message> - <message> <location filename="../ViewManager/ViewManager.py" line="1333"/> <source>Complete current word from Document</source> <translation type="unfinished"></translation> @@ -80241,12 +78554,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1289"/> - <source>Ctrl+Alt+Space</source> - <comment>Edit|Autocomplete from APIs</comment> - <translation type="obsolete">Ctrl+Alt+Space</translation> - </message> - <message> <location filename="../ViewManager/ViewManager.py" line="1356"/> <source>Complete current word from APIs</source> <translation type="unfinished"></translation> @@ -80257,12 +78564,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1312"/> - <source>Alt+Shift+Space</source> - <comment>Edit|Autocomplete from Document and APIs</comment> - <translation type="obsolete">Alt+Shift+Space</translation> - </message> - <message> <location filename="../ViewManager/ViewManager.py" line="1379"/> <source>Complete current word from Document and APIs</source> <translation type="unfinished"></translation> @@ -82970,18 +81271,18 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="63"/> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="65"/> <source>Virtualenv Target Directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="68"/> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="70"/> <source>Python Interpreter</source> <translation type="unfinished"></translation> </message> <message> <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="106"/> - <source>Select to denote a global environment (i.e. no virtual environment directory to be given)</source> + <source>Select,if this is a global environment (i.e. no virtual environment directory to be given)</source> <translation type="unfinished"></translation> </message> <message> @@ -82995,12 +81296,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="145"/> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="155"/> <source>PATH Prefix:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="73"/> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="75"/> <source>Enter the executable search path to be prepended to the PATH environment variable. Use '{0}' as the separator.</source> <translation type="unfinished"></translation> </message> @@ -83017,7 +81318,7 @@ </message> <message> <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="120"/> - <source>Select, if this is an Conda environment</source> + <source>Select, if this is a Conda environment</source> <translation type="unfinished"></translation> </message> <message> @@ -83025,6 +81326,16 @@ <source>Conda Environment</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="130"/> + <source>Select, if this is a remotely accessed environment</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="133"/> + <source>Remote Environment</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>VirtualenvConfigurationDialog</name> @@ -83445,52 +81756,52 @@ <context> <name>VirtualenvManager</name> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="187"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="194"/> <source>Add Virtual Environment</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="187"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="194"/> <source>A virtual environment named <b>{0}</b> exists already. Shall it be replaced?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="244"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="255"/> <source>Change Virtual Environment</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="293"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="307"/> <source>A virtual environment named <b>{0}</b> does not exist. Aborting!</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="293"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="307"/> <source>Rename Virtual Environment</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="371"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="387"/> <source>{0} - {1}</source> <translation type="unfinished">{0} - {1}</translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="322"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="337"/> <source>Delete Virtual Environments</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="322"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="337"/> <source>Do you really want to delete these virtual environments?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="376"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="392"/> <source>Remove Virtual Environments</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="376"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="392"/> <source>Do you really want to remove these virtual environments?</source> <translation type="unfinished"></translation> </message> @@ -84516,11 +82827,6 @@ <translation type="unfinished">Gizlilik</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="242"/> - <source>Select to enable JavaScript</source> - <translation type="obsolete">Javabetiklerini çalışır duruma getirmek için seç</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="465"/> <source>Enable JavaScript</source> <translation type="unfinished">Javabetiğini etkinleştir</translation> @@ -85308,11 +83614,6 @@ </translation> </message> <message> - <location filename="../WebBrowser/WebBrowserTabWidget.py" line="1027"/> - <source>&Close</source> - <translation type="obsolete">&Kapat</translation> - </message> - <message> <location filename="../WebBrowser/WebBrowserTabWidget.py" line="1032"/> <source>&Quit</source> <translation type="unfinished">&Çıkış</translation> @@ -87287,11 +85588,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1878"/> - <source>&Go</source> - <translation type="obsolete">&Git</translation> - </message> - <message> <location filename="../WebBrowser/WebBrowserWindow.py" line="2057"/> <source>H&istory</source> <translation type="unfinished">Geçmi&ş</translation> @@ -87317,11 +85613,6 @@ <translation type="unfinished">&Araçlar</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="1967"/> - <source>&Window</source> - <translation type="obsolete">&Pencere</translation> - </message> - <message> <location filename="../WebBrowser/WebBrowserWindow.py" line="2165"/> <source>&Help</source> <translation type="unfinished">&Yardım</translation> @@ -87372,11 +85663,6 @@ <translation type="unfinished">Yardım</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="2054"/> - <source>Go</source> - <translation type="obsolete">Git</translation> - </message> - <message> <location filename="../WebBrowser/WebBrowserWindow.py" line="2415"/> <source>VirusTotal</source> <translation type="unfinished"></translation> @@ -87407,11 +85693,6 @@ <translation type="unfinished">TAMAM</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="2209"/> - <source>Help Files (*.html *.htm);;PDF Files (*.pdf);;CHM Files (*.chm);;All Files (*)</source> - <translation type="obsolete">Yardım Dosyaları (*.html *.htm);;PDF Dosyaları (*.pdf);;CHM Dosyaları (*.chm);;Tüm Dosyalar (*)</translation> - </message> - <message> <location filename="../WebBrowser/WebBrowserWindow.py" line="2619"/> <source><b>eric6 Web Browser - {0}</b><p>The eric6 Web Browser is a combined help file and HTML browser. It is part of the eric6 development toolset.</p><p>It is based on QtWebEngine {1} and Chrome {2}.</p></source> <translation type="unfinished"></translation> @@ -87477,11 +85758,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/WebBrowserWindow.py" line="3780"/> - <source>Default Encoding</source> - <translation type="obsolete">Varsayılan Kodlama</translation> - </message> - <message> <location filename="../WebBrowser/WebBrowserWindow.py" line="4672"/> <source>VirusTotal Scan</source> <translation type="unfinished"></translation> @@ -88215,22 +86491,14 @@ </message> </context> <context> - <name>_StrikeThroughExtension</name> - <message> - <location filename="../QScintilla/Exporters/ExporterHTML.py" line="574"/> - <source>Export source</source> - <translation type="obsolete">Kaynağı dışaktar</translation> - </message> -</context> -<context> <name>eric6</name> <message> - <location filename="../eric6.py" line="393"/> + <location filename="../eric6.py" line="394"/> <source>Starting...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../eric6.py" line="398"/> + <location filename="../eric6.py" line="399"/> <source>Generating Main Window...</source> <translation type="unfinished">Anapencere üretiliyor...</translation> </message>
--- a/i18n/eric6_zh_CN.ts Wed Feb 13 20:39:03 2019 +0100 +++ b/i18n/eric6_zh_CN.ts Wed Feb 13 20:39:58 2019 +0100 @@ -6373,31 +6373,6 @@ <translation>远程主机:</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="321"/> - <source>Enable remote debugging</source> - <translation type="obsolete">打开远程调试</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="324"/> - <source>This enables the remote debugger. Please enter the hostname of the remote machine and the command for the remote execution (e.g. ssh) below.</source> - <translation type="obsolete">打开远程调试。请在上面输入远程机的主机名和远程执行命令(如:ssh)。</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="327"/> - <source>Remote Debugging Enabled</source> - <translation type="obsolete">远程调试已打开</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="337"/> - <source>Path Translation</source> - <translation type="obsolete">路径转化</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="343"/> - <source>Select to perform path translation</source> - <translation type="obsolete">选择以执行路径转化</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="318"/> <source>Perform Path Translation</source> <translation>执行路径转化</translation> @@ -6445,21 +6420,6 @@ <translation>控制器命令:</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="420"/> - <source>Select to start the debugger in a console window (e.g. xterm)</source> - <translation type="obsolete">选择以便在控制台窗口(如:xterm)中启动调试器</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="423"/> - <source>Start debugger in console window</source> - <translation type="obsolete">在控制台窗口中启动调试器</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="433"/> - <source>Environment for Debug Client</source> - <translation type="obsolete">调试客户端的环境</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="400"/> <source>Select, if the environment should be replaced.</source> <translation>选择是否替换环境。</translation> @@ -6472,30 +6432,11 @@ <p>如果选择该选项,将会用环境变量栏的条目替换调试器的环境,这些设置将对环境进行改进。</p></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="446"/> - <source>Replace Environment</source> - <translation type="obsolete">替换环境</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="453"/> - <source>Environment:</source> - <translation type="obsolete">环境:</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="421"/> <source>Enter the environment variables to be set.</source> <translation>输入要设定的环境变量。</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="463"/> - <source><b>Environment</b> -<p>Enter the environment variables to be set for the debugger. The individual settings must be separate by whitespace and be given in the form 'var=value'.</p> -<p>Example: var1=1 var2="hello world"</p></source> - <translation type="obsolete"><b>环境</b> -<p>为调试器输入要设定的环境变量。每个设定之间用空格进行分隔,并遵循以下格式:“var=value”。</p> -<p>例如:var1=1 var2="hello world"</p></translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="461"/> <source>Select, whether a reset of the debug client should be performed after a client exit</source> <translation>选择在客户端退出时是否对调试客户端进行重新设定</translation> @@ -6686,42 +6627,42 @@ <context> <name>DebuggerInterfacePython</name> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="461"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="465"/> <source>Start Debugger</source> <translation>启动调试器</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="461"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="465"/> <source><p>The debugger backend could not be started.</p></source> <translation type="unfinished"><p>调试器后端无法启动。</p></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="956"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="960"/> <source>Parent Process</source> <translation>父进程</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="957"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="961"/> <source>Child process</source> <translation>子进程</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="958"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="962"/> <source>Client forking</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="958"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="962"/> <source>Select the fork branch to follow.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="1004"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="1008"/> <source>Debug Protocol Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="1004"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="1008"/> <source><p>The response received from the debugger backend could not be decoded. Please report this issue with the received data to the eric bugs email address.</p><p>Error: {0}</p><p>Data:<br/>{1}</p></source> <translation type="unfinished"></translation> </message> @@ -6749,40 +6690,16 @@ <translation>输入要使用的调试客户路径。为空时使用默认设置。</translation> </message> <message> - <location filename="../Project/DebuggerPropertiesDialog.ui" line="71"/> - <source>Environment for Debug Client</source> - <translation type="obsolete">调试客户端的环境</translation> - </message> - <message> <location filename="../Project/DebuggerPropertiesDialog.ui" line="204"/> <source>Select, if the environment of the debug client should be replaced</source> <translation>选择是否替换调试客户的环境</translation> </message> <message> - <location filename="../Project/DebuggerPropertiesDialog.ui" line="80"/> - <source>Replace Environment</source> - <translation type="obsolete">替换环境</translation> - </message> - <message> <location filename="../Project/DebuggerPropertiesDialog.ui" line="214"/> <source>Enter the environment variables to be set.</source> <translation>输入要设定的环境变量。</translation> </message> <message> - <location filename="../Project/DebuggerPropertiesDialog.ui" line="90"/> - <source><b>Environment</b> -<p>Enter the environment variables to be set for the debugger. The individual settings must be separate by whitespace and be given in the form 'var=value'.</p> -<p>Example: var1=1 var2="hello world"</p></source> - <translation type="obsolete"><b>环境</b> -<p>为调试器输入要设定的环境变量。每个设定之间用空格进行分隔,并遵循以下格式:“var=value”。</p> -<p>例如:var1=1 var2="hello world"</p></translation> - </message> - <message> - <location filename="../Project/DebuggerPropertiesDialog.ui" line="99"/> - <source>Environment:</source> - <translation type="obsolete">环境:</translation> - </message> - <message> <location filename="../Project/DebuggerPropertiesDialog.ui" line="71"/> <source>Select, if the debugger should be run remotely</source> <translation>选择是否远程运行调试器</translation> @@ -17673,7 +17590,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1558"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1561"/> <source>The git process did not finish within 30s.</source> <translation type="unfinished"></translation> </message> @@ -17853,432 +17770,432 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1383"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1386"/> <source>Create {0} file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1383"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1386"/> <source><p>The file <b>{0}</b> exists already. Overwrite it?</p></source> <translation type="unfinished"><p>文件 <b>{0}</b> 已经存在。是否覆盖?</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1442"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1445"/> <source>Git Copy</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1427"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1430"/> <source><p>Copying the directory <b>{0}</b> failed.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1442"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1445"/> <source><p>Copying the file <b>{0}</b> failed.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2627"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2630"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation type="unfinished">进程 {0} 无法启动。请保证它处在搜索路径中。</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1629"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1632"/> <source>Git Side-by-Side Difference</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1629"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1632"/> <source><p>The file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"><p>文件 <b>{0}</b> 无法读取。</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1678"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1681"/> <source>Fetching from a remote Git repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1716"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1719"/> <source>Pulling from a remote Git repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1757"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1760"/> <source>Pushing to a remote Git repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1785"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1788"/> <source>Committing failed merge</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1812"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1815"/> <source>Aborting uncommitted/failed merge</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1845"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1848"/> <source>Applying patch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1877"/> - <source>Check patch files</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1880"/> + <source>Check patch files</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1883"/> <source>Apply patch files</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1962"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1965"/> <source>Tagging in the Git repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2193"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2196"/> <source>Branching in the Git repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2233"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2236"/> <source>Delete Remote Branch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2254"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2257"/> <source>Current Branch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2254"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2257"/> <source><p>The current branch is <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2318"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2321"/> <source>Create Bundle</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2283"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2286"/> <source>Git Bundle Files (*.bundle)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2300"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2303"/> <source><p>The Git bundle file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2348"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2351"/> <source>Verify Bundle</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2478"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2481"/> <source>Git Bundle Files (*.bundle);;All Files (*)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2378"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2381"/> <source>List Bundle Heads</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2478"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2481"/> <source>Apply Bundle</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2501"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2504"/> <source>Applying a bundle file (fetch)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2528"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2531"/> <source>Bisect subcommand ({0}) invalid.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2731"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2734"/> <source>Git Bisect ({0})</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2627"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2630"/> <source>Process Generation Error</source> <translation type="unfinished">进程生成错误</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2671"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2674"/> <source>Create Bisect Replay File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2637"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2640"/> <source>Git Bisect Replay Files (*.replay)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2654"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2657"/> <source><p>The Git bisect replay file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2671"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2674"/> <source><p>The file <b>{0}</b> could not be written.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2692"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2695"/> <source>Edit Bisect Replay File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2719"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2722"/> <source>Git Bisect Replay Files (*.replay);;All Files (*)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2719"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2722"/> <source>Bisect Replay</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3071"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3074"/> <source>Show Remote Info</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2950"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2953"/> <source>Rename Remote Repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2950"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2953"/> <source>Enter new name for remote repository:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3095"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3098"/> <source>Show Shortlog</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3153"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3156"/> <source>Cherry-pick</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3183"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3186"/> <source>Copy Changesets (Continue)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3208"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3211"/> <source>Copy Changesets (Quit)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3234"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3237"/> <source>Copy Changesets (Cancel)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3314"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3317"/> <source>Saving stash</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3513"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3516"/> <source>Show Stash</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3513"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3516"/> <source>Select a stash (empty for latest stash):</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3425"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3428"/> <source>Restore Stash</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3439"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3442"/> <source>Restoring stash</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3473"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3476"/> <source>Create Branch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3463"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3466"/> <source>Enter a branch name to restore a stash to:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3488"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3491"/> <source>Creating branch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3522"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3525"/> <source>Delete Stash</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3522"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3525"/> <source>Do you really want to delete the stash <b>{0}</b>?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3533"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3536"/> <source>Deleting stash</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3553"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3556"/> <source>Delete All Stashes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3553"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3556"/> <source>Do you really want to delete all stashes?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3561"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3564"/> <source>Deleting all stashes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3633"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3636"/> <source>Showing the combined configuration settings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3659"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3662"/> <source>Verifying the integrity of the Git repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3684"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3687"/> <source>Performing Repository Housekeeping</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3728"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3731"/> <source><tr><td><b>Statistics</b></td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3729"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3732"/> <source><tr><td>Number of loose objects: </td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3733"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3736"/> <source><tr><td>Disk space used by loose objects: </td><td>{0} KiB</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3737"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3740"/> <source><tr><td>Number of packed objects: </td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3741"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3744"/> <source><tr><td>Number of packs: </td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3745"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3748"/> <source><tr><td>Disk space used by packed objects: </td><td>{0} KiB</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3749"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3752"/> <source><tr><td>Packed objects waiting for pruning: </td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3753"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3756"/> <source><tr><td>Garbage files: </td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3757"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3760"/> <source><tr><td>Disk space used by garbage files: </td><td>{0} KiB</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3763"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3766"/> <source><p><b>No statistics available.</b></p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3829"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3832"/> <source>Creating Archive</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3872"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3875"/> <source>Add Submodule</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3942"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3945"/> <source>List Submodules</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3942"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3945"/> <source>No submodules defined for the project.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3957"/> - <source>All</source> - <translation type="unfinished">全部</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3960"/> - <source>Submodule Path</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3960"/> + <source>All</source> + <translation type="unfinished">全部</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3963"/> + <source>Submodule Path</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3963"/> <source>Select a submodule path:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4013"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4016"/> <source>Initialize Submodules</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4050"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4053"/> <source>Unregister Submodules</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4130"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4133"/> <source>Update Submodules</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4164"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4167"/> <source>Synchronize Submodules</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4222"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4225"/> <source>Submodules Summary</source> <translation type="unfinished"></translation> </message> @@ -23762,12 +23679,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmoduleAddDialog.py" line="92"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmoduleAddDialog.py" line="103"/> <source>Select Submodule Repository Directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmoduleAddDialog.py" line="118"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmoduleAddDialog.py" line="129"/> <source>Select Submodule Directory</source> <translation type="unfinished"></translation> </message> @@ -46092,11 +46009,6 @@ <translation>打开</translation> </message> <message> - <location filename="../MultiProject/MultiProjectBrowser.py" line="333"/> - <source>Remove</source> - <translation type="obsolete">移除</translation> - </message> - <message> <location filename="../MultiProject/MultiProjectBrowser.py" line="411"/> <source>Properties</source> <translation>属性</translation> @@ -46345,47 +46257,47 @@ <context> <name>NetworkManager</name> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="181"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="197"/> <source>SSL Certificate Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="182"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="198"/> <source><b>{0}</b><p>The page you are trying to access has errors in the SSL certificate.</p><ul><li>{1}</li></ul><p>Would you like to make an exception?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="192"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="208"/> <source>&Permanent accept</source> <translation type="unfinished">永久接受(&P)</translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="194"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="210"/> <source>&Temporary accept</source> <translation type="unfinished">临时接受(&T)</translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="196"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="212"/> <source>&Reject</source> <translation type="unfinished">拒绝</translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="229"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="245"/> <source><b>Enter username and password for '{0}', realm '{1}'</b></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="232"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="248"/> <source><b>Enter username and password for '{0}'</b></source> <translation type="unfinished"><b>输入“{0}”的用户名和密码</b></translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="275"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="291"/> <source>Authentication required</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="276"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="292"/> <source>Authentication is required to access:</source> <translation type="unfinished"></translation> </message> @@ -48219,11 +48131,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/UiExtensionPlugins/PipInterface/Pip.py" line="564"/> - <source><default></source> - <translation type="obsolete"><默认></translation> - </message> - <message> <location filename="../Plugins/UiExtensionPlugins/PipInterface/Pip.py" line="600"/> <source>Interpreter for Virtual Environment</source> <translation type="unfinished"></translation> @@ -62053,16 +61960,6 @@ <translation>粘贴</translation> </message> <message> - <location filename="../QScintilla/Shell.py" line="304"/> - <source>Reset</source> - <translation type="obsolete">重置</translation> - </message> - <message> - <location filename="../QScintilla/Shell.py" line="305"/> - <source>Reset and Clear</source> - <translation type="obsolete">重置并清除</translation> - </message> - <message> <location filename="../QScintilla/Shell.py" line="324"/> <source>Configure...</source> <translation>配置…</translation> @@ -75782,7 +75679,7 @@ <translation><h3>版本号</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6953"/> + <location filename="../UI/UserInterface.py" line="6956"/> <source></table></source> <translation></table></translation> </message> @@ -75912,32 +75809,32 @@ <translation>降落误差</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6915"/> + <location filename="../UI/UserInterface.py" line="6918"/> <source>Error during updates check</source> <translation>检查更新时出错</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6728"/> + <location filename="../UI/UserInterface.py" line="6731"/> <source>&Cancel</source> <translation>取消(&C)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6895"/> + <location filename="../UI/UserInterface.py" line="6898"/> <source>Update available</source> <translation>可用更新</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6915"/> + <location filename="../UI/UserInterface.py" line="6918"/> <source>Could not perform updates check.</source> <translation>无法完成更新检查。</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6939"/> + <location filename="../UI/UserInterface.py" line="6942"/> <source><h3>Available versions</h3><table></source> <translation><h3>可用版本</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6990"/> + <location filename="../UI/UserInterface.py" line="6993"/> <source>First time usage</source> <translation>第一次使用</translation> </message> @@ -76156,7 +76053,7 @@ <translation><p><b>{0}</b> 不是一个文件。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6737"/> + <location filename="../UI/UserInterface.py" line="6740"/> <source>Trying host {0}</source> <translation>正在尝试主机 {0}</translation> </message> @@ -76231,17 +76128,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6801"/> + <location filename="../UI/UserInterface.py" line="6804"/> <source>Error getting versions information</source> <translation>获取版本信息出错</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6794"/> + <location filename="../UI/UserInterface.py" line="6797"/> <source>The versions information could not be downloaded. Please go online and try again.</source> <translation>无法获取版本信息。请连线并再试一次。</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6801"/> + <location filename="../UI/UserInterface.py" line="6804"/> <source>The versions information could not be downloaded for the last 7 days. Please go online and try again.</source> <translation>过去7天均无法获取版本信息。请连线并再试一次。</translation> </message> @@ -76332,7 +76229,7 @@ <translation><p>无法启动快照工具。<br>请确保它作为 <b>{0}</b> 可用。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7009"/> + <location filename="../UI/UserInterface.py" line="7012"/> <source>Select Workspace Directory</source> <translation>选择工作区目录</translation> </message> @@ -76722,7 +76619,7 @@ <translation><b>Python 3 文档</b><p>显示 Python 3 文档。如果尚未配置文档目录,则在 Windows 系统上,文档位置将默认为 Python 3 可执行文件所在目录下的 doc 目录;在类 Unix 系统上,则默认为 <i>/usr/share/doc/packages/python/html</i>。请在环境中设置 PYTHON3DOCDIR 以覆盖默认行为。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6728"/> + <location filename="../UI/UserInterface.py" line="6731"/> <source>%v/%m</source> <translation type="unfinished"></translation> </message> @@ -76742,7 +76639,7 @@ <translation><b>显示错误日志…</b><p>打开一个对话框显示最近的错误日志。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6732"/> + <location filename="../UI/UserInterface.py" line="6735"/> <source>Version Check</source> <translation>版本检查</translation> </message> @@ -76817,22 +76714,22 @@ <translation>Qt 版本3 不被 eric6 支持。</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6895"/> + <location filename="../UI/UserInterface.py" line="6898"/> <source>The update to <b>{0}</b> of eric6 is available at <b>{1}</b>. Would you like to get it?</source> <translation>eric6 的 <b>{0}</b> 更新已经可用,位于 <b>{1}</b>。您是否希望下载它?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6908"/> + <location filename="../UI/UserInterface.py" line="6911"/> <source>Eric6 is up to date</source> <translation>Eric6 已是最新版本</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6908"/> + <location filename="../UI/UserInterface.py" line="6911"/> <source>You are using the latest version of eric6</source> <translation>您正在使用 eric6 的最新版本</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6990"/> + <location filename="../UI/UserInterface.py" line="6993"/> <source>eric6 has not been configured yet. The configuration dialog will be started.</source> <translation>尚未配置 eric6。将打开配置对话框。</translation> </message> @@ -76852,7 +76749,7 @@ <translation>没有配置的用户工具</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6748"/> + <location filename="../UI/UserInterface.py" line="6751"/> <source>The versions information cannot not be downloaded because you are <b>offline</b>. Please go online and try again.</source> <translation>因为当前处在 <b>离线</b> 状态,无法获取版本信息。请连线并再试一次。</translation> </message> @@ -76937,17 +76834,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6883"/> + <location filename="../UI/UserInterface.py" line="6886"/> <source>Update Check</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6883"/> + <location filename="../UI/UserInterface.py" line="6886"/> <source>You installed eric directly from the source code. There is no possibility to check for the availability of an update.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6873"/> + <location filename="../UI/UserInterface.py" line="6876"/> <source>You are using a snapshot release of eric6. A more up-to-date stable release might be available.</source> <translation type="unfinished"></translation> </message> @@ -81561,18 +81458,18 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="63"/> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="65"/> <source>Virtualenv Target Directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="68"/> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="70"/> <source>Python Interpreter</source> <translation type="unfinished"></translation> </message> <message> <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="106"/> - <source>Select to denote a global environment (i.e. no virtual environment directory to be given)</source> + <source>Select,if this is a global environment (i.e. no virtual environment directory to be given)</source> <translation type="unfinished"></translation> </message> <message> @@ -81586,12 +81483,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="145"/> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="155"/> <source>PATH Prefix:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="73"/> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="75"/> <source>Enter the executable search path to be prepended to the PATH environment variable. Use '{0}' as the separator.</source> <translation type="unfinished"></translation> </message> @@ -81608,7 +81505,7 @@ </message> <message> <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="120"/> - <source>Select, if this is an Conda environment</source> + <source>Select, if this is a Conda environment</source> <translation type="unfinished"></translation> </message> <message> @@ -81616,6 +81513,16 @@ <source>Conda Environment</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="130"/> + <source>Select, if this is a remotely accessed environment</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="133"/> + <source>Remote Environment</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>VirtualenvConfigurationDialog</name> @@ -82036,52 +81943,52 @@ <context> <name>VirtualenvManager</name> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="187"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="194"/> <source>Add Virtual Environment</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="187"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="194"/> <source>A virtual environment named <b>{0}</b> exists already. Shall it be replaced?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="244"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="255"/> <source>Change Virtual Environment</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="293"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="307"/> <source>A virtual environment named <b>{0}</b> does not exist. Aborting!</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="293"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="307"/> <source>Rename Virtual Environment</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="371"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="387"/> <source>{0} - {1}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="322"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="337"/> <source>Delete Virtual Environments</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="322"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="337"/> <source>Do you really want to delete these virtual environments?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="376"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="392"/> <source>Remove Virtual Environments</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="376"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="392"/> <source>Do you really want to remove these virtual environments?</source> <translation type="unfinished"></translation> </message> @@ -83894,11 +83801,6 @@ </translation> </message> <message> - <location filename="../WebBrowser/WebBrowserTabWidget.py" line="1027"/> - <source>&Close</source> - <translation type="obsolete">关闭(&C)</translation> - </message> - <message> <location filename="../WebBrowser/WebBrowserTabWidget.py" line="1032"/> <source>&Quit</source> <translation type="unfinished">退出(&Q)</translation> @@ -86779,12 +86681,12 @@ <context> <name>eric6</name> <message> - <location filename="../eric6.py" line="393"/> + <location filename="../eric6.py" line="394"/> <source>Starting...</source> <translation>正在启动…</translation> </message> <message> - <location filename="../eric6.py" line="398"/> + <location filename="../eric6.py" line="399"/> <source>Generating Main Window...</source> <translation>正在产生主窗口…</translation> </message>