Thu, 19 Apr 2018 19:28:02 +0200
Merged with the make support branch.
eric6.e4p | file | annotate | diff | comparison | revisions | |
i18n/eric6_cs.ts | file | annotate | diff | comparison | revisions | |
i18n/eric6_de.qm | file | annotate | diff | comparison | revisions | |
i18n/eric6_de.ts | file | annotate | diff | comparison | revisions | |
i18n/eric6_empty.ts | file | annotate | diff | comparison | revisions | |
i18n/eric6_en.ts | file | annotate | diff | comparison | revisions | |
i18n/eric6_es.ts | file | annotate | diff | comparison | revisions | |
i18n/eric6_fr.ts | file | annotate | diff | comparison | revisions | |
i18n/eric6_it.ts | file | annotate | diff | comparison | revisions | |
i18n/eric6_pt.ts | file | annotate | diff | comparison | revisions | |
i18n/eric6_ru.ts | file | annotate | diff | comparison | revisions | |
i18n/eric6_tr.ts | file | annotate | diff | comparison | revisions | |
i18n/eric6_zh_CN.ts | file | annotate | diff | comparison | revisions | |
icons/default/lexerCython.png | file | annotate | diff | comparison | revisions | |
icons/default/makefile48.png | file | annotate | diff | comparison | revisions |
--- a/DTDs/Project-4.6.dtd Thu Apr 19 19:25:18 2018 +0200 +++ b/DTDs/Project-4.6.dtd Thu Apr 19 19:28:02 2018 +0200 @@ -100,7 +100,7 @@ <!ELEMENT ProjectTypeSpecificData (dict)> -<!ELEMENT ProjectTypeSpecific (ExtraData?)> +<!ELEMENT ProjectTypeSpecific (ProjectTypeSpecific?)> <!ELEMENT DocumentationParams (dict)> @@ -146,7 +146,7 @@ Vcs, FiletypeAssociations, LexerAssociations?, - Extra?, + ProjectTypeSpecific?, Documentation?, Packagers?, Checkers?,
--- a/DTDs/Project-5.0.dtd Thu Apr 19 19:25:18 2018 +0200 +++ b/DTDs/Project-5.0.dtd Thu Apr 19 19:28:02 2018 +0200 @@ -107,7 +107,7 @@ <!ELEMENT ProjectTypeSpecificData (dict)> -<!ELEMENT ProjectTypeSpecific (ExtraData?)> +<!ELEMENT ProjectTypeSpecific (ProjectTypeSpecific?)> <!ELEMENT DocumentationParams (dict)> @@ -129,11 +129,11 @@ <!ELEMENT ProjectWordList (#PCDATA)> -<!ELEMENT ProjectExcludeList (#PCDATA)> - +<!ELEMENT ProjectExcludeList (#PCDATA)> + <!ELEMENT Hash (#PCDATA)> -<!ELEMENT Project (Language, +<!ELEMENT Project (Language, ProjectWordList?, ProjectExcludeList?, Hash, @@ -156,7 +156,7 @@ Vcs, FiletypeAssociations, LexerAssociations?, - Extra?, + ProjectTypeSpecific?, Documentation?, Packagers?, Checkers?,
--- a/DTDs/Project-5.1.dtd Thu Apr 19 19:25:18 2018 +0200 +++ b/DTDs/Project-5.1.dtd Thu Apr 19 19:28:02 2018 +0200 @@ -107,7 +107,7 @@ <!ELEMENT ProjectTypeSpecificData (dict)> -<!ELEMENT ProjectTypeSpecific (ExtraData?)> +<!ELEMENT ProjectTypeSpecific (ProjectTypeSpecific?)> <!ELEMENT DocumentationParams (dict)> @@ -161,7 +161,7 @@ Vcs, FiletypeAssociations, LexerAssociations?, - Extra?, + ProjectTypeSpecific?, Documentation?, Packagers?, Checkers?,
--- a/DTDs/Project-6.0.dtd Thu Apr 19 19:25:18 2018 +0200 +++ b/DTDs/Project-6.0.dtd Thu Apr 19 19:28:02 2018 +0200 @@ -111,7 +111,7 @@ <!ELEMENT ProjectTypeSpecificData (dict)> -<!ELEMENT ProjectTypeSpecific (ExtraData?)> +<!ELEMENT ProjectTypeSpecific (ProjectTypeSpecific?)> <!ELEMENT DocumentationParams (dict)> @@ -165,7 +165,7 @@ Vcs, FiletypeAssociations, LexerAssociations?, - Extra?, + ProjectTypeSpecific?, Documentation?, Packagers?, Checkers?,
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/DTDs/Project-6.1.dtd Thu Apr 19 19:28:02 2018 +0200 @@ -0,0 +1,179 @@ +<!-- This is the DTD for eric5's project file version 6.0 --> + +<!-- This is a copy of the Basic DTD --> +<!ELEMENT int (#PCDATA)> +<!ELEMENT long (#PCDATA)> +<!ELEMENT float (#PCDATA)> +<!ELEMENT complex (#PCDATA)> +<!ELEMENT bool (#PCDATA)> +<!ELEMENT string (#PCDATA)> +<!ELEMENT bytes (#PCDATA)> +<!ELEMENT bytearray (#PCDATA)> +<!ELEMENT none EMPTY> + +<!ELEMENT pickle (#PCDATA)> +<!ATTLIST pickle + method CDATA #REQUIRED + encoding CDATA #REQUIRED> + +<!ELEMENT key (int | long | float | complex | string | bytes)> +<!ELEMENT value (int | long | float | complex | bool | string | bytes | + bytearray | none | dict | tuple | list | set | frozenset | pickle)> + +<!ELEMENT dict (key, value)*> + +<!ELEMENT tuple (int | long | float | complex | bool | string | bytes | + bytearray | none | dict | tuple | list | set | frozenset | pickle)*> + +<!ELEMENT list (int | long | float | complex | bool | string | bytes | + bytearray | none | dict | tuple | list | set | frozenset | pickle)*> + +<!ELEMENT set (int | long | float | complex | bool | string | bytes | + bytearray | none | dict | tuple | list | set | frozenset | pickle)*> + +<!ELEMENT frozenset (int | long | float | complex | bool | string | bytes | + bytearray | none | dict | tuple | list | set | frozenset | pickle)*> +<!-- End of the Basic DTD --> + +<!ELEMENT ProgLanguage (#PCDATA)> +<!ATTLIST ProgLanguage + mixed CDATA #REQUIRED> + +<!ELEMENT ProjectType (#PCDATA)> + +<!ELEMENT Description (#PCDATA)> + +<!ELEMENT Version (#PCDATA)> + +<!ELEMENT Author (#PCDATA)> + +<!ELEMENT Email (#PCDATA)> + +<!ELEMENT TranslationPattern (#PCDATA)> + +<!ELEMENT TranslationsBinPath (#PCDATA)> + +<!ELEMENT Source (#PCDATA)> + +<!ELEMENT Sources (Source*)> + +<!ELEMENT Form (#PCDATA)> + +<!ELEMENT Forms (Form*)> + +<!ELEMENT Translation (#PCDATA)> + +<!ELEMENT Translations (Translation*)> + +<!ELEMENT TranslationException (#PCDATA)> + +<!ELEMENT TranslationExceptions (TranslationException*)> + +<!ELEMENT Resource (#PCDATA)> + +<!ELEMENT Resources (Resource*)> + +<!ELEMENT Interface (#PCDATA)> + +<!ELEMENT Interfaces (Interface*)> + +<!ELEMENT Protocol (#PCDATA)> + +<!ELEMENT Protocols (Protocol*)> + +<!ELEMENT Other (#PCDATA)> + +<!ELEMENT Others (Other*)> + +<!ELEMENT MainScript (#PCDATA)> + +<!ELEMENT VcsType (#PCDATA)> +<!ELEMENT VcsOptions (dict)> +<!ELEMENT VcsOtherData (dict)> + +<!ELEMENT Vcs (VcsType?, + VcsOptions?, + VcsOtherData?)> + +<!ELEMENT FiletypeAssociation EMPTY> +<!ATTLIST FiletypeAssociation + pattern CDATA #REQUIRED + type CDATA #REQUIRED> + +<!ELEMENT FiletypeAssociations (FiletypeAssociation*)> + +<!ELEMENT LexerAssociation EMPTY> +<!ATTLIST LexerAssociation + pattern CDATA #REQUIRED + lexer CDATA #REQUIRED> + +<!ELEMENT LexerAssociations (LexerAssociation*)> + +<!ELEMENT MakeParameters (dict)> + +<!ELEMENT Make (MakeParameters?)> + +<!ELEMENT ProjectTypeSpecificData (dict)> + +<!ELEMENT ProjectTypeSpecific (ProjectTypeSpecific?)> + +<!ELEMENT DocumentationParams (dict)> + +<!ELEMENT Documentation (DocumentationParams?)> + +<!ELEMENT PackagersParams (dict)> + +<!ELEMENT Packagers (PackagersParams?)> + +<!ELEMENT CheckersParams (dict)> + +<!ELEMENT Checkers (CheckersParams?)> + +<!ELEMENT OtherToolsParams (dict)> + +<!ELEMENT OtherTools (OtherToolsParams?)> + +<!ELEMENT Language (#PCDATA)> + +<!ELEMENT ProjectWordList (#PCDATA)> + +<!ELEMENT ProjectExcludeList (#PCDATA)> + +<!ELEMENT Hash (#PCDATA)> + +<!ELEMENT Eol EMPTY> +<!ATTLIST Eol + index CDATA #REQUIRED> + +<!ELEMENT Project (Language, + ProjectWordList?, + ProjectExcludeList?, + Hash, + ProgLanguage, + ProjectType, + Description?, + Version?, + Author?, + Email?, + TranslationPattern?, + TranslationsBinPath?, + Eol?, + Sources, + Forms, + Translations, + TranslationExceptions?, + Resources, + Interfaces, + Others, + MainScript?, + Vcs, + FiletypeAssociations, + LexerAssociations?, + Make?, + ProjectTypeSpecific?, + Documentation?, + Packagers?, + Checkers?, + OtherTools?)> +<!ATTLIST Project + version CDATA #REQUIRED>
--- a/Debugger/DebugUI.py Thu Apr 19 19:25:18 2018 +0200 +++ b/Debugger/DebugUI.py Thu Apr 19 19:28:02 2018 +0200 @@ -38,6 +38,8 @@ @signal compileForms() emitted if changed project forms should be compiled @signal compileResources() emitted if changed project resources should be compiled + @signal executeMake() emitted if a project specific make run should be + performed @signal debuggingStarted(filename) emitted when a debugging session was started @signal resetUI() emitted to reset the UI @@ -51,6 +53,7 @@ exceptionInterrupt = pyqtSignal() compileForms = pyqtSignal() compileResources = pyqtSignal() + executeMake = pyqtSignal() debuggingStarted = pyqtSignal(str) appendStdout = pyqtSignal(str) @@ -1540,6 +1543,8 @@ self.compileForms.emit() if Preferences.getProject("AutoCompileResources"): self.compileResources.emit() + if Preferences.getProject("AutoExecuteMake"): + self.executeMake.emit() QApplication.processEvents() def __coverageScript(self):
--- a/E5XML/Config.py Thu Apr 19 19:25:18 2018 +0200 +++ b/E5XML/Config.py Thu Apr 19 19:28:02 2018 +0200 @@ -10,8 +10,9 @@ # version number of the multi project file multiProjectFileFormatVersion = "5.1" -# version number of the project file -projectFileFormatVersion = "6.0" +# version numbers of the project file +projectFileFormatVersion ="6.1" +projectFileFormatVersionProto = "6.0" projectFileFormatVersionAlt = "5.1" # version number of the user project file
--- a/E5XML/ProjectReader.py Thu Apr 19 19:25:18 2018 +0200 +++ b/E5XML/ProjectReader.py Thu Apr 19 19:28:02 2018 +0200 @@ -19,7 +19,7 @@ """ Class for reading an XML project file. """ - supportedVersions = ["4.6", "5.0", "5.1", "6.0"] + supportedVersions = ["4.6", "5.0", "5.1", "6.0", "6.1"] def __init__(self, device, project): """ @@ -112,6 +112,9 @@ self.__readFiletypeAssociations() elif self.name() == "LexerAssociations": self.__readLexerAssociations() + elif self.name() == "Make": + self.__readBasicDataField( + "Make", "MakeParameters", "MAKEPARAMS") elif self.name() == "ProjectTypeSpecific": self.__readBasicDataField( "ProjectTypeSpecific", "ProjectTypeSpecificData",
--- a/E5XML/ProjectWriter.py Thu Apr 19 19:25:18 2018 +0200 +++ b/E5XML/ProjectWriter.py Thu Apr 19 19:28:02 2018 +0200 @@ -14,7 +14,8 @@ from E5Gui.E5Application import e5App from .XMLStreamWriterBase import XMLStreamWriterBase -from .Config import projectFileFormatVersion, projectFileFormatVersionAlt +from .Config import projectFileFormatVersion, projectFileFormatVersionProto, \ + projectFileFormatVersionAlt import Preferences import Utilities @@ -42,8 +43,10 @@ """ XMLStreamWriterBase.writeXML(self) - if self.pdata["PROTOCOLS"]: + if not e5App().getObject("Project").hasDefaultMakeParameters(): fileFormatVersion = projectFileFormatVersion + elif self.pdata["PROTOCOLS"]: + fileFormatVersion = projectFileFormatVersionProto else: fileFormatVersion = projectFileFormatVersionAlt @@ -214,6 +217,12 @@ self.writeAttribute("lexer", lexer) self.writeEndElement() + # do the 'make' parameters + if not e5App().getObject("Project").hasDefaultMakeParameters(): + self.writeStartElement("Make") + self.writeBasics("MakeParameters", self.pdata["MAKEPARAMS"]) + self.writeEndElement() + # do the extra project data stuff if len(self.pdata["PROJECTTYPESPECIFICDATA"]): self.writeStartElement("ProjectTypeSpecific")
--- a/Preferences/ConfigurationPages/ProjectPage.py Thu Apr 19 19:25:18 2018 +0200 +++ b/Preferences/ConfigurationPages/ProjectPage.py Thu Apr 19 19:28:02 2018 +0200 @@ -48,6 +48,8 @@ Preferences.getProject("AutoCompileForms")) self.projectAutoCompileResourcesCheckBox.setChecked( Preferences.getProject("AutoCompileResources")) + self.projectAutoMakeCheckBox.setChecked( + Preferences.getProject("AutoExecuteMake")) self.projectTimestampCheckBox.setChecked( Preferences.getProject("XMLTimestamp")) self.projectRecentSpinBox.setValue( @@ -94,6 +96,9 @@ "AutoCompileResources", self.projectAutoCompileResourcesCheckBox.isChecked()) Preferences.setProject( + "AutoExecuteMake", + self.projectAutoMakeCheckBox.isChecked()) + Preferences.setProject( "XMLTimestamp", self.projectTimestampCheckBox.isChecked()) Preferences.setProject(
--- a/Preferences/ConfigurationPages/ProjectPage.ui Thu Apr 19 19:25:18 2018 +0200 +++ b/Preferences/ConfigurationPages/ProjectPage.ui Thu Apr 19 19:28:02 2018 +0200 @@ -10,7 +10,7 @@ <height>732</height> </rect> </property> - <layout class="QVBoxLayout" name="verticalLayout_3"> + <layout class="QVBoxLayout" name="verticalLayout_2"> <item> <widget class="QLabel" name="headerLabel"> <property name="text"> @@ -160,16 +160,16 @@ <item> <widget class="QGroupBox" name="groupBox_5"> <property name="title"> - <string>Automatically compile</string> + <string>Automatisations</string> </property> - <layout class="QGridLayout"> + <layout class="QGridLayout" name="gridLayout"> <item row="0" column="0"> <widget class="QCheckBox" name="projectAutoCompileFormsCheckBox"> <property name="toolTip"> <string>Select, if changed forms should be compiled automatically upon a run action</string> </property> <property name="text"> - <string>changed forms</string> + <string>compile changed forms</string> </property> </widget> </item> @@ -179,7 +179,17 @@ <string>Select, if changed resources should be compiled automatically upon a run action</string> </property> <property name="text"> - <string>changed resources</string> + <string>compile changed resources</string> + </property> + </widget> + </item> + <item row="1" column="0"> + <widget class="QCheckBox" name="projectAutoMakeCheckBox"> + <property name="toolTip"> + <string>Select to execute the configured 'make' command before a run action is performed</string> + </property> + <property name="text"> + <string>execute make</string> </property> </widget> </item> @@ -306,8 +316,11 @@ <tabstop>projectSessionAllBpCheckBox</tabstop> <tabstop>projectAutoCompileFormsCheckBox</tabstop> <tabstop>projectAutoCompileResourcesCheckBox</tabstop> + <tabstop>projectAutoMakeCheckBox</tabstop> <tabstop>pythonVariantCheckBox</tabstop> <tabstop>projectRecentSpinBox</tabstop> + <tabstop>autosaveTasksCheckBox</tabstop> + <tabstop>rescanTasksCheckBox</tabstop> </tabstops> <resources/> <connections>
--- a/Preferences/__init__.py Thu Apr 19 19:25:18 2018 +0200 +++ b/Preferences/__init__.py Thu Apr 19 19:28:02 2018 +0200 @@ -756,6 +756,7 @@ "XMLTimestamp": True, "AutoCompileForms": False, "AutoCompileResources": False, + "AutoExecuteMake": False, "AutoLoadDbgProperties": False, "AutoSaveDbgProperties": False, "HideGeneratedForms": False,
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Project/MakePropertiesDialog.py Thu Apr 19 19:28:02 2018 +0200 @@ -0,0 +1,99 @@ +# -*- coding: utf-8 -*- + +# Copyright (c) 2018 Detlev Offenbach <detlev@die-offenbachs.de> +# + +""" +Module implementing a dialog to enter the properties for 'make'. +""" + +from __future__ import unicode_literals + +from PyQt5.QtWidgets import QDialog, QDialogButtonBox + +from E5Gui.E5PathPicker import E5PathPickerModes + +from .Ui_MakePropertiesDialog import Ui_MakePropertiesDialog + + +class MakePropertiesDialog(QDialog, Ui_MakePropertiesDialog): + """ + Class implementing a dialog to enter the properties for 'make'. + """ + def __init__(self, project, new, parent=None): + """ + Constructor + + @param project reference to the project object + @type Project + @param new flag indicating the generation of a new project + @type bool + @param parent reference to the parent widget of this dialog + @type QWidget + """ + super(MakePropertiesDialog, self).__init__(parent) + self.setupUi(self) + + self.__project = project + + self.makePicker.setMode(E5PathPickerModes.OpenFileMode) + self.makePicker.setFilters(self.tr("All Files (*)")) + + self.makefilePicker.setMode(E5PathPickerModes.OpenFileMode) + self.makefilePicker.setDefaultDirectory(self.__project.ppath) + self.makefilePicker.setFilters(self.tr( + "Makefiles (*makefile Makefile *.mak);;All Files (*)")) + + self.makeTargetEdit.textChanged.connect(self.__updateOkButton) + + self.initDialog() + + msh = self.minimumSizeHint() + self.resize(max(self.width(), msh.width()), msh.height()) + + def initDialog(self): + """ + Public method to initialize the dialog's data. + """ + makeData = self.__project.pdata["MAKEPARAMS"] + + if makeData["MakeExecutable"]: + self.makePicker.setText(makeData["MakeExecutable"]) + else: + self.makePicker.setText(self.__project.DefaultMake) + if makeData["MakeFile"]: + self.makefilePicker.setText(makeData["MakeFile"]) + else: + self.makefilePicker.setText(self.__project.DefaultMakefile) + self.makeTargetEdit.setText(makeData["MakeTarget"]) + self.makeParametersEdit.setText(makeData["MakeParameters"]) + self.testOnlyCheckBox.setChecked(makeData["MakeTestOnly"]) + + self.__updateOkButton() + + def __updateOkButton(self): + """ + Private slot to update the enabled state of the OK button. + """ + self.buttonBox.button(QDialogButtonBox.Ok).setEnabled(bool( + self.makeTargetEdit.text())) + + def storeData(self): + """ + Public method to store the entered/modified data. + """ + makeData = self.__project.pdata["MAKEPARAMS"] + + makeExe = self.makePicker.text() + if makeExe == self.__project.DefaultMake: + makeExe = "" + makeData["MakeExecutable"] = makeExe + + makefile = self.__project.getRelativePath(self.makefilePicker.text()) + if makefile == self.__project.DefaultMakefile: + makefile = "" + makeData["MakeFile"] = makefile + + makeData["MakeTarget"] = self.makeTargetEdit.text() + makeData["MakeParameters"] = self.makeParametersEdit.text() + makeData["MakeTestOnly"] = self.testOnlyCheckBox.isChecked()
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Project/MakePropertiesDialog.ui Thu Apr 19 19:28:02 2018 +0200 @@ -0,0 +1,167 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>MakePropertiesDialog</class> + <widget class="QDialog" name="MakePropertiesDialog"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>600</width> + <height>266</height> + </rect> + </property> + <property name="windowTitle"> + <string>Make Properties</string> + </property> + <property name="sizeGripEnabled"> + <bool>true</bool> + </property> + <layout class="QVBoxLayout" name="verticalLayout"> + <item> + <widget class="QLabel" name="label"> + <property name="text"> + <string>'make' Executable (leave empty to use global 'make'):</string> + </property> + </widget> + </item> + <item> + <widget class="E5PathPicker" name="makePicker" native="true"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="focusPolicy"> + <enum>Qt::StrongFocus</enum> + </property> + <property name="toolTip"> + <string>Enter the executable name of the make utility</string> + </property> + </widget> + </item> + <item> + <widget class="QLabel" name="label_2"> + <property name="text"> + <string>'makefile' path or directory (without file name 'makefile' will be used):</string> + </property> + </widget> + </item> + <item> + <widget class="E5PathPicker" name="makefilePicker" native="true"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="focusPolicy"> + <enum>Qt::StrongFocus</enum> + </property> + <property name="toolTip"> + <string>Enter the name and/or path of the makefile</string> + </property> + </widget> + </item> + <item> + <widget class="QLabel" name="label_3"> + <property name="text"> + <string>Make Target:</string> + </property> + </widget> + </item> + <item> + <widget class="E5ClearableLineEdit" name="makeTargetEdit"> + <property name="toolTip"> + <string>Enter the make target to be built</string> + </property> + </widget> + </item> + <item> + <widget class="QLabel" name="label_4"> + <property name="text"> + <string>Make Command Parameters (enclose parameters containing spaces in ""):</string> + </property> + <property name="wordWrap"> + <bool>true</bool> + </property> + </widget> + </item> + <item> + <widget class="E5ClearableLineEdit" name="makeParametersEdit"> + <property name="toolTip"> + <string>Enter the command parameters for make</string> + </property> + </widget> + </item> + <item> + <widget class="QCheckBox" name="testOnlyCheckBox"> + <property name="toolTip"> + <string>Select to just test for changes needing a make run</string> + </property> + <property name="text"> + <string>Test for changes only when run automatically</string> + </property> + </widget> + </item> + <item> + <widget class="QDialogButtonBox" name="buttonBox"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="standardButtons"> + <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> + </property> + </widget> + </item> + </layout> + </widget> + <customwidgets> + <customwidget> + <class>E5PathPicker</class> + <extends>QWidget</extends> + <header>E5Gui/E5PathPicker.h</header> + <container>1</container> + </customwidget> + <customwidget> + <class>E5ClearableLineEdit</class> + <extends>QLineEdit</extends> + <header>E5Gui/E5LineEdit.h</header> + </customwidget> + </customwidgets> + <resources/> + <connections> + <connection> + <sender>buttonBox</sender> + <signal>accepted()</signal> + <receiver>MakePropertiesDialog</receiver> + <slot>accept()</slot> + <hints> + <hint type="sourcelabel"> + <x>248</x> + <y>254</y> + </hint> + <hint type="destinationlabel"> + <x>157</x> + <y>274</y> + </hint> + </hints> + </connection> + <connection> + <sender>buttonBox</sender> + <signal>rejected()</signal> + <receiver>MakePropertiesDialog</receiver> + <slot>reject()</slot> + <hints> + <hint type="sourcelabel"> + <x>316</x> + <y>260</y> + </hint> + <hint type="destinationlabel"> + <x>286</x> + <y>274</y> + </hint> + </hints> + </connection> + </connections> +</ui>
--- a/Project/Project.py Thu Apr 19 19:25:18 2018 +0200 +++ b/Project/Project.py Thu Apr 19 19:28:02 2018 +0200 @@ -22,7 +22,7 @@ import zipfile from PyQt5.QtCore import pyqtSlot, QFile, QFileInfo, pyqtSignal, \ - QCryptographicHash, QIODevice, QByteArray, QObject, Qt + QCryptographicHash, QIODevice, QByteArray, QObject, Qt, QProcess from PyQt5.QtGui import QCursor, QKeySequence from PyQt5.QtWidgets import QLineEdit, QToolBar, QDialog, QInputDialog, \ QApplication, QMenu, QAction @@ -101,6 +101,10 @@ @signal lexerAssociationsChanged() emitted after the lexer associations have been changed @signal projectChanged() emitted to signal a change of the project + @signal appendStdout(str) emitted after something was received from + a QProcess on stdout + @signal appendStderr(str) emitted after something was received from + a QProcess on stderr """ dirty = pyqtSignal(int) projectLanguageAdded = pyqtSignal(str) @@ -139,9 +143,14 @@ showMenu = pyqtSignal(str, QMenu) lexerAssociationsChanged = pyqtSignal() projectChanged = pyqtSignal() + appendStdout = pyqtSignal(str) + appendStderr = pyqtSignal(str) eols = [os.linesep, "\n", "\r", "\r\n"] + DefaultMake = "make" + DefaultMakefile = "makefile" + def __init__(self, parent=None, filename=None): """ Constructor @@ -170,6 +179,7 @@ } self.vcsMenu = None + self.__makeProcess = None self.__initProjectTypes() @@ -459,6 +469,14 @@ "PACKAGERSPARMS": {}, "DOCUMENTATIONPARMS": {}, "OTHERTOOLSPARMS": {}, + "MAKEPARAMS": { + "MakeEnabled": False, + "MakeExecutable": "", + "MakeFile": "", + "MakeTarget": "", + "MakeParameters": "", + "MakeTestOnly": True, + }, "EOL": -1, } @@ -536,6 +554,9 @@ "README": "OTHERS", "README.*": "OTHERS", "*.e4p": "OTHERS", + "GNUmakefile": "OTHERS", + "makefile": "OTHERS", + "Makefile": "OTHERS", } # Sources @@ -2221,6 +2242,10 @@ self.pdata["PROJECTTYPE"] in ["E6Plugin"]) self.addLanguageAct.setEnabled( bool(self.pdata["TRANSLATIONPATTERN"])) + self.makeGrp.setEnabled( + self.pdata["MAKEPARAMS"]["MakeEnabled"]) + self.menuMakeAct.setEnabled( + self.pdata["MAKEPARAMS"]["MakeEnabled"]) self.projectAboutToBeCreated.emit() @@ -2244,6 +2269,7 @@ .format(self.ppath)) self.vcs = self.initVCS() return + # create an empty __init__.py file to make it a Python package # (only for Python and Python3) if self.pdata["PROGLANGUAGE"] in \ @@ -2252,6 +2278,7 @@ f = open(fn, "w", encoding="utf-8") f.close() self.appendFile(fn, True) + # create an empty main script file, if a name was given if self.pdata["MAINSCRIPT"]: if not os.path.isabs(self.pdata["MAINSCRIPT"]): @@ -2262,6 +2289,18 @@ f = open(ms, "w") f.close() self.appendFile(ms, True) + + if self.pdata["MAKEPARAMS"]["MakeEnabled"]: + mf = self.pdata["MAKEPARAMS"]["MakeFile"] + if mf: + if not os.path.isabs(mf): + mf = os.path.join(self.ppath, mf) + else: + mf = os.path.join(self.ppath, Project.DefaultMakefile) + f = open(mf, "w") + f.close() + self.appendFile(mf) + tpd = os.path.join(self.ppath, self.translationsRoot) if not self.translationsRoot.endswith(os.sep): tpd = os.path.dirname(tpd) @@ -2308,11 +2347,32 @@ self.tr( "<p>The mainscript <b>{0}</b> could not" " be created.<br/>Reason: {1}</p>") - .format(self.ppath, str(err))) - self.appendFile(ms) + .format(ms, str(err))) + self.appendFile(ms, True) else: ms = "" + if self.pdata["MAKEPARAMS"]["MakeEnabled"]: + mf = self.pdata["MAKEPARAMS"]["MakeFile"] + if mf: + if not os.path.isabs(mf): + mf = os.path.join(self.ppath, mf) + else: + mf = os.path.join(self.ppath, Project.DefaultMakefile) + if not os.path.exists(mf): + try: + f = open(mf, "w") + f.close() + except EnvironmentError as err: + E5MessageBox.critical( + self.ui, + self.tr("Create Makefile"), + self.tr( + "<p>The makefile <b>{0}</b> could not" + " be created.<br/>Reason: {1}</p>") + .format(mf, str(err))) + self.appendFile(mf) + # add existing files to the project res = E5MessageBox.yesNo( self.ui, @@ -2570,6 +2630,27 @@ if os.path.exists(ms): self.appendFile(ms) + if self.pdata["MAKEPARAMS"]["MakeEnabled"]: + mf = self.pdata["MAKEPARAMS"]["MakeFile"] + if mf: + if not os.path.isabs(mf): + mf = os.path.join(self.ppath, mf) + else: + mf = os.path.join(self.ppath, Project.DefaultMakefile) + if not os.path.exists(mf): + try: + f = open(mf, "w") + f.close() + except EnvironmentError as err: + E5MessageBox.critical( + self.ui, + self.tr("Create Makefile"), + self.tr( + "<p>The makefile <b>{0}</b> could not" + " be created.<br/>Reason: {1}</p>") + .format(mf, str(err))) + self.appendFile(mf) + if self.pdata["PROJECTTYPE"] != projectType: # reinitialize filetype associations self.initFileTypes() @@ -2814,6 +2895,10 @@ self.pdata["PROJECTTYPE"] in ["E6Plugin"]) self.addLanguageAct.setEnabled( bool(self.pdata["TRANSLATIONPATTERN"])) + self.makeGrp.setEnabled( + self.pdata["MAKEPARAMS"]["MakeEnabled"]) + self.menuMakeAct.setEnabled( + self.pdata["MAKEPARAMS"]["MakeEnabled"]) self.__model.projectOpened() self.projectOpenedHooks.emit() @@ -3068,6 +3153,8 @@ self.menuApidocAct.setEnabled(False) self.menuPackagersAct.setEnabled(False) self.pluginGrp.setEnabled(False) + self.makeGrp.setEnabled(False) + self.menuMakeAct.setEnabled(False) self.__model.projectClosed() self.projectClosedHooks.emit() @@ -4042,6 +4129,37 @@ self.__pluginCreateSnapshotArchives) self.actions.append(self.pluginSArchiveAct) + self.makeGrp = createActionGroup(self) + + self.makeExecuteAct = E5Action( + self.tr('Execute Make'), + self.tr('&Execute Make'), 0, 0, + self.makeGrp, 'project_make_execute') + self.makeExecuteAct.setStatusTip( + self.tr("Perform a 'make' run.")) + self.makeExecuteAct.setWhatsThis(self.tr( + """<b>Execute Make</b>""" + """<p>This performs a 'make' run to rebuild the configured""" + """ target.</p>""" + )) + self.makeExecuteAct.triggered.connect(self.__executeMake) + self.actions.append(self.makeExecuteAct) + + self.makeTestAct = E5Action( + self.tr('Test for Changes'), + self.tr('&Test for Changes'), 0, 0, + self.makeGrp, 'project_make_test') + self.makeTestAct.setStatusTip( + self.tr("Question 'make', if a rebuild is needed.")) + self.makeTestAct.setWhatsThis(self.tr( + """<b>Test for Changes</b>""" + """<p>This questions 'make', if a rebuild of the configured""" + """ target is necessary.</p>""" + )) + self.makeTestAct.triggered.connect( + lambda: self.__executeMake(questionOnly=True)) + self.actions.append(self.makeTestAct) + self.closeAct.setEnabled(False) self.saveAct.setEnabled(False) self.saveasAct.setEnabled(False) @@ -4075,7 +4193,7 @@ self.apidocMenu.setTearOffEnabled(True) self.debuggerMenu = QMenu(self.tr('Debugger'), menu) self.packagersMenu = QMenu(self.tr('Pac&kagers'), menu) - self.packagersMenu.setTearOffEnabled(True) + self.makeMenu = QMenu(self.tr('Make'), menu) self.__menus = { "Main": menu, @@ -4088,6 +4206,7 @@ "Apidoc": self.apidocMenu, "Debugger": self.debuggerMenu, "Packagers": self.packagersMenu, + "Make": self.makeMenu, } # connect the aboutToShow signals @@ -4101,6 +4220,7 @@ self.packagersMenu.aboutToShow.connect(self.__showContextMenuPackagers) self.sessionMenu.aboutToShow.connect(self.__showContextMenuSession) self.debuggerMenu.aboutToShow.connect(self.__showContextMenuDebugger) + self.makeMenu.aboutToShow.connect(self.__showContextMenuMake) menu.aboutToShow.connect(self.__showMenu) # build the show menu @@ -4124,9 +4244,15 @@ self.debuggerMenu.addActions(self.dbgActGrp.actions()) # build the packagers menu + self.packagersMenu.setTearOffEnabled(True) self.packagersMenu.addActions(self.pluginGrp.actions()) self.packagersMenu.addSeparator() + # build the make menu + self.makeMenu.setTearOffEnabled(True) + self.makeMenu.addActions(self.makeGrp.actions()) + self.makeMenu.addSeparator() + # build the main menu menu.setTearOffEnabled(True) menu.addActions(self.actGrp1.actions()) @@ -4142,6 +4268,8 @@ menu.addSeparator() menu.addActions(self.actGrp2.actions()) menu.addSeparator() + self.menuMakeAct = menu.addMenu(self.makeMenu) + menu.addSeparator() self.menuDiagramAct = menu.addMenu(self.graphicsMenu) menu.addSeparator() self.menuCheckAct = menu.addMenu(self.checksMenu) @@ -4166,6 +4294,7 @@ self.menuDebuggerAct.setEnabled(False) self.menuApidocAct.setEnabled(False) self.menuPackagersAct.setEnabled(False) + self.menuMakeAct.setEnabled(False) self.menu = menu return menu @@ -5269,3 +5398,185 @@ break return version + + ######################################################################### + ## Below are methods implementing the 'make' support + ######################################################################### + + def __showContextMenuMake(self): + """ + Private slot called before the make menu is shown. + """ + self.showMenu.emit("Make", self.makeMenu) + + def hasDefaultMakeParameters(self): + """ + Private method to test, if the project contains the default make + parameters. + + @return flag indicating default parameter set + @rtype bool + """ + return self.pdata["MAKEPARAMS"] == { + "MakeEnabled": False, + "MakeExecutable": "", + "MakeFile": "", + "MakeTarget": "", + "MakeParameters": "", + "MakeTestOnly": True, + } + + def isMakeEnabled(self): + """ + Public method to test, if make is enabled for the project. + + @return flag indicating enabled make support + @rtype bool + """ + return self.pdata["MAKEPARAMS"]["MakeEnabled"] + + @pyqtSlot() + def executeMake(self): + """ + Public slot to execute a project specific make run (auto-run) + (execute or question). + """ + self.__executeMake( + questionOnly=self.pdata["MAKEPARAMS"]["MakeTestOnly"], + interactive=False) + + @pyqtSlot() + def __executeMake(self, questionOnly=False, interactive=True): + """ + Private method to execute a project specific make run. + + @param questionOnly flag indicating to ask make for changes only + @type bool + @param interactive flag indicating an interactive invocation (i.e. + through a menu action) + @type bool + """ + if not self.pdata["MAKEPARAMS"]["MakeEnabled"] or \ + self.__makeProcess is not None: + return + + if self.pdata["MAKEPARAMS"]["MakeExecutable"]: + prog = self.pdata["MAKEPARAMS"]["MakeExecutable"] + else: + prog = Project.DefaultMake + + args = [] + if self.pdata["MAKEPARAMS"]["MakeParameters"]: + args.extend(Utilities.parseOptionString( + self.pdata["MAKEPARAMS"]["MakeParameters"])) + + if self.pdata["MAKEPARAMS"]["MakeFile"]: + args.append("--makefile={0}".format( + self.pdata["MAKEPARAMS"]["MakeFile"])) + + if questionOnly: + args.append("--question") + + if self.pdata["MAKEPARAMS"]["MakeTarget"]: + args.append(self.pdata["MAKEPARAMS"]["MakeTarget"]) + + self.__makeProcess = QProcess(self) + self.__makeProcess.readyReadStandardOutput.connect( + self.__makeReadStdOut) + self.__makeProcess.readyReadStandardError.connect( + self.__makeReadStdErr) + self.__makeProcess.finished.connect( + lambda exitCode, exitStatus: self.__makeFinished( + exitCode, exitStatus, questionOnly, interactive)) + self.__makeProcess.setWorkingDirectory(self.getProjectPath()) + self.__makeProcess.start(prog, args) + + if not self.__makeProcess.waitForStarted(): + E5MessageBox.critical( + self.ui, + self.tr("Execute Make"), + self.tr("""The make process did not start.""")) + + self.__cleanupMake() + + @pyqtSlot() + def __makeReadStdOut(self): + """ + Private slot to process process output received via stdout. + """ + if self.__makeProcess is not None: + output = str(self.__makeProcess.readAllStandardOutput(), + Preferences.getSystem("IOEncoding"), + 'replace') + self.appendStdout.emit(output) + + @pyqtSlot() + def __makeReadStdErr(self): + """ + Private slot to process process output received via stderr. + """ + if self.__makeProcess is not None: + error = str(self.__makeProcess.readAllStandardError(), + Preferences.getSystem("IOEncoding"), + 'replace') + self.appendStderr.emit(error) + + def __makeFinished(self, exitCode, exitStatus, questionOnly, + interactive=True): + """ + Private slot handling the make process finished signal. + + @param exitCode exit code of the make process + @type int + @param exitStatus exit status of the make process + @type QProcess.ExitStatus + @param questionOnly flag indicating a test only run + @type bool + @param interactive flag indicating an interactive invocation (i.e. + through a menu action) + @type bool + """ + if exitStatus == QProcess.CrashExit: + E5MessageBox.critical( + self.ui, + self.tr("Execute Make"), + self.tr("""The make process crashed.""")) + else: + if questionOnly and exitCode == 1: + # a rebuild is needed + title = self.tr("Test for Changes") + + if self.pdata["MAKEPARAMS"]["MakeTarget"]: + message = self.tr( + """<p>There are changes that require the configured""" + """ make target <b>{0}</b> to be rebuilt.</p>""")\ + .format(self.pdata["MAKEPARAMS"]["MakeTarget"]) + else: + message = self.tr( + """<p>There are changes that require the default""" + """ make target to be rebuilt.</p>""") + + if self.ui.notificationsEnabled() and not interactive: + self.ui.showNotification( + UI.PixmapCache.getPixmap("makefile48.png"), + title, + message) + else: + E5MessageBox.information(self.ui, title, message) + elif exitCode > 1: + E5MessageBox.critical( + self.ui, + self.tr("Execute Make"), + self.tr("""The makefile contains errors.""")) + + self.__cleanupMake() + + def __cleanupMake(self): + """ + Private method to clean up make related stuff. + """ + self.__makeProcess.readyReadStandardOutput.disconnect() + self.__makeProcess.readyReadStandardError.disconnect() + self.__makeProcess.finished.disconnect() + self.__makeProcess.deleteLater() + self.__makeProcess = None
--- a/Project/PropertiesDialog.py Thu Apr 19 19:25:18 2018 +0200 +++ b/Project/PropertiesDialog.py Thu Apr 19 19:28:02 2018 +0200 @@ -21,6 +21,7 @@ import Utilities import Preferences +import UI.PixmapCache class PropertiesDialog(QDialog, Ui_PropertiesDialog): @@ -44,10 +45,13 @@ self.dirPicker.setMode(E5PathPickerModes.DirectoryMode) self.mainscriptPicker.setMode(E5PathPickerModes.OpenFileMode) + self.makeButton.setIcon(UI.PixmapCache.getIcon("makefile.png")) + self.project = project self.newProject = new self.transPropertiesDlg = None self.spellPropertiesDlg = None + self.makePropertiesDlg = None patterns = [] for pattern, filetype in self.project.pdata["FILETYPES"].items(): @@ -112,6 +116,8 @@ self.tr("The project is not version controlled.")) self.vcsInfoButton.hide() self.vcsCheckBox.hide() + self.makeCheckBox.setChecked( + self.project.pdata["MAKEPARAMS"]["MakeEnabled"]) else: self.languageComboBox.setCurrentIndex( self.languageComboBox.findText("Python3")) @@ -189,6 +195,19 @@ if res == QDialog.Rejected: self.transPropertiesDlg.initDialog() # reset the dialogs contents + @pyqtSlot() + def on_makeButton_clicked(self): + """ + Private slot to display the make properties dialog. + """ + if self.makePropertiesDlg is None: + from .MakePropertiesDialog import MakePropertiesDialog + self.makePropertiesDlg = \ + MakePropertiesDialog(self.project, self.newProject, self) + res = self.makePropertiesDlg.exec_() + if res == QDialog.Rejected: + self.makePropertiesDlg.initDialog() + @pyqtSlot(str) def on_mainscriptPicker_pathSelected(self, script): """ @@ -285,3 +304,8 @@ if self.transPropertiesDlg is not None: self.transPropertiesDlg.storeData() + + self.project.pdata["MAKEPARAMS"]["MakeEnabled"] = \ + self.makeCheckBox.isChecked() + if self.makePropertiesDlg is not None: + self.makePropertiesDlg.storeData()
--- a/Project/PropertiesDialog.ui Thu Apr 19 19:25:18 2018 +0200 +++ b/Project/PropertiesDialog.ui Thu Apr 19 19:28:02 2018 +0200 @@ -79,17 +79,57 @@ </widget> </item> <item row="3" column="1"> - <widget class="QCheckBox" name="mixedLanguageCheckBox"> - <property name="toolTip"> - <string>Select, if the project uses other programming languages as well</string> - </property> - <property name="text"> - <string>Mi&xed programming languages</string> - </property> - <property name="shortcut"> - <string>Alt+X</string> - </property> - </widget> + <layout class="QHBoxLayout" name="horizontalLayout"> + <item> + <widget class="QCheckBox" name="mixedLanguageCheckBox"> + <property name="toolTip"> + <string>Select, if the project uses other programming languages as well</string> + </property> + <property name="text"> + <string>Mi&xed programming languages</string> + </property> + <property name="shortcut"> + <string>Alt+X</string> + </property> + </widget> + </item> + <item> + <spacer name="horizontalSpacer"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>40</width> + <height>20</height> + </size> + </property> + </spacer> + </item> + <item> + <widget class="QCheckBox" name="makeCheckBox"> + <property name="toolTip"> + <string>Select to activate the 'make' support</string> + </property> + <property name="text"> + <string>Enable 'make' Support</string> + </property> + </widget> + </item> + <item> + <widget class="QToolButton" name="makeButton"> + <property name="enabled"> + <bool>false</bool> + </property> + <property name="toolTip"> + <string>Press to open a dialog to enter the 'make' parameters</string> + </property> + <property name="text"> + <string/> + </property> + </widget> + </item> + </layout> </item> <item row="4" column="0"> <widget class="QLabel" name="textLabel1_2"> @@ -378,6 +418,8 @@ <tabstop>spellPropertiesButton</tabstop> <tabstop>languageComboBox</tabstop> <tabstop>mixedLanguageCheckBox</tabstop> + <tabstop>makeCheckBox</tabstop> + <tabstop>makeButton</tabstop> <tabstop>projectTypeComboBox</tabstop> <tabstop>dirPicker</tabstop> <tabstop>versionEdit</tabstop> @@ -399,8 +441,8 @@ <slot>accept()</slot> <hints> <hint type="sourcelabel"> - <x>57</x> - <y>511</y> + <x>66</x> + <y>545</y> </hint> <hint type="destinationlabel"> <x>57</x> @@ -415,8 +457,8 @@ <slot>reject()</slot> <hints> <hint type="sourcelabel"> - <x>143</x> - <y>516</y> + <x>152</x> + <y>545</y> </hint> <hint type="destinationlabel"> <x>145</x> @@ -424,5 +466,21 @@ </hint> </hints> </connection> + <connection> + <sender>makeCheckBox</sender> + <signal>toggled(bool)</signal> + <receiver>makeButton</receiver> + <slot>setEnabled(bool)</slot> + <hints> + <hint type="sourcelabel"> + <x>479</x> + <y>99</y> + </hint> + <hint type="destinationlabel"> + <x>579</x> + <y>101</y> + </hint> + </hints> + </connection> </connections> </ui>
--- a/QScintilla/Lexers/__init__.py Thu Apr 19 19:25:18 2018 +0200 +++ b/QScintilla/Lexers/__init__.py Thu Apr 19 19:28:02 2018 +0200 @@ -468,7 +468,7 @@ 'Diff Files (*.diff *.patch)'), QCoreApplication.translate( 'Lexers', - 'Makefiles (*.mak)'), + 'Makefiles (*makefile Makefile *.mak)'), QCoreApplication.translate( 'Lexers', 'Properties Files (*.properties *.ini *.inf *.reg *.cfg'
--- a/UI/UserInterface.py Thu Apr 19 19:25:18 2018 +0200 +++ b/UI/UserInterface.py Thu Apr 19 19:28:02 2018 +0200 @@ -392,6 +392,8 @@ self.backgroundService.preferencesOrProjectChanged) self.project.projectOpened.connect(self.__writeCrashSession) self.project.projectClosed.connect(self.__writeCrashSession) + self.project.appendStdout.connect(self.appendToStdout) + self.project.appendStderr.connect(self.appendToStderr) self.multiProject.multiProjectOpened.connect( self.__activateMultiProjectBrowser) @@ -415,6 +417,7 @@ self.projectBrowser.pfBrowser.compileChangedForms) self.debuggerUI.compileResources.connect( self.projectBrowser.prBrowser.compileChangedResources) + self.debuggerUI.executeMake.connect(self.project.executeMake) self.debuggerUI.appendStdout.connect(self.appendToStdout) debugServer.passiveDebugStarted.connect(
--- a/eric6.e4p Thu Apr 19 19:25:18 2018 +0200 +++ b/eric6.e4p Thu Apr 19 19:28:02 2018 +0200 @@ -917,6 +917,7 @@ <Source>Project/DebuggerPropertiesDialog.py</Source> <Source>Project/FiletypeAssociationDialog.py</Source> <Source>Project/LexerAssociationDialog.py</Source> + <Source>Project/MakePropertiesDialog.py</Source> <Source>Project/NewDialogClassDialog.py</Source> <Source>Project/NewPythonPackageDialog.py</Source> <Source>Project/Project.py</Source> @@ -2058,6 +2059,7 @@ <Form>Project/DebuggerPropertiesDialog.ui</Form> <Form>Project/FiletypeAssociationDialog.ui</Form> <Form>Project/LexerAssociationDialog.ui</Form> + <Form>Project/MakePropertiesDialog.ui</Form> <Form>Project/NewDialogClassDialog.ui</Form> <Form>Project/NewPythonPackageDialog.ui</Form> <Form>Project/PropertiesDialog.ui</Form>
--- a/i18n/eric6_cs.ts Thu Apr 19 19:25:18 2018 +0200 +++ b/i18n/eric6_cs.ts Thu Apr 19 19:28:02 2018 +0200 @@ -5664,287 +5664,287 @@ <context> <name>DebugUI</name> <message> - <location filename="../Debugger/DebugUI.py" line="1847"/> + <location filename="../Debugger/DebugUI.py" line="1852"/> <source>Run Script</source> <translation>Spustit skript</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="175"/> + <location filename="../Debugger/DebugUI.py" line="178"/> <source>&Run Script...</source> <translation>Spustit sk&ript...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="180"/> + <location filename="../Debugger/DebugUI.py" line="183"/> <source>Run the current Script</source> <translation>Spustit aktuální skript</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="181"/> + <location filename="../Debugger/DebugUI.py" line="184"/> <source><b>Run Script</b><p>Set the command line arguments and run the script outside the debugger. If the file has unsaved changes it may be saved first.</p></source> <translation><b>Spustit skript</b><p>Nastavení parametrů příkazové řádky a spuštění skriptu bez debugeru. Pokud jsou v souboru neuložené změny, měly by se nejdříve uložit.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1862"/> + <location filename="../Debugger/DebugUI.py" line="1867"/> <source>Run Project</source> <translation>Spustit projekt</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="190"/> + <location filename="../Debugger/DebugUI.py" line="193"/> <source>Run &Project...</source> <translation>Spustit &projekt...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="195"/> + <location filename="../Debugger/DebugUI.py" line="198"/> <source>Run the current Project</source> <translation>Spustit aktuální projekt</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="196"/> + <location filename="../Debugger/DebugUI.py" line="199"/> <source><b>Run Project</b><p>Set the command line arguments and run the current project outside the debugger. If files of the current project have unsaved changes they may be saved first.</p></source> <translation><b>Spustit projekt</b><p>Nastavení parametrů příkazové řádky a spuštění projektu bez debugeru. Pokud jsou v projektu neuložené změny, měly by se nejdříve uložit.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="206"/> + <location filename="../Debugger/DebugUI.py" line="209"/> <source>Coverage run of Script</source> <translation>Spustit skript s kontrolou pokrytí</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="206"/> + <location filename="../Debugger/DebugUI.py" line="209"/> <source>Coverage run of Script...</source> <translation>Spustit skript s kontrolou pokrytí...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="211"/> + <location filename="../Debugger/DebugUI.py" line="214"/> <source>Perform a coverage run of the current Script</source> <translation>Provede se spuštění běhu aktuálního skriptu s kontrolou pokrytí kódu</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="213"/> + <location filename="../Debugger/DebugUI.py" line="216"/> <source><b>Coverage run of Script</b><p>Set the command line arguments and run the script under the control of a coverage analysis tool. If the file has unsaved changes it may be saved first.</p></source> <translation><b>Spustit skript s kontrolou pokrytí</b><p>Nastavení parametrů příkazové řádky a spuštění projektu pod kontrolou nástroje analýzy pokrytí kódu. Pokud jsou v souboru neuložené změny, měly by se nejdříve uložit.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="222"/> + <location filename="../Debugger/DebugUI.py" line="225"/> <source>Coverage run of Project</source> <translation>Spustit projekt s kontrolou pokrytí</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="222"/> + <location filename="../Debugger/DebugUI.py" line="225"/> <source>Coverage run of Project...</source> <translation>Spustit projekt s kontrolou pokrytí...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="227"/> + <location filename="../Debugger/DebugUI.py" line="230"/> <source>Perform a coverage run of the current Project</source> <translation>Provede se spuštění běhu aktuálního projektu s kontrolou pokrytí kódu</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="229"/> + <location filename="../Debugger/DebugUI.py" line="232"/> <source><b>Coverage run of Project</b><p>Set the command line arguments and run the current project under the control of a coverage analysis tool. If files of the current project have unsaved changes they may be saved first.</p></source> <translation><b>Spustit projekt s kontrolou pokrytí</b><p>Nastavení parametrů příkazové řádky a spuštění projektu pod kontrolou nástroje analýzy pokrytí kódu. Pokud jsou v projektu neuložené změny, měly by se nejdříve uložit.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="239"/> + <location filename="../Debugger/DebugUI.py" line="242"/> <source>Profile Script</source> <translation>Profilovat skript</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="239"/> + <location filename="../Debugger/DebugUI.py" line="242"/> <source>Profile Script...</source> <translation>Profilovat skript...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="243"/> + <location filename="../Debugger/DebugUI.py" line="246"/> <source>Profile the current Script</source> <translation>Profilovat aktuální skript</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="244"/> + <location filename="../Debugger/DebugUI.py" line="247"/> <source><b>Profile Script</b><p>Set the command line arguments and profile the script. If the file has unsaved changes it may be saved first.</p></source> <translation><b>Profilovat skript</b><p>Nastavení parametrů příkazové řádky a spuštění projektu s profilováním kódu. Pokud jsou ve skriptu neuložené změny, měly by se nejdříve uložit.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="252"/> + <location filename="../Debugger/DebugUI.py" line="255"/> <source>Profile Project</source> <translation>Profilovat projekt</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="252"/> + <location filename="../Debugger/DebugUI.py" line="255"/> <source>Profile Project...</source> <translation>Profilovat projekt...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="257"/> + <location filename="../Debugger/DebugUI.py" line="260"/> <source>Profile the current Project</source> <translation>Profilovat aktuální projekt</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="259"/> + <location filename="../Debugger/DebugUI.py" line="262"/> <source><b>Profile Project</b><p>Set the command line arguments and profile the current project. If files of the current project have unsaved changes they may be saved first.</p></source> <translation><b>Profilovat projekt</b><p>Nastavení parametrů příkazové řádky a spuštění projektu s profilováním kódu. Pokud jsou v projektu neuložené změny, měly by se nejdříve uložit.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1983"/> + <location filename="../Debugger/DebugUI.py" line="1988"/> <source>Debug Script</source> <translation>Debugovat skript</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="268"/> + <location filename="../Debugger/DebugUI.py" line="271"/> <source>&Debug Script...</source> <translation>&Debugovat skript...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="273"/> + <location filename="../Debugger/DebugUI.py" line="276"/> <source>Debug the current Script</source> <translation>Debugovat aktuální skript</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="274"/> + <location filename="../Debugger/DebugUI.py" line="277"/> <source><b>Debug Script</b><p>Set the command line arguments and set the current line to be the first executable Python statement of the current editor window. If the file has unsaved changes it may be saved first.</p></source> <translation><b>Debugovat skript</b><p>Nastavení parametrů příkazové řádky a aktuální řádky jako první python příkaz v aktuálním editačním okně. Pokud jsou ve skriptu neuložené změny, měly by se nejdříve uložit.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1999"/> + <location filename="../Debugger/DebugUI.py" line="2004"/> <source>Debug Project</source> <translation>Debugovat projekt</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="284"/> + <location filename="../Debugger/DebugUI.py" line="287"/> <source>Debug &Project...</source> <translation>Debugovat pro&jekt...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="289"/> + <location filename="../Debugger/DebugUI.py" line="292"/> <source>Debug the current Project</source> <translation>Debugovat aktuální projekt</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="291"/> + <location filename="../Debugger/DebugUI.py" line="294"/> <source><b>Debug Project</b><p>Set the command line arguments and set the current line to be the first executable Python statement of the main script of the current project. If files of the current project have unsaved changes they may be saved first.</p></source> <translation><b>Debugovat projekt</b><p>Nastavení parametrů příkazové řádky a nastavení aktuální řádky jako první python příkaz hlavního skriptu v aktuálním projektu. Pokud jsou v projektu neuložené změny, měly by se měly nejdříve uložit.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="305"/> + <location filename="../Debugger/DebugUI.py" line="308"/> <source>Restart the last debugged script</source> <translation>Restartovat posledně debugovaný skript</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="332"/> + <location filename="../Debugger/DebugUI.py" line="335"/> <source>Continue</source> <translation>Pokračovat</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="332"/> + <location filename="../Debugger/DebugUI.py" line="335"/> <source>&Continue</source> <translation>&Pokračovat</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="337"/> + <location filename="../Debugger/DebugUI.py" line="340"/> <source>Continue running the program from the current line</source> <translation>Pokračovat v běhu programu od aktuální řádky</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="339"/> + <location filename="../Debugger/DebugUI.py" line="342"/> <source><b>Continue</b><p>Continue running the program from the current line. The program will stop when it terminates or when a breakpoint is reached.</p></source> <translation><b>Pokračovat</b><p>Pokračovat v běhu programu od aktuální řádky. Program se zastaví na nejbližším breakpointu nebo běží až do konce.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="348"/> + <location filename="../Debugger/DebugUI.py" line="351"/> <source>Continue to Cursor</source> <translation>Pokračovat až na kurzor</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="348"/> + <location filename="../Debugger/DebugUI.py" line="351"/> <source>Continue &To Cursor</source> <translation>Pokračova&t až na kurzor</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="353"/> - <source>Continue running the program from the current line to the current cursor position</source> - <translation>Pokračovat v běhu programu od aktuální řádky až na pozici kurzoru</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="356"/> + <source>Continue running the program from the current line to the current cursor position</source> + <translation>Pokračovat v běhu programu od aktuální řádky až na pozici kurzoru</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="359"/> <source><b>Continue To Cursor</b><p>Continue running the program from the current line to the current cursor position.</p></source> <translation><b>Pokračovat až na kurzor</b><p>Běh programu pokračuje až na řádek, na kterém se nachází kurzor.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="384"/> + <location filename="../Debugger/DebugUI.py" line="387"/> <source>Single Step</source> <translation>Krok dovnitř</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="384"/> + <location filename="../Debugger/DebugUI.py" line="387"/> <source>Sin&gle Step</source> <translation>&Krok dovnitř</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="389"/> + <location filename="../Debugger/DebugUI.py" line="392"/> <source>Execute a single Python statement</source> <translation>Vykonat jen jeden python příkaz</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="390"/> + <location filename="../Debugger/DebugUI.py" line="393"/> <source><b>Single Step</b><p>Execute a single Python statement. If the statement is an <tt>import</tt> statement, a class constructor, or a method or function call then control is returned to the debugger at the next statement.</p></source> <translation><b>Krok dovnitř</b><p>Vykoná se jen jeden python příkaz. Pokud je příkaz <tt>import</tt>, konstruktor třídy, metoda nebo funkce, tak debuger vstoupí dovnitř funkce a zastaví se na prvním příkazu v těle funkce.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="400"/> + <location filename="../Debugger/DebugUI.py" line="403"/> <source>Step Over</source> <translation>Krok přes</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="400"/> + <location filename="../Debugger/DebugUI.py" line="403"/> <source>Step &Over</source> <translation>Kr&ok přes</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="405"/> - <source>Execute a single Python statement staying in the current frame</source> - <translation>Vykonat jeden python příkaz ale nevstupovat do něj</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="408"/> + <source>Execute a single Python statement staying in the current frame</source> + <translation>Vykonat jeden python příkaz ale nevstupovat do něj</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="411"/> <source><b>Step Over</b><p>Execute a single Python statement staying in the same frame. If the statement is an <tt>import</tt> statement, a class constructor, or a method or function call then control is returned to the debugger after the statement has completed.</p></source> <translation><b>Krok přes</b><p>Vykoná se jeden python příkaz. Pokud je příkaz <tt>import</tt>, konstruktor třídy, metoda nebo funkce, tak debuger nevstupuje dovnitř funkce, ale vykoná ji celou a zastaví se až na následujícím příkazu.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="419"/> + <location filename="../Debugger/DebugUI.py" line="422"/> <source>Step Out</source> <translation>Krok ven</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="419"/> + <location filename="../Debugger/DebugUI.py" line="422"/> <source>Step Ou&t</source> <translation>Krok &ven</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="424"/> - <source>Execute Python statements until leaving the current frame</source> - <translation>Vykonávat python příkazy tak dlouho, dokud nedojde k opuštění těla kódu</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="427"/> + <source>Execute Python statements until leaving the current frame</source> + <translation>Vykonávat python příkazy tak dlouho, dokud nedojde k opuštění těla kódu</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="430"/> <source><b>Step Out</b><p>Execute Python statements until leaving the current frame. If the statements are inside an <tt>import</tt> statement, a class constructor, or a method or function call then control is returned to the debugger after the current frame has been left.</p></source> <translation><b>Krok ven</b><p>Provádí se python příkazy tak dlouho, dokud nedojde k opuštění těla aktuálního bloku kódu. Pokud je příkaz <tt>import</tt>, konstruktor třídy, metoda nebo funkce, tak debuger provádí příkazy tak dlouho, dokud z daného bloku nevystoupí. Zastaví se až na příkazu následujícím za daným blokem.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="438"/> + <location filename="../Debugger/DebugUI.py" line="441"/> <source>Stop</source> <translation></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="438"/> + <location filename="../Debugger/DebugUI.py" line="441"/> <source>&Stop</source> <translation>&Stop</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="443"/> + <location filename="../Debugger/DebugUI.py" line="446"/> <source>Stop debugging</source> <translation>Stop debugování</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="444"/> + <location filename="../Debugger/DebugUI.py" line="447"/> <source><b>Stop</b><p>Stop the running debugging session.</p></source> <translation><b>Stop</b><p>Stop běhu aktuální debug relace.</p></translation> </message> @@ -5984,190 +5984,190 @@ <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="451"/> + <location filename="../Debugger/DebugUI.py" line="454"/> <source>Variables Type Filter</source> <translation>Filtr typů proměnných</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="451"/> + <location filename="../Debugger/DebugUI.py" line="454"/> <source>Varia&bles Type Filter...</source> <translation>&Filtr typů proměnných...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="455"/> + <location filename="../Debugger/DebugUI.py" line="458"/> <source>Configure variables type filter</source> <translation>Nastavit filtr typů proměnných</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="457"/> + <location filename="../Debugger/DebugUI.py" line="460"/> <source><b>Variables Type Filter</b><p>Configure the variables type filter. Only variable types that are not selected are displayed in the global or local variables window during a debugging session.</p></source> <translation><b>Filtr typů proměnných</b><p>Nastavení filtru typů proměnných. Během debugování jsou v okně globálních nebo lokálních proměnných zobrazovány jen ty typy proměnných, které nebyly vybrány.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="467"/> + <location filename="../Debugger/DebugUI.py" line="470"/> <source>Exceptions Filter</source> <translation>Filtr výjimek</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="467"/> + <location filename="../Debugger/DebugUI.py" line="470"/> <source>&Exceptions Filter...</source> <translation>Filtr výjim&ek...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="471"/> + <location filename="../Debugger/DebugUI.py" line="474"/> <source>Configure exceptions filter</source> <translation>Konfigurace filtru výjimek</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="473"/> + <location filename="../Debugger/DebugUI.py" line="476"/> <source><b>Exceptions Filter</b><p>Configure the exceptions filter. Only exception types that are listed are highlighted during a debugging session.</p><p>Please note, that all unhandled exceptions are highlighted indepent from the filter list.</p></source> <translation><b>Filtr výjimek</b><p>Nastavení filtru výjimek. Během debugování jsou zvýrazněny jen ty výjimky, které jsou uvedeny v seznamu.</p><p>Všimněte si, že neošetřené výjimky jsou zvýrazněny nezávisle na seznamu filtru.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="509"/> + <location filename="../Debugger/DebugUI.py" line="512"/> <source>Toggle Breakpoint</source> <translation>Přepnout breakpoint</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="510"/> + <location filename="../Debugger/DebugUI.py" line="513"/> <source><b>Toggle Breakpoint</b><p>Toggles a breakpoint at the current line of the current editor.</p></source> <translation><b>Přepnout breakpoint</b><p>Zapíná/vypíná breakpoint na aktuální řádce v aktuálním editoru.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="524"/> + <location filename="../Debugger/DebugUI.py" line="527"/> <source>Edit Breakpoint</source> <translation>Editovat breakpoint</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="518"/> + <location filename="../Debugger/DebugUI.py" line="521"/> <source>Edit Breakpoint...</source> <translation>Editovat breakpoint...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="525"/> + <location filename="../Debugger/DebugUI.py" line="528"/> <source><b>Edit Breakpoint</b><p>Opens a dialog to edit the breakpoints properties. It works at the current line of the current editor.</p></source> <translation><b>Editovat breakpoint</b><p>Otevře dialog s editací vlastností breakpointů. Zpracovává aktuální řádku v aktuálním editoru.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="540"/> + <location filename="../Debugger/DebugUI.py" line="543"/> <source>Next Breakpoint</source> <translation>Následující breakpoint</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="533"/> + <location filename="../Debugger/DebugUI.py" line="536"/> <source>Ctrl+Shift+PgDown</source> <comment>Debug|Next Breakpoint</comment> <translation></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="541"/> + <location filename="../Debugger/DebugUI.py" line="544"/> <source><b>Next Breakpoint</b><p>Go to next breakpoint of the current editor.</p></source> <translation><b>Následující breakpoint</b><p>Jít na následující breakpoint v aktuálním editoru.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="555"/> + <location filename="../Debugger/DebugUI.py" line="558"/> <source>Previous Breakpoint</source> <translation>Předchozí breakpoint</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="548"/> + <location filename="../Debugger/DebugUI.py" line="551"/> <source>Ctrl+Shift+PgUp</source> <comment>Debug|Previous Breakpoint</comment> <translation></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="556"/> + <location filename="../Debugger/DebugUI.py" line="559"/> <source><b>Previous Breakpoint</b><p>Go to previous breakpoint of the current editor.</p></source> <translation><b>Předchozí breakpoint</b><p>Jít na předchozí brakpoint v aktuálním editoru.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="569"/> + <location filename="../Debugger/DebugUI.py" line="572"/> <source>Clear Breakpoints</source> <translation>Zrušit breakpointy</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="563"/> + <location filename="../Debugger/DebugUI.py" line="566"/> <source>Ctrl+Shift+C</source> <comment>Debug|Clear Breakpoints</comment> <translation></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="570"/> + <location filename="../Debugger/DebugUI.py" line="573"/> <source><b>Clear Breakpoints</b><p>Clear breakpoints of all editors.</p></source> <translation><b>Zrušit breakpointy</b><p>Zrušení breakpointů ve všech editorech.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="596"/> + <location filename="../Debugger/DebugUI.py" line="599"/> <source>&Debug</source> <translation>&Debugování</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="598"/> + <location filename="../Debugger/DebugUI.py" line="601"/> <source>&Start</source> <translation>&Start</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="600"/> + <location filename="../Debugger/DebugUI.py" line="603"/> <source>&Breakpoints</source> <translation>&Breakpointy</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="643"/> + <location filename="../Debugger/DebugUI.py" line="646"/> <source>Start</source> <translation>Start</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="657"/> + <location filename="../Debugger/DebugUI.py" line="660"/> <source>Debug</source> <translation>Debug</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1120"/> + <location filename="../Debugger/DebugUI.py" line="1123"/> <source>The program being debugged contains an unspecified syntax error.</source> <translation>Program, který je právě debugován, obsahuje nespecifikovanou syntaktickou chybu.</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1157"/> + <location filename="../Debugger/DebugUI.py" line="1160"/> <source>An unhandled exception occured. See the shell window for details.</source> <translation>Objevila se neošetřená výjimka. Detaily naleznete v shell okně.</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1282"/> + <location filename="../Debugger/DebugUI.py" line="1285"/> <source>The program being debugged has terminated unexpectedly.</source> <translation>Debugovaný program byl neočekávaně ukončen.</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1353"/> + <location filename="../Debugger/DebugUI.py" line="1356"/> <source>Breakpoint Condition Error</source> <translation>Chyba v podmíněném breakpointu</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1594"/> + <location filename="../Debugger/DebugUI.py" line="1599"/> <source>Coverage of Project</source> <translation>Pokrytí projektu</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1581"/> + <location filename="../Debugger/DebugUI.py" line="1586"/> <source>Coverage of Script</source> <translation>Pokrytí skriptu</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1862"/> + <location filename="../Debugger/DebugUI.py" line="1867"/> <source>There is no main script defined for the current project. Aborting</source> <translation>V aktuálním projektu není definován hlavní skript. Zrušeno</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1727"/> + <location filename="../Debugger/DebugUI.py" line="1732"/> <source>Profile of Project</source> <translation>Profilovat projekt</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1714"/> + <location filename="../Debugger/DebugUI.py" line="1719"/> <source>Profile of Script</source> <translation>Profilovat skript</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1999"/> + <location filename="../Debugger/DebugUI.py" line="2004"/> <source>There is no main script defined for the current project. No debugging possible.</source> <translation>V aktuálním projektu není definován hlavní skript. Debugování není možné.</translation> </message> @@ -6182,7 +6182,7 @@ <translation type="obsolete">Zadejte příkaz pro vykonání</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="322"/> + <location filename="../Debugger/DebugUI.py" line="325"/> <source>Stop the running script.</source> <translation>Zastavit běžící skript.</translation> </message> @@ -6192,43 +6192,43 @@ <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="1389"/> + <location filename="../Debugger/DebugUI.py" line="1392"/> <source>Watch Expression Error</source> <translation>Chyba sledovacího bodu</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1429"/> + <location filename="../Debugger/DebugUI.py" line="1432"/> <source>Watch expression already exists</source> <translation>Sledovací bod již existuje</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="484"/> + <location filename="../Debugger/DebugUI.py" line="487"/> <source>Ignored Exceptions</source> <translation>Ignorované výjimky</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="484"/> + <location filename="../Debugger/DebugUI.py" line="487"/> <source>&Ignored Exceptions...</source> <translation>&Ignorované výjimky...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="488"/> + <location filename="../Debugger/DebugUI.py" line="491"/> <source>Configure ignored exceptions</source> <translation>Konfigurovat ignorované výjimky</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="490"/> + <location filename="../Debugger/DebugUI.py" line="493"/> <source><b>Ignored Exceptions</b><p>Configure the ignored exceptions. Only exception types that are not listed are highlighted during a debugging session.</p><p>Please note, that unhandled exceptions cannot be ignored.</p></source> <translation><b>Ignorované výjimky</b><p>Seznam ignorovaných výjimek. Během debugování jsou zvýrazněny jen ty typy výjimek, které nejsou uvedeny v tomto seznamu.</p><p>Všimněte si prosím, že výjimky typu unhalted nelze ignorovat.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="503"/> + <location filename="../Debugger/DebugUI.py" line="506"/> <source>Shift+F11</source> <comment>Debug|Toggle Breakpoint</comment> <translation></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="518"/> + <location filename="../Debugger/DebugUI.py" line="521"/> <source>Shift+F12</source> <comment>Debug|Edit Breakpoint</comment> <translation></translation> @@ -6244,128 +6244,128 @@ <translation type="obsolete"><p><b>{0}</b> byl ukončen s exit statusem {1}.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1139"/> + <location filename="../Debugger/DebugUI.py" line="1142"/> <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> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1204"/> + <location filename="../Debugger/DebugUI.py" line="1207"/> <source><p>The debugged program raised the exception <b>{0}</b><br>"<b>{1}</b>"<br>File: <b>{2}</b>, Line: <b>{3}</b></p><p>Break here?</p></source> <translation><p>Debugovaný program vyvolal výjimku <b>{0}</b><br>"<b>{1}</b>"<br>Soubor: <b>{2}</b>, řádek: <b>{3}</b></p><p>Zastavit zde?</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1219"/> + <location filename="../Debugger/DebugUI.py" line="1222"/> <source><p>The debugged program raised the exception <b>{0}</b><br>"<b>{1}</b>"</p></source> <translation><p>Debugovaný program vyvolal výjimku <b>{0}</b><br>"<b>{1}</b>"</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1353"/> + <location filename="../Debugger/DebugUI.py" line="1356"/> <source><p>The condition of the breakpoint <b>{0}, {1}</b> contains a syntax error.</p></source> <translation><p>Podmínka breakpointu <b>{0}, {1}</b> obsahuje syntaktickou chybu.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1389"/> + <location filename="../Debugger/DebugUI.py" line="1392"/> <source><p>The watch expression <b>{0}</b> contains a syntax error.</p></source> <translation><p>Sledovací bod <b>{0}</b> obsahuje syntaktickou chybu.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1419"/> + <location filename="../Debugger/DebugUI.py" line="1422"/> <source><p>A watch expression '<b>{0}</b>' already exists.</p></source> <translation><p>Sledovací bod '<b>{0}</b>' již existuje.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1423"/> + <location filename="../Debugger/DebugUI.py" line="1426"/> <source><p>A watch expression '<b>{0}</b>' for the variable <b>{1}</b> already exists.</p></source> <translation><p>Sledovací bod '<b>{0}</b>' pro proměnnou <b>{1}</b> již existuje.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1089"/> + <location filename="../Debugger/DebugUI.py" line="1092"/> <source>Program terminated</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="301"/> + <location filename="../Debugger/DebugUI.py" line="304"/> <source>Restart</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="307"/> + <location filename="../Debugger/DebugUI.py" line="310"/> <source><b>Restart</b><p>Set the command line arguments and set the current line to be the first executable Python statement of the script that was debugged last. If there are unsaved changes, they may be saved first.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="323"/> + <location filename="../Debugger/DebugUI.py" line="326"/> <source><b>Stop</b><p>This stops the script running in the debugger backend.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1268"/> + <location filename="../Debugger/DebugUI.py" line="1271"/> <source><p>The program generate the signal "{0}".<br/>File: <b>{1}</b>, Line: <b>{2}</b></p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1056"/> + <location filename="../Debugger/DebugUI.py" line="1059"/> <source><p>Message: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1062"/> + <location filename="../Debugger/DebugUI.py" line="1065"/> <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="1067"/> + <location filename="../Debugger/DebugUI.py" line="1070"/> <source><p><b>{0}</b> has terminated with an exit status of {1}.</p>{2}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1075"/> + <location filename="../Debugger/DebugUI.py" line="1078"/> <source>Message: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1082"/> - <source>The program has terminated with an exit status of {0}. -{1}</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="1085"/> + <source>The program has terminated with an exit status of {0}. +{1}</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="1088"/> <source>"{0}" has terminated with an exit status of {1}. {2}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1094"/> + <location filename="../Debugger/DebugUI.py" line="1097"/> <source>The program has terminated with an exit status of {0}. {1} </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1098"/> + <location filename="../Debugger/DebugUI.py" line="1101"/> <source>"{0}" has terminated with an exit status of {1}. {2} </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="364"/> + <location filename="../Debugger/DebugUI.py" line="367"/> <source>Move Instruction Pointer to Cursor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="364"/> + <location filename="../Debugger/DebugUI.py" line="367"/> <source>&Jump To Cursor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="369"/> - <source>Skip the code from the current line to the current cursor position</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="372"/> + <source>Skip the code from the current line to the current cursor position</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="375"/> <source><b>Move Instruction Pointer to Cursor</b><p>Move the Python internal instruction pointer to the current cursor position without executing the code in between.</p><p>It's not possible to jump out of a function or jump in a code block, e.g. a loop. In these cases, a error message is printed to the log window.</p></source> <translation type="unfinished"></translation> </message> @@ -43749,8 +43749,8 @@ </message> <message> <location filename="../QScintilla/Lexers/__init__.py" line="470"/> - <source>Makefiles (*.mak)</source> - <translation>Makefiles (*.mak)</translation> + <source>Makefiles (*makefile Makefile *.mak)</source> + <translation type="unfinished">Makefiles (*.mak)</translation> </message> <message> <location filename="../QScintilla/Lexers/__init__.py" line="473"/> @@ -44359,6 +44359,74 @@ </message> </context> <context> + <name>MakePropertiesDialog</name> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="14"/> + <source>Make Properties</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="23"/> + <source>'make' Executable (leave empty to use global 'make'):</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="39"/> + <source>Enter the executable name of the make utility</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="46"/> + <source>'makefile' path or directory (without file name 'makefile' will be used):</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="62"/> + <source>Enter the name and/or path of the makefile</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="69"/> + <source>Make Target:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="76"/> + <source>Enter the make target to be built</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="83"/> + <source>Make Command Parameters (enclose parameters containing spaces in ""):</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="93"/> + <source>Enter the command parameters for make</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="100"/> + <source>Select to just test for changes needing a make run</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="103"/> + <source>Test for changes only when run automatically</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.py" line="40"/> + <source>All Files (*)</source> + <translation type="unfinished">Všechny soubory (*)</translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.py" line="44"/> + <source>Makefiles (*makefile Makefile *.mak);;All Files (*)</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>ManageDictionariesDialog</name> <message> <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.ui" line="14"/> @@ -50597,27 +50665,27 @@ <context> <name>Preferences</name> <message> - <location filename="../Preferences/__init__.py" line="1657"/> + <location filename="../Preferences/__init__.py" line="1658"/> <source>Export Preferences</source> <translation>Předvolby exportu</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1685"/> + <location filename="../Preferences/__init__.py" line="1686"/> <source>Import Preferences</source> <translation>Předvolby importu</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1685"/> + <location filename="../Preferences/__init__.py" line="1686"/> <source>Properties File (*.ini);;All Files (*)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1787"/> + <location filename="../Preferences/__init__.py" line="1788"/> <source>Select Python{0} Interpreter</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1787"/> + <location filename="../Preferences/__init__.py" line="1788"/> <source>Select the Python{0} interpreter to be used:</source> <translation type="unfinished"></translation> </message> @@ -51060,202 +51128,202 @@ <translation type="obsolete">Ruby soubory (*.rb);;</translation> </message> <message> - <location filename="../Project/Project.py" line="265"/> + <location filename="../Project/Project.py" line="275"/> <source>Console</source> <translation>Konzole</translation> </message> <message> - <location filename="../Project/Project.py" line="266"/> + <location filename="../Project/Project.py" line="276"/> <source>Other</source> <translation>Ostatní</translation> </message> <message> - <location filename="../Project/Project.py" line="745"/> + <location filename="../Project/Project.py" line="766"/> <source>Read project file</source> <translation>Načíst soubor projektu</translation> </message> <message> - <location filename="../Project/Project.py" line="847"/> + <location filename="../Project/Project.py" line="868"/> <source>Save project file</source> <translation>Uložit soubor projektu</translation> </message> <message> - <location filename="../Project/Project.py" line="883"/> + <location filename="../Project/Project.py" line="904"/> <source>Read user project properties</source> <translation>Načíst uživatelská nastavení projektu</translation> </message> <message> - <location filename="../Project/Project.py" line="907"/> + <location filename="../Project/Project.py" line="928"/> <source>Save user project properties</source> <translation>Uložit uživatelská nastavení projektu</translation> </message> <message> - <location filename="../Project/Project.py" line="965"/> + <location filename="../Project/Project.py" line="986"/> <source>Read project session</source> <translation>Načíst relaci projektu</translation> </message> <message> - <location filename="../Project/Project.py" line="1187"/> + <location filename="../Project/Project.py" line="1208"/> <source>Please save the project first.</source> <translation>Prosím, nejdříve uložte projekt.</translation> </message> <message> - <location filename="../Project/Project.py" line="1001"/> + <location filename="../Project/Project.py" line="1022"/> <source>Save project session</source> <translation>Uložit relaci projektu</translation> </message> <message> - <location filename="../Project/Project.py" line="1030"/> + <location filename="../Project/Project.py" line="1051"/> <source>Delete project session</source> <translation>Smazat relaci projektu</translation> </message> <message> - <location filename="../Project/Project.py" line="1064"/> + <location filename="../Project/Project.py" line="1085"/> <source>Read tasks</source> <translation>Načíst úlohy</translation> </message> <message> - <location filename="../Project/Project.py" line="1084"/> + <location filename="../Project/Project.py" line="1105"/> <source>Save tasks</source> <translation>Uložit úlohy</translation> </message> <message> - <location filename="../Project/Project.py" line="1141"/> + <location filename="../Project/Project.py" line="1162"/> <source>Read debugger properties</source> <translation>Načíst nastavení debuggeru</translation> </message> <message> - <location filename="../Project/Project.py" line="1175"/> + <location filename="../Project/Project.py" line="1196"/> <source>Save debugger properties</source> <translation>Uložit nastavení debuggeru</translation> </message> <message> - <location filename="../Project/Project.py" line="1201"/> + <location filename="../Project/Project.py" line="1222"/> <source>Delete debugger properties</source> <translation>Smazat nastavení debuggeru</translation> </message> <message> - <location filename="../Project/Project.py" line="1312"/> + <location filename="../Project/Project.py" line="1333"/> <source>Add Language</source> <translation>Přidat jazyk</translation> </message> <message> - <location filename="../Project/Project.py" line="1435"/> + <location filename="../Project/Project.py" line="1456"/> <source>Delete translation</source> <translation>Smazat překlad</translation> </message> <message> - <location filename="../Project/Project.py" line="1600"/> + <location filename="../Project/Project.py" line="1621"/> <source>Add file</source> <translation>Přidat soubor</translation> </message> <message> - <location filename="../Project/Project.py" line="1718"/> + <location filename="../Project/Project.py" line="1739"/> <source>The target directory must not be empty.</source> <translation>Cílový adresář nesmí být prázdný.</translation> </message> <message> - <location filename="../Project/Project.py" line="1729"/> + <location filename="../Project/Project.py" line="1750"/> <source>Add directory</source> <translation>Přidat adresář</translation> </message> <message> - <location filename="../Project/Project.py" line="1729"/> + <location filename="../Project/Project.py" line="1750"/> <source>The source directory must not be empty.</source> <translation>Cílový adresář nesmí být prázdný.</translation> </message> <message> - <location filename="../Project/Project.py" line="1866"/> + <location filename="../Project/Project.py" line="1887"/> <source>Rename file</source> <translation>Přejmenovat soubor</translation> </message> <message> - <location filename="../Project/Project.py" line="1890"/> + <location filename="../Project/Project.py" line="1911"/> <source>Rename File</source> <translation>Přejmenovat soubor</translation> </message> <message> - <location filename="../Project/Project.py" line="2133"/> + <location filename="../Project/Project.py" line="2154"/> <source>Delete file</source> <translation>Smazat soubor</translation> </message> <message> - <location filename="../Project/Project.py" line="2163"/> + <location filename="../Project/Project.py" line="2184"/> <source>Delete directory</source> <translation>Smazat adresář</translation> </message> <message> - <location filename="../Project/Project.py" line="2246"/> + <location filename="../Project/Project.py" line="2271"/> <source>Create project directory</source> <translation>Vytvořit adresář projektu</translation> </message> <message> - <location filename="../Project/Project.py" line="2777"/> + <location filename="../Project/Project.py" line="2858"/> <source>New Project</source> <translation>Nový projekt</translation> </message> <message> - <location filename="../Project/Project.py" line="2326"/> + <location filename="../Project/Project.py" line="2386"/> <source>Add existing files to the project?</source> <translation>Přidat existující soubory do projektu?</translation> </message> <message> - <location filename="../Project/Project.py" line="2445"/> + <location filename="../Project/Project.py" line="2505"/> <source>Would you like to edit the VCS command options?</source> <translation>Chcete editovat parametry VCS příkazu?</translation> </message> <message> - <location filename="../Project/Project.py" line="3615"/> + <location filename="../Project/Project.py" line="3702"/> <source>New project</source> <translation>Nový projekt</translation> </message> <message> - <location filename="../Project/Project.py" line="2393"/> + <location filename="../Project/Project.py" line="2453"/> <source>Shall the project file be added to the repository?</source> <translation>Má být projekt přidán do repozitáře?</translation> </message> <message> - <location filename="../Project/Project.py" line="2417"/> + <location filename="../Project/Project.py" line="2477"/> <source>Select version control system for the project</source> <translation>Výběr verzovacího systému projektu</translation> </message> <message> - <location filename="../Project/Project.py" line="3629"/> + <location filename="../Project/Project.py" line="3716"/> <source>Open project</source> <translation>Otevřít projekt</translation> </message> <message> - <location filename="../Project/Project.py" line="2916"/> + <location filename="../Project/Project.py" line="3001"/> <source>Project Files (*.e4p)</source> <translation>Soubory projektu (*.e4p)</translation> </message> <message> - <location filename="../Project/Project.py" line="3666"/> + <location filename="../Project/Project.py" line="3753"/> <source>Save project as</source> <translation>Uložit projekt jako</translation> </message> <message> - <location filename="../Project/Project.py" line="2931"/> + <location filename="../Project/Project.py" line="3016"/> <source>Save File</source> <translation>Uložit soubor</translation> </message> <message> - <location filename="../Project/Project.py" line="2967"/> + <location filename="../Project/Project.py" line="3052"/> <source>Close Project</source> <translation>Zavřít projekt</translation> </message> <message> - <location filename="../Project/Project.py" line="2967"/> + <location filename="../Project/Project.py" line="3052"/> <source>The current project has unsaved changes.</source> <translation>Aktuální projekt obsahuje neuložené změny.</translation> </message> <message> - <location filename="../Project/Project.py" line="3140"/> + <location filename="../Project/Project.py" line="3227"/> <source>Syntax errors detected</source> <translation>Zjištěny syntaktické chyby</translation> </message> <message numerus="yes"> - <location filename="../Project/Project.py" line="3140"/> + <location filename="../Project/Project.py" line="3227"/> <source>The project contains %n file(s) with syntax errors.</source> <translation> <numerusform>Projekt obsahuje %n soubor se syntaktickými chybami.</numerusform> @@ -51264,162 +51332,162 @@ </translation> </message> <message> - <location filename="../Project/Project.py" line="3615"/> + <location filename="../Project/Project.py" line="3702"/> <source>&New...</source> <translation>&Nový...</translation> </message> <message> - <location filename="../Project/Project.py" line="3620"/> + <location filename="../Project/Project.py" line="3707"/> <source>Generate a new project</source> <translation>Vygenerovat nový projekt</translation> </message> <message> - <location filename="../Project/Project.py" line="3621"/> + <location filename="../Project/Project.py" line="3708"/> <source><b>New...</b><p>This opens a dialog for entering the info for a new project.</p></source> <translation><b>Nový...</b><p>Otevře se dialogové okno pro zadání informací o novém projektu.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3629"/> + <location filename="../Project/Project.py" line="3716"/> <source>&Open...</source> <translation>&Otevřít...</translation> </message> <message> - <location filename="../Project/Project.py" line="3634"/> + <location filename="../Project/Project.py" line="3721"/> <source>Open an existing project</source> <translation>Otevřít existující projekt</translation> </message> <message> - <location filename="../Project/Project.py" line="3635"/> + <location filename="../Project/Project.py" line="3722"/> <source><b>Open...</b><p>This opens an existing project.</p></source> <translation><b>Otevřít....</b><p>Otevře existující projekt.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3642"/> + <location filename="../Project/Project.py" line="3729"/> <source>Close project</source> <translation>Zavřít projekt</translation> </message> <message> - <location filename="../Project/Project.py" line="3642"/> + <location filename="../Project/Project.py" line="3729"/> <source>&Close</source> <translation>&Zavřít</translation> </message> <message> - <location filename="../Project/Project.py" line="3646"/> + <location filename="../Project/Project.py" line="3733"/> <source>Close the current project</source> <translation>Uzavře aktuální projekt</translation> </message> <message> - <location filename="../Project/Project.py" line="3647"/> + <location filename="../Project/Project.py" line="3734"/> <source><b>Close</b><p>This closes the current project.</p></source> <translation><b>Zavřít</b><p>Aktuální projekt se uzavře.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3654"/> + <location filename="../Project/Project.py" line="3741"/> <source>Save project</source> <translation>Uložit projekt</translation> </message> <message> - <location filename="../Project/Project.py" line="3846"/> + <location filename="../Project/Project.py" line="3933"/> <source>&Save</source> <translation>&Uložit</translation> </message> <message> - <location filename="../Project/Project.py" line="3658"/> + <location filename="../Project/Project.py" line="3745"/> <source>Save the current project</source> <translation>Uložit aktuální projekt</translation> </message> <message> - <location filename="../Project/Project.py" line="3659"/> + <location filename="../Project/Project.py" line="3746"/> <source><b>Save</b><p>This saves the current project.</p></source> <translation><b>Uložit</b><p>Aktuální projekt se uloží.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3666"/> + <location filename="../Project/Project.py" line="3753"/> <source>Save &as...</source> <translation>Uložit j&ako...</translation> </message> <message> - <location filename="../Project/Project.py" line="3670"/> + <location filename="../Project/Project.py" line="3757"/> <source>Save the current project to a new file</source> <translation>Uloží aktuální projekt do nového souboru</translation> </message> <message> - <location filename="../Project/Project.py" line="3672"/> + <location filename="../Project/Project.py" line="3759"/> <source><b>Save as</b><p>This saves the current project to a new file.</p></source> <translation><b>Uložit jako</b><p>Uloží aktuální projekt do nového souboru.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3681"/> + <location filename="../Project/Project.py" line="3768"/> <source>Add files to project</source> <translation>Přidat soubory do projektu</translation> </message> <message> - <location filename="../Project/Project.py" line="3681"/> + <location filename="../Project/Project.py" line="3768"/> <source>Add &files...</source> <translation>&Přidat soubory...</translation> </message> <message> - <location filename="../Project/Project.py" line="3686"/> + <location filename="../Project/Project.py" line="3773"/> <source>Add files to the current project</source> <translation>Přidat soubory do aktuálního projektu</translation> </message> <message> - <location filename="../Project/Project.py" line="3688"/> + <location filename="../Project/Project.py" line="3775"/> <source><b>Add files...</b><p>This opens a dialog for adding files to the current project. The place to add is determined by the file extension.</p></source> <translation><b>Přidat soubory...</b><p>Otevře dialog pri přidání souborů do aktuálního projektu. Místo pro přidání je definováno extenzí souborů.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3697"/> + <location filename="../Project/Project.py" line="3784"/> <source>Add directory to project</source> <translation>Přidat adresář do projektu</translation> </message> <message> - <location filename="../Project/Project.py" line="3697"/> + <location filename="../Project/Project.py" line="3784"/> <source>Add directory...</source> <translation>Přidat adresář...</translation> </message> <message> - <location filename="../Project/Project.py" line="3702"/> + <location filename="../Project/Project.py" line="3789"/> <source>Add a directory to the current project</source> <translation>Přidat adresář do aktuálního projektu</translation> </message> <message> - <location filename="../Project/Project.py" line="3704"/> + <location filename="../Project/Project.py" line="3791"/> <source><b>Add directory...</b><p>This opens a dialog for adding a directory to the current project.</p></source> <translation><b>Přidat adresář...</b><p>Otevře dialog pro přičtení adresáře do aktuálního projektu.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3712"/> + <location filename="../Project/Project.py" line="3799"/> <source>Add translation to project</source> <translation>Přidat překlad do projektu</translation> </message> <message> - <location filename="../Project/Project.py" line="3712"/> + <location filename="../Project/Project.py" line="3799"/> <source>Add &translation...</source> <translation>Přida&t překlad...</translation> </message> <message> - <location filename="../Project/Project.py" line="3717"/> + <location filename="../Project/Project.py" line="3804"/> <source>Add a translation to the current project</source> <translation>Přidat překlad do aktuálního projektu</translation> </message> <message> - <location filename="../Project/Project.py" line="3719"/> + <location filename="../Project/Project.py" line="3806"/> <source><b>Add translation...</b><p>This opens a dialog for add a translation to the current project.</p></source> <translation><b>Přidat překlad</b><p>Otevře dialog pro přidání překladu do aktuálního projektu.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3727"/> + <location filename="../Project/Project.py" line="3814"/> <source>Search new files</source> <translation>Hledat nové soubory</translation> </message> <message> - <location filename="../Project/Project.py" line="3727"/> + <location filename="../Project/Project.py" line="3814"/> <source>Searc&h new files...</source> <translation>&Hledat nové soubory...</translation> </message> <message> - <location filename="../Project/Project.py" line="3731"/> + <location filename="../Project/Project.py" line="3818"/> <source>Search new files in the project directory.</source> <translation>Hledat nové soubory v adresáři projektu.</translation> </message> @@ -51429,57 +51497,57 @@ <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="3757"/> + <location filename="../Project/Project.py" line="3844"/> <source>Project properties</source> <translation>Nastavení projektu</translation> </message> <message> - <location filename="../Project/Project.py" line="3757"/> + <location filename="../Project/Project.py" line="3844"/> <source>&Properties...</source> <translation>&Natavení...</translation> </message> <message> - <location filename="../Project/Project.py" line="3762"/> + <location filename="../Project/Project.py" line="3849"/> <source>Show the project properties</source> <translation>Zobrazit nastavení projektu</translation> </message> <message> - <location filename="../Project/Project.py" line="3763"/> + <location filename="../Project/Project.py" line="3850"/> <source><b>Properties...</b><p>This shows a dialog to edit the project properties.</p></source> <translation><b>Nastavení...</b><p>Zobrazí dialog s editací nastavení projektu.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3770"/> + <location filename="../Project/Project.py" line="3857"/> <source>User project properties</source> <translation>Uživatelská nastavení projektu</translation> </message> <message> - <location filename="../Project/Project.py" line="3770"/> + <location filename="../Project/Project.py" line="3857"/> <source>&User Properties...</source> <translation>Uživat&elská nastavení...</translation> </message> <message> - <location filename="../Project/Project.py" line="3775"/> + <location filename="../Project/Project.py" line="3862"/> <source>Show the user specific project properties</source> <translation>Zobrazit uživatelem definovaná nastavení projektu</translation> </message> <message> - <location filename="../Project/Project.py" line="3777"/> + <location filename="../Project/Project.py" line="3864"/> <source><b>User Properties...</b><p>This shows a dialog to edit the user specific project properties.</p></source> <translation><b>Uživatelská nastavení...</b><p>Zobrazí dialog s editací uživatelských nastavení projektu.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3785"/> + <location filename="../Project/Project.py" line="3872"/> <source>Filetype Associations</source> <translation>Asociace typů souborů</translation> </message> <message> - <location filename="../Project/Project.py" line="3785"/> + <location filename="../Project/Project.py" line="3872"/> <source>Filetype Associations...</source> <translation>Asociace typů souborů...</translation> </message> <message> - <location filename="../Project/Project.py" line="3789"/> + <location filename="../Project/Project.py" line="3876"/> <source>Show the project filetype associations</source> <translation>Zobrazit asociace typů souborů</translation> </message> @@ -51489,347 +51557,347 @@ <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="3821"/> + <location filename="../Project/Project.py" line="3908"/> <source>Debugger Properties</source> <translation>Nastavení debugeru</translation> </message> <message> - <location filename="../Project/Project.py" line="3821"/> - <source>Debugger &Properties...</source> - <translation>Nastavení &debuggeru...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3825"/> - <source>Show the debugger properties</source> - <translation>Zobrazit nastavení debugeru</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3826"/> - <source><b>Debugger Properties...</b><p>This shows a dialog to edit project specific debugger settings.</p></source> - <translation><b>Nastavení debugeru...</b><p>Zobrazí dialog s editací nastavení debugeru.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3834"/> - <source>Load</source> - <translation>Načíst</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3834"/> - <source>&Load</source> - <translation>&Načíst</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3838"/> - <source>Load the debugger properties</source> - <translation>Načíst nastavení debugeru</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3839"/> - <source><b>Load Debugger Properties</b><p>This loads the project specific debugger settings.</p></source> - <translation><b>Načíst nastavení debugeru</b><p>Načtou se nastavení debugeru do projektu.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3846"/> - <source>Save</source> - <translation>Uložit</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3850"/> - <source>Save the debugger properties</source> - <translation>Uložit nastavení debugeru</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3851"/> - <source><b>Save Debugger Properties</b><p>This saves the project specific debugger settings.</p></source> - <translation><b>Uložit nastavení debugeru</b><p>Uloží nastavení debugeru definovaná v projektu..</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3858"/> - <source>Delete</source> - <translation>Smazat</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3858"/> - <source>&Delete</source> - <translation>Sma&zat</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3862"/> - <source>Delete the debugger properties</source> - <translation>Smazat nastavení debugeru</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3863"/> - <source><b>Delete Debugger Properties</b><p>This deletes the file containing the project specific debugger settings.</p></source> - <translation><b>Smazat nastavení debugeru</b><p>Smaže se soubor obsahující nastavení debugeru v daném projektu.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3871"/> - <source>Reset</source> - <translation></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3871"/> - <source>&Reset</source> - <translation>&Reset</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3875"/> - <source>Reset the debugger properties</source> - <translation>Reset nastavení debugeru</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3876"/> - <source><b>Reset Debugger Properties</b><p>This resets the project specific debugger settings.</p></source> - <translation><b>Reset nastavení debugeru</b><p>Zresetuje nastavení debugeru v projektu.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3885"/> - <source>Load session</source> - <translation>Načíst relaci</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3889"/> - <source>Load the projects session file.</source> - <translation>Načíst soubor s relací projektu.</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3890"/> - <source><b>Load session</b><p>This loads the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> - <translation><b>Načíst relaci</b><p>Načte soubor s relací projektu. Relace obsahuje následující údaje:<br>- všechny otevřené zdrojové soubory<br>- všechny breakpointy<br>- argumenty příkazové řádky <br>- pracovní adresář<br>- příznak výjimky</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3903"/> - <source>Save session</source> - <translation>Uložit relaci</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3907"/> - <source>Save the projects session file.</source> - <translation>Uložit soubor s relací projektu.</translation> - </message> - <message> <location filename="../Project/Project.py" line="3908"/> - <source><b>Save session</b><p>This saves the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> - <translation><b>Uložit relaci</b><p>Uloží soubor s relací projektu. Relace obsahuje následující údaje:<br>- všechny otevřené zdrojové soubory<br>- všechny breakpointy<br>- argumenty příkazové řádky <br>- pracovní adresář<br>- příznak výjimky</p></translation> + <source>Debugger &Properties...</source> + <translation>Nastavení &debuggeru...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3912"/> + <source>Show the debugger properties</source> + <translation>Zobrazit nastavení debugeru</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3913"/> + <source><b>Debugger Properties...</b><p>This shows a dialog to edit project specific debugger settings.</p></source> + <translation><b>Nastavení debugeru...</b><p>Zobrazí dialog s editací nastavení debugeru.</p></translation> </message> <message> <location filename="../Project/Project.py" line="3921"/> - <source>Delete session</source> - <translation>Smazat relaci</translation> + <source>Load</source> + <translation>Načíst</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3921"/> + <source>&Load</source> + <translation>&Načíst</translation> </message> <message> <location filename="../Project/Project.py" line="3925"/> - <source>Delete the projects session file.</source> - <translation>Smaže soubor s relací projektu.</translation> + <source>Load the debugger properties</source> + <translation>Načíst nastavení debugeru</translation> </message> <message> <location filename="../Project/Project.py" line="3926"/> - <source><b>Delete session</b><p>This deletes the projects session file</p></source> - <translation><b>Smazat relaci</b><p>Smaže soubor s relací projektu.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3935"/> - <source>Code Metrics</source> - <translation>Metriky kódu</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3935"/> - <source>&Code Metrics...</source> - <translation>Metriky &kódu...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3939"/> - <source>Show some code metrics for the project.</source> - <translation>Zobrazit metriky kódu projektu.</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3941"/> - <source><b>Code Metrics...</b><p>This shows some code metrics for all Python files in the project.</p></source> - <translation><b>Metriky kódu...</b><p>Zobrazí se metriky kódu všech python souborů v projektu.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3949"/> - <source>Python Code Coverage</source> - <translation>Pokrytí python kódu</translation> + <source><b>Load Debugger Properties</b><p>This loads the project specific debugger settings.</p></source> + <translation><b>Načíst nastavení debugeru</b><p>Načtou se nastavení debugeru do projektu.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3933"/> + <source>Save</source> + <translation>Uložit</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3937"/> + <source>Save the debugger properties</source> + <translation>Uložit nastavení debugeru</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3938"/> + <source><b>Save Debugger Properties</b><p>This saves the project specific debugger settings.</p></source> + <translation><b>Uložit nastavení debugeru</b><p>Uloží nastavení debugeru definovaná v projektu..</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3945"/> + <source>Delete</source> + <translation>Smazat</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3945"/> + <source>&Delete</source> + <translation>Sma&zat</translation> </message> <message> <location filename="../Project/Project.py" line="3949"/> - <source>Code Co&verage...</source> - <translation>Pokr&ytí kódu...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3953"/> - <source>Show code coverage information for the project.</source> - <translation>Zobrazit informace pokrytí kódu projektu.</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3955"/> - <source><b>Code Coverage...</b><p>This shows the code coverage information for all Python files in the project.</p></source> - <translation><b>Pokrytí kódu...</b><p>Zobrazí informace o pokrytí kódu ve všech python souborech projektu.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4754"/> - <source>Profile Data</source> - <translation>Profilovat data</translation> + <source>Delete the debugger properties</source> + <translation>Smazat nastavení debugeru</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3950"/> + <source><b>Delete Debugger Properties</b><p>This deletes the file containing the project specific debugger settings.</p></source> + <translation><b>Smazat nastavení debugeru</b><p>Smaže se soubor obsahující nastavení debugeru v daném projektu.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3958"/> + <source>Reset</source> + <translation></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3958"/> + <source>&Reset</source> + <translation>&Reset</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3962"/> + <source>Reset the debugger properties</source> + <translation>Reset nastavení debugeru</translation> </message> <message> <location filename="../Project/Project.py" line="3963"/> + <source><b>Reset Debugger Properties</b><p>This resets the project specific debugger settings.</p></source> + <translation><b>Reset nastavení debugeru</b><p>Zresetuje nastavení debugeru v projektu.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3972"/> + <source>Load session</source> + <translation>Načíst relaci</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3976"/> + <source>Load the projects session file.</source> + <translation>Načíst soubor s relací projektu.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3977"/> + <source><b>Load session</b><p>This loads the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> + <translation><b>Načíst relaci</b><p>Načte soubor s relací projektu. Relace obsahuje následující údaje:<br>- všechny otevřené zdrojové soubory<br>- všechny breakpointy<br>- argumenty příkazové řádky <br>- pracovní adresář<br>- příznak výjimky</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3990"/> + <source>Save session</source> + <translation>Uložit relaci</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3994"/> + <source>Save the projects session file.</source> + <translation>Uložit soubor s relací projektu.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3995"/> + <source><b>Save session</b><p>This saves the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> + <translation><b>Uložit relaci</b><p>Uloží soubor s relací projektu. Relace obsahuje následující údaje:<br>- všechny otevřené zdrojové soubory<br>- všechny breakpointy<br>- argumenty příkazové řádky <br>- pracovní adresář<br>- příznak výjimky</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4008"/> + <source>Delete session</source> + <translation>Smazat relaci</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4012"/> + <source>Delete the projects session file.</source> + <translation>Smaže soubor s relací projektu.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4013"/> + <source><b>Delete session</b><p>This deletes the projects session file</p></source> + <translation><b>Smazat relaci</b><p>Smaže soubor s relací projektu.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4022"/> + <source>Code Metrics</source> + <translation>Metriky kódu</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4022"/> + <source>&Code Metrics...</source> + <translation>Metriky &kódu...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4026"/> + <source>Show some code metrics for the project.</source> + <translation>Zobrazit metriky kódu projektu.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4028"/> + <source><b>Code Metrics...</b><p>This shows some code metrics for all Python files in the project.</p></source> + <translation><b>Metriky kódu...</b><p>Zobrazí se metriky kódu všech python souborů v projektu.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4036"/> + <source>Python Code Coverage</source> + <translation>Pokrytí python kódu</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4036"/> + <source>Code Co&verage...</source> + <translation>Pokr&ytí kódu...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4040"/> + <source>Show code coverage information for the project.</source> + <translation>Zobrazit informace pokrytí kódu projektu.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4042"/> + <source><b>Code Coverage...</b><p>This shows the code coverage information for all Python files in the project.</p></source> + <translation><b>Pokrytí kódu...</b><p>Zobrazí informace o pokrytí kódu ve všech python souborech projektu.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4883"/> + <source>Profile Data</source> + <translation>Profilovat data</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4050"/> <source>&Profile Data...</source> <translation>&Profilovat data...</translation> </message> <message> - <location filename="../Project/Project.py" line="3967"/> + <location filename="../Project/Project.py" line="4054"/> <source>Show profiling data for the project.</source> <translation>Zobrazit profilování dat projektu.</translation> </message> <message> - <location filename="../Project/Project.py" line="3969"/> + <location filename="../Project/Project.py" line="4056"/> <source><b>Profile Data...</b><p>This shows the profiling data for the project.</p></source> <translation><b>Profilovat data</b><p>Zobrazí se profilování dat projektu.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4808"/> + <location filename="../Project/Project.py" line="4937"/> <source>Application Diagram</source> <translation>Diagram aplikace</translation> </message> <message> - <location filename="../Project/Project.py" line="3978"/> + <location filename="../Project/Project.py" line="4065"/> <source>&Application Diagram...</source> <translation>Diagram &aplikace...</translation> </message> <message> - <location filename="../Project/Project.py" line="3982"/> + <location filename="../Project/Project.py" line="4069"/> <source>Show a diagram of the project.</source> <translation>Zobrazit diagram projektu.</translation> </message> <message> - <location filename="../Project/Project.py" line="3984"/> + <location filename="../Project/Project.py" line="4071"/> <source><b>Application Diagram...</b><p>This shows a diagram of the project.</p></source> <translation><b>Diagram aplikace...</b><p>Zobrazí diagram projektu.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4077"/> + <location filename="../Project/Project.py" line="4195"/> <source>&Project</source> <translation>&Projekt</translation> </message> <message> - <location filename="../Project/Project.py" line="4078"/> + <location filename="../Project/Project.py" line="4196"/> <source>Open &Recent Projects</source> <translation>Otevřít poslední p&rojekty</translation> </message> <message> - <location filename="../Project/Project.py" line="4079"/> + <location filename="../Project/Project.py" line="4197"/> <source>&Version Control</source> <translation>Kontrola &verzí</translation> </message> <message> - <location filename="../Project/Project.py" line="4083"/> + <location filename="../Project/Project.py" line="4201"/> <source>Chec&k</source> <translation>Zkontro&lovat</translation> </message> <message> - <location filename="../Project/Project.py" line="4085"/> + <location filename="../Project/Project.py" line="4203"/> <source>Sho&w</source> <translation>Zo&brazit</translation> </message> <message> - <location filename="../Project/Project.py" line="4086"/> + <location filename="../Project/Project.py" line="4204"/> <source>&Diagrams</source> <translation>&Diagramy</translation> </message> <message> - <location filename="../Project/Project.py" line="4087"/> + <location filename="../Project/Project.py" line="4205"/> <source>Session</source> <translation>Relace</translation> </message> <message> - <location filename="../Project/Project.py" line="4088"/> + <location filename="../Project/Project.py" line="4206"/> <source>Source &Documentation</source> <translation>Zd&rojová dokumentace</translation> </message> <message> - <location filename="../Project/Project.py" line="4090"/> + <location filename="../Project/Project.py" line="4208"/> <source>Debugger</source> <translation></translation> </message> <message> - <location filename="../Project/Project.py" line="4091"/> + <location filename="../Project/Project.py" line="4209"/> <source>Pac&kagers</source> <translation>Balíč&ky</translation> </message> <message> - <location filename="../Project/Project.py" line="4199"/> + <location filename="../Project/Project.py" line="4328"/> <source>Project</source> <translation>Projekt</translation> </message> <message> - <location filename="../Project/Project.py" line="4265"/> + <location filename="../Project/Project.py" line="4394"/> <source>&Clear</source> <translation>&Vyčistit</translation> </message> <message> - <location filename="../Project/Project.py" line="4416"/> + <location filename="../Project/Project.py" line="4545"/> <source>Search New Files</source> <translation>Hledat nové soubory</translation> </message> <message> - <location filename="../Project/Project.py" line="4416"/> + <location filename="../Project/Project.py" line="4545"/> <source>There were no new files found to be added.</source> <translation>Nebyly nalezeny žádné soubory, které je možné přidat.</translation> </message> <message> - <location filename="../Project/Project.py" line="4562"/> + <location filename="../Project/Project.py" line="4691"/> <source>Version Control System</source> <translation>Version Control System</translation> </message> <message> - <location filename="../Project/Project.py" line="4681"/> + <location filename="../Project/Project.py" line="4810"/> <source>Coverage Data</source> <translation>Datové pokrytí</translation> </message> <message> - <location filename="../Project/Project.py" line="4731"/> + <location filename="../Project/Project.py" line="4860"/> <source>There is no main script defined for the current project. Aborting</source> <translation>V aktuálním projektu nebyl určen hlavní skript. Zrušeno</translation> </message> <message> - <location filename="../Project/Project.py" line="4704"/> + <location filename="../Project/Project.py" line="4833"/> <source>Code Coverage</source> <translation>Pokrytí kódu</translation> </message> <message> - <location filename="../Project/Project.py" line="4704"/> + <location filename="../Project/Project.py" line="4833"/> <source>Please select a coverage file</source> <translation>Prosím, vyberte soubor pokrytí</translation> </message> <message> - <location filename="../Project/Project.py" line="4754"/> + <location filename="../Project/Project.py" line="4883"/> <source>Please select a profile file</source> <translation>Prosím, vyberte soubor s profilem</translation> </message> <message> - <location filename="../Project/Project.py" line="4808"/> + <location filename="../Project/Project.py" line="4937"/> <source>Include module names?</source> <translation>Včetně jmen modulů?</translation> </message> <message> - <location filename="../Project/Project.py" line="5002"/> + <location filename="../Project/Project.py" line="5131"/> <source>Create Package List</source> <translation>Vytvořit seznam balíčků</translation> </message> <message> - <location filename="../Project/Project.py" line="4007"/> + <location filename="../Project/Project.py" line="4094"/> <source>Create &Package List</source> <translation type="unfinished">Vytvořit Plugin &archiv</translation> </message> <message> - <location filename="../Project/Project.py" line="5278"/> + <location filename="../Project/Project.py" line="5407"/> <source>Create Plugin Archive</source> <translation>Vytvořit Plugin archiv</translation> </message> <message> - <location filename="../Project/Project.py" line="4953"/> + <location filename="../Project/Project.py" line="5082"/> <source><p>The file <b>PKGLIST</b> already exists.</p><p>Overwrite it?</p></source> <translation><p>Soubor <b>PKGLIST</b> již existuje.</p><p>Přepsat jej?</p></translation> </message> @@ -51839,142 +51907,142 @@ <translation type="obsolete"><p>Soubor <b>PKGLIST</b> neexistuje. Zrušeno...</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5021"/> + <location filename="../Project/Project.py" line="5150"/> <source>The project does not have a main script defined. Aborting...</source> <translation>Projekt nemá definován hlavní skript. Zrušeno...</translation> </message> <message> - <location filename="../Project/Project.py" line="1631"/> + <location filename="../Project/Project.py" line="1652"/> <source><p>The source directory doesn't contain any files belonging to the selected category.</p></source> <translation><p>Zdrojový adresář neobsahuje žádné soubory související s danou kategorií.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2777"/> + <location filename="../Project/Project.py" line="2858"/> <source>Select Version Control System</source> <translation>Vybrat Version Control System</translation> </message> <message> - <location filename="../Project/Project.py" line="2424"/> + <location filename="../Project/Project.py" line="2484"/> <source>None</source> <translation>None</translation> </message> <message> - <location filename="../Project/Project.py" line="364"/> + <location filename="../Project/Project.py" line="374"/> <source>Registering Project Type</source> <translation>Zaregistrovat typ projektu</translation> </message> <message> - <location filename="../Project/Project.py" line="4023"/> + <location filename="../Project/Project.py" line="4110"/> <source>Create Plugin &Archives</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1312"/> + <location filename="../Project/Project.py" line="1333"/> <source>You have to specify a translation pattern first.</source> <translation>Nejdříve musíte specifikovat vzor překladu.</translation> </message> <message> - <location filename="../Project/Project.py" line="2523"/> + <location filename="../Project/Project.py" line="2583"/> <source>Translation Pattern</source> <translation>Vzor překladu</translation> </message> <message> - <location filename="../Project/Project.py" line="2523"/> + <location filename="../Project/Project.py" line="2583"/> <source>Enter the path pattern for translation files (use '%language%' in place of the language code):</source> <translation>Zadejte vzor cesty pro soubory s překlady (použijte '%language%' na místě s kódem jazyka):</translation> </message> <message> - <location filename="../Project/Project.py" line="3803"/> + <location filename="../Project/Project.py" line="3890"/> <source>Lexer Associations</source> <translation>Spojení lexeru</translation> </message> <message> - <location filename="../Project/Project.py" line="3803"/> + <location filename="../Project/Project.py" line="3890"/> <source>Lexer Associations...</source> <translation>Spojení lexeru...</translation> </message> <message> - <location filename="../Project/Project.py" line="3807"/> + <location filename="../Project/Project.py" line="3894"/> <source>Show the project lexer associations (overriding defaults)</source> <translation>Zobrazit spojení lexeru projektu (přepíše výchozí)</translation> </message> <message> - <location filename="../Project/Project.py" line="3809"/> + <location filename="../Project/Project.py" line="3896"/> <source><b>Lexer Associations...</b><p>This shows a dialog to edit the lexer associations of the project. These associations override the global lexer associations. Lexers are used to highlight the editor text.</p></source> <translation><b>Spojení lexeru...</b><p>Zobrazuje dialog s editací spojení lexeru projektu. Tato spojení přepisují globální lexer spojení. Lexer je použit pro zvýraznění textu v editoru.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="280"/> + <location filename="../Project/Project.py" line="290"/> <source>PySide GUI</source> <translation></translation> </message> <message> - <location filename="../Project/Project.py" line="281"/> + <location filename="../Project/Project.py" line="291"/> <source>PySide Console</source> <translation>PySide konzole</translation> </message> <message> - <location filename="../Project/Project.py" line="167"/> + <location filename="../Project/Project.py" line="176"/> <source>Python3 Files (*.py *.py3);;Python3 GUI Files (*.pyw *.pyw3);;</source> <translation>Python3 soubory (*.py *.py3);;Python3 GUI soubory (*.pyw *.pyw3);;</translation> </message> <message> - <location filename="../Project/Project.py" line="745"/> + <location filename="../Project/Project.py" line="766"/> <source><p>The project file <b>{0}</b> could not be read.</p></source> <translation><p>Soubor projektu <b>{0}</b> nelze načíst.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="847"/> + <location filename="../Project/Project.py" line="868"/> <source><p>The project file <b>{0}</b> could not be written.</p></source> <translation><p>Do souboru projektu <b>{0}</b> nelze zapisovat.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="883"/> + <location filename="../Project/Project.py" line="904"/> <source><p>The user specific project properties file <b>{0}</b> could not be read.</p></source> <translation><p>Uživatelská nastavení projektu <b>{0}</b> nelze načíst.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="907"/> + <location filename="../Project/Project.py" line="928"/> <source><p>The user specific project properties file <b>{0}</b> could not be written.</p></source> <translation><p>Do souboru s uživatelskými nastaveními <b>{0}</b> nelze zapisovat.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="965"/> + <location filename="../Project/Project.py" line="986"/> <source><p>The project session file <b>{0}</b> could not be read.</p></source> <translation><p>Soubor s relací projektu <b>{0}</b> nelze načíst.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1001"/> + <location filename="../Project/Project.py" line="1022"/> <source><p>The project session file <b>{0}</b> could not be written.</p></source> <translation><p>Do souboru s relací projektu <b>{0}</b> nelze zapisovat.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1030"/> + <location filename="../Project/Project.py" line="1051"/> <source><p>The project session file <b>{0}</b> could not be deleted.</p></source> <translation><p>Soubor s relací projektu <b>{0}</b> nelze smazat.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1064"/> + <location filename="../Project/Project.py" line="1085"/> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation><p>Soubor s úlohami <b>{0}</b> nelze načíst.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1084"/> + <location filename="../Project/Project.py" line="1105"/> <source><p>The tasks file <b>{0}</b> could not be written.</p></source> <translation><p>Do souboru s úlohami <b>{0}</b> nelze zapisovat.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1141"/> + <location filename="../Project/Project.py" line="1162"/> <source><p>The project debugger properties file <b>{0}</b> could not be read.</p></source> <translation><p>Soubor s nastaveními debuggeru <b>{0}</b> nelze načíst.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1175"/> + <location filename="../Project/Project.py" line="1196"/> <source><p>The project debugger properties file <b>{0}</b> could not be written.</p></source> <translation><p>Do souboru s nastaveními debuggeru <b>{0}</b> nelze zapisovat.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1201"/> + <location filename="../Project/Project.py" line="1222"/> <source><p>The project debugger properties file <b>{0}</b> could not be deleted.</p></source> <translation><p>Soubor s nastaveními debuggeru <b>{0}</b> nelze smazat.</p></translation> </message> @@ -51984,17 +52052,17 @@ <translation type="obsolete"><p>Vybraný soubor s překladem <b>{0}</b> nelze smazat.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1662"/> + <location filename="../Project/Project.py" line="1683"/> <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> </message> <message> - <location filename="../Project/Project.py" line="2931"/> + <location filename="../Project/Project.py" line="3016"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>Soubor <b>{0}</b> již existuje.</p><p>Má se přepsat?</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1890"/> + <location filename="../Project/Project.py" line="1911"/> <source><p>The file <b>{0}</b> could not be renamed.<br />Reason: {1}</p></source> <translation><p>Soubor <b>{0}</b> nemůže být přejmenován.<br />Důvod: {1}</p></translation> </message> @@ -52009,17 +52077,17 @@ <translation type="obsolete"><p>Vybraný adresář <b>{0}</b> nelze smazat.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2246"/> + <location filename="../Project/Project.py" line="2271"/> <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> </message> <message> - <location filename="../Project/Project.py" line="4562"/> + <location filename="../Project/Project.py" line="4691"/> <source><p>The selected VCS <b>{0}</b> could not be found.<br/>Disabling version control.</p><p>{1}</p></source> <translation><p>Vybrané VCS <b>{0}</b> nebylo nalezeno.<br/>Kontrola verzí vypnuta.</p><p>{1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5002"/> + <location filename="../Project/Project.py" line="5131"/> <source><p>The file <b>PKGLIST</b> could not be created.</p><p>Reason: {0}</p></source> <translation><p>Soubor <b>PKGLIST</b> nelze vytvořit.</p><p>Důvod: {0}</p></translation> </message> @@ -52029,117 +52097,117 @@ <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="5162"/> + <location filename="../Project/Project.py" line="5291"/> <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> </message> <message> - <location filename="../Project/Project.py" line="5236"/> + <location filename="../Project/Project.py" line="5365"/> <source><p>The plugin file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation><p>Plugin soubor <b>{0}</b> nelze přečíst.</p><p>Důvod: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1587"/> + <location filename="../Project/Project.py" line="1608"/> <source><p>The selected file <b>{0}</b> could not be added to <b>{1}</b>.</p><p>Reason: {2}</p></source> <translation><p>Vybraný soubor <b>{0}</b> nelze přidat do <b>{1}</b>.</p><p>Důvod: {2}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1644"/> + <location filename="../Project/Project.py" line="1665"/> <source><p>The target directory <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation><p>Cílový adresář <b>{0}</b> nelze vytvořit.</p><p>Důvod: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="164"/> + <location filename="../Project/Project.py" line="173"/> <source>Python2 Files (*.py2);;Python2 GUI Files (*.pyw2);;</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2313"/> + <location filename="../Project/Project.py" line="2352"/> <source>Create main script</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2313"/> + <location filename="../Project/Project.py" line="2352"/> <source><p>The mainscript <b>{0}</b> could not be created.<br/>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3992"/> + <location filename="../Project/Project.py" line="4079"/> <source>Load Diagram</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3992"/> + <location filename="../Project/Project.py" line="4079"/> <source>&Load Diagram...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3996"/> + <location filename="../Project/Project.py" line="4083"/> <source>Load a diagram from file.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3998"/> + <location filename="../Project/Project.py" line="4085"/> <source><b>Load Diagram...</b><p>This loads a diagram from file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="341"/> + <location filename="../Project/Project.py" line="351"/> <source><p>The Programming Language <b>{0}</b> is not supported.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="364"/> + <location filename="../Project/Project.py" line="374"/> <source><p>The Project type <b>{0}</b> is already registered.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="352"/> + <location filename="../Project/Project.py" line="362"/> <source><p>The Project type <b>{0}</b> is already registered with Programming Language <b>{1}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="262"/> + <location filename="../Project/Project.py" line="272"/> <source>PyQt5 GUI</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="263"/> + <location filename="../Project/Project.py" line="273"/> <source>PyQt5 Console</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4550"/> + <location filename="../Project/Project.py" line="4679"/> <source><p>The selected VCS <b>{0}</b> could not be found. <br/>Reverting override.</p><p>{1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5278"/> + <location filename="../Project/Project.py" line="5407"/> <source><p>The plugin file <b>{0}</b> could not be read.</p> <p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4012"/> + <location filename="../Project/Project.py" line="4099"/> <source>Create an initial PKGLIST file for an eric6 plugin.</source> <translation type="unfinished">Vytvořit soubor eric5 plugin archivu. {6 ?}</translation> </message> <message> - <location filename="../Project/Project.py" line="4014"/> + <location filename="../Project/Project.py" line="4101"/> <source><b>Create Package List</b><p>This creates an initial list of files to include in an eric6 plugin archive. The list is created from the project file.</p></source> <translation type="unfinished"><b>Vytvořit Plugin archiv</b><p>Vytvoří soubor s eric5 plugin archivem za použití seznamu souborů daných v PKGLIST souboru. Jméno archivu je odvozeno ze jména hlavního skriptu.</p> {6 ?}</translation> </message> <message> - <location filename="../Project/Project.py" line="4028"/> + <location filename="../Project/Project.py" line="4115"/> <source>Create eric6 plugin archive files.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4030"/> + <location filename="../Project/Project.py" line="4117"/> <source><b>Create Plugin Archives</b><p>This creates eric6 plugin archive files using the list of files given in a PKGLIST* file. The archive name is built from the main script name if not designated in the package list file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5127"/> + <location filename="../Project/Project.py" line="5256"/> <source><p>The eric6 plugin archive file <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <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> @@ -52149,98 +52217,98 @@ <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="260"/> + <location filename="../Project/Project.py" line="270"/> <source>PyQt4 GUI</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="261"/> + <location filename="../Project/Project.py" line="271"/> <source>PyQt4 Console</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="264"/> + <location filename="../Project/Project.py" line="274"/> <source>Eric6 Plugin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2747"/> + <location filename="../Project/Project.py" line="2828"/> <source>Create project management directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2747"/> + <location filename="../Project/Project.py" line="2828"/> <source><p>The project directory <b>{0}</b> is not writable.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3742"/> + <location filename="../Project/Project.py" line="3829"/> <source>Alt+Ctrl+P</source> <comment>Project|Search Project File</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3748"/> + <location filename="../Project/Project.py" line="3835"/> <source>Search for a file in the project list of files.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3750"/> + <location filename="../Project/Project.py" line="3837"/> <source><b>Search Project File</b><p>This searches for a file in the project list of files.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3742"/> + <location filename="../Project/Project.py" line="3829"/> <source>Search Project File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3742"/> + <location filename="../Project/Project.py" line="3829"/> <source>Search Project File...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5056"/> + <location filename="../Project/Project.py" line="5185"/> <source>Create Plugin Archives</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4040"/> + <location filename="../Project/Project.py" line="4127"/> <source>Create Plugin Archives (Snapshot)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4040"/> + <location filename="../Project/Project.py" line="4127"/> <source>Create Plugin Archives (&Snapshot)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4045"/> + <location filename="../Project/Project.py" line="4132"/> <source>Create eric6 plugin archive files (snapshot releases).</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4047"/> + <location filename="../Project/Project.py" line="4134"/> <source><b>Create Plugin Archives (Snapshot)</b><p>This creates eric6 plugin archive files using the list of files given in the PKGLIST* file. The archive name is built from the main script name if not designated in the package list file. The version entry of the main script is modified to reflect a snapshot release.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5035"/> + <location filename="../Project/Project.py" line="5164"/> <source>Select package lists:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5052"/> + <location filename="../Project/Project.py" line="5181"/> <source>Creating plugin archives...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5052"/> + <location filename="../Project/Project.py" line="5181"/> <source>Abort</source> <translation type="unfinished">Přerušit</translation> </message> <message> - <location filename="../Project/Project.py" line="5052"/> + <location filename="../Project/Project.py" line="5181"/> <source>%v/%m Archives</source> <translation type="unfinished"></translation> </message> @@ -52250,55 +52318,135 @@ <translation type="obsolete">Pokrytí</translation> </message> <message> - <location filename="../Project/Project.py" line="5069"/> + <location filename="../Project/Project.py" line="5198"/> <source><p>The file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5181"/> + <location filename="../Project/Project.py" line="5310"/> <source><p>The eric6 plugin archive files were created with some errors.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5184"/> + <location filename="../Project/Project.py" line="5313"/> <source><p>The eric6 plugin archive files were created successfully.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5045"/> + <location filename="../Project/Project.py" line="5174"/> <source><p>No package list files (PKGLIST*) available or selected. Aborting...</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5099"/> + <location filename="../Project/Project.py" line="5228"/> <source><p>The file <b>{0}</b> is not ready yet.</p><p>Please rework it and delete the'; initial_list' line of the header.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3733"/> + <location filename="../Project/Project.py" line="3820"/> <source><b>Search new files...</b><p>This searches for new files (sources, *.ui, *.idl, *.proto) in the project directory and registered subdirectories.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3791"/> + <location filename="../Project/Project.py" line="3878"/> <source><b>Filetype Associations...</b><p>This shows a dialog to edit the file type associations of the project. These associations determine the type (source, form, interface, protocol 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="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1435"/> + <location filename="../Project/Project.py" line="1456"/> <source><p>The selected translation file <b>{0}</b> could not be deleted.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2133"/> + <location filename="../Project/Project.py" line="2154"/> <source><p>The selected file <b>{0}</b> could not be deleted.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2163"/> + <location filename="../Project/Project.py" line="2184"/> <source><p>The selected directory <b>{0}</b> could not be deleted.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Project/Project.py" line="2654"/> + <source>Create Makefile</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="2654"/> + <source><p>The makefile <b>{0}</b> could not be created.<br/>Reason: {1}</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5590"/> + <source>Execute Make</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4148"/> + <source>&Execute Make</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4152"/> + <source>Perform a 'make' run.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4154"/> + <source><b>Execute Make</b><p>This performs a 'make' run to rebuild the configured target.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5570"/> + <source>Test for Changes</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4162"/> + <source>&Test for Changes</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4166"/> + <source>Question 'make', if a rebuild is needed.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4168"/> + <source><b>Test for Changes</b><p>This questions 'make', if a rebuild of the configured target is necessary.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4210"/> + <source>Make</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5518"/> + <source>The make process did not start.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5563"/> + <source>The make process crashed.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5573"/> + <source><p>There are changes that require the configured make target <b>{0}</b> to be rebuilt.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5578"/> + <source><p>There are changes that require the default make target to be rebuilt.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5590"/> + <source>The makefile contains errors.</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>ProjectBaseBrowser</name> @@ -53194,75 +53342,85 @@ <translation>Vyhledávat nové rekurzivně</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="211"/> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="221"/> <source>Recent Projects</source> <translation>Poslední projekty</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="217"/> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="227"/> <source>Number of recent projects:</source> <translation>Počet nedávných projektů:</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="224"/> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="234"/> <source>Enter the number of recent projects to remember</source> <translation>Zadejte počet nedávných projektů k zapamatování</translation> </message> <message> <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="163"/> - <source>Automatically compile</source> - <translation>Kompilovat automaticky</translation> + <source>Automatisations</source> + <translation type="unfinished">Kompilovat automaticky</translation> </message> <message> <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="172"/> - <source>changed forms</source> - <translation>změněných formulářů</translation> + <source>compile changed forms</source> + <translation type="unfinished">změněných formulářů</translation> </message> <message> <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="182"/> - <source>changed resources</source> - <translation>změněných resources</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="192"/> + <source>compile changed resources</source> + <translation type="unfinished">změněných resources</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="202"/> <source>Python Variant</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="198"/> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="208"/> <source>Select to determine the Python variant from the project language</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="201"/> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="211"/> <source>Determine Python variant from project language</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="256"/> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="266"/> <source>Tasks</source> <translation type="unfinished">Úlohy</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="262"/> - <source>Select to save the project tasks automatically</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="265"/> - <source>Save tasks automatically</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="272"/> - <source>Select to rescan the project tasks when a project is opened</source> + <source>Select to save the project tasks automatically</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="275"/> + <source>Save tasks automatically</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="282"/> + <source>Select to rescan the project tasks when a project is opened</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="285"/> <source>Rescan tasks upon opening</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="189"/> + <source>Select to execute the configured 'make' command before a run action is performed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="192"/> + <source>execute make</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>ProjectProtocolsBrowser</name> @@ -54031,24 +54189,24 @@ <p>Pokud je projekt pod správou verzovacího systému, tak se informace o repozitáři zobrazí stisknutím tlačítka "Zobrazit info o repozitáři".</p></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="244"/> + <location filename="../Project/PropertiesDialog.ui" line="284"/> <source>&Author:</source> <translation>&Autor:</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="254"/> + <location filename="../Project/PropertiesDialog.ui" line="294"/> <source>Enter authors name</source> <translation>Zadejte jméno autora</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="257"/> + <location filename="../Project/PropertiesDialog.ui" line="297"/> <source><b>Author</b> <p>Enter the name of the author.</p></source> <translation><b>Autor</b> <p>Zadání jmána autora.</p></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="286"/> + <location filename="../Project/PropertiesDialog.ui" line="326"/> <source>&Description:</source> <translation>&Popis:</translation> </message> @@ -54058,36 +54216,36 @@ <translation>Jmé&no projektu:</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="155"/> + <location filename="../Project/PropertiesDialog.ui" line="195"/> <source>Enter the version number</source> <translation>Zadejte číslo verze</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="158"/> + <location filename="../Project/PropertiesDialog.ui" line="198"/> <source><b>Version No.</b> <p>Enter the version no.</p></source> <translation><b>Číslo verze</b> <p>Zadání čísla verze.</p></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="299"/> + <location filename="../Project/PropertiesDialog.ui" line="339"/> <source>Enter description</source> <translation>Zadejte popis</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="302"/> + <location filename="../Project/PropertiesDialog.ui" line="342"/> <source><b>Description</b> <p>Enter a short description for the project.</p></source> <translation><b>Popis</b> <p>Zadání krátkého popisku o projektu.</p></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="133"/> + <location filename="../Project/PropertiesDialog.ui" line="173"/> <source>Enter the project directory</source> <translation>Zadejte adresář projektu</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="136"/> + <location filename="../Project/PropertiesDialog.ui" line="176"/> <source><b>Project Directory</b> <p>Enter the project directory. You may select it with a dialog by pressing the button to the right.</p></source> @@ -54095,17 +54253,17 @@ <p>Zadání adresáře projektu. Stisknutím pravého tlačítka jej můžete vybrat i pomocí dialogu.</p></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="265"/> + <location filename="../Project/PropertiesDialog.ui" line="305"/> <source>&Email:</source> <translation>&Email:</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="275"/> + <location filename="../Project/PropertiesDialog.ui" line="315"/> <source>Enter authors email</source> <translation>Zadejte email autora</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="278"/> + <location filename="../Project/PropertiesDialog.ui" line="318"/> <source><b>Email</b> <p>Enter the email address of the author</p></source> <translation><b>Email</b> @@ -54136,22 +54294,22 @@ <p>Zadání jména projektu.</p></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="166"/> + <location filename="../Project/PropertiesDialog.ui" line="206"/> <source>&Main Script:</source> <translation>&Hlavní skript:</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="114"/> + <location filename="../Project/PropertiesDialog.ui" line="154"/> <source>Project &Directory:</source> <translation>A&dresář projektu:</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="185"/> + <location filename="../Project/PropertiesDialog.ui" line="225"/> <source>Enter the main script</source> <translation>Zadejte hlavní skript</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="188"/> + <location filename="../Project/PropertiesDialog.ui" line="228"/> <source><b>Main Script</b> <p>Enter the main script of the project. You may select it with a dialog by pressing the button to the right.</p></source> @@ -54159,17 +54317,17 @@ <p>Zadání hlavního sktriptu projektu. Stisknutím pravého tlačítka jej můžete vybrat i pomocí dialogu.</p></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="197"/> + <location filename="../Project/PropertiesDialog.ui" line="237"/> <source>Press to edit the translations properties</source> <translation>Stisknout pro editaci nastavení překladu</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="200"/> + <location filename="../Project/PropertiesDialog.ui" line="240"/> <source>Translations Properties...</source> <translation>Nastavení překladu...</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="145"/> + <location filename="../Project/PropertiesDialog.ui" line="185"/> <source>&Version No.:</source> <translation>Číslo &verze:</translation> </message> @@ -54186,37 +54344,37 @@ <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="84"/> + <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> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="87"/> + <location filename="../Project/PropertiesDialog.ui" line="89"/> <source>Mi&xed programming languages</source> <translation>&Smíšené programovací jazyky</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="90"/> + <location filename="../Project/PropertiesDialog.ui" line="92"/> <source>Alt+X</source> <translation></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="343"/> + <location filename="../Project/PropertiesDialog.ui" line="383"/> <source>Press to show information about the repository</source> <translation>Stisknout pro zobrazení informace o repozitáři</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="346"/> + <location filename="../Project/PropertiesDialog.ui" line="386"/> <source>Show &Repository Info</source> <translation>Zobrazit info o &repozitáři</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="349"/> + <location filename="../Project/PropertiesDialog.ui" line="389"/> <source>Alt+R</source> <translation></translation> </message> <message> - <location filename="../Project/PropertiesDialog.py" line="111"/> + <location filename="../Project/PropertiesDialog.py" line="115"/> <source>The project is not version controlled.</source> <translation>Projekt není pod správou verzovacího systému.</translation> </message> @@ -54231,12 +54389,12 @@ <translation type="obsolete">Vybrat soubor hlavního skriptu</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="97"/> + <location filename="../Project/PropertiesDialog.ui" line="137"/> <source>Project &Type:</source> <translation>&Typ projektu:</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="107"/> + <location filename="../Project/PropertiesDialog.ui" line="147"/> <source>Select the type of the project</source> <translation>Vybrat typ projektu</translation> </message> @@ -54272,55 +54430,70 @@ <translation>Nastavení kontroly pravopisu...</translation> </message> <message> - <location filename="../Project/PropertiesDialog.py" line="105"/> + <location filename="../Project/PropertiesDialog.py" line="109"/> <source>The project is version controlled by <b>{0}</b>.</source> <translation>Projekt je pod správou verzovacího systému <b>{0}</b>.</translation> </message> <message> - <location filename="../Project/PropertiesDialog.py" line="56"/> + <location filename="../Project/PropertiesDialog.py" line="60"/> <source>Source Files ({0});;All Files (*)</source> <translation>Zdrojové soubory ({0});;Všechny soubory (*)</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="207"/> + <location filename="../Project/PropertiesDialog.ui" line="247"/> <source>End of &Line Character:</source> <translation>Znak &konce řádku:</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="217"/> + <location filename="../Project/PropertiesDialog.ui" line="257"/> <source>Select the end of line character to be used by the project</source> <translation>Zvolze znak konce řádku, který bude v projektu použit</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="221"/> + <location filename="../Project/PropertiesDialog.ui" line="261"/> <source>System</source> <translation>Systém</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="226"/> + <location filename="../Project/PropertiesDialog.ui" line="266"/> <source>Unix</source> <translation>Unix</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="231"/> + <location filename="../Project/PropertiesDialog.ui" line="271"/> <source>Macintosh</source> <translation>Macintosh</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="236"/> + <location filename="../Project/PropertiesDialog.ui" line="276"/> <source>Windows/DOS</source> <translation>Windows/DOS</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="318"/> + <location filename="../Project/PropertiesDialog.ui" line="358"/> <source>Select to create a version controlled project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="321"/> + <location filename="../Project/PropertiesDialog.ui" line="361"/> <source>Version Controlled Project</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Project/PropertiesDialog.ui" line="112"/> + <source>Select to activate the 'make' support</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/PropertiesDialog.ui" line="115"/> + <source>Enable 'make' Support</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/PropertiesDialog.ui" line="125"/> + <source>Press to open a dialog to enter the 'make' parameters</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>ProtobufPage</name> @@ -74954,608 +75127,608 @@ <translation>Nastavení připojení...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="513"/> + <location filename="../UI/UserInterface.py" line="516"/> <source>Initializing Tools...</source> <translation>Inicializace nástrojů...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="531"/> + <location filename="../UI/UserInterface.py" line="534"/> <source>Registering Objects...</source> <translation>Registrování objektů...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="559"/> + <location filename="../UI/UserInterface.py" line="562"/> <source>Initializing Actions...</source> <translation>Inicializace akcí...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="561"/> + <location filename="../UI/UserInterface.py" line="564"/> <source>Initializing Menus...</source> <translation>Inicializace menu...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="563"/> + <location filename="../UI/UserInterface.py" line="566"/> <source>Initializing Toolbars...</source> <translation>Inicializace nástrojových lišt...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="565"/> + <location filename="../UI/UserInterface.py" line="568"/> <source>Initializing Statusbar...</source> <translation>Inicializace statusbaru...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="592"/> + <location filename="../UI/UserInterface.py" line="595"/> <source>Initializing Single Application Server...</source> <translation>Inicializace jednouživatelského aplikačního serveru...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1427"/> + <location filename="../UI/UserInterface.py" line="1430"/> <source>Project-Viewer</source> <translation>Prohlížeč projektu</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1462"/> + <location filename="../UI/UserInterface.py" line="1465"/> <source>Debug-Viewer</source> <translation>Prohlížeč debugeru</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1513"/> + <location filename="../UI/UserInterface.py" line="1516"/> <source>Log-Viewer</source> <translation>Prohlížeč logu</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1531"/> + <location filename="../UI/UserInterface.py" line="1534"/> <source>Task-Viewer</source> <translation>Prohlížeč úloh</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1549"/> + <location filename="../UI/UserInterface.py" line="1552"/> <source>Template-Viewer</source> <translation>Prohlížeč šablon</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1480"/> + <location filename="../UI/UserInterface.py" line="1483"/> <source>Shell</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1496"/> + <location filename="../UI/UserInterface.py" line="1499"/> <source>File-Browser</source> <translation>Browser souborů</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1331"/> + <location filename="../UI/UserInterface.py" line="1334"/> <source>Quit</source> <translation>Konec</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1331"/> + <location filename="../UI/UserInterface.py" line="1334"/> <source>&Quit</source> <translation>&Konec</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1331"/> + <location filename="../UI/UserInterface.py" line="1334"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1337"/> + <location filename="../UI/UserInterface.py" line="1340"/> <source>Quit the IDE</source> <translation>Ukončit IDE</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1338"/> + <location filename="../UI/UserInterface.py" line="1341"/> <source><b>Quit the IDE</b><p>This quits the IDE. Any unsaved changes may be saved first. Any Python program being debugged will be stopped and the preferences will be written to disc.</p></source> <translation><b>Ukončit IDE</b><p>Ukončí se IDE. Nejdříve by se měly uložit neuložené změny. Python programy běžící v debug procesu budou ukončeny a nastavení budou uložena.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1393"/> + <location filename="../UI/UserInterface.py" line="1396"/> <source>Edit Profile</source> <translation>Editační profil</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1399"/> + <location filename="../UI/UserInterface.py" line="1402"/> <source>Activate the edit view profile</source> <translation>Aktivovat profil editace</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1401"/> + <location filename="../UI/UserInterface.py" line="1404"/> <source><b>Edit Profile</b><p>Activate the "Edit View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.</p></source> <translation><b>Editační profil</b><p>Aktivování skupiny 'Editační profil'. Okna, která se v tomto profilu zobrazí lze nastavit v dialogu 'Konfigurace profilu pohledů'.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1410"/> + <location filename="../UI/UserInterface.py" line="1413"/> <source>Debug Profile</source> <translation>Debugovací profil</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1416"/> + <location filename="../UI/UserInterface.py" line="1419"/> <source>Activate the debug view profile</source> <translation>Aktivovat debugovací profil</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1418"/> + <location filename="../UI/UserInterface.py" line="1421"/> <source><b>Debug Profile</b><p>Activate the "Debug View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.</p></source> <translation><b>Debugovací profil</b><p>Aktivování skupiny 'Debugovací profil'. Okna, která se v tomto profilu zobrazí lze nastavit v dialogu 'Konfigurace profilu pohledů'.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1427"/> + <location filename="../UI/UserInterface.py" line="1430"/> <source>&Project-Viewer</source> <translation>Prohlížeč &projektu</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1427"/> + <location filename="../UI/UserInterface.py" line="1430"/> <source>Alt+Shift+P</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1462"/> + <location filename="../UI/UserInterface.py" line="1465"/> <source>Alt+Shift+D</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1480"/> + <location filename="../UI/UserInterface.py" line="1483"/> <source>&Shell</source> <translation>&Shell</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1480"/> + <location filename="../UI/UserInterface.py" line="1483"/> <source>Alt+Shift+S</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1496"/> + <location filename="../UI/UserInterface.py" line="1499"/> <source>Alt+Shift+F</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1513"/> + <location filename="../UI/UserInterface.py" line="1516"/> <source>Alt+Shift+G</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1531"/> + <location filename="../UI/UserInterface.py" line="1534"/> <source>Alt+Shift+T</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1444"/> + <location filename="../UI/UserInterface.py" line="1447"/> <source>Alt+Shift+M</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1718"/> + <location filename="../UI/UserInterface.py" line="1721"/> <source>What's This?</source> <translation>Co je to?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1718"/> + <location filename="../UI/UserInterface.py" line="1721"/> <source>&What's This?</source> <translation>&Co je to?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1718"/> + <location filename="../UI/UserInterface.py" line="1721"/> <source>Shift+F1</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1724"/> + <location filename="../UI/UserInterface.py" line="1727"/> <source>Context sensitive help</source> <translation>Kontextově senzitivní nápověda</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1725"/> + <location filename="../UI/UserInterface.py" line="1728"/> <source><b>Display context sensitive help</b><p>In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.</p></source> <translation><b>Zobrazit kontextově senzitivní nápovědu</b><p>V režimu "Co je to?" se nad různými prvky aplikace u kurzoru zobrazí otazník. Když pak kliknete na tyto prvky, zobrazí se krátký popis co daný prvek znamená a jak jej použít. V dialogových oknech se tato funkce spustí tlačítkem kontextové nápovědy na horní liště.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1737"/> + <location filename="../UI/UserInterface.py" line="1740"/> <source>Helpviewer</source> <translation>Prohlížeč nápovědy</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1737"/> + <location filename="../UI/UserInterface.py" line="1740"/> <source>&Helpviewer...</source> <translation>Pro&hlížeč nápovědy...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1737"/> + <location filename="../UI/UserInterface.py" line="1740"/> <source>F1</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1743"/> + <location filename="../UI/UserInterface.py" line="1746"/> <source>Open the helpviewer window</source> <translation>Otevřít okno prohlížeče nápovědy</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1765"/> + <location filename="../UI/UserInterface.py" line="1768"/> <source>Show Versions</source> <translation>Zobrazit verze</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1765"/> + <location filename="../UI/UserInterface.py" line="1768"/> <source>Show &Versions</source> <translation>Zobrazit &verze</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1769"/> + <location filename="../UI/UserInterface.py" line="1772"/> <source>Display version information</source> <translation>Zobrazit informace o verzích</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1771"/> + <location filename="../UI/UserInterface.py" line="1774"/> <source><b>Show Versions</b><p>Display version information.</p></source> <translation><b>Zobrazit verze</b><p>Zobrazí informace o verzích.</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1784"/> + <source>Check for Updates</source> + <translation>Zjistit aktualizace</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1781"/> - <source>Check for Updates</source> - <translation>Zjistit aktualizace</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1778"/> <source>Check for &Updates...</source> <translation>Zjistit akt&ualizace...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3218"/> + <location filename="../UI/UserInterface.py" line="3221"/> <source>Report Bug</source> <translation>Reportovat Bugy</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1816"/> + <location filename="../UI/UserInterface.py" line="1819"/> <source>Report &Bug...</source> <translation>Reportovat &Bugy...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1820"/> + <location filename="../UI/UserInterface.py" line="1823"/> <source>Report a bug</source> <translation>Reportovat bug</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1821"/> + <location filename="../UI/UserInterface.py" line="1824"/> <source><b>Report Bug...</b><p>Opens a dialog to report a bug.</p></source> <translation><b>Reportovat bug...</b><p>Otevře se dialog pro reportování bugu.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2790"/> + <location filename="../UI/UserInterface.py" line="2793"/> <source>Unittest</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1843"/> + <location filename="../UI/UserInterface.py" line="1846"/> <source>&Unittest...</source> <translation>&Unittest...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1848"/> + <location filename="../UI/UserInterface.py" line="1851"/> <source>Start unittest dialog</source> <translation>Otevřít dialog unittestu</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1849"/> + <location filename="../UI/UserInterface.py" line="1852"/> <source><b>Unittest</b><p>Perform unit tests. The dialog gives you the ability to select and run a unittest suite.</p></source> <translation><b>Unittest</b><p>Provést unittesty. V dialogovém okně se nastaví který test se má provést.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1857"/> + <location filename="../UI/UserInterface.py" line="1860"/> <source>Unittest Restart</source> <translation>Restart unittestu</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1857"/> + <location filename="../UI/UserInterface.py" line="1860"/> <source>&Restart Unittest...</source> <translation>&Restart unittestu...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1862"/> + <location filename="../UI/UserInterface.py" line="1865"/> <source>Restart last unittest</source> <translation>Restart posledního unittestu</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1863"/> + <location filename="../UI/UserInterface.py" line="1866"/> <source><b>Restart Unittest</b><p>Restart the unittest performed last.</p></source> <translation><b>Restart unittestu</b><p>Restartuje se poslední provedený unittest.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1887"/> + <location filename="../UI/UserInterface.py" line="1890"/> <source>Unittest Script</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1887"/> + <location filename="../UI/UserInterface.py" line="1890"/> <source>Unittest &Script...</source> <translation>Unittest &Script...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1892"/> + <location filename="../UI/UserInterface.py" line="1895"/> <source>Run unittest with current script</source> <translation>Spustit unittest s aktuálním skriptem</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1894"/> + <location filename="../UI/UserInterface.py" line="1897"/> <source><b>Unittest Script</b><p>Run unittest with current script.</p></source> <translation><b>Unittest Script</b><p>Spustit unittest s aktuálním skriptem.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4346"/> + <location filename="../UI/UserInterface.py" line="4349"/> <source>Unittest Project</source> <translation>Unittest Projekt</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1902"/> + <location filename="../UI/UserInterface.py" line="1905"/> <source>Unittest &Project...</source> <translation>Unittest &Projekt...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1907"/> + <location filename="../UI/UserInterface.py" line="1910"/> <source>Run unittest with current project</source> <translation>Spustit unittest s aktuálním projektem</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1909"/> + <location filename="../UI/UserInterface.py" line="1912"/> <source><b>Unittest Project</b><p>Run unittest with current project.</p></source> <translation><b>Unittest projekt</b><p>Spustit unittest s aktuálním projektem.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1970"/> + <location filename="../UI/UserInterface.py" line="1973"/> <source>UI Previewer</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1970"/> + <location filename="../UI/UserInterface.py" line="1973"/> <source>&UI Previewer...</source> <translation>&UI Previewer...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1975"/> + <location filename="../UI/UserInterface.py" line="1978"/> <source>Start the UI Previewer</source> <translation>Spustit UI Previewer</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1976"/> + <location filename="../UI/UserInterface.py" line="1979"/> <source><b>UI Previewer</b><p>Start the UI Previewer.</p></source> <translation><b>UI Previewer</b><p>Spustit UI Previewer.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1983"/> + <location filename="../UI/UserInterface.py" line="1986"/> <source>Translations Previewer</source> <translation>Náhled překladů</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1983"/> + <location filename="../UI/UserInterface.py" line="1986"/> <source>&Translations Previewer...</source> <translation>Náhled &překladů...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1988"/> + <location filename="../UI/UserInterface.py" line="1991"/> <source>Start the Translations Previewer</source> <translation>Spustit Previewer překladů</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1990"/> + <location filename="../UI/UserInterface.py" line="1993"/> <source><b>Translations Previewer</b><p>Start the Translations Previewer.</p></source> <translation><b>Previewer překladů</b><p>Spustit Previewer překladů.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1997"/> + <location filename="../UI/UserInterface.py" line="2000"/> <source>Compare Files</source> <translation>Porovnat soubory</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1997"/> + <location filename="../UI/UserInterface.py" line="2000"/> <source>&Compare Files...</source> <translation>&Porovnat soubory...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2015"/> + <location filename="../UI/UserInterface.py" line="2018"/> <source>Compare two files</source> <translation>Porovnat dva soubory</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2003"/> + <location filename="../UI/UserInterface.py" line="2006"/> <source><b>Compare Files</b><p>Open a dialog to compare two files.</p></source> <translation><b>Porovnat soubory</b><p>Otevře dialog pro porovnání dvou souborů.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2010"/> + <location filename="../UI/UserInterface.py" line="2013"/> <source>Compare Files side by side</source> <translation>Porovnat soubory stranu proti straně</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2016"/> + <location filename="../UI/UserInterface.py" line="2019"/> <source><b>Compare Files side by side</b><p>Open a dialog to compare two files and show the result side by side.</p></source> <translation><b>Porovnat soubory stranu proti straně</b><p>Otevře dialog pro porovnání souborů a zobrazení rozdílů strany proti straně.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2111"/> + <location filename="../UI/UserInterface.py" line="2114"/> <source>Preferences</source> <translation>Nastavení</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2111"/> + <location filename="../UI/UserInterface.py" line="2114"/> <source>&Preferences...</source> <translation>Na&stavení...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2116"/> + <location filename="../UI/UserInterface.py" line="2119"/> <source>Set the prefered configuration</source> <translation>Nastavení konfigurace</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2118"/> + <location filename="../UI/UserInterface.py" line="2121"/> <source><b>Preferences</b><p>Set the configuration items of the application with your prefered values.</p></source> <translation><b>Nastavení</b><p>Upravit konfiguraci aplikace podle požadavků uživatele.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2155"/> + <location filename="../UI/UserInterface.py" line="2158"/> <source>Reload APIs</source> <translation>Obnovit API</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2155"/> + <location filename="../UI/UserInterface.py" line="2158"/> <source>Reload &APIs</source> <translation>Obnovit &API</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2159"/> + <location filename="../UI/UserInterface.py" line="2162"/> <source>Reload the API information</source> <translation>Obnovit API nastavení</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2161"/> + <location filename="../UI/UserInterface.py" line="2164"/> <source><b>Reload APIs</b><p>Reload the API information.</p></source> <translation><b>Obnovit API</b><p>Obnovit API nastavení.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2184"/> + <location filename="../UI/UserInterface.py" line="2187"/> <source>View Profiles</source> <translation>Profily pohledů</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2184"/> + <location filename="../UI/UserInterface.py" line="2187"/> <source>&View Profiles...</source> <translation>Profily &pohledů...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2189"/> + <location filename="../UI/UserInterface.py" line="2192"/> <source>Configure view profiles</source> <translation>Konfigurace profilů pohledů</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2191"/> + <location filename="../UI/UserInterface.py" line="2194"/> <source><b>View Profiles</b><p>Configure the view profiles. With this dialog you may set the visibility of the various windows for the predetermined view profiles.</p></source> <translation><b>Profily pohledů</b><p>Konfigurace profilu pohledů. V tomto dialogu můžete nastavit zobrazování různých typů pohledů - editačních oken.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2216"/> + <location filename="../UI/UserInterface.py" line="2219"/> <source>Keyboard Shortcuts</source> <translation>Klávesové zkratky</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2216"/> + <location filename="../UI/UserInterface.py" line="2219"/> <source>Keyboard &Shortcuts...</source> <translation>Klávesové &zkratky...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2221"/> + <location filename="../UI/UserInterface.py" line="2224"/> <source>Set the keyboard shortcuts</source> <translation>Nastavení klávesových zkratek</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2223"/> + <location filename="../UI/UserInterface.py" line="2226"/> <source><b>Keyboard Shortcuts</b><p>Set the keyboard shortcuts of the application with your prefered values.</p></source> <translation><b>Klávesové zkratky</b><p>Nastavení klávesových zkratek aplikace podle zvyklostí uživatele.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5712"/> + <location filename="../UI/UserInterface.py" line="5715"/> <source>Export Keyboard Shortcuts</source> <translation>Exportovat klávesové zkratky</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2231"/> + <location filename="../UI/UserInterface.py" line="2234"/> <source>&Export Keyboard Shortcuts...</source> <translation>&Exportovat klávesové zkratky...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2236"/> + <location filename="../UI/UserInterface.py" line="2239"/> <source>Export the keyboard shortcuts</source> <translation>Export klávesových zkratek</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2238"/> + <location filename="../UI/UserInterface.py" line="2241"/> <source><b>Export Keyboard Shortcuts</b><p>Export the keyboard shortcuts of the application.</p></source> <translation><b>Export klávesových zkratek</b><p>Exportují se klávesové zkratky z aplikace.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5736"/> + <location filename="../UI/UserInterface.py" line="5739"/> <source>Import Keyboard Shortcuts</source> <translation>Import klávesových zkratek</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2245"/> + <location filename="../UI/UserInterface.py" line="2248"/> <source>&Import Keyboard Shortcuts...</source> <translation>&Import klávesových zkratek...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2250"/> + <location filename="../UI/UserInterface.py" line="2253"/> <source>Import the keyboard shortcuts</source> <translation>Import klávesových zkratek</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2252"/> + <location filename="../UI/UserInterface.py" line="2255"/> <source><b>Import Keyboard Shortcuts</b><p>Import the keyboard shortcuts of the application.</p></source> <translation><b>Import klávesových zkratek</b><p>Do aplikace se importují klávesové zkratky.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2310"/> + <location filename="../UI/UserInterface.py" line="2313"/> <source>Activate current editor</source> <translation>Aktivovat aktuální editor</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2310"/> + <location filename="../UI/UserInterface.py" line="2313"/> <source>Alt+Shift+E</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2320"/> + <location filename="../UI/UserInterface.py" line="2323"/> <source>Ctrl+Alt+Tab</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2329"/> + <location filename="../UI/UserInterface.py" line="2332"/> <source>Shift+Ctrl+Alt+Tab</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2417"/> + <location filename="../UI/UserInterface.py" line="2420"/> <source>Qt4 Documentation</source> <translation>Qt4 dokumentace</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2417"/> + <location filename="../UI/UserInterface.py" line="2420"/> <source>Qt&4 Documentation</source> <translation>Qt&4 dokumentace</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2421"/> + <location filename="../UI/UserInterface.py" line="2424"/> <source>Open Qt4 Documentation</source> <translation>Otevřít Qt4 dokumentaci</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2447"/> + <location filename="../UI/UserInterface.py" line="2450"/> <source>PyQt4 Documentation</source> <translation>PyQt4 dokumentace</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2451"/> + <location filename="../UI/UserInterface.py" line="2454"/> <source>Open PyQt4 Documentation</source> <translation>Otevřít PyQt4 dokumentaci</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2531"/> + <location filename="../UI/UserInterface.py" line="2534"/> <source>Eric API Documentation</source> <translation>Eric API dokumentace</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2531"/> + <location filename="../UI/UserInterface.py" line="2534"/> <source>&Eric API Documentation</source> <translation>&Eric API dokumentace</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2535"/> + <location filename="../UI/UserInterface.py" line="2538"/> <source>Open Eric API Documentation</source> <translation>Otevřít Eric API dokumentaci</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2603"/> + <location filename="../UI/UserInterface.py" line="2606"/> <source>&Unittest</source> <translation>&Unittest</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2620"/> + <location filename="../UI/UserInterface.py" line="2623"/> <source>E&xtras</source> <translation>E&xtra funkce</translation> </message> @@ -75565,167 +75738,167 @@ <translation type="obsolete">&Nástroje</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2633"/> + <location filename="../UI/UserInterface.py" line="2636"/> <source>Select Tool Group</source> <translation>Vybrat skupinu nástrojů</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2641"/> + <location filename="../UI/UserInterface.py" line="2644"/> <source>Se&ttings</source> <translation>Nas&tavení</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2666"/> + <location filename="../UI/UserInterface.py" line="2669"/> <source>&Window</source> <translation>O&kno</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2691"/> + <location filename="../UI/UserInterface.py" line="2694"/> <source>&Toolbars</source> <translation>&Toolbary</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2716"/> + <location filename="../UI/UserInterface.py" line="2719"/> <source>&Help</source> <translation>&Nápověda</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2789"/> + <location filename="../UI/UserInterface.py" line="2792"/> <source>Tools</source> <translation>Nástroje</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2791"/> + <location filename="../UI/UserInterface.py" line="2794"/> <source>Settings</source> <translation>Nastavení</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4598"/> + <location filename="../UI/UserInterface.py" line="4601"/> <source>Help</source> <translation>Nápověda</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2793"/> + <location filename="../UI/UserInterface.py" line="2796"/> <source>Profiles</source> <translation>Profily</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3163"/> + <location filename="../UI/UserInterface.py" line="3166"/> <source><h3>Version Numbers</h3><table></source> <translation><h3>Čísla verzí</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6690"/> + <location filename="../UI/UserInterface.py" line="6693"/> <source></table></source> <translation></table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3218"/> + <location filename="../UI/UserInterface.py" line="3221"/> <source>Email address or mail server address is empty. Please configure your Email settings in the Preferences Dialog.</source> <translation>Emailová adresa nebo mail server adresa jsou prázdné. Prosím, nastavte váš email v dialogovém okně Nastavení.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3577"/> + <location filename="../UI/UserInterface.py" line="3580"/> <source>Configure Tool Groups ...</source> <translation>Konfigurace Skupin nástrojů...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3581"/> + <location filename="../UI/UserInterface.py" line="3584"/> <source>Configure current Tool Group ...</source> <translation>Konfigurace aktuální skupiny nástrojů...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3532"/> + <location filename="../UI/UserInterface.py" line="3535"/> <source>&Builtin Tools</source> <translation>&Vestavěné nástroje</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4346"/> + <location filename="../UI/UserInterface.py" line="4349"/> <source>There is no main script defined for the current project. Aborting</source> <translation>V aktuálním projektu není definován hlavní skript. Zrušeno</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4724"/> + <location filename="../UI/UserInterface.py" line="4727"/> <source>Problem</source> <translation>Problém</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4913"/> + <location filename="../UI/UserInterface.py" line="4916"/> <source>Process Generation Error</source> <translation>Chyba v procesu generování</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4598"/> + <location filename="../UI/UserInterface.py" line="4601"/> <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source> <translation>Aktuálně není vybrán žádný prohlížeč. Prosím otevřete Nastavení a nějaký vyberte.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4632"/> + <location filename="../UI/UserInterface.py" line="4635"/> <source><p>Could not start the help viewer.<br>Ensure that it is available as <b>hh</b>.</p></source> <translation><p>Nemohu spustit prohlížeč nápovědy.<br>Ověřte jestli je dostupný jako <b>hh</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5387"/> + <location filename="../UI/UserInterface.py" line="5390"/> <source>Documentation Missing</source> <translation>Dokumentace chybí</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5372"/> + <location filename="../UI/UserInterface.py" line="5375"/> <source>Documentation</source> <translation>Dokumentace</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5198"/> + <location filename="../UI/UserInterface.py" line="5201"/> <source><p>The PyQt4 documentation starting point has not been configured.</p></source> <translation><p>Adresář PyQt4 dokumentace není nakonfigurován.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5905"/> + <location filename="../UI/UserInterface.py" line="5908"/> <source>Save tasks</source> <translation>Uložit úlohy</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5934"/> + <location filename="../UI/UserInterface.py" line="5937"/> <source>Read tasks</source> <translation>Načíst úlohy</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6295"/> + <location filename="../UI/UserInterface.py" line="6298"/> <source>Drop Error</source> <translation>Zahodit chybu</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6652"/> + <location filename="../UI/UserInterface.py" line="6655"/> <source>Error during updates check</source> <translation>Chyba během zjišťování aktualizací</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6632"/> + <location filename="../UI/UserInterface.py" line="6635"/> <source>Update available</source> <translation>Byla nalezena aktualizace</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2173"/> + <location filename="../UI/UserInterface.py" line="2176"/> <source>Show external tools</source> <translation>Zobrazit externí nástroje</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2168"/> + <location filename="../UI/UserInterface.py" line="2171"/> <source>Show external &tools</source> <translation>Zobrazit externí nás&troje</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6652"/> + <location filename="../UI/UserInterface.py" line="6655"/> <source>Could not perform updates check.</source> <translation>Kontrolu updatů nelze provést.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6465"/> + <location filename="../UI/UserInterface.py" line="6468"/> <source>&Cancel</source> <translation>&Zrušit</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6717"/> + <location filename="../UI/UserInterface.py" line="6720"/> <source>First time usage</source> <translation>Spuštěno poprvé</translation> </message> @@ -75735,1392 +75908,1392 @@ <translation>Inicializace Plugin manažera...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2702"/> + <location filename="../UI/UserInterface.py" line="2705"/> <source>P&lugins</source> <translation>P&luginy</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2794"/> + <location filename="../UI/UserInterface.py" line="2797"/> <source>Plugins</source> <translation>Pluginy</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2347"/> + <location filename="../UI/UserInterface.py" line="2350"/> <source>Plugin Infos</source> <translation>Plugin Infa</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2351"/> + <location filename="../UI/UserInterface.py" line="2354"/> <source>Show Plugin Infos</source> <translation>Zobrazit Plugin infa</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2352"/> + <location filename="../UI/UserInterface.py" line="2355"/> <source><b>Plugin Infos...</b><p>This opens a dialog, that show some information about loaded plugins.</p></source> <translation><b>Plugin Infa</b><p>Otevře dialog, který zobrazí informace o načtených pluginech.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2347"/> + <location filename="../UI/UserInterface.py" line="2350"/> <source>&Plugin Infos...</source> <translation>&Plugin Infa...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3549"/> + <location filename="../UI/UserInterface.py" line="3552"/> <source>&Plugin Tools</source> <translation>&Plugin nástroje</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2378"/> + <location filename="../UI/UserInterface.py" line="2381"/> <source>Uninstall Plugin</source> <translation>Odinstalovat plugin</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2373"/> + <location filename="../UI/UserInterface.py" line="2376"/> <source>&Uninstall Plugin...</source> <translation>&Odinstalovat plugin...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2379"/> + <location filename="../UI/UserInterface.py" line="2382"/> <source><b>Uninstall Plugin...</b><p>This opens a dialog to uninstall a plugin.</p></source> <translation><b>Odinstalovat plugin...</b><p>Otevře dialog pro odinstalaci pluginu.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3697"/> + <location filename="../UI/UserInterface.py" line="3700"/> <source>&Show all</source> <translation>&Zobrazit vše</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3699"/> + <location filename="../UI/UserInterface.py" line="3702"/> <source>&Hide all</source> <translation>&Skrýt vše</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="602"/> + <location filename="../UI/UserInterface.py" line="605"/> <source>Activating Plugins...</source> <translation>Aktivace pluginů...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2625"/> + <location filename="../UI/UserInterface.py" line="2628"/> <source>Wi&zards</source> <translation>&Průvodci</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1789"/> + <location filename="../UI/UserInterface.py" line="1792"/> <source>Show downloadable versions</source> <translation>Zobrazit verze ke stažení</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1789"/> + <location filename="../UI/UserInterface.py" line="1792"/> <source>Show &downloadable versions...</source> <translation>Zobrazit verze pro &download...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1793"/> + <location filename="../UI/UserInterface.py" line="1796"/> <source>Show the versions available for download</source> <translation>Zobrazit dostupné verze ke stažení</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6676"/> + <location filename="../UI/UserInterface.py" line="6679"/> <source><h3>Available versions</h3><table></source> <translation><h3>Dostupné verze</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2386"/> + <location filename="../UI/UserInterface.py" line="2389"/> <source>Plugin Repository</source> <translation>Repozitář pluginů</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2386"/> + <location filename="../UI/UserInterface.py" line="2389"/> <source>Plugin &Repository...</source> <translation>&Repozitář pluginů...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2391"/> + <location filename="../UI/UserInterface.py" line="2394"/> <source>Show Plugins available for download</source> <translation>Zobrazit pluginy dostupné ke stažení</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2393"/> + <location filename="../UI/UserInterface.py" line="2396"/> <source><b>Plugin Repository...</b><p>This opens a dialog, that shows a list of plugins available on the Internet.</p></source> <translation><b>Repozitář pluginů...</b><p>Otevře se dialog, který zobrazí seznam pluginů dostupných ke stažení přes internet.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2365"/> + <location filename="../UI/UserInterface.py" line="2368"/> <source>Install Plugins</source> <translation>Instalovat pluginy</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2360"/> + <location filename="../UI/UserInterface.py" line="2363"/> <source>&Install Plugins...</source> <translation>&Instalovat pluginy...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2366"/> + <location filename="../UI/UserInterface.py" line="2369"/> <source><b>Install Plugins...</b><p>This opens a dialog to install or update plugins.</p></source> <translation><b>Instalovat pluginy...</b><p>Otevře dialog pro instalaci nebo aktualizaci pluginů.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2042"/> + <location filename="../UI/UserInterface.py" line="2045"/> <source>Mini Editor</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2037"/> + <location filename="../UI/UserInterface.py" line="2040"/> <source>Mini &Editor...</source> <translation>Mini &Editor...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2043"/> + <location filename="../UI/UserInterface.py" line="2046"/> <source><b>Mini Editor</b><p>Open a dialog with a simplified editor.</p></source> <translation><b>Mini editor</b><p>Otevře se okno s jednoduchým editorem</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2201"/> + <location filename="../UI/UserInterface.py" line="2204"/> <source>Toolbars</source> <translation>Lišty nástrojů</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2201"/> + <location filename="../UI/UserInterface.py" line="2204"/> <source>Tool&bars...</source> <translation>&Lišty nástrojů...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2206"/> + <location filename="../UI/UserInterface.py" line="2209"/> <source>Configure toolbars</source> <translation>Konfigurace lišt nástrojů</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2207"/> + <location filename="../UI/UserInterface.py" line="2210"/> <source><b>Toolbars</b><p>Configure the toolbars. With this dialog you may change the actions shown on the various toolbars and define your own toolbars.</p></source> <translation><b>Listy nástrojů</b><p>Konfigurace lišt nástrojů. S tímto dialogem můžete změnit akce zobrazené v různých nástrojových lištách nebo definovat své vlastní nástrojové lišty.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="617"/> + <location filename="../UI/UserInterface.py" line="620"/> <source>Restoring Toolbarmanager...</source> <translation>Obnovit manažer nástrojových lišt...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4858"/> + <location filename="../UI/UserInterface.py" line="4861"/> <source>External Tools</source> <translation>Externí nástroje</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1444"/> + <location filename="../UI/UserInterface.py" line="1447"/> <source>Multiproject-Viewer</source> <translation>Prohlížeč multiprojektu</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1444"/> + <location filename="../UI/UserInterface.py" line="1447"/> <source>&Multiproject-Viewer</source> <translation>Prohlížeč &multiprojektu</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6031"/> + <location filename="../UI/UserInterface.py" line="6034"/> <source>Save session</source> <translation>Uložit relaci</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6015"/> + <location filename="../UI/UserInterface.py" line="6018"/> <source>Read session</source> <translation>Načíst relaci</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2962"/> + <location filename="../UI/UserInterface.py" line="2965"/> <source><p>This part of the status bar displays the current editors encoding.</p></source> <translation><p>Tato část status baru zobrazuje aktuální kódování editorů.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2976"/> + <location filename="../UI/UserInterface.py" line="2979"/> <source><p>This part of the status bar displays an indication of the current editors files writability.</p></source> <translation><p>Tato část status baru zobrazuje indikátor práva zápisu editoru do souboru.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1828"/> + <location filename="../UI/UserInterface.py" line="1831"/> <source>Request Feature</source> <translation>Požadavek na vlastnost</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1828"/> + <location filename="../UI/UserInterface.py" line="1831"/> <source>Request &Feature...</source> <translation>&Požadavek na vlastnost...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1832"/> + <location filename="../UI/UserInterface.py" line="1835"/> <source>Send a feature request</source> <translation>Poslat požadavek na vlastnost</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1834"/> + <location filename="../UI/UserInterface.py" line="1837"/> <source><b>Request Feature...</b><p>Opens a dialog to send a feature request.</p></source> <translation><b>Požadavek na vlastnost...</b><p>Otevře dialog pro odeslání požadavku.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2955"/> + <location filename="../UI/UserInterface.py" line="2958"/> <source><p>This part of the status bar displays the current editors language.</p></source> <translation><p>Tato část status baru zobrazuje aktuální jazyk editoru.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2983"/> + <location filename="../UI/UserInterface.py" line="2986"/> <source><p>This part of the status bar displays the line number of the current editor.</p></source> <translation><p>Tato část status baru zobrazuje číslo řádku v aktuálním editoru.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2990"/> + <location filename="../UI/UserInterface.py" line="2993"/> <source><p>This part of the status bar displays the cursor position of the current editor.</p></source> <translation><p>Tato část status baru zobrazuje pozici kurzoru v aktuálním editoru.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1592"/> + <location filename="../UI/UserInterface.py" line="1595"/> <source>Horizontal Toolbox</source> <translation>Vodorovná nástrojová lišta</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1592"/> + <location filename="../UI/UserInterface.py" line="1595"/> <source>&Horizontal Toolbox</source> <translation>&Horizontální lista nástrojů</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1596"/> + <location filename="../UI/UserInterface.py" line="1599"/> <source>Toggle the Horizontal Toolbox window</source> <translation>Přepnout na vodorovnou lištu nástrojů</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1598"/> + <location filename="../UI/UserInterface.py" line="1601"/> <source><b>Toggle the Horizontal Toolbox window</b><p>If the Horizontal Toolbox window is hidden then display it. If it is displayed then close it.</p></source> <translation><b>Přepnout vodorovnou nástrojovou lištu</b><p>Pokud je vodorovná nástrojová lišta skryta, tak se zobrazí. Je-li zobrazena, skryje se.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3498"/> + <location filename="../UI/UserInterface.py" line="3501"/> <source>Restart application</source> <translation>Restartovat aplikaci</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3498"/> + <location filename="../UI/UserInterface.py" line="3501"/> <source>The application needs to be restarted. Do it now?</source> <translation>Aplikace potřebuje restartovat. Má se provést nyní?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1549"/> + <location filename="../UI/UserInterface.py" line="1552"/> <source>Alt+Shift+A</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2711"/> + <location filename="../UI/UserInterface.py" line="2714"/> <source>Configure...</source> <translation>Konfigurovat...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2969"/> + <location filename="../UI/UserInterface.py" line="2972"/> <source><p>This part of the status bar displays the current editors eol setting.</p></source> <translation><p>Tato část status baru zobrazuje eol nastavení v aktuálním editoru.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2338"/> + <location filename="../UI/UserInterface.py" line="2341"/> <source>Switch between tabs</source> <translation>Přepnout mezi taby</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2338"/> + <location filename="../UI/UserInterface.py" line="2341"/> <source>Ctrl+1</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2127"/> + <location filename="../UI/UserInterface.py" line="2130"/> <source>Export Preferences</source> <translation>Exportovat předvolby</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2127"/> + <location filename="../UI/UserInterface.py" line="2130"/> <source>E&xport Preferences...</source> <translation>E&xportovat předvolby...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2132"/> + <location filename="../UI/UserInterface.py" line="2135"/> <source>Export the current configuration</source> <translation>Export aktuální konfigurace</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2134"/> + <location filename="../UI/UserInterface.py" line="2137"/> <source><b>Export Preferences</b><p>Export the current configuration to a file.</p></source> <translation><b>Export předvoleb</b><p>Export aktuální konfigurace do souboru.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2141"/> + <location filename="../UI/UserInterface.py" line="2144"/> <source>Import Preferences</source> <translation>Import předvoleb</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2141"/> + <location filename="../UI/UserInterface.py" line="2144"/> <source>I&mport Preferences...</source> <translation>I&mport předvoleb...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2146"/> + <location filename="../UI/UserInterface.py" line="2149"/> <source>Import a previously exported configuration</source> <translation>Import dříve exportované konfigurace</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2148"/> + <location filename="../UI/UserInterface.py" line="2151"/> <source><b>Import Preferences</b><p>Import a previously exported configuration.</p></source> <translation><b>Import předvoleb</b><p>Import dříve exportované konfigurace.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2320"/> + <location filename="../UI/UserInterface.py" line="2323"/> <source>Show next</source> <translation>Zobrazit další</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2329"/> + <location filename="../UI/UserInterface.py" line="2332"/> <source>Show previous</source> <translation>Zobrazit předchozí</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1606"/> + <location filename="../UI/UserInterface.py" line="1609"/> <source>Left Sidebar</source> <translation>Levé menu</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1606"/> + <location filename="../UI/UserInterface.py" line="1609"/> <source>&Left Sidebar</source> <translation>&Levé menu</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1610"/> + <location filename="../UI/UserInterface.py" line="1613"/> <source>Toggle the left sidebar window</source> <translation>Přepnout okno levého menu</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1611"/> + <location filename="../UI/UserInterface.py" line="1614"/> <source><b>Toggle the left sidebar window</b><p>If the left sidebar window is hidden then display it. If it is displayed then close it.</p></source> <translation><b>Přepnout okno levého menu</b><p>Je-li okno levého menu skryto, tak se zobrazí. Je-li zobrazeno, skryje se.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1633"/> + <location filename="../UI/UserInterface.py" line="1636"/> <source>Bottom Sidebar</source> <translation>Dolní menu</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1633"/> + <location filename="../UI/UserInterface.py" line="1636"/> <source>&Bottom Sidebar</source> <translation>&Dolní menu</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1637"/> + <location filename="../UI/UserInterface.py" line="1640"/> <source>Toggle the bottom sidebar window</source> <translation>Přepnout okno dolního menu</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1639"/> + <location filename="../UI/UserInterface.py" line="1642"/> <source><b>Toggle the bottom sidebar window</b><p>If the bottom sidebar window is hidden then display it. If it is displayed then close it.</p></source> <translation><b>Přepnout okno dolního menu</b><p>Je-li okno dolního menu skryto, tak se zobrazí. Je-li zobrazeno, skryje se.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1462"/> + <location filename="../UI/UserInterface.py" line="1465"/> <source>&Debug-Viewer</source> <translation>Prohlížeč &debugeru</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2024"/> + <location filename="../UI/UserInterface.py" line="2027"/> <source>SQL Browser</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2024"/> + <location filename="../UI/UserInterface.py" line="2027"/> <source>SQL &Browser...</source> <translation>SQL &Browser...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2029"/> + <location filename="../UI/UserInterface.py" line="2032"/> <source>Browse a SQL database</source> <translation>Procházet SQL databázi</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2030"/> + <location filename="../UI/UserInterface.py" line="2033"/> <source><b>SQL Browser</b><p>Browse a SQL database.</p></source> <translation><b>SQL Browser</b><p>Procházet SQL databázi.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2082"/> + <location filename="../UI/UserInterface.py" line="2085"/> <source>Icon Editor</source> <translation>Editor ikon</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2082"/> + <location filename="../UI/UserInterface.py" line="2085"/> <source>&Icon Editor...</source> <translation>Editor &ikon...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4545"/> + <location filename="../UI/UserInterface.py" line="4548"/> <source>Qt 3 support</source> <translation>Qt 3 podpora</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2552"/> + <location filename="../UI/UserInterface.py" line="2555"/> <source>PySide Documentation</source> <translation>PySide dokumentace</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2552"/> + <location filename="../UI/UserInterface.py" line="2555"/> <source>Py&Side Documentation</source> <translation>Py&Side dokumentace</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2556"/> + <location filename="../UI/UserInterface.py" line="2559"/> <source>Open PySide Documentation</source> <translation>Otevřít PySide dokumentaci</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5372"/> + <location filename="../UI/UserInterface.py" line="5375"/> <source><p>The PySide documentation starting point has not been configured.</p></source> <translation><p>Počátek dokumentace PySide nebyl nastaven.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1297"/> + <location filename="../UI/UserInterface.py" line="1300"/> <source>{0} - Passive Mode</source> <translation>{0} - Pasivní mód</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1304"/> + <location filename="../UI/UserInterface.py" line="1307"/> <source>{0} - {1} - Passive Mode</source> <translation>{0} - {1} - pasivní mód</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1308"/> + <location filename="../UI/UserInterface.py" line="1311"/> <source>{0} - {1} - {2} - Passive Mode</source> <translation>{0} - {1} - {2} - pasivní mód</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3065"/> + <location filename="../UI/UserInterface.py" line="3068"/> <source>External Tools/{0}</source> <translation>Externí nástroje/{0}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4724"/> + <location filename="../UI/UserInterface.py" line="4727"/> <source><p>The file <b>{0}</b> does not exist or is zero length.</p></source> <translation><p>Soubor <b>{0}</b> neexistuje nebo má nulovou délku.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4452"/> + <location filename="../UI/UserInterface.py" line="4455"/> <source><p>Could not start Qt-Designer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Nemohu spustit Qt-Designer.<br>Ověřte jestli je dostupný jako <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4519"/> + <location filename="../UI/UserInterface.py" line="4522"/> <source><p>Could not start Qt-Linguist.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Nemohu spustit Qt-Linguist.<br>Ověřte jestli je dostupný jako <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4570"/> + <location filename="../UI/UserInterface.py" line="4573"/> <source><p>Could not start Qt-Assistant.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Nemohu spustit Qt-Assistant.<br>Ověřte jestli je dostupný jako <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4612"/> + <location filename="../UI/UserInterface.py" line="4615"/> <source><p>Could not start custom viewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Nemohu spustit aktuální prohlížeč.<br>Ověřte jestli je dostupný jako <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4680"/> + <location filename="../UI/UserInterface.py" line="4683"/> <source><p>Could not start UI Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Nemohu spustit UI Previewer.<br>Ověřte jestli je dostupný jako <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4735"/> + <location filename="../UI/UserInterface.py" line="4738"/> <source><p>Could not start Translation Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Nemohu spustit Previewer překladů.<br>Ověřte jestli je dostupný jako <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4756"/> + <location filename="../UI/UserInterface.py" line="4759"/> <source><p>Could not start SQL Browser.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Nelze spustit SQL Browser.<br>Ujistěte se, že je dostupný jako <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4849"/> + <location filename="../UI/UserInterface.py" line="4852"/> <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source> <translation>V externím nástroji '{0}' ve skupině '{1}' nebyl záznam nástroje nalezen.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4858"/> + <location filename="../UI/UserInterface.py" line="4861"/> <source>No toolgroup entry '{0}' found.</source> <translation>Skupina nástrojů '{0}' nenalezena. </translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4897"/> + <location filename="../UI/UserInterface.py" line="4900"/> <source>Starting process '{0} {1}'. </source> <translation>Spouštím proces '{0} {1}'. </translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4913"/> + <location filename="../UI/UserInterface.py" line="4916"/> <source><p>Could not start the tool entry <b>{0}</b>.<br>Ensure that it is available as <b>{1}</b>.</p></source> <translation><p>Nemohu spustit příkaz <b>{0}</b><br>Ověřte jestli je dostupný jako <b>{1}</b>. </p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4989"/> + <location filename="../UI/UserInterface.py" line="4992"/> <source>Process '{0}' has exited. </source> <translation>Proces '{0}' byl ukončen. </translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5387"/> + <location filename="../UI/UserInterface.py" line="5390"/> <source><p>The documentation starting point "<b>{0}</b>" could not be found.</p></source> <translation><p>Adresář dokumentace "<b>{0}</b>" nebyl nalezen.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5905"/> + <location filename="../UI/UserInterface.py" line="5908"/> <source><p>The tasks file <b>{0}</b> could not be written.</p></source> <translation><p>Do souboru s úlohami <b>{0}</b> nelze zapisovat.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5934"/> + <location filename="../UI/UserInterface.py" line="5937"/> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation><p>Soubor s úlohami <b>{0}</b> nelze načíst.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5968"/> + <location filename="../UI/UserInterface.py" line="5971"/> <source><p>The session file <b>{0}</b> could not be written.</p></source> <translation><p>Zápis do souboru relace session <b>{0}</b> se nezdařil.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6015"/> + <location filename="../UI/UserInterface.py" line="6018"/> <source><p>The session file <b>{0}</b> could not be read.</p></source> <translation><p>Soubor relace session <b>{0}</b> nelze přečíst.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6295"/> + <location filename="../UI/UserInterface.py" line="6298"/> <source><p><b>{0}</b> is not a file.</p></source> <translation><p><b>{0}</b> není soubor.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6474"/> + <location filename="../UI/UserInterface.py" line="6477"/> <source>Trying host {0}</source> <translation>Zkouším host {0}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="945"/> + <location filename="../UI/UserInterface.py" line="948"/> <source>Cooperation</source> <translation>Spolupráce</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1647"/> + <location filename="../UI/UserInterface.py" line="1650"/> <source>Alt+Shift+O</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1002"/> + <location filename="../UI/UserInterface.py" line="1005"/> <source>Symbols</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1682"/> + <location filename="../UI/UserInterface.py" line="1685"/> <source>Alt+Shift+Y</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1010"/> + <location filename="../UI/UserInterface.py" line="1013"/> <source>Numbers</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1700"/> + <location filename="../UI/UserInterface.py" line="1703"/> <source>Alt+Shift+B</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5736"/> + <location filename="../UI/UserInterface.py" line="5739"/> <source>Keyboard shortcut file (*.e4k)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2489"/> + <location filename="../UI/UserInterface.py" line="2492"/> <source>Python 3 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2489"/> + <location filename="../UI/UserInterface.py" line="2492"/> <source>Python &3 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2493"/> + <location filename="../UI/UserInterface.py" line="2496"/> <source>Open Python 3 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2507"/> + <location filename="../UI/UserInterface.py" line="2510"/> <source>Python 2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2507"/> + <location filename="../UI/UserInterface.py" line="2510"/> <source>Python &2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2511"/> + <location filename="../UI/UserInterface.py" line="2514"/> <source>Open Python 2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2513"/> + <location filename="../UI/UserInterface.py" line="2516"/> <source><b>Python 2 Documentation</b><p>Display the Python 2 documentation. If no documentation directory is configured, the location of the Python 2 documentation is assumed to be the doc directory underneath the location of the configured Python 2 executable on Windows and <i>/usr/share/doc/packages/python/html/python-docs-html</i> on Unix. Set PYTHON2DOCDIR in your environment to override this. </p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6538"/> + <location filename="../UI/UserInterface.py" line="6541"/> <source>Error getting versions information</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6531"/> + <location filename="../UI/UserInterface.py" line="6534"/> <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="5508"/> + <location filename="../UI/UserInterface.py" line="5511"/> <source>Open Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5508"/> + <location filename="../UI/UserInterface.py" line="5511"/> <source>Could not start a web browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6538"/> + <location filename="../UI/UserInterface.py" line="6541"/> <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="622"/> + <location filename="../UI/UserInterface.py" line="625"/> <source>Setting View Profile...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="626"/> + <location filename="../UI/UserInterface.py" line="629"/> <source>Reading Tasks...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="630"/> + <location filename="../UI/UserInterface.py" line="633"/> <source>Reading Templates...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="634"/> + <location filename="../UI/UserInterface.py" line="637"/> <source>Starting Debugger...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1374"/> + <location filename="../UI/UserInterface.py" line="1377"/> <source>New Window</source> <translation type="unfinished">Nové okno</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1374"/> + <location filename="../UI/UserInterface.py" line="1377"/> <source>New &Window</source> <translation type="unfinished">&Nové okno</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1374"/> + <location filename="../UI/UserInterface.py" line="1377"/> <source>Ctrl+Shift+N</source> <comment>File|New Window</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1871"/> + <location filename="../UI/UserInterface.py" line="1874"/> <source>Unittest Rerun Failed</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1871"/> + <location filename="../UI/UserInterface.py" line="1874"/> <source>Rerun Failed Tests...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1876"/> + <location filename="../UI/UserInterface.py" line="1879"/> <source>Rerun failed tests of the last run</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1878"/> + <location filename="../UI/UserInterface.py" line="1881"/> <source><b>Rerun Failed Tests</b><p>Rerun all tests that failed during the last unittest run.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2010"/> + <location filename="../UI/UserInterface.py" line="2013"/> <source>Compare &Files side by side...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2096"/> + <location filename="../UI/UserInterface.py" line="2099"/> <source>Snapshot</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2096"/> + <location filename="../UI/UserInterface.py" line="2099"/> <source>&Snapshot...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2101"/> + <location filename="../UI/UserInterface.py" line="2104"/> <source>Take snapshots of a screen region</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2103"/> + <location filename="../UI/UserInterface.py" line="2106"/> <source><b>Snapshot</b><p>This opens a dialog to take snapshots of a screen region.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4826"/> + <location filename="../UI/UserInterface.py" line="4829"/> <source><p>Could not start Snapshot tool.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6736"/> + <location filename="../UI/UserInterface.py" line="6739"/> <source>Select Workspace Directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1567"/> + <location filename="../UI/UserInterface.py" line="1570"/> <source>Left Toolbox</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1579"/> + <location filename="../UI/UserInterface.py" line="1582"/> <source>Right Toolbox</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1433"/> + <location filename="../UI/UserInterface.py" line="1436"/> <source>Switch the input focus to the Project-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1435"/> + <location filename="../UI/UserInterface.py" line="1438"/> <source><b>Activate Project-Viewer</b><p>This switches the input focus to the Project-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1450"/> + <location filename="../UI/UserInterface.py" line="1453"/> <source>Switch the input focus to the Multiproject-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1452"/> + <location filename="../UI/UserInterface.py" line="1455"/> <source><b>Activate Multiproject-Viewer</b><p>This switches the input focus to the Multiproject-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1468"/> + <location filename="../UI/UserInterface.py" line="1471"/> <source>Switch the input focus to the Debug-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1470"/> + <location filename="../UI/UserInterface.py" line="1473"/> <source><b>Activate Debug-Viewer</b><p>This switches the input focus to the Debug-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1486"/> + <location filename="../UI/UserInterface.py" line="1489"/> <source>Switch the input focus to the Shell window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1488"/> + <location filename="../UI/UserInterface.py" line="1491"/> <source><b>Activate Shell</b><p>This switches the input focus to the Shell window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1496"/> + <location filename="../UI/UserInterface.py" line="1499"/> <source>&File-Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1502"/> + <location filename="../UI/UserInterface.py" line="1505"/> <source>Switch the input focus to the File-Browser window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1504"/> + <location filename="../UI/UserInterface.py" line="1507"/> <source><b>Activate File-Browser</b><p>This switches the input focus to the File-Browser window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1513"/> + <location filename="../UI/UserInterface.py" line="1516"/> <source>Lo&g-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1519"/> + <location filename="../UI/UserInterface.py" line="1522"/> <source>Switch the input focus to the Log-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1521"/> + <location filename="../UI/UserInterface.py" line="1524"/> <source><b>Activate Log-Viewer</b><p>This switches the input focus to the Log-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1531"/> + <location filename="../UI/UserInterface.py" line="1534"/> <source>&Task-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1537"/> + <location filename="../UI/UserInterface.py" line="1540"/> <source>Switch the input focus to the Task-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1549"/> + <location filename="../UI/UserInterface.py" line="1552"/> <source>Templ&ate-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1555"/> + <location filename="../UI/UserInterface.py" line="1558"/> <source>Switch the input focus to the Template-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1557"/> + <location filename="../UI/UserInterface.py" line="1560"/> <source><b>Activate Template-Viewer</b><p>This switches the input focus to the Template-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1567"/> - <source>&Left Toolbox</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1570"/> + <source>&Left Toolbox</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1573"/> <source>Toggle the Left Toolbox window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1571"/> + <location filename="../UI/UserInterface.py" line="1574"/> <source><b>Toggle the Left Toolbox window</b><p>If the Left Toolbox window is hidden then display it. If it is displayed then close it.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1579"/> + <location filename="../UI/UserInterface.py" line="1582"/> <source>&Right Toolbox</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1583"/> + <location filename="../UI/UserInterface.py" line="1586"/> <source>Toggle the Right Toolbox window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1584"/> + <location filename="../UI/UserInterface.py" line="1587"/> <source><b>Toggle the Right Toolbox window</b><p>If the Right Toolbox window is hidden then display it. If it is displayed then close it.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1619"/> + <location filename="../UI/UserInterface.py" line="1622"/> <source>Right Sidebar</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1619"/> + <location filename="../UI/UserInterface.py" line="1622"/> <source>&Right Sidebar</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1623"/> + <location filename="../UI/UserInterface.py" line="1626"/> <source>Toggle the right sidebar window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1625"/> + <location filename="../UI/UserInterface.py" line="1628"/> <source><b>Toggle the right sidebar window</b><p>If the right sidebar window is hidden then display it. If it is displayed then close it.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1647"/> + <location filename="../UI/UserInterface.py" line="1650"/> <source>Cooperation-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1647"/> + <location filename="../UI/UserInterface.py" line="1650"/> <source>Co&operation-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1653"/> + <location filename="../UI/UserInterface.py" line="1656"/> <source>Switch the input focus to the Cooperation-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1655"/> + <location filename="../UI/UserInterface.py" line="1658"/> <source><b>Activate Cooperation-Viewer</b><p>This switches the input focus to the Cooperation-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1682"/> + <location filename="../UI/UserInterface.py" line="1685"/> <source>Symbols-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1682"/> + <location filename="../UI/UserInterface.py" line="1685"/> <source>S&ymbols-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1688"/> + <location filename="../UI/UserInterface.py" line="1691"/> <source>Switch the input focus to the Symbols-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1690"/> + <location filename="../UI/UserInterface.py" line="1693"/> <source><b>Activate Symbols-Viewer</b><p>This switches the input focus to the Symbols-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1700"/> + <location filename="../UI/UserInterface.py" line="1703"/> <source>Numbers-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1700"/> + <location filename="../UI/UserInterface.py" line="1703"/> <source>Num&bers-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1706"/> + <location filename="../UI/UserInterface.py" line="1709"/> <source>Switch the input focus to the Numbers-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1708"/> + <location filename="../UI/UserInterface.py" line="1711"/> <source><b>Activate Numbers-Viewer</b><p>This switches the input focus to the Numbers-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2671"/> + <location filename="../UI/UserInterface.py" line="2674"/> <source>&Windows</source> <translation type="unfinished">&Windows</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1539"/> + <location filename="../UI/UserInterface.py" line="1542"/> <source><b>Activate Task-Viewer</b><p>This switches the input focus to the Task-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1665"/> + <location filename="../UI/UserInterface.py" line="1668"/> <source>IRC</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1665"/> + <location filename="../UI/UserInterface.py" line="1668"/> <source>&IRC</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1665"/> + <location filename="../UI/UserInterface.py" line="1668"/> <source>Meta+Shift+I</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1671"/> + <location filename="../UI/UserInterface.py" line="1674"/> <source>Switch the input focus to the IRC window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1673"/> + <location filename="../UI/UserInterface.py" line="1676"/> <source><b>Activate IRC</b><p>This switches the input focus to the IRC window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1929"/> + <location filename="../UI/UserInterface.py" line="1932"/> <source>Qt-Designer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1929"/> + <location filename="../UI/UserInterface.py" line="1932"/> <source>Qt-&Designer...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1934"/> + <location filename="../UI/UserInterface.py" line="1937"/> <source>Start Qt-Designer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1935"/> + <location filename="../UI/UserInterface.py" line="1938"/> <source><b>Qt-Designer</b><p>Start Qt-Designer.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1955"/> + <location filename="../UI/UserInterface.py" line="1958"/> <source>Qt-Linguist</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1955"/> + <location filename="../UI/UserInterface.py" line="1958"/> <source>Qt-&Linguist...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1960"/> + <location filename="../UI/UserInterface.py" line="1963"/> <source>Start Qt-Linguist</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1961"/> + <location filename="../UI/UserInterface.py" line="1964"/> <source><b>Qt-Linguist</b><p>Start Qt-Linguist.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2431"/> + <location filename="../UI/UserInterface.py" line="2434"/> <source>Qt5 Documentation</source> <translation type="unfinished">Qt4 dokumentace {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2431"/> + <location filename="../UI/UserInterface.py" line="2434"/> <source>Qt&5 Documentation</source> <translation type="unfinished">Qt&4 dokumentace {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2435"/> + <location filename="../UI/UserInterface.py" line="2438"/> <source>Open Qt5 Documentation</source> <translation type="unfinished">Otevřít Qt4 dokumentaci {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3001"/> + <location filename="../UI/UserInterface.py" line="3004"/> <source><p>This part of the status bar allows zooming the current editor, shell or terminal.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2260"/> + <location filename="../UI/UserInterface.py" line="2263"/> <source>Manage SSL Certificates</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2260"/> + <location filename="../UI/UserInterface.py" line="2263"/> <source>Manage SSL Certificates...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2265"/> + <location filename="../UI/UserInterface.py" line="2268"/> <source>Manage the saved SSL certificates</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2267"/> + <location filename="../UI/UserInterface.py" line="2270"/> <source><b>Manage SSL Certificates...</b><p>Opens a dialog to manage the saved SSL certificates.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2276"/> + <location filename="../UI/UserInterface.py" line="2279"/> <source>Edit Message Filters</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2276"/> + <location filename="../UI/UserInterface.py" line="2279"/> <source>Edit Message Filters...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2281"/> + <location filename="../UI/UserInterface.py" line="2284"/> <source>Edit the message filters used to suppress unwanted messages</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2283"/> + <location filename="../UI/UserInterface.py" line="2286"/> <source><b>Edit Message Filters</b><p>Opens a dialog to edit the message filters used to suppress unwanted messages been shown in an error window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2447"/> + <location filename="../UI/UserInterface.py" line="2450"/> <source>PyQt&4 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2466"/> + <location filename="../UI/UserInterface.py" line="2469"/> <source>PyQt5 Documentation</source> <translation type="unfinished">PyQt4 dokumentace {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2466"/> + <location filename="../UI/UserInterface.py" line="2469"/> <source>PyQt&5 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2470"/> + <location filename="../UI/UserInterface.py" line="2473"/> <source>Open PyQt5 Documentation</source> <translation type="unfinished">Otevřít PyQt4 dokumentaci {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5264"/> + <location filename="../UI/UserInterface.py" line="5267"/> <source><p>The PyQt5 documentation starting point has not been configured.</p></source> <translation type="unfinished"><p>Adresář PyQt4 dokumentace není nakonfigurován.</p> {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2422"/> + <location filename="../UI/UserInterface.py" line="2425"/> <source><b>Qt4 Documentation</b><p>Display the Qt4 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2436"/> + <location filename="../UI/UserInterface.py" line="2439"/> <source><b>Qt5 Documentation</b><p>Display the Qt5 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2452"/> + <location filename="../UI/UserInterface.py" line="2455"/> <source><b>PyQt4 Documentation</b><p>Display the PyQt4 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2472"/> + <location filename="../UI/UserInterface.py" line="2475"/> <source><b>PyQt5 Documentation</b><p>Display the PyQt5 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2495"/> + <location filename="../UI/UserInterface.py" line="2498"/> <source><b>Python 3 Documentation</b><p>Display the Python 3 documentation. If no documentation directory is configured, the location of the Python 3 documentation is assumed to be the doc directory underneath the location of the Python 3 executable on Windows and <i>/usr/share/doc/packages/python/html</i> on Unix. Set PYTHON3DOCDIR in your environment to override this.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2558"/> + <location filename="../UI/UserInterface.py" line="2561"/> <source><b>PySide Documentation</b><p>Display the PySide Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6465"/> + <location filename="../UI/UserInterface.py" line="6468"/> <source>%v/%m</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1808"/> + <location filename="../UI/UserInterface.py" line="1811"/> <source>Show Error Log</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1804"/> + <location filename="../UI/UserInterface.py" line="1807"/> <source>Show Error &Log...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1809"/> + <location filename="../UI/UserInterface.py" line="1812"/> <source><b>Show Error Log...</b><p>Opens a dialog showing the most recent error log.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6469"/> + <location filename="../UI/UserInterface.py" line="6472"/> <source>Version Check</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1380"/> + <location filename="../UI/UserInterface.py" line="1383"/> <source>Open a new eric6 instance</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1382"/> + <location filename="../UI/UserInterface.py" line="1385"/> <source><b>New Window</b><p>This opens a new instance of the eric6 IDE.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1745"/> + <location filename="../UI/UserInterface.py" line="1748"/> <source><b>Helpviewer</b><p>Display the eric6 web browser. This window will show HTML help files and help from Qt help collections. It has the capability to navigate to links, set bookmarks, print the displayed help and some more features. You may use it to browse the internet as well</p><p>If called with a word selected, this word is search in the Qt help collection.</p></source> <translation type="unfinished"><b>Prohlížeč nápovědy</b><p>Otevře se eric5 web prohlížeč. Toto okno zobrazuje HTML soubory s nápovědou z Qt kolekce. Má schopnosti navigovat přes odkazy, nastavovat záložky, tisknout zobrazenou nápovědu a další možnosti. Můžete jej také použít pro procházení internetem</p><p>Je-li otevřen s hledaným slovem, je toto slovo hledáno v Qt nápovědách.</p> {6 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1782"/> + <location filename="../UI/UserInterface.py" line="1785"/> <source><b>Check for Updates...</b><p>Checks the internet for updates of eric6.</p></source> <translation type="unfinished"><b>Zjistit aktualizace</b><p>Zkontroluje přes internet jestli existují nějaké aktualizace Eric5.</p> {6.?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1795"/> + <location filename="../UI/UserInterface.py" line="1798"/> <source><b>Show downloadable versions...</b><p>Shows the eric6 versions available for download from the internet.</p></source> <translation type="unfinished"><b>Zobrazit dostupné verze ke stažení</b><p>Zobrazit dostupné verze eric5 pro stažení z internetu.</p> {6 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2066"/> + <location filename="../UI/UserInterface.py" line="2069"/> <source>eric6 Web Browser</source> <translation type="unfinished">eric5 web prohlížeč {6 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2066"/> + <location filename="../UI/UserInterface.py" line="2069"/> <source>eric6 &Web Browser...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2071"/> + <location filename="../UI/UserInterface.py" line="2074"/> <source>Start the eric6 Web Browser</source> <translation type="unfinished">Spustit eric5 web prohlížeč {6 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2073"/> + <location filename="../UI/UserInterface.py" line="2076"/> <source><b>eric6 Web Browser</b><p>Browse the Internet with the eric6 Web Browser.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2087"/> + <location filename="../UI/UserInterface.py" line="2090"/> <source>Start the eric6 Icon Editor</source> <translation type="unfinished">Spustit eric5 editor ikon {6 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2089"/> + <location filename="../UI/UserInterface.py" line="2092"/> <source><b>Icon Editor</b><p>Starts the eric6 Icon Editor for editing simple icons.</p></source> <translation type="unfinished"><b>Editor ikon</b><p>Spustí se eric5 editor ikon pro jednoduchou editaci ikon.</p> {6 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2175"/> + <location filename="../UI/UserInterface.py" line="2178"/> <source><b>Show external tools</b><p>Opens a dialog to show the path and versions of all extenal tools used by eric6.</p></source> <translation type="unfinished"><b>Zobrazit externí nástroje</b><p>Otevře dialog pro zobrazení cesty a verze externích nástrojů používaných Eric5.</p> {6.?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2537"/> + <location filename="../UI/UserInterface.py" line="2540"/> <source><b>Eric API Documentation</b><p>Display the Eric API documentation. The location for the documentation is the Documentation/Source subdirectory of the eric6 installation directory.</p></source> <translation type="unfinished"><b>Eric API dokumentace</b><p>Zobrazit Eric API dokumentaci. Umístění dokumentace je v podadresáři Documentation/Source v instalačním adresáři eric5.</p> {6 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4545"/> + <location filename="../UI/UserInterface.py" line="4548"/> <source>Qt v.3 is not supported by eric6.</source> <translation type="unfinished">Qt v.3 není podporováno v eric5. {3 ?} {6.?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6632"/> + <location filename="../UI/UserInterface.py" line="6635"/> <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="6645"/> + <location filename="../UI/UserInterface.py" line="6648"/> <source>Eric6 is up to date</source> <translation type="unfinished">Eric5 je aktuální {6 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6645"/> + <location filename="../UI/UserInterface.py" line="6648"/> <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="6717"/> + <location filename="../UI/UserInterface.py" line="6720"/> <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> <message> - <location filename="../UI/UserInterface.py" line="604"/> - <source>Generating Plugins Toolbars...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3552"/> - <source>&User Tools</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3624"/> - <source>No User Tools Configured</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6485"/> - <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="2050"/> - <source>Hex Editor</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2050"/> - <source>&Hex Editor...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2055"/> - <source>Start the eric6 Hex Editor</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2057"/> - <source><b>Hex Editor</b><p>Starts the eric6 Hex Editor for viewing or editing binary files.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2299"/> - <source>Clear private data</source> - <translation type="unfinished">Smazat soukromá data</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2301"/> - <source><b>Clear private data</b><p>Clears the private data like the various list of recently opened files, projects or multi projects.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1348"/> - <source>Save session...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1353"/> - <source><b>Save session...</b><p>This saves the current session to disk. A dialog is opened to select the file name.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6053"/> - <source>Load session</source> - <translation type="unfinished">Načíst relaci</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1361"/> - <source>Load session...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1366"/> - <source><b>Load session...</b><p>This loads a session saved to disk previously. A dialog is opened to select the file name.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6053"/> - <source>eric6 Session Files (*.e5s)</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6100"/> - <source>Crash Session found!</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6100"/> - <source>A session file of a crashed session was found. Shall this session be restored?</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="607"/> + <source>Generating Plugins Toolbars...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3555"/> + <source>&User Tools</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3627"/> + <source>No User Tools Configured</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6488"/> + <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="2053"/> + <source>Hex Editor</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2053"/> + <source>&Hex Editor...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2058"/> + <source>Start the eric6 Hex Editor</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2060"/> + <source><b>Hex Editor</b><p>Starts the eric6 Hex Editor for viewing or editing binary files.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2302"/> + <source>Clear private data</source> + <translation type="unfinished">Smazat soukromá data</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2304"/> + <source><b>Clear private data</b><p>Clears the private data like the various list of recently opened files, projects or multi projects.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1351"/> + <source>Save session...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1356"/> + <source><b>Save session...</b><p>This saves the current session to disk. A dialog is opened to select the file name.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6056"/> + <source>Load session</source> + <translation type="unfinished">Načíst relaci</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1364"/> + <source>Load session...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1369"/> + <source><b>Load session...</b><p>This loads a session saved to disk previously. A dialog is opened to select the file name.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6056"/> + <source>eric6 Session Files (*.e5s)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6103"/> + <source>Crash Session found!</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6103"/> + <source>A session file of a crashed session was found. Shall this session be restored?</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="610"/> <source>Cleaning Plugins Download Area...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="599"/> + <location filename="../UI/UserInterface.py" line="602"/> <source>Initializing Plugins...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6620"/> + <location filename="../UI/UserInterface.py" line="6623"/> <source>Update Check</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6620"/> + <location filename="../UI/UserInterface.py" line="6623"/> <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="6610"/> + <location filename="../UI/UserInterface.py" line="6613"/> <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> <message> - <location filename="../UI/UserInterface.py" line="925"/> + <location filename="../UI/UserInterface.py" line="928"/> <source>Code Documentation Viewer</source> <translation type="unfinished"></translation> </message>
--- a/i18n/eric6_de.ts Thu Apr 19 19:25:18 2018 +0200 +++ b/i18n/eric6_de.ts Thu Apr 19 19:28:02 2018 +0200 @@ -5547,621 +5547,621 @@ <context> <name>DebugUI</name> <message> - <location filename="../Debugger/DebugUI.py" line="1847"/> + <location filename="../Debugger/DebugUI.py" line="1852"/> <source>Run Script</source> <translation>Skript ausführen</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="175"/> + <location filename="../Debugger/DebugUI.py" line="178"/> <source>&Run Script...</source> <translation>&Skript ausführen …</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="180"/> + <location filename="../Debugger/DebugUI.py" line="183"/> <source>Run the current Script</source> <translation>Das aktuelle Skript ausführen</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1862"/> + <location filename="../Debugger/DebugUI.py" line="1867"/> <source>Run Project</source> <translation>Projekt ausführen</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="190"/> + <location filename="../Debugger/DebugUI.py" line="193"/> <source>Run &Project...</source> <translation>Projekt &ausführen …</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="195"/> + <location filename="../Debugger/DebugUI.py" line="198"/> <source>Run the current Project</source> <translation>Das aktuelle Projekt ausführen</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="332"/> + <location filename="../Debugger/DebugUI.py" line="335"/> <source>Continue</source> <translation>Weiter</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="332"/> + <location filename="../Debugger/DebugUI.py" line="335"/> <source>&Continue</source> <translation>&Weiter</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="337"/> + <location filename="../Debugger/DebugUI.py" line="340"/> <source>Continue running the program from the current line</source> <translation>Führe das laufende Programm ab der aktuellen Zeile weiter aus</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="339"/> + <location filename="../Debugger/DebugUI.py" line="342"/> <source><b>Continue</b><p>Continue running the program from the current line. The program will stop when it terminates or when a breakpoint is reached.</p></source> <translation><b>Weiter</b><p>Führe das laufende Programm ab der aktuellen Zeile weiter aus. Das Programm wird angehalten, wenn es das Ende oder einen Haltepunkt erreicht.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="384"/> + <location filename="../Debugger/DebugUI.py" line="387"/> <source>Single Step</source> <translation>Einzelschritt</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="389"/> + <location filename="../Debugger/DebugUI.py" line="392"/> <source>Execute a single Python statement</source> <translation>Führe eine einzelne Python-Anweisung aus</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="390"/> + <location filename="../Debugger/DebugUI.py" line="393"/> <source><b>Single Step</b><p>Execute a single Python statement. If the statement is an <tt>import</tt> statement, a class constructor, or a method or function call then control is returned to the debugger at the next statement.</p></source> <translation><b>Einzelschritt</b><p>Führe eine einzelne Python-Anweisung aus. Ist die Anweisung eine <tt>import</tt>-Anweisung, ein Klassenkonstruktor oder eine Methode oder Funktionsaufruf, so wird die Kontrolle bei der nächsten Anweisung an den Debugger zurückgegeben.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="400"/> + <location filename="../Debugger/DebugUI.py" line="403"/> <source>Step Over</source> <translation>Prozedurschritt</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="400"/> + <location filename="../Debugger/DebugUI.py" line="403"/> <source>Step &Over</source> <translation>&Prozedurschritt</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="405"/> - <source>Execute a single Python statement staying in the current frame</source> - <translation>Führe eine einzelne Python-Anweisung aus, bleibe aber in der aktuellen Ebene</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="408"/> + <source>Execute a single Python statement staying in the current frame</source> + <translation>Führe eine einzelne Python-Anweisung aus, bleibe aber in der aktuellen Ebene</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="411"/> <source><b>Step Over</b><p>Execute a single Python statement staying in the same frame. If the statement is an <tt>import</tt> statement, a class constructor, or a method or function call then control is returned to the debugger after the statement has completed.</p></source> <translation><b>Prozedurschritt</b><p>Führe eine einzelne Python-Anweisung aus, bleibe jedoch in der aktuellen Ebene. Ist die Anweisung eine <tt>import</tt>-Anweisung, ein Klassenkonstruktor oder eine Methode oder Funktionsaufruf, so wird die Kontrolle nach Beendigung der Anweisung an den Debugger zurückgegeben.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="419"/> + <location filename="../Debugger/DebugUI.py" line="422"/> <source>Step Out</source> <translation>Rückschritt</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="419"/> + <location filename="../Debugger/DebugUI.py" line="422"/> <source>Step Ou&t</source> <translation>&Rückschritt</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="424"/> - <source>Execute Python statements until leaving the current frame</source> - <translation>Führe Python-Anweisung bis zum Rücksprung aus</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="427"/> + <source>Execute Python statements until leaving the current frame</source> + <translation>Führe Python-Anweisung bis zum Rücksprung aus</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="430"/> <source><b>Step Out</b><p>Execute Python statements until leaving the current frame. If the statements are inside an <tt>import</tt> statement, a class constructor, or a method or function call then control is returned to the debugger after the current frame has been left.</p></source> <translation><b>Rücksprung</b><p>Führe Python-Anweisungen bis zum Rücksprung aus. Sind die Anweisungen innerhalb einer <tt>import</tt>-Anweisung, eines Klassenkonstruktors oder einer Methode oder Funktionsaufrufes, so wird die Kontrolle nach dem Rücksprung an den Debugger zurückgegeben.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="438"/> + <location filename="../Debugger/DebugUI.py" line="441"/> <source>Stop</source> <translation>Anhalten</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="443"/> + <location filename="../Debugger/DebugUI.py" line="446"/> <source>Stop debugging</source> <translation>Beende das Debuggen</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="444"/> + <location filename="../Debugger/DebugUI.py" line="447"/> <source><b>Stop</b><p>Stop the running debugging session.</p></source> <translation><b>Anhalten</b><p>Beende das Debuggen des laufenden Programms.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1120"/> + <location filename="../Debugger/DebugUI.py" line="1123"/> <source>The program being debugged contains an unspecified syntax error.</source> <translation>Das untersuchte Programm enthält einen unspezifizierten Syntaxfehler.</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1157"/> + <location filename="../Debugger/DebugUI.py" line="1160"/> <source>An unhandled exception occured. See the shell window for details.</source> <translation>Eine nicht abgefangene Ausnahme ist aufgetreten. Details finden Sie im Shell-Fenster.</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1282"/> + <location filename="../Debugger/DebugUI.py" line="1285"/> <source>The program being debugged has terminated unexpectedly.</source> <translation>Das untersuchte Programm wurde unerwartet beendet.</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1999"/> + <location filename="../Debugger/DebugUI.py" line="2004"/> <source>Debug Project</source> <translation>Projekt debuggen</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1999"/> + <location filename="../Debugger/DebugUI.py" line="2004"/> <source>There is no main script defined for the current project. No debugging possible.</source> <translation>Das aktuelle Projekt besitzt kein Hauptskript. Debuggen ist nicht möglich.</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="384"/> + <location filename="../Debugger/DebugUI.py" line="387"/> <source>Sin&gle Step</source> <translation>&Einzelschritt</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="438"/> + <location filename="../Debugger/DebugUI.py" line="441"/> <source>&Stop</source> <translation>An&halten</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="305"/> + <location filename="../Debugger/DebugUI.py" line="308"/> <source>Restart the last debugged script</source> <translation>Das zuletzt untersuchte Skript neu starten</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="467"/> + <location filename="../Debugger/DebugUI.py" line="470"/> <source>&Exceptions Filter...</source> <translation>&Ausnahmenfilter …</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="471"/> + <location filename="../Debugger/DebugUI.py" line="474"/> <source>Configure exceptions filter</source> <translation>Konfiguriert den Ausnahmenfilter</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="473"/> + <location filename="../Debugger/DebugUI.py" line="476"/> <source><b>Exceptions Filter</b><p>Configure the exceptions filter. Only exception types that are listed are highlighted during a debugging session.</p><p>Please note, that all unhandled exceptions are highlighted indepent from the filter list.</p></source> <translation><b>Ausnahmen Filter</b><p>Konfiguriert den Ausnahmenfilter. Nur Ausnahmen, deren Typ aufgelistet sind, werden während einer Debug-Sitzung angezeigt.</p><p>Bitte beachten Sie, dass alle nicht abgefangenen Ausnahmen unabhängig von der Liste angezeigt werden.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="181"/> + <location filename="../Debugger/DebugUI.py" line="184"/> <source><b>Run Script</b><p>Set the command line arguments and run the script outside the debugger. If the file has unsaved changes it may be saved first.</p></source> <translation><b>Skript ausführen</b><p>Bestimme die Kommandozeilenparameter und führe das Skript außerhalb des Debuggers aus. Falls die Datei ungesicherte Änderungen hat, so können diese zunächst gesichert werden.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1983"/> + <location filename="../Debugger/DebugUI.py" line="1988"/> <source>Debug Script</source> <translation>Skript debuggen</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="268"/> + <location filename="../Debugger/DebugUI.py" line="271"/> <source>&Debug Script...</source> <translation>Skript &debuggen …</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="273"/> + <location filename="../Debugger/DebugUI.py" line="276"/> <source>Debug the current Script</source> <translation>Das aktuelle Skript debuggen</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="274"/> + <location filename="../Debugger/DebugUI.py" line="277"/> <source><b>Debug Script</b><p>Set the command line arguments and set the current line to be the first executable Python statement of the current editor window. If the file has unsaved changes it may be saved first.</p></source> <translation><b>Skript debuggen</b><p>Bestimme die Kommandozeilenparameter und setze die erste ausführbare Python-Zeile des aktuellen Editors als aktuelle Zeile. Falls die Datei ungesicherte Änderungen hat, so können diese zunächst gesichert werden.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="284"/> + <location filename="../Debugger/DebugUI.py" line="287"/> <source>Debug &Project...</source> <translation>&Projekt debuggen…</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="289"/> + <location filename="../Debugger/DebugUI.py" line="292"/> <source>Debug the current Project</source> <translation>Das aktuelle Projekt debuggen</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="291"/> + <location filename="../Debugger/DebugUI.py" line="294"/> <source><b>Debug Project</b><p>Set the command line arguments and set the current line to be the first executable Python statement of the main script of the current project. If files of the current project have unsaved changes they may be saved first.</p></source> <translation><b>Projekt debuggen</b><p>Bestimme die Kommandozeilenparameter und setze die erste ausführbare Python-Zeile des Hauptskriptes des aktuellen Projektes als aktuelle Zeile. Falls Dateien des aktuellen Projektes ungesicherte Änderungen haben, so können diese zunächst gesichert werden.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1862"/> + <location filename="../Debugger/DebugUI.py" line="1867"/> <source>There is no main script defined for the current project. Aborting</source> <translation>Für das aktuelle Projekt ist kein Hauptskript festgelegt. Abbruch</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="196"/> + <location filename="../Debugger/DebugUI.py" line="199"/> <source><b>Run Project</b><p>Set the command line arguments and run the current project outside the debugger. If files of the current project have unsaved changes they may be saved first.</p></source> <translation><b>Projekt ausführen</b><p>Bestimme die Kommandozeilenparameter und führe das Hauptskript des aktuellen Projektes außerhalb des Debuggers aus. Falls Dateien des aktuellen Projektes ungesicherte Änderungen haben, so können diese zunächst gesichert werden.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="206"/> + <location filename="../Debugger/DebugUI.py" line="209"/> <source>Coverage run of Script</source> <translation>Abdeckungslauf des Skriptes</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="206"/> + <location filename="../Debugger/DebugUI.py" line="209"/> <source>Coverage run of Script...</source> <translation>Abdeckungslauf des Skriptes …</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="211"/> + <location filename="../Debugger/DebugUI.py" line="214"/> <source>Perform a coverage run of the current Script</source> <translation>Führe einen Abdeckungslauf des aktuellen Skriptes durch</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="213"/> + <location filename="../Debugger/DebugUI.py" line="216"/> <source><b>Coverage run of Script</b><p>Set the command line arguments and run the script under the control of a coverage analysis tool. If the file has unsaved changes it may be saved first.</p></source> <translation><b>Abdeckungslauf des Skriptes</b><p>Bestimme die Kommandozeilenparameter und führe das Skript unter Kontrolle eines Abdeckungsanalysetools aus. Falls die Datei ungesicherte Änderungen hat, so können diese zunächst gesichert werden.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="222"/> + <location filename="../Debugger/DebugUI.py" line="225"/> <source>Coverage run of Project</source> <translation>Abdeckungslauf des Projektes</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="222"/> + <location filename="../Debugger/DebugUI.py" line="225"/> <source>Coverage run of Project...</source> <translation>Abdeckungslauf des Projektes …</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="227"/> + <location filename="../Debugger/DebugUI.py" line="230"/> <source>Perform a coverage run of the current Project</source> <translation>Führe einen Abdeckungslauf des aktuellen Projektes durch</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="229"/> + <location filename="../Debugger/DebugUI.py" line="232"/> <source><b>Coverage run of Project</b><p>Set the command line arguments and run the current project under the control of a coverage analysis tool. If files of the current project have unsaved changes they may be saved first.</p></source> <translation><b>Abdeckungslauf des Projektes</b><p>Bestimme die Kommandozeilenparameter und führe das Hauptskript des aktuellen Projektes unter Kontrolle eines Abdeckungsanalysetools aus. Falls Dateien des aktuellen Projektes ungesicherte Änderungen haben, so können diese zunächst gesichert werden.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1594"/> + <location filename="../Debugger/DebugUI.py" line="1599"/> <source>Coverage of Project</source> <translation>Abdeckung des Projektes</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1581"/> + <location filename="../Debugger/DebugUI.py" line="1586"/> <source>Coverage of Script</source> <translation>Abdeckung des Skriptes</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="239"/> + <location filename="../Debugger/DebugUI.py" line="242"/> <source>Profile Script</source> <translation>Skriptprofil</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="239"/> + <location filename="../Debugger/DebugUI.py" line="242"/> <source>Profile Script...</source> <translation>Skriptprofil …</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="243"/> + <location filename="../Debugger/DebugUI.py" line="246"/> <source>Profile the current Script</source> <translation>Profil des aktuellen Skriptes erstellen</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="244"/> + <location filename="../Debugger/DebugUI.py" line="247"/> <source><b>Profile Script</b><p>Set the command line arguments and profile the script. If the file has unsaved changes it may be saved first.</p></source> <translation><b>Skriptprofil</b><p>Bestimme die Kommandozeilenparameter und führe das Skript unter Kontrolle des Python-Profilers aus. Falls die Datei ungesicherte Änderungen hat, so können diese zunächst gesichert werden.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="252"/> + <location filename="../Debugger/DebugUI.py" line="255"/> <source>Profile Project</source> <translation>Projektprofil</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="252"/> + <location filename="../Debugger/DebugUI.py" line="255"/> <source>Profile Project...</source> <translation>Projektprofil …</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="257"/> + <location filename="../Debugger/DebugUI.py" line="260"/> <source>Profile the current Project</source> <translation>Profil des aktuellen Projektes erstellen</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="259"/> + <location filename="../Debugger/DebugUI.py" line="262"/> <source><b>Profile Project</b><p>Set the command line arguments and profile the current project. If files of the current project have unsaved changes they may be saved first.</p></source> <translation><b>Projektprofil</b><p>Bestimme die Kommandozeilenparameter und führe das Hauptskript des aktuellen Projektes unter Kontrolle des Python-Profilers aus. Falls Dateien des aktuellen Projektes ungesicherte Änderungen haben, so können diese zunächst gesichert werden.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1727"/> + <location filename="../Debugger/DebugUI.py" line="1732"/> <source>Profile of Project</source> <translation>Projektprofil</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1714"/> + <location filename="../Debugger/DebugUI.py" line="1719"/> <source>Profile of Script</source> <translation>Skriptprofil</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="467"/> + <location filename="../Debugger/DebugUI.py" line="470"/> <source>Exceptions Filter</source> <translation>Ausnahmen Filter</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="509"/> + <location filename="../Debugger/DebugUI.py" line="512"/> <source>Toggle Breakpoint</source> <translation>Haltepunkt setzen/löschen</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="510"/> + <location filename="../Debugger/DebugUI.py" line="513"/> <source><b>Toggle Breakpoint</b><p>Toggles a breakpoint at the current line of the current editor.</p></source> <translation><b>Haltepunkt setzen/löschen</b><p>Setzt/löscht einen Haltepunkt in der aktuellen Zeile des aktuellen Editors.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="540"/> + <location filename="../Debugger/DebugUI.py" line="543"/> <source>Next Breakpoint</source> <translation>Nächster Haltepunkt</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="541"/> + <location filename="../Debugger/DebugUI.py" line="544"/> <source><b>Next Breakpoint</b><p>Go to next breakpoint of the current editor.</p></source> <translation><b>Nächster Haltepunkt</b><p>Gehe zum nächsten Haltepunkt des aktuellen Editors.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="555"/> + <location filename="../Debugger/DebugUI.py" line="558"/> <source>Previous Breakpoint</source> <translation>Vorheriger Haltepunkt</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="556"/> + <location filename="../Debugger/DebugUI.py" line="559"/> <source><b>Previous Breakpoint</b><p>Go to previous breakpoint of the current editor.</p></source> <translation><b>Vorheriger Haltepunkt</b><p>Gehe zum vorherigen Haltepunkt des aktuellen Editors.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="569"/> + <location filename="../Debugger/DebugUI.py" line="572"/> <source>Clear Breakpoints</source> <translation>Haltepunkte löschen</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="570"/> + <location filename="../Debugger/DebugUI.py" line="573"/> <source><b>Clear Breakpoints</b><p>Clear breakpoints of all editors.</p></source> <translation><b>Haltepunkte löschen</b><p>Haltepunkte aller Editoren löschen.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="600"/> + <location filename="../Debugger/DebugUI.py" line="603"/> <source>&Breakpoints</source> <translation>&Haltepunkte</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="524"/> + <location filename="../Debugger/DebugUI.py" line="527"/> <source>Edit Breakpoint</source> <translation>Haltepunkt bearbeiten</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="525"/> + <location filename="../Debugger/DebugUI.py" line="528"/> <source><b>Edit Breakpoint</b><p>Opens a dialog to edit the breakpoints properties. It works at the current line of the current editor.</p></source> <translation><b>Haltepunkt bearbeiten</b><p>Öffnet einen Dialog zum Bearbeiten der Haltepunkteigenschaften. Es wird mit der aktuellen Zeile des aktuellen Editors gearbeitet.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="348"/> + <location filename="../Debugger/DebugUI.py" line="351"/> <source>Continue to Cursor</source> <translation>Weiter bis Einfügemarke</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="348"/> + <location filename="../Debugger/DebugUI.py" line="351"/> <source>Continue &To Cursor</source> <translation>Weiter bis Einfüge&marke</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="353"/> - <source>Continue running the program from the current line to the current cursor position</source> - <translation>Das Programm von der aktuellen Zeile bis zur Einfügemarke ausführen</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="356"/> + <source>Continue running the program from the current line to the current cursor position</source> + <translation>Das Programm von der aktuellen Zeile bis zur Einfügemarke ausführen</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="359"/> <source><b>Continue To Cursor</b><p>Continue running the program from the current line to the current cursor position.</p></source> <translation><b>Weiter bis Einfügemarke</b><p>Das Programm von der aktuellen Zeile bis zur Einfügemarke ausführen.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="451"/> + <location filename="../Debugger/DebugUI.py" line="454"/> <source>Variables Type Filter</source> <translation>Variablentypenfilter</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="451"/> + <location filename="../Debugger/DebugUI.py" line="454"/> <source>Varia&bles Type Filter...</source> <translation>&Variablentypenfilter …</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="455"/> + <location filename="../Debugger/DebugUI.py" line="458"/> <source>Configure variables type filter</source> <translation>Konfiguriert die Variablentypenfilter</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="457"/> + <location filename="../Debugger/DebugUI.py" line="460"/> <source><b>Variables Type Filter</b><p>Configure the variables type filter. Only variable types that are not selected are displayed in the global or local variables window during a debugging session.</p></source> <translation><b>Variablenfilter</b><p>Konfigurieren der Variablenfilter. Nur Variablen mit einem Typ, der nicht ausgewählt ist, werden im globalen oder lokalen Variablenfenster während einer Debuggingsitzung angezeigt.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1219"/> + <location filename="../Debugger/DebugUI.py" line="1222"/> <source><p>The debugged program raised the exception <b>{0}</b><br>"<b>{1}</b>"</p></source> <translation><p>Das untersuchte Programm erzeugte die Ausnahme <b>{0}</b><br>„<b>{1}</b>“</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1353"/> + <location filename="../Debugger/DebugUI.py" line="1356"/> <source>Breakpoint Condition Error</source> <translation>Fehler in Haltepunktbedingung</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1353"/> + <location filename="../Debugger/DebugUI.py" line="1356"/> <source><p>The condition of the breakpoint <b>{0}, {1}</b> contains a syntax error.</p></source> <translation><p>Die Bedingung des Haltepunktes <b>{0}, {1}</b> enthält einen Syntaxfehler.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="533"/> + <location filename="../Debugger/DebugUI.py" line="536"/> <source>Ctrl+Shift+PgDown</source> <comment>Debug|Next Breakpoint</comment> <translation>Ctrl+Shift+PgDown</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="548"/> + <location filename="../Debugger/DebugUI.py" line="551"/> <source>Ctrl+Shift+PgUp</source> <comment>Debug|Previous Breakpoint</comment> <translation>Ctrl+Shift+PgUp</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="563"/> + <location filename="../Debugger/DebugUI.py" line="566"/> <source>Ctrl+Shift+C</source> <comment>Debug|Clear Breakpoints</comment> <translation>Ctrl+Shift+C</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="596"/> + <location filename="../Debugger/DebugUI.py" line="599"/> <source>&Debug</source> <translation>Debu&g</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="598"/> + <location filename="../Debugger/DebugUI.py" line="601"/> <source>&Start</source> <translation>&Start</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="643"/> + <location filename="../Debugger/DebugUI.py" line="646"/> <source>Start</source> <translation>Start</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="657"/> + <location filename="../Debugger/DebugUI.py" line="660"/> <source>Debug</source> <translation>Debug</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1204"/> + <location filename="../Debugger/DebugUI.py" line="1207"/> <source><p>The debugged program raised the exception <b>{0}</b><br>"<b>{1}</b>"<br>File: <b>{2}</b>, Line: <b>{3}</b></p><p>Break here?</p></source> <translation><p>Das untersuchte Programm erzeugte die Ausnahme <b>{0}</b><br>„<b>{1}</b>“<br>Datei: <b>{2}</b>, Zeile: <b>{3}</b></p><p>Anhalten?</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1139"/> + <location filename="../Debugger/DebugUI.py" line="1142"/> <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>Die Datei <b>{0}</b> enthält den Syntaxfehler <b>{1}</b> in Zeile <b>{2}</b>, Position <b>{3}</b>.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="322"/> + <location filename="../Debugger/DebugUI.py" line="325"/> <source>Stop the running script.</source> <translation>Halte das laufende Skript an.</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1389"/> + <location filename="../Debugger/DebugUI.py" line="1392"/> <source>Watch Expression Error</source> <translation>Fehler in Beobachtungsausdruck</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1389"/> + <location filename="../Debugger/DebugUI.py" line="1392"/> <source><p>The watch expression <b>{0}</b> contains a syntax error.</p></source> <translation><p>Der Beobachtungsausdrucks <b>{0}</b> enthält einen Syntaxfehler.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1419"/> + <location filename="../Debugger/DebugUI.py" line="1422"/> <source><p>A watch expression '<b>{0}</b>' already exists.</p></source> <translation><p>Ein Beobachtungsausdruck „<b>{0}</b>“ existiert bereits.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1423"/> + <location filename="../Debugger/DebugUI.py" line="1426"/> <source><p>A watch expression '<b>{0}</b>' for the variable <b>{1}</b> already exists.</p></source> <translation><p>Ein Beobachtungsausdruck „<b>{0}</b>“ für die Variable <b>{1}</b> existiert bereits.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1429"/> + <location filename="../Debugger/DebugUI.py" line="1432"/> <source>Watch expression already exists</source> <translation>Beobachtungsausdruck existiert bereits</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="484"/> + <location filename="../Debugger/DebugUI.py" line="487"/> <source>Ignored Exceptions</source> <translation>Ignorierte Ausnahmen</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="484"/> + <location filename="../Debugger/DebugUI.py" line="487"/> <source>&Ignored Exceptions...</source> <translation>&Ignorierte Ausnahmen …</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="488"/> + <location filename="../Debugger/DebugUI.py" line="491"/> <source>Configure ignored exceptions</source> <translation>Konfiguriert ignorierte Ausnahmen</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="490"/> + <location filename="../Debugger/DebugUI.py" line="493"/> <source><b>Ignored Exceptions</b><p>Configure the ignored exceptions. Only exception types that are not listed are highlighted during a debugging session.</p><p>Please note, that unhandled exceptions cannot be ignored.</p></source> <translation><b>Ignorierte Ausnahmen</b><p>Konfiguriert die ignorierten Ausnahmen. Nur Ausnahmen, deren Typ nicht aufgelistet sind, werden während einer Debug-Sitzung angezeigt.</p><p>Bitte beachten Sie, dass nicht abgefangenen Ausnahmen nicht ignoriert werden können.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="503"/> + <location filename="../Debugger/DebugUI.py" line="506"/> <source>Shift+F11</source> <comment>Debug|Toggle Breakpoint</comment> <translation>Shift+F11</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="518"/> + <location filename="../Debugger/DebugUI.py" line="521"/> <source>Shift+F12</source> <comment>Debug|Edit Breakpoint</comment> <translation>Shift+F12</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="518"/> + <location filename="../Debugger/DebugUI.py" line="521"/> <source>Edit Breakpoint...</source> <translation>Haltepunkt bearbeiten …</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1089"/> + <location filename="../Debugger/DebugUI.py" line="1092"/> <source>Program terminated</source> <translation>Programm beendet</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="301"/> + <location filename="../Debugger/DebugUI.py" line="304"/> <source>Restart</source> <translation>Neu starten</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="307"/> + <location filename="../Debugger/DebugUI.py" line="310"/> <source><b>Restart</b><p>Set the command line arguments and set the current line to be the first executable Python statement of the script that was debugged last. If there are unsaved changes, they may be saved first.</p></source> <translation><b>Neu starten</b><p>Setzt die Kommandozeilenparameter und setzt die erste ausführbare Python-Zeile des zuletzt untersuchten Skriptes. Falls ungesicherte Änderungen vorliegen, so werden diese zunächst gesichert.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="323"/> + <location filename="../Debugger/DebugUI.py" line="326"/> <source><b>Stop</b><p>This stops the script running in the debugger backend.</p></source> <translation><b>Anhalten</b><p>Dies hält das Skript, das im Debugger läuft, an.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1268"/> + <location filename="../Debugger/DebugUI.py" line="1271"/> <source><p>The program generate the signal "{0}".<br/>File: <b>{1}</b>, Line: <b>{2}</b></p></source> <translation><p>Das Programm erzeugte das Signal "{0}".<br/>Datei: <b>{1}</b>, Zeile: <b>{2}</b></p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1056"/> + <location filename="../Debugger/DebugUI.py" line="1059"/> <source><p>Message: {0}</p></source> <translation><p>Nachricht: {0}</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1062"/> + <location filename="../Debugger/DebugUI.py" line="1065"/> <source><p>The program has terminated with an exit status of {0}.</p>{1}</source> <translation><p>Das Programm wurde mit dem Status {0} beendet.</p>{1}</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1067"/> + <location filename="../Debugger/DebugUI.py" line="1070"/> <source><p><b>{0}</b> has terminated with an exit status of {1}.</p>{2}</source> <translation><p><b>{0}</b> wurde mit dem Status {1} beendet.</p>{2}</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1075"/> + <location filename="../Debugger/DebugUI.py" line="1078"/> <source>Message: {0}</source> <translation>Nachricht: {0}</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1082"/> + <location filename="../Debugger/DebugUI.py" line="1085"/> <source>The program has terminated with an exit status of {0}. {1}</source> <translation>Das Programm wurde mit dem Status {0} beendet. {1}</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1085"/> + <location filename="../Debugger/DebugUI.py" line="1088"/> <source>"{0}" has terminated with an exit status of {1}. {2}</source> <translation>„{0}“ wurde mit dem Status {1} beendet. {2}</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1094"/> + <location filename="../Debugger/DebugUI.py" line="1097"/> <source>The program has terminated with an exit status of {0}. {1} </source> @@ -6170,7 +6170,7 @@ </translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1098"/> + <location filename="../Debugger/DebugUI.py" line="1101"/> <source>"{0}" has terminated with an exit status of {1}. {2} </source> @@ -6179,22 +6179,22 @@ </translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="364"/> + <location filename="../Debugger/DebugUI.py" line="367"/> <source>Move Instruction Pointer to Cursor</source> <translation>Instruktionszeiger zur Cursorposition bewegen</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="364"/> + <location filename="../Debugger/DebugUI.py" line="367"/> <source>&Jump To Cursor</source> <translation>Zum Cursor &springen</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="369"/> - <source>Skip the code from the current line to the current cursor position</source> - <translation>Überspringe den Programmteil von der aktuellen Zeile bis zur aktuellen Cursorposition</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="372"/> + <source>Skip the code from the current line to the current cursor position</source> + <translation>Überspringe den Programmteil von der aktuellen Zeile bis zur aktuellen Cursorposition</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="375"/> <source><b>Move Instruction Pointer to Cursor</b><p>Move the Python internal instruction pointer to the current cursor position without executing the code in between.</p><p>It's not possible to jump out of a function or jump in a code block, e.g. a loop. In these cases, a error message is printed to the log window.</p></source> <translation><b>Instruktionszeiger zur Cursorposition bewegen</b><p>Bewege den Python Instruktionszeiger zur aktuellen Cursorposition, ohne Programmteile dazwischen auszuführen.</p><p>Es ist nicht möglich, aus einer Funktion herauszuspringen oder in eine Schleife hinein. In diesem Fall wird eine Fehlermeldung im Log-Fenster ausgegeben.</p></translation> </message> @@ -42784,8 +42784,8 @@ </message> <message> <location filename="../QScintilla/Lexers/__init__.py" line="470"/> - <source>Makefiles (*.mak)</source> - <translation>Make-Dateien (*.mak)</translation> + <source>Makefiles (*makefile Makefile *.mak)</source> + <translation>Make-Dateien (*makefile Makefile *.mak)</translation> </message> <message> <location filename="../QScintilla/Lexers/__init__.py" line="473"/> @@ -43394,6 +43394,74 @@ </message> </context> <context> + <name>MakePropertiesDialog</name> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="14"/> + <source>Make Properties</source> + <translation>Make Eigenschaften</translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="23"/> + <source>'make' Executable (leave empty to use global 'make'):</source> + <translation>'make' Programm (leer lassen zur Verwendung des globalen 'make'):</translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="39"/> + <source>Enter the executable name of the make utility</source> + <translation>Gib den Programmnamen des make Utility ein</translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="46"/> + <source>'makefile' path or directory (without file name 'makefile' will be used):</source> + <translation>'makefile' Pfad oder Verzeichnis (ohne Datei wird 'makefile' verwendet):</translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="62"/> + <source>Enter the name and/or path of the makefile</source> + <translation>Gib den Namen oder Pfad des makefile ein</translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="69"/> + <source>Make Target:</source> + <translation>Make Ziel:</translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="76"/> + <source>Enter the make target to be built</source> + <translation>Gib das zu bauende make Ziel ein</translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="83"/> + <source>Make Command Parameters (enclose parameters containing spaces in ""):</source> + <translation>Make Befehlsparameter (Parameter mit Leerzeichen in "" einschließen):</translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="93"/> + <source>Enter the command parameters for make</source> + <translation>Gib die Befehlsparameter für make ein</translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="100"/> + <source>Select to just test for changes needing a make run</source> + <translation>Auswählen, um nur auf Änderungen zu testen</translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="103"/> + <source>Test for changes only when run automatically</source> + <translation>Nur auf Änderungen prüfen, falls automatisch ausgeführt</translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.py" line="40"/> + <source>All Files (*)</source> + <translation>Alle Dateien (*)</translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.py" line="44"/> + <source>Makefiles (*makefile Makefile *.mak);;All Files (*)</source> + <translation>Make Dateien (*makefile Makefile *.mak);;Alle Dateien (*)</translation> + </message> +</context> +<context> <name>ManageDictionariesDialog</name> <message> <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.ui" line="14"/> @@ -49593,27 +49661,27 @@ <context> <name>Preferences</name> <message> - <location filename="../Preferences/__init__.py" line="1657"/> + <location filename="../Preferences/__init__.py" line="1658"/> <source>Export Preferences</source> <translation>Einstellungen exportieren</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1685"/> + <location filename="../Preferences/__init__.py" line="1686"/> <source>Import Preferences</source> <translation>Einstellungen importieren</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1685"/> + <location filename="../Preferences/__init__.py" line="1686"/> <source>Properties File (*.ini);;All Files (*)</source> <translation>Properties-Dateien (*.ini);;Alle Dateien (*)</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1787"/> + <location filename="../Preferences/__init__.py" line="1788"/> <source>Select Python{0} Interpreter</source> <translation>Wähle den Python{0}-Interpreter</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1787"/> + <location filename="../Preferences/__init__.py" line="1788"/> <source>Select the Python{0} interpreter to be used:</source> <translation>Wähle den zu verwendenden Python{0}-Interpreter aus:</translation> </message> @@ -50051,822 +50119,822 @@ <context> <name>Project</name> <message> - <location filename="../Project/Project.py" line="745"/> + <location filename="../Project/Project.py" line="766"/> <source>Read project file</source> <translation>Projektdatei lesen</translation> </message> <message> - <location filename="../Project/Project.py" line="1435"/> + <location filename="../Project/Project.py" line="1456"/> <source>Delete translation</source> <translation>Übersetzung löschen</translation> </message> <message> - <location filename="../Project/Project.py" line="1600"/> + <location filename="../Project/Project.py" line="1621"/> <source>Add file</source> <translation>Datei hinzufügen</translation> </message> <message> - <location filename="../Project/Project.py" line="2133"/> + <location filename="../Project/Project.py" line="2154"/> <source>Delete file</source> <translation>Datei löschen</translation> </message> <message> - <location filename="../Project/Project.py" line="2246"/> + <location filename="../Project/Project.py" line="2271"/> <source>Create project directory</source> <translation>Projektverzeichnis erstellen</translation> </message> <message> - <location filename="../Project/Project.py" line="3629"/> + <location filename="../Project/Project.py" line="3716"/> <source>Open project</source> <translation>Projekt öffnen</translation> </message> <message> - <location filename="../Project/Project.py" line="3666"/> + <location filename="../Project/Project.py" line="3753"/> <source>Save project as</source> <translation>Projekt speichern unter</translation> </message> <message> - <location filename="../Project/Project.py" line="2931"/> + <location filename="../Project/Project.py" line="3016"/> <source>Save File</source> <translation>Datei speichern</translation> </message> <message> - <location filename="../Project/Project.py" line="2967"/> + <location filename="../Project/Project.py" line="3052"/> <source>Close Project</source> <translation>Projekt schließen</translation> </message> <message> - <location filename="../Project/Project.py" line="2967"/> + <location filename="../Project/Project.py" line="3052"/> <source>The current project has unsaved changes.</source> <translation>Das aktuelle Projekt hat ungesicherte Änderungen.</translation> </message> <message> - <location filename="../Project/Project.py" line="3846"/> + <location filename="../Project/Project.py" line="3933"/> <source>&Save</source> <translation>&Speichern</translation> </message> <message> - <location filename="../Project/Project.py" line="3615"/> + <location filename="../Project/Project.py" line="3702"/> <source>New project</source> <translation>Neues Projekt</translation> </message> <message> - <location filename="../Project/Project.py" line="3615"/> + <location filename="../Project/Project.py" line="3702"/> <source>&New...</source> <translation>&Neu...</translation> </message> <message> - <location filename="../Project/Project.py" line="3620"/> + <location filename="../Project/Project.py" line="3707"/> <source>Generate a new project</source> <translation>Erstelle ein neues Projekt</translation> </message> <message> - <location filename="../Project/Project.py" line="3621"/> + <location filename="../Project/Project.py" line="3708"/> <source><b>New...</b><p>This opens a dialog for entering the info for a new project.</p></source> <translation><b>Neu...</b><p>Dies öffnet einen Dialog zur Eingabe der Informationen des neuen Projektes.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3629"/> + <location filename="../Project/Project.py" line="3716"/> <source>&Open...</source> <translation>&Öffnen...</translation> </message> <message> - <location filename="../Project/Project.py" line="3634"/> + <location filename="../Project/Project.py" line="3721"/> <source>Open an existing project</source> <translation>Öffnet ein bestehendes Projekt</translation> </message> <message> - <location filename="../Project/Project.py" line="3635"/> + <location filename="../Project/Project.py" line="3722"/> <source><b>Open...</b><p>This opens an existing project.</p></source> <translation><b>Öffnen...</b><p>Dies öffnet ein bestehendes Projekt.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3642"/> + <location filename="../Project/Project.py" line="3729"/> <source>Close project</source> <translation>Projekt schließen</translation> </message> <message> - <location filename="../Project/Project.py" line="3642"/> + <location filename="../Project/Project.py" line="3729"/> <source>&Close</source> <translation>Schl&ießen</translation> </message> <message> - <location filename="../Project/Project.py" line="3646"/> + <location filename="../Project/Project.py" line="3733"/> <source>Close the current project</source> <translation>Schließt das aktuelle Projekt</translation> </message> <message> - <location filename="../Project/Project.py" line="3647"/> + <location filename="../Project/Project.py" line="3734"/> <source><b>Close</b><p>This closes the current project.</p></source> <translation><b>Schließen</b><p>Dies schließt das aktuelle Projekt.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3654"/> + <location filename="../Project/Project.py" line="3741"/> <source>Save project</source> <translation>Projekt speichern</translation> </message> <message> - <location filename="../Project/Project.py" line="3658"/> + <location filename="../Project/Project.py" line="3745"/> <source>Save the current project</source> <translation>Speichert das aktuelle Projekt</translation> </message> <message> - <location filename="../Project/Project.py" line="3659"/> + <location filename="../Project/Project.py" line="3746"/> <source><b>Save</b><p>This saves the current project.</p></source> <translation><b>Speichern</b><p>Dies speichert das aktuelle Projekt.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3670"/> - <source>Save the current project to a new file</source> - <translation>Speichert das aktuelle Projekt in eine neue Datei</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3672"/> - <source><b>Save as</b><p>This saves the current project to a new file.</p></source> - <translation><b>Speichern unter</b><p>Dies speichert das aktuelle Projekt in eine neue Datei.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3712"/> - <source>Add translation to project</source> - <translation>Übersetzung zum Projekt hinzufügen</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3712"/> - <source>Add &translation...</source> - <translation>&Übersetzung hinzufügen...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3717"/> - <source>Add a translation to the current project</source> - <translation>Eine Übersetzung zum aktuellen Projekt hinzufügen</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3719"/> - <source><b>Add translation...</b><p>This opens a dialog for add a translation to the current project.</p></source> - <translation><b>Übersetzung hinzufügen...</b><p>Dies öffnet einen Dialog, mit dem eine Übersetzung zum aktuellen Projekt hinzugefügt werden kann.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3757"/> - <source>Project properties</source> - <translation>Projekteigenschaften</translation> - </message> - <message> <location filename="../Project/Project.py" line="3757"/> + <source>Save the current project to a new file</source> + <translation>Speichert das aktuelle Projekt in eine neue Datei</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3759"/> + <source><b>Save as</b><p>This saves the current project to a new file.</p></source> + <translation><b>Speichern unter</b><p>Dies speichert das aktuelle Projekt in eine neue Datei.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3799"/> + <source>Add translation to project</source> + <translation>Übersetzung zum Projekt hinzufügen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3799"/> + <source>Add &translation...</source> + <translation>&Übersetzung hinzufügen...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3804"/> + <source>Add a translation to the current project</source> + <translation>Eine Übersetzung zum aktuellen Projekt hinzufügen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3806"/> + <source><b>Add translation...</b><p>This opens a dialog for add a translation to the current project.</p></source> + <translation><b>Übersetzung hinzufügen...</b><p>Dies öffnet einen Dialog, mit dem eine Übersetzung zum aktuellen Projekt hinzugefügt werden kann.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3844"/> + <source>Project properties</source> + <translation>Projekteigenschaften</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3844"/> <source>&Properties...</source> <translation>&Eigenschaften...</translation> </message> <message> - <location filename="../Project/Project.py" line="3762"/> + <location filename="../Project/Project.py" line="3849"/> <source>Show the project properties</source> <translation>Zeigt die Projekteigenschaften an</translation> </message> <message> - <location filename="../Project/Project.py" line="3763"/> + <location filename="../Project/Project.py" line="3850"/> <source><b>Properties...</b><p>This shows a dialog to edit the project properties.</p></source> <translation><b>Eigenschaften...</b><p>Dies zeigt einen Dialog an, mit dem die Projekteigenschaften bearbeitet werden können.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4078"/> + <location filename="../Project/Project.py" line="4196"/> <source>Open &Recent Projects</source> <translation>Zu&letzt geöffnete Projekte</translation> </message> <message> - <location filename="../Project/Project.py" line="1718"/> + <location filename="../Project/Project.py" line="1739"/> <source>The target directory must not be empty.</source> <translation>Das Zielverzeichnis darf nicht leer sein.</translation> </message> <message> - <location filename="../Project/Project.py" line="3727"/> + <location filename="../Project/Project.py" line="3814"/> <source>Search new files</source> <translation>Neue Dateien suchen</translation> </message> <message> - <location filename="../Project/Project.py" line="3727"/> + <location filename="../Project/Project.py" line="3814"/> <source>Searc&h new files...</source> <translation>Neue &Dateien suchen...</translation> </message> <message> - <location filename="../Project/Project.py" line="3731"/> + <location filename="../Project/Project.py" line="3818"/> <source>Search new files in the project directory.</source> <translation>Sucht neue Dateien im Projektverzeichnis.</translation> </message> <message> - <location filename="../Project/Project.py" line="1729"/> + <location filename="../Project/Project.py" line="1750"/> <source>Add directory</source> <translation>Verzeichnis hinzufügen</translation> </message> <message> - <location filename="../Project/Project.py" line="1729"/> + <location filename="../Project/Project.py" line="1750"/> <source>The source directory must not be empty.</source> <translation>Das Quellverzeichnis darf nicht leer sein.</translation> </message> <message> - <location filename="../Project/Project.py" line="1312"/> + <location filename="../Project/Project.py" line="1333"/> <source>Add Language</source> <translation>Sprache hinzufügen</translation> </message> <message> - <location filename="../Project/Project.py" line="3666"/> + <location filename="../Project/Project.py" line="3753"/> <source>Save &as...</source> <translation>Speichern &unter...</translation> </message> <message> - <location filename="../Project/Project.py" line="4562"/> + <location filename="../Project/Project.py" line="4691"/> <source>Version Control System</source> <translation>Versionskontrollsystem</translation> </message> <message> - <location filename="../Project/Project.py" line="4416"/> + <location filename="../Project/Project.py" line="4545"/> <source>Search New Files</source> <translation>Neue Dateien suchen</translation> </message> <message> - <location filename="../Project/Project.py" line="4416"/> + <location filename="../Project/Project.py" line="4545"/> <source>There were no new files found to be added.</source> <translation>Es wurden keine neuen Dateien gefunden.</translation> </message> <message> - <location filename="../Project/Project.py" line="965"/> + <location filename="../Project/Project.py" line="986"/> <source>Read project session</source> <translation>Projektsitzung lesen</translation> </message> <message> - <location filename="../Project/Project.py" line="1187"/> + <location filename="../Project/Project.py" line="1208"/> <source>Please save the project first.</source> <translation>Bitte speichern Sie zuerst das Projekt.</translation> </message> <message> - <location filename="../Project/Project.py" line="1001"/> + <location filename="../Project/Project.py" line="1022"/> <source>Save project session</source> <translation>Projektsitzung speichern</translation> </message> <message> - <location filename="../Project/Project.py" line="3885"/> + <location filename="../Project/Project.py" line="3972"/> <source>Load session</source> <translation>Sitzung laden</translation> </message> <message> - <location filename="../Project/Project.py" line="3889"/> + <location filename="../Project/Project.py" line="3976"/> <source>Load the projects session file.</source> <translation>Laden der Projektsitzung.</translation> </message> <message> - <location filename="../Project/Project.py" line="3903"/> + <location filename="../Project/Project.py" line="3990"/> <source>Save session</source> <translation>Sitzung speichern</translation> </message> <message> - <location filename="../Project/Project.py" line="3907"/> + <location filename="../Project/Project.py" line="3994"/> <source>Save the projects session file.</source> <translation>Speichern der Projektsitzung.</translation> </message> <message> - <location filename="../Project/Project.py" line="3890"/> + <location filename="../Project/Project.py" line="3977"/> <source><b>Load session</b><p>This loads the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> <translation><b>Sitzung laden</b><p>Dies lädt eine Projektsitzungsdatei. Die Sitzung enthält die folgenden Daten.<br>- alle offenen Quelltextdateien<br>- alle Haltepunkte<br>- die Kommandozeilenparameter<br>- das Arbeitsverzeichnis<br>- das Ausnahmemeldungsflag</p></translation> </message> <message> + <location filename="../Project/Project.py" line="3995"/> + <source><b>Save session</b><p>This saves the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> + <translation><b>Sitzung speichern</b><p>Dies speichert eine Projektsitzungsdatei. Die Sitzung enthält die folgenden Daten.<br>- alle offenen Quelltextdateien<br>- alle Haltepunkte<br>- die Kommandozeilenparameter<br>- das Arbeitsverzeichnis<br>- das Ausnahmemeldungsflag</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4206"/> + <source>Source &Documentation</source> + <translation>&Quelltextdokumentation</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4201"/> + <source>Chec&k</source> + <translation>&Prüfen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4022"/> + <source>Code Metrics</source> + <translation>Quelltextmetriken</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4022"/> + <source>&Code Metrics...</source> + <translation>&Quelltextmetriken...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4026"/> + <source>Show some code metrics for the project.</source> + <translation>Zeige einige Quelltextmetriken für das Projekt.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4028"/> + <source><b>Code Metrics...</b><p>This shows some code metrics for all Python files in the project.</p></source> + <translation><b>Quelltextmetriken...</b><p>Dies zeigt einige Quelltextmetriken für alle Python-Dateien des Projektes.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4036"/> + <source>Python Code Coverage</source> + <translation>Python-Quelltext-Abdeckung</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4036"/> + <source>Code Co&verage...</source> + <translation>&Quelltext Abdeckung...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4040"/> + <source>Show code coverage information for the project.</source> + <translation>Zeige die Quelltextabdeckung für das Projekt.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4042"/> + <source><b>Code Coverage...</b><p>This shows the code coverage information for all Python files in the project.</p></source> + <translation><b>Quelltext Abdeckung...</b><p>Dies zeigt die Quelltextabdeckung für alle Python-Dateien des Projektes an.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4883"/> + <source>Profile Data</source> + <translation>Profildaten</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4050"/> + <source>&Profile Data...</source> + <translation>&Profildaten...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4054"/> + <source>Show profiling data for the project.</source> + <translation>Zeige Profildaten des aktuellen Projektes.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4056"/> + <source><b>Profile Data...</b><p>This shows the profiling data for the project.</p></source> + <translation><b>Profildaten...</b><p>Dies zeigt die Profildaten des Projektes.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4203"/> + <source>Sho&w</source> + <translation>&Zeige</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4860"/> + <source>There is no main script defined for the current project. Aborting</source> + <translation>Für das aktuelle Projekt ist kein Hauptskript festgelegt. Abbruch</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4810"/> + <source>Coverage Data</source> + <translation>Quelltext Abdeckungsdaten</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4197"/> + <source>&Version Control</source> + <translation>&Versionskontrolle</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4937"/> + <source>Application Diagram</source> + <translation>Applikations-Diagramm</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4065"/> + <source>&Application Diagram...</source> + <translation>&Applikations-Diagramm...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4069"/> + <source>Show a diagram of the project.</source> + <translation>Zeigt ein Diagramm des Projektes.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4071"/> + <source><b>Application Diagram...</b><p>This shows a diagram of the project.</p></source> + <translation><b>Applikations-Diagramm...</b><p>Dies zeigt ein Diagramm des Projektes.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4204"/> + <source>&Diagrams</source> + <translation>&Diagramme</translation> + </message> + <message> + <location filename="../Project/Project.py" line="868"/> + <source>Save project file</source> + <translation>Projektdatei speichern</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4833"/> + <source>Code Coverage</source> + <translation>Quelltext Abdeckung</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4833"/> + <source>Please select a coverage file</source> + <translation>Bitte wählen Sie eine Datei mit Abdeckungsdaten</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4883"/> + <source>Please select a profile file</source> + <translation>Bitte wählen Sie eine Datei mit Profildaten</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3784"/> + <source>Add directory to project</source> + <translation>Verzeichnis zum Projekt hinzufügen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3784"/> + <source>Add directory...</source> + <translation>Verzeichnis hinzufügen...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3789"/> + <source>Add a directory to the current project</source> + <translation>Füge den Inhalt eines Verzeichnisses zum Projekt hinzu</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3791"/> + <source><b>Add directory...</b><p>This opens a dialog for adding a directory to the current project.</p></source> + <translation><b>Verzeichnis hinzufügen</b><p>Dies öffnet einen Dialog, mit dem ein Verzeichnis bzw. der Inhalt eines Verzeichnisses zum aktuellen Projekt hinzugefügt werden kann.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="1887"/> + <source>Rename file</source> + <translation>Datei umbenennen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="1911"/> + <source>Rename File</source> + <translation>Datei umbenennen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="2453"/> + <source>Shall the project file be added to the repository?</source> + <translation>Soll die Projektdatei zum Repository hinzugefügt werden?</translation> + </message> + <message> + <location filename="../Project/Project.py" line="2858"/> + <source>New Project</source> + <translation>Neues Projekt</translation> + </message> + <message> + <location filename="../Project/Project.py" line="2386"/> + <source>Add existing files to the project?</source> + <translation>Existierende Dateien dem Projekt hinzufügen?</translation> + </message> + <message> + <location filename="../Project/Project.py" line="2505"/> + <source>Would you like to edit the VCS command options?</source> + <translation>Möchten Sie die VCS-Befehlsoptionen bearbeiten?</translation> + </message> + <message> + <location filename="../Project/Project.py" line="2477"/> + <source>Select version control system for the project</source> + <translation>Wähle das Versionskontrollsystem für das Projekt</translation> + </message> + <message> + <location filename="../Project/Project.py" line="766"/> + <source><p>The project file <b>{0}</b> could not be read.</p></source> + <translation><p>Die Projektdatei <b>{0}</b> konnte nicht gelesen werden.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="868"/> + <source><p>The project file <b>{0}</b> could not be written.</p></source> + <translation><p>Die Projektdatei <b>{0}</b> konnte nicht geschrieben werden.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="986"/> + <source><p>The project session file <b>{0}</b> could not be read.</p></source> + <translation><p>Die Projektsitzungsdatei <b>{0}</b> konnte nicht gelesen werden.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="1022"/> + <source><p>The project session file <b>{0}</b> could not be written.</p></source> + <translation><p>Die Projektsitzungsdatei <b>{0}</b> konnte nicht gespeichert werden.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3016"/> + <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> + <translation><p>Die Datei <b>{0}</b> existiert bereits. Überschreiben?</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="2271"/> + <source><p>The project directory <b>{0}</b> could not be created.</p></source> + <translation><p>Das Projektverzeichnis <b>{0}</b> konnte nicht erstellt werden.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="1051"/> + <source>Delete project session</source> + <translation>Projektsitzung löschen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="1051"/> + <source><p>The project session file <b>{0}</b> could not be deleted.</p></source> + <translation><p>Die Projektsitzungsdatei <b>{0}</b> konnte nicht gelöscht werden.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4008"/> + <source>Delete session</source> + <translation>Sitzung löschen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4012"/> + <source>Delete the projects session file.</source> + <translation>Löscht die Projektsitzungsdatei.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4013"/> + <source><b>Delete session</b><p>This deletes the projects session file</p></source> + <translation><b>Sitzung löschen</b><p>Dies löscht die Sitzungsdatei des Projektes.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="275"/> + <source>Console</source> + <translation>Konsole</translation> + </message> + <message> + <location filename="../Project/Project.py" line="276"/> + <source>Other</source> + <translation>Sonstige</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4937"/> + <source>Include module names?</source> + <translation>Modulnamen anzeigen?</translation> + </message> + <message> + <location filename="../Project/Project.py" line="2184"/> + <source>Delete directory</source> + <translation>Verzeichnis löschen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="1085"/> + <source>Read tasks</source> + <translation>Aufgaben lesen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="1085"/> + <source><p>The tasks file <b>{0}</b> could not be read.</p></source> + <translation><p>Die Aufgabendatei <b>{0}</b> konnte nicht gelesen werden.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="1105"/> + <source>Save tasks</source> + <translation>Aufgaben speichern</translation> + </message> + <message> + <location filename="../Project/Project.py" line="1105"/> + <source><p>The tasks file <b>{0}</b> could not be written.</p></source> + <translation><p>Die Aufgabendatei <b>{0}</b> konnte nicht geschrieben werden.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="1162"/> + <source>Read debugger properties</source> + <translation>Debugger-Eigenschaften lesen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="1162"/> + <source><p>The project debugger properties file <b>{0}</b> could not be read.</p></source> + <translation><p>Die Datei mit den projektspezifischen Debugger-Eigenschaften <b>{0}</b> konnte nicht gelesen werden.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="1196"/> + <source>Save debugger properties</source> + <translation>Debugger-Eigenschaften speichern</translation> + </message> + <message> + <location filename="../Project/Project.py" line="1196"/> + <source><p>The project debugger properties file <b>{0}</b> could not be written.</p></source> + <translation><p>Die Datei mit den projektspezifischen Debugger-Eigenschaften <b>{0}</b> konnte nicht gespeichert werden.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="1222"/> + <source>Delete debugger properties</source> + <translation>Debugger-Eigenschaften löschen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="1222"/> + <source><p>The project debugger properties file <b>{0}</b> could not be deleted.</p></source> + <translation><p>Die Datei mit den projektspezifischen Debugger-Eigenschaften <b>{0}</b> konnte nicht gelöscht werden.</p></translation> + </message> + <message> <location filename="../Project/Project.py" line="3908"/> - <source><b>Save session</b><p>This saves the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> - <translation><b>Sitzung speichern</b><p>Dies speichert eine Projektsitzungsdatei. Die Sitzung enthält die folgenden Daten.<br>- alle offenen Quelltextdateien<br>- alle Haltepunkte<br>- die Kommandozeilenparameter<br>- das Arbeitsverzeichnis<br>- das Ausnahmemeldungsflag</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4088"/> - <source>Source &Documentation</source> - <translation>&Quelltextdokumentation</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4083"/> - <source>Chec&k</source> - <translation>&Prüfen</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3935"/> - <source>Code Metrics</source> - <translation>Quelltextmetriken</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3935"/> - <source>&Code Metrics...</source> - <translation>&Quelltextmetriken...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3939"/> - <source>Show some code metrics for the project.</source> - <translation>Zeige einige Quelltextmetriken für das Projekt.</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3941"/> - <source><b>Code Metrics...</b><p>This shows some code metrics for all Python files in the project.</p></source> - <translation><b>Quelltextmetriken...</b><p>Dies zeigt einige Quelltextmetriken für alle Python-Dateien des Projektes.</p></translation> + <source>Debugger Properties</source> + <translation>Debugger-Eigenschaften</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3908"/> + <source>Debugger &Properties...</source> + <translation>Debugger-&Eigenschaften...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3912"/> + <source>Show the debugger properties</source> + <translation>Debugger-Eigenschaften anzeigen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3913"/> + <source><b>Debugger Properties...</b><p>This shows a dialog to edit project specific debugger settings.</p></source> + <translation><b>Debugger-Eigenschaften...</b><p>Dies zeigt einen Dialog an, um die projektspezifischen Debugger-Einstellungen zu bearbeiten.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3921"/> + <source>Load</source> + <translation>Laden</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3921"/> + <source>&Load</source> + <translation>&Laden</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3925"/> + <source>Load the debugger properties</source> + <translation>Debugger-Eigenschaften laden</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3933"/> + <source>Save</source> + <translation>Speichern</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3937"/> + <source>Save the debugger properties</source> + <translation>Debugger-Eigenschaften speichern</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3945"/> + <source>Delete</source> + <translation>Löschen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3945"/> + <source>&Delete</source> + <translation>&Löschen</translation> </message> <message> <location filename="../Project/Project.py" line="3949"/> - <source>Python Code Coverage</source> - <translation>Python-Quelltext-Abdeckung</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3949"/> - <source>Code Co&verage...</source> - <translation>&Quelltext Abdeckung...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3953"/> - <source>Show code coverage information for the project.</source> - <translation>Zeige die Quelltextabdeckung für das Projekt.</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3955"/> - <source><b>Code Coverage...</b><p>This shows the code coverage information for all Python files in the project.</p></source> - <translation><b>Quelltext Abdeckung...</b><p>Dies zeigt die Quelltextabdeckung für alle Python-Dateien des Projektes an.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4754"/> - <source>Profile Data</source> - <translation>Profildaten</translation> + <source>Delete the debugger properties</source> + <translation>Debugger-Eigenschaften löschen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3958"/> + <source>Reset</source> + <translation>Zurücksetzen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3958"/> + <source>&Reset</source> + <translation>&Zurücksetzen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3962"/> + <source>Reset the debugger properties</source> + <translation>Debugger-Eigenschaften zurücksetzen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4208"/> + <source>Debugger</source> + <translation>Debugger</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4205"/> + <source>Session</source> + <translation>Sitzung</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3926"/> + <source><b>Load Debugger Properties</b><p>This loads the project specific debugger settings.</p></source> + <translation><b>Debugger-Eigenschaften laden</b><p>Dies lädt die projektspezifischen Debugger-Einstellungen.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3938"/> + <source><b>Save Debugger Properties</b><p>This saves the project specific debugger settings.</p></source> + <translation><b>Debugger-Eigenschaften speichern</b><p>Dies speichert die projektspezifischen Debugger-Einstellungen.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3950"/> + <source><b>Delete Debugger Properties</b><p>This deletes the file containing the project specific debugger settings.</p></source> + <translation><b>Debugger-Eigenschaften löschen</b><p>Dies löscht die Datei mit den projektspezifischen Debugger-Einstellungen.</p></translation> </message> <message> <location filename="../Project/Project.py" line="3963"/> - <source>&Profile Data...</source> - <translation>&Profildaten...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3967"/> - <source>Show profiling data for the project.</source> - <translation>Zeige Profildaten des aktuellen Projektes.</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3969"/> - <source><b>Profile Data...</b><p>This shows the profiling data for the project.</p></source> - <translation><b>Profildaten...</b><p>Dies zeigt die Profildaten des Projektes.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4085"/> - <source>Sho&w</source> - <translation>&Zeige</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4731"/> - <source>There is no main script defined for the current project. Aborting</source> - <translation>Für das aktuelle Projekt ist kein Hauptskript festgelegt. Abbruch</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4681"/> - <source>Coverage Data</source> - <translation>Quelltext Abdeckungsdaten</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4079"/> - <source>&Version Control</source> - <translation>&Versionskontrolle</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4808"/> - <source>Application Diagram</source> - <translation>Applikations-Diagramm</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3978"/> - <source>&Application Diagram...</source> - <translation>&Applikations-Diagramm...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3982"/> - <source>Show a diagram of the project.</source> - <translation>Zeigt ein Diagramm des Projektes.</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3984"/> - <source><b>Application Diagram...</b><p>This shows a diagram of the project.</p></source> - <translation><b>Applikations-Diagramm...</b><p>Dies zeigt ein Diagramm des Projektes.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4086"/> - <source>&Diagrams</source> - <translation>&Diagramme</translation> - </message> - <message> - <location filename="../Project/Project.py" line="847"/> - <source>Save project file</source> - <translation>Projektdatei speichern</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4704"/> - <source>Code Coverage</source> - <translation>Quelltext Abdeckung</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4704"/> - <source>Please select a coverage file</source> - <translation>Bitte wählen Sie eine Datei mit Abdeckungsdaten</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4754"/> - <source>Please select a profile file</source> - <translation>Bitte wählen Sie eine Datei mit Profildaten</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3697"/> - <source>Add directory to project</source> - <translation>Verzeichnis zum Projekt hinzufügen</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3697"/> - <source>Add directory...</source> - <translation>Verzeichnis hinzufügen...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3702"/> - <source>Add a directory to the current project</source> - <translation>Füge den Inhalt eines Verzeichnisses zum Projekt hinzu</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3704"/> - <source><b>Add directory...</b><p>This opens a dialog for adding a directory to the current project.</p></source> - <translation><b>Verzeichnis hinzufügen</b><p>Dies öffnet einen Dialog, mit dem ein Verzeichnis bzw. der Inhalt eines Verzeichnisses zum aktuellen Projekt hinzugefügt werden kann.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="1866"/> - <source>Rename file</source> - <translation>Datei umbenennen</translation> - </message> - <message> - <location filename="../Project/Project.py" line="1890"/> - <source>Rename File</source> - <translation>Datei umbenennen</translation> - </message> - <message> - <location filename="../Project/Project.py" line="2393"/> - <source>Shall the project file be added to the repository?</source> - <translation>Soll die Projektdatei zum Repository hinzugefügt werden?</translation> - </message> - <message> - <location filename="../Project/Project.py" line="2777"/> - <source>New Project</source> - <translation>Neues Projekt</translation> - </message> - <message> - <location filename="../Project/Project.py" line="2326"/> - <source>Add existing files to the project?</source> - <translation>Existierende Dateien dem Projekt hinzufügen?</translation> - </message> - <message> - <location filename="../Project/Project.py" line="2445"/> - <source>Would you like to edit the VCS command options?</source> - <translation>Möchten Sie die VCS-Befehlsoptionen bearbeiten?</translation> - </message> - <message> - <location filename="../Project/Project.py" line="2417"/> - <source>Select version control system for the project</source> - <translation>Wähle das Versionskontrollsystem für das Projekt</translation> - </message> - <message> - <location filename="../Project/Project.py" line="745"/> - <source><p>The project file <b>{0}</b> could not be read.</p></source> - <translation><p>Die Projektdatei <b>{0}</b> konnte nicht gelesen werden.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="847"/> - <source><p>The project file <b>{0}</b> could not be written.</p></source> - <translation><p>Die Projektdatei <b>{0}</b> konnte nicht geschrieben werden.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="965"/> - <source><p>The project session file <b>{0}</b> could not be read.</p></source> - <translation><p>Die Projektsitzungsdatei <b>{0}</b> konnte nicht gelesen werden.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="1001"/> - <source><p>The project session file <b>{0}</b> could not be written.</p></source> - <translation><p>Die Projektsitzungsdatei <b>{0}</b> konnte nicht gespeichert werden.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="2931"/> - <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> + <source><b>Reset Debugger Properties</b><p>This resets the project specific debugger settings.</p></source> + <translation><b>Debugger-Eigenschaften zurücksetzen</b><p>Dies setzt die projektspezifischen Debugger-Einstellungen zurück.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3872"/> + <source>Filetype Associations</source> + <translation>Dateitypzuordnungen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3872"/> + <source>Filetype Associations...</source> + <translation>Dateitypzuordnungen...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3876"/> + <source>Show the project filetype associations</source> + <translation>Zeigt die Dateitypzuordnungen des Projektes</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4209"/> + <source>Pac&kagers</source> + <translation>Pa&ketierer</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3768"/> + <source>Add files to project</source> + <translation>Dateien zum Projekt hinzufügen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3768"/> + <source>Add &files...</source> + <translation>&Dateien hinzufügen...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3773"/> + <source>Add files to the current project</source> + <translation>Fügt Dateien zum aktuellen Projekt hinzu</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3775"/> + <source><b>Add files...</b><p>This opens a dialog for adding files to the current project. The place to add is determined by the file extension.</p></source> + <translation><b>Dateien hinzufügen...</b><p>Dies öffnet einen Dialog, mit dem Dateien zum aktuellen Projekt hinzugefügt werden kann. Der Ort, an dem sie eingefügt werden, wird durch die Dateinamenerweiterung bestimmt.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="1911"/> + <source><p>The file <b>{0}</b> could not be renamed.<br />Reason: {1}</p></source> + <translation><p>Die Datei <b>{0}</b> konnte nicht umbenannt werden.<br />Ursache: {1}</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3001"/> + <source>Project Files (*.e4p)</source> + <translation>Projektdateien (*.e4p)</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4195"/> + <source>&Project</source> + <translation>&Projekt</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4328"/> + <source>Project</source> + <translation>Projekt</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4394"/> + <source>&Clear</source> + <translation>&Löschen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="1683"/> + <source><p>The file <b>{0}</b> already exists.</p><p>Overwrite it?</p></source> <translation><p>Die Datei <b>{0}</b> existiert bereits. Überschreiben?</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2246"/> - <source><p>The project directory <b>{0}</b> could not be created.</p></source> - <translation><p>Das Projektverzeichnis <b>{0}</b> konnte nicht erstellt werden.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="1030"/> - <source>Delete project session</source> - <translation>Projektsitzung löschen</translation> - </message> - <message> - <location filename="../Project/Project.py" line="1030"/> - <source><p>The project session file <b>{0}</b> could not be deleted.</p></source> - <translation><p>Die Projektsitzungsdatei <b>{0}</b> konnte nicht gelöscht werden.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3921"/> - <source>Delete session</source> - <translation>Sitzung löschen</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3925"/> - <source>Delete the projects session file.</source> - <translation>Löscht die Projektsitzungsdatei.</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3926"/> - <source><b>Delete session</b><p>This deletes the projects session file</p></source> - <translation><b>Sitzung löschen</b><p>Dies löscht die Sitzungsdatei des Projektes.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="265"/> - <source>Console</source> - <translation>Konsole</translation> - </message> - <message> - <location filename="../Project/Project.py" line="266"/> - <source>Other</source> - <translation>Sonstige</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4808"/> - <source>Include module names?</source> - <translation>Modulnamen anzeigen?</translation> - </message> - <message> - <location filename="../Project/Project.py" line="2163"/> - <source>Delete directory</source> - <translation>Verzeichnis löschen</translation> - </message> - <message> - <location filename="../Project/Project.py" line="1064"/> - <source>Read tasks</source> - <translation>Aufgaben lesen</translation> - </message> - <message> - <location filename="../Project/Project.py" line="1064"/> - <source><p>The tasks file <b>{0}</b> could not be read.</p></source> - <translation><p>Die Aufgabendatei <b>{0}</b> konnte nicht gelesen werden.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="1084"/> - <source>Save tasks</source> - <translation>Aufgaben speichern</translation> - </message> - <message> - <location filename="../Project/Project.py" line="1084"/> - <source><p>The tasks file <b>{0}</b> could not be written.</p></source> - <translation><p>Die Aufgabendatei <b>{0}</b> konnte nicht geschrieben werden.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="1141"/> - <source>Read debugger properties</source> - <translation>Debugger-Eigenschaften lesen</translation> - </message> - <message> - <location filename="../Project/Project.py" line="1141"/> - <source><p>The project debugger properties file <b>{0}</b> could not be read.</p></source> - <translation><p>Die Datei mit den projektspezifischen Debugger-Eigenschaften <b>{0}</b> konnte nicht gelesen werden.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="1175"/> - <source>Save debugger properties</source> - <translation>Debugger-Eigenschaften speichern</translation> - </message> - <message> - <location filename="../Project/Project.py" line="1175"/> - <source><p>The project debugger properties file <b>{0}</b> could not be written.</p></source> - <translation><p>Die Datei mit den projektspezifischen Debugger-Eigenschaften <b>{0}</b> konnte nicht gespeichert werden.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="1201"/> - <source>Delete debugger properties</source> - <translation>Debugger-Eigenschaften löschen</translation> - </message> - <message> - <location filename="../Project/Project.py" line="1201"/> - <source><p>The project debugger properties file <b>{0}</b> could not be deleted.</p></source> - <translation><p>Die Datei mit den projektspezifischen Debugger-Eigenschaften <b>{0}</b> konnte nicht gelöscht werden.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3821"/> - <source>Debugger Properties</source> - <translation>Debugger-Eigenschaften</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3821"/> - <source>Debugger &Properties...</source> - <translation>Debugger-&Eigenschaften...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3825"/> - <source>Show the debugger properties</source> - <translation>Debugger-Eigenschaften anzeigen</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3826"/> - <source><b>Debugger Properties...</b><p>This shows a dialog to edit project specific debugger settings.</p></source> - <translation><b>Debugger-Eigenschaften...</b><p>Dies zeigt einen Dialog an, um die projektspezifischen Debugger-Einstellungen zu bearbeiten.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3834"/> - <source>Load</source> - <translation>Laden</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3834"/> - <source>&Load</source> - <translation>&Laden</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3838"/> - <source>Load the debugger properties</source> - <translation>Debugger-Eigenschaften laden</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3846"/> - <source>Save</source> - <translation>Speichern</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3850"/> - <source>Save the debugger properties</source> - <translation>Debugger-Eigenschaften speichern</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3858"/> - <source>Delete</source> - <translation>Löschen</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3858"/> - <source>&Delete</source> - <translation>&Löschen</translation> + <location filename="../Project/Project.py" line="904"/> + <source>Read user project properties</source> + <translation>Nutzer bezogene Projektdaten lesen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="904"/> + <source><p>The user specific project properties file <b>{0}</b> could not be read.</p></source> + <translation><p>Die Datei mit den Nutzer bezogenen Projektdaten <b>{0}</b> konnte nicht gelesen werden.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="928"/> + <source>Save user project properties</source> + <translation>Nutzer bezogene Projektdaten sichern</translation> + </message> + <message> + <location filename="../Project/Project.py" line="928"/> + <source><p>The user specific project properties file <b>{0}</b> could not be written.</p></source> + <translation><p>Die Datei mit den Nutzer bezogenen Projektdaten <b>{0}</b> konnte nicht geschrieben werden.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3857"/> + <source>User project properties</source> + <translation>Nutzer bezogene Projektdaten</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3857"/> + <source>&User Properties...</source> + <translation>&Nutzer bezogene Projektdaten...</translation> </message> <message> <location filename="../Project/Project.py" line="3862"/> - <source>Delete the debugger properties</source> - <translation>Debugger-Eigenschaften löschen</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3871"/> - <source>Reset</source> - <translation>Zurücksetzen</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3871"/> - <source>&Reset</source> - <translation>&Zurücksetzen</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3875"/> - <source>Reset the debugger properties</source> - <translation>Debugger-Eigenschaften zurücksetzen</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4090"/> - <source>Debugger</source> - <translation>Debugger</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4087"/> - <source>Session</source> - <translation>Sitzung</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3839"/> - <source><b>Load Debugger Properties</b><p>This loads the project specific debugger settings.</p></source> - <translation><b>Debugger-Eigenschaften laden</b><p>Dies lädt die projektspezifischen Debugger-Einstellungen.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3851"/> - <source><b>Save Debugger Properties</b><p>This saves the project specific debugger settings.</p></source> - <translation><b>Debugger-Eigenschaften speichern</b><p>Dies speichert die projektspezifischen Debugger-Einstellungen.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3863"/> - <source><b>Delete Debugger Properties</b><p>This deletes the file containing the project specific debugger settings.</p></source> - <translation><b>Debugger-Eigenschaften löschen</b><p>Dies löscht die Datei mit den projektspezifischen Debugger-Einstellungen.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3876"/> - <source><b>Reset Debugger Properties</b><p>This resets the project specific debugger settings.</p></source> - <translation><b>Debugger-Eigenschaften zurücksetzen</b><p>Dies setzt die projektspezifischen Debugger-Einstellungen zurück.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3785"/> - <source>Filetype Associations</source> - <translation>Dateitypzuordnungen</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3785"/> - <source>Filetype Associations...</source> - <translation>Dateitypzuordnungen...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3789"/> - <source>Show the project filetype associations</source> - <translation>Zeigt die Dateitypzuordnungen des Projektes</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4091"/> - <source>Pac&kagers</source> - <translation>Pa&ketierer</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3681"/> - <source>Add files to project</source> - <translation>Dateien zum Projekt hinzufügen</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3681"/> - <source>Add &files...</source> - <translation>&Dateien hinzufügen...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3686"/> - <source>Add files to the current project</source> - <translation>Fügt Dateien zum aktuellen Projekt hinzu</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3688"/> - <source><b>Add files...</b><p>This opens a dialog for adding files to the current project. The place to add is determined by the file extension.</p></source> - <translation><b>Dateien hinzufügen...</b><p>Dies öffnet einen Dialog, mit dem Dateien zum aktuellen Projekt hinzugefügt werden kann. Der Ort, an dem sie eingefügt werden, wird durch die Dateinamenerweiterung bestimmt.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="1890"/> - <source><p>The file <b>{0}</b> could not be renamed.<br />Reason: {1}</p></source> - <translation><p>Die Datei <b>{0}</b> konnte nicht umbenannt werden.<br />Ursache: {1}</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="2916"/> - <source>Project Files (*.e4p)</source> - <translation>Projektdateien (*.e4p)</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4077"/> - <source>&Project</source> - <translation>&Projekt</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4199"/> - <source>Project</source> - <translation>Projekt</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4265"/> - <source>&Clear</source> - <translation>&Löschen</translation> - </message> - <message> - <location filename="../Project/Project.py" line="1662"/> - <source><p>The file <b>{0}</b> already exists.</p><p>Overwrite it?</p></source> - <translation><p>Die Datei <b>{0}</b> existiert bereits. Überschreiben?</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="883"/> - <source>Read user project properties</source> - <translation>Nutzer bezogene Projektdaten lesen</translation> - </message> - <message> - <location filename="../Project/Project.py" line="883"/> - <source><p>The user specific project properties file <b>{0}</b> could not be read.</p></source> - <translation><p>Die Datei mit den Nutzer bezogenen Projektdaten <b>{0}</b> konnte nicht gelesen werden.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="907"/> - <source>Save user project properties</source> - <translation>Nutzer bezogene Projektdaten sichern</translation> - </message> - <message> - <location filename="../Project/Project.py" line="907"/> - <source><p>The user specific project properties file <b>{0}</b> could not be written.</p></source> - <translation><p>Die Datei mit den Nutzer bezogenen Projektdaten <b>{0}</b> konnte nicht geschrieben werden.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3770"/> - <source>User project properties</source> - <translation>Nutzer bezogene Projektdaten</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3770"/> - <source>&User Properties...</source> - <translation>&Nutzer bezogene Projektdaten...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3775"/> <source>Show the user specific project properties</source> <translation>Zeigt die Nutzer bezogenen Projektdaten an</translation> </message> <message> - <location filename="../Project/Project.py" line="3777"/> + <location filename="../Project/Project.py" line="3864"/> <source><b>User Properties...</b><p>This shows a dialog to edit the user specific project properties.</p></source> <translation><b>Nutzer bezogene Projektdaten...</b><p>Dies zeigt einen Dialog an, um Nutzer bezogene Projektdaten zu bearbeiten.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3140"/> + <location filename="../Project/Project.py" line="3227"/> <source>Syntax errors detected</source> <translation>Syntaxfehler gefunden</translation> </message> <message numerus="yes"> - <location filename="../Project/Project.py" line="3140"/> + <location filename="../Project/Project.py" line="3227"/> <source>The project contains %n file(s) with syntax errors.</source> <translation> <numerusform>Das Projekt beinhaltet eine Datei mit Syntaxfehlern.</numerusform> @@ -50874,376 +50942,456 @@ </translation> </message> <message> - <location filename="../Project/Project.py" line="5002"/> + <location filename="../Project/Project.py" line="5131"/> <source>Create Package List</source> <translation>Erzeuge Paketliste</translation> </message> <message> - <location filename="../Project/Project.py" line="4007"/> + <location filename="../Project/Project.py" line="4094"/> <source>Create &Package List</source> <translation>Erzeuge &Paketliste</translation> </message> <message> - <location filename="../Project/Project.py" line="5278"/> + <location filename="../Project/Project.py" line="5407"/> <source>Create Plugin Archive</source> <translation>Erzeuge Plugin Archiv</translation> </message> <message> - <location filename="../Project/Project.py" line="4953"/> + <location filename="../Project/Project.py" line="5082"/> <source><p>The file <b>PKGLIST</b> already exists.</p><p>Overwrite it?</p></source> <translation><p>Die Datei <b>PKGLIST</b> existiert bereits.</p><p>Überschreiben?</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5002"/> + <location filename="../Project/Project.py" line="5131"/> <source><p>The file <b>PKGLIST</b> could not be created.</p><p>Reason: {0}</p></source> <translation><p>Die Datei <b>PKGLIST</b> konnte nicht erzeugt werden.</p><p>Ursache: {0}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5021"/> + <location filename="../Project/Project.py" line="5150"/> <source>The project does not have a main script defined. Aborting...</source> <translation>Für das Projekt wurde kein Hauptskript angegeben. Abbruch...</translation> </message> <message> - <location filename="../Project/Project.py" line="1631"/> + <location filename="../Project/Project.py" line="1652"/> <source><p>The source directory doesn't contain any files belonging to the selected category.</p></source> <translation><p>Das Quellverzeichnis enthält keine Dateien, die zur gewählten Kategorie gehören.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2777"/> + <location filename="../Project/Project.py" line="2858"/> <source>Select Version Control System</source> <translation>Versionskontrollsystem auswählen</translation> </message> <message> - <location filename="../Project/Project.py" line="2424"/> + <location filename="../Project/Project.py" line="2484"/> <source>None</source> <translation>Keines</translation> </message> <message> - <location filename="../Project/Project.py" line="364"/> + <location filename="../Project/Project.py" line="374"/> <source>Registering Project Type</source> <translation>Projekttyp Registrierung</translation> </message> <message> - <location filename="../Project/Project.py" line="5162"/> + <location filename="../Project/Project.py" line="5291"/> <source><p>The file <b>{0}</b> could not be stored in the archive. Ignoring it.</p><p>Reason: {1}</p></source> <translation><p>Die Datei <b>{0}</b> konnte nicht im Archiv gespeichert werde. Sie wird ignoriert.</p><p>Ursache: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5236"/> + <location filename="../Project/Project.py" line="5365"/> <source><p>The plugin file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation><p>Die Plugindatei <b>{0}</b> konnte nicht gelesen werden.<br>Grund: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1312"/> + <location filename="../Project/Project.py" line="1333"/> <source>You have to specify a translation pattern first.</source> <translation>Sie müssen zuerst ein Übersetzungsmuster festlegen.</translation> </message> <message> - <location filename="../Project/Project.py" line="2523"/> + <location filename="../Project/Project.py" line="2583"/> <source>Translation Pattern</source> <translation>Übersetzungsmuster</translation> </message> <message> - <location filename="../Project/Project.py" line="2523"/> + <location filename="../Project/Project.py" line="2583"/> <source>Enter the path pattern for translation files (use '%language%' in place of the language code):</source> <translation>Gib das Pfadmuster für Übersetzungsdateien ein (benutze „%language%“ anstelle des Sprachcodes):</translation> </message> <message> - <location filename="../Project/Project.py" line="4562"/> + <location filename="../Project/Project.py" line="4691"/> <source><p>The selected VCS <b>{0}</b> could not be found.<br/>Disabling version control.</p><p>{1}</p></source> <translation><p>Das ausgewählte Versionskontrollsystem <b>{0}</b> konnte nicht gefunden werden.<br/>Versionskontrolle nicht möglich.</p><p>{1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3803"/> + <location filename="../Project/Project.py" line="3890"/> <source>Lexer Associations</source> <translation>Lexerzuordnungen</translation> </message> <message> - <location filename="../Project/Project.py" line="3803"/> + <location filename="../Project/Project.py" line="3890"/> <source>Lexer Associations...</source> <translation>Lexerzuordnungen...</translation> </message> <message> - <location filename="../Project/Project.py" line="3807"/> + <location filename="../Project/Project.py" line="3894"/> <source>Show the project lexer associations (overriding defaults)</source> <translation>Zeigt die projektspezifischen Lexerzuordnungen</translation> </message> <message> - <location filename="../Project/Project.py" line="3809"/> + <location filename="../Project/Project.py" line="3896"/> <source><b>Lexer Associations...</b><p>This shows a dialog to edit the lexer associations of the project. These associations override the global lexer associations. Lexers are used to highlight the editor text.</p></source> <translation><b>Lexerzuordnungen</b><p>Dies öffnet einen Dialog, um die projektspezifischen Lexerzuordnungen zu bearbeiten. Diese Zuordnungen überschreiben die globalen Lexerzuordnungen. Lexer werden verwendet, um den Editortext einzufärben.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="280"/> + <location filename="../Project/Project.py" line="290"/> <source>PySide GUI</source> <translation>PySide Oberfläche</translation> </message> <message> - <location filename="../Project/Project.py" line="281"/> + <location filename="../Project/Project.py" line="291"/> <source>PySide Console</source> <translation>PySide Kommandozeile</translation> </message> <message> - <location filename="../Project/Project.py" line="167"/> + <location filename="../Project/Project.py" line="176"/> <source>Python3 Files (*.py *.py3);;Python3 GUI Files (*.pyw *.pyw3);;</source> <translation>Python 3-Dateien (*.py *.py3);;Python 3-GUI-Dateien (*.pyw *.pyw3);;</translation> </message> <message> - <location filename="../Project/Project.py" line="1587"/> + <location filename="../Project/Project.py" line="1608"/> <source><p>The selected file <b>{0}</b> could not be added to <b>{1}</b>.</p><p>Reason: {2}</p></source> <translation><p>Die ausgewählte Datei <b>{0}</b> konnte nicht zu <b>{1}</b> hinzugefügt werden.</p><p>Ursache: {2}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1644"/> + <location filename="../Project/Project.py" line="1665"/> <source><p>The target directory <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation><p>Das Zielverzeichnis <b>{0}</b> konnte nicht erstellt werden.</p><p>Ursache: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="164"/> + <location filename="../Project/Project.py" line="173"/> <source>Python2 Files (*.py2);;Python2 GUI Files (*.pyw2);;</source> <translation>Python 2-Dateien (*.py2);;Python 2-GUI-Dateien (*.pyw2);;</translation> </message> <message> - <location filename="../Project/Project.py" line="2313"/> + <location filename="../Project/Project.py" line="2352"/> <source>Create main script</source> <translation>Hauptskript erzeugen</translation> </message> <message> - <location filename="../Project/Project.py" line="2313"/> + <location filename="../Project/Project.py" line="2352"/> <source><p>The mainscript <b>{0}</b> could not be created.<br/>Reason: {1}</p></source> <translation><p>Das Hauptskript <b>{0}</b> konnte nicht erzeugt werden.<br/>Ursache: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3992"/> + <location filename="../Project/Project.py" line="4079"/> <source>Load Diagram</source> <translation>Diagramm laden</translation> </message> <message> - <location filename="../Project/Project.py" line="3992"/> + <location filename="../Project/Project.py" line="4079"/> <source>&Load Diagram...</source> <translation>Diagramm &laden...</translation> </message> <message> - <location filename="../Project/Project.py" line="3996"/> + <location filename="../Project/Project.py" line="4083"/> <source>Load a diagram from file.</source> <translation>Lade ein Diagramm aus einer Datei.</translation> </message> <message> - <location filename="../Project/Project.py" line="3998"/> + <location filename="../Project/Project.py" line="4085"/> <source><b>Load Diagram...</b><p>This loads a diagram from file.</p></source> <translation><b>Diagramm laden...</b><p>Dies lädt ein Diagramm aus einer Datei.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="341"/> + <location filename="../Project/Project.py" line="351"/> <source><p>The Programming Language <b>{0}</b> is not supported.</p></source> <translation><p>Die Programmiersprache <b>{0}</b> wird nicht unterstützt.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="364"/> + <location filename="../Project/Project.py" line="374"/> <source><p>The Project type <b>{0}</b> is already registered.</p></source> <translation><p>Der Projekttyp <b>{0}</b> ist bereits registriert.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="352"/> + <location filename="../Project/Project.py" line="362"/> <source><p>The Project type <b>{0}</b> is already registered with Programming Language <b>{1}</b>.</p></source> <translation><p>Der Projekttyp <b>{0}</b> ist bereits für die Programmiersprache <b>{1}</b> registriert.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="262"/> + <location filename="../Project/Project.py" line="272"/> <source>PyQt5 GUI</source> <translation>PyQt5 Oberfläche</translation> </message> <message> - <location filename="../Project/Project.py" line="263"/> + <location filename="../Project/Project.py" line="273"/> <source>PyQt5 Console</source> <translation>PyQt5 Kommandozeile</translation> </message> <message> - <location filename="../Project/Project.py" line="4550"/> + <location filename="../Project/Project.py" line="4679"/> <source><p>The selected VCS <b>{0}</b> could not be found. <br/>Reverting override.</p><p>{1}</p></source> <translation><p>Das ausgewählte Versionskontrollsystem <b>{0}</b> konnte nicht gefunden werden.<br/>Ignoriere Übersteuerung.</p><p>{1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5278"/> + <location filename="../Project/Project.py" line="5407"/> <source><p>The plugin file <b>{0}</b> could not be read.</p> <p>Reason: {1}</p></source> <translation><p>Die Plugindatei <b>{0}</b> konnte nicht gelesen werden.<br>Ursache: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4012"/> + <location filename="../Project/Project.py" line="4099"/> <source>Create an initial PKGLIST file for an eric6 plugin.</source> <translation>Erzeugt eine erste PKGLIST-Datei für ein eric6-Plugin.</translation> </message> <message> - <location filename="../Project/Project.py" line="4014"/> + <location filename="../Project/Project.py" line="4101"/> <source><b>Create Package List</b><p>This creates an initial list of files to include in an eric6 plugin archive. The list is created from the project file.</p></source> <translation><b>Erzeuge Paketliste</b><p>Dies erzeugt eine erste Liste von Dateien, die in ein eric6-Pluginarchive einbezogen werden sollen. Die Liste wird aus der Projektdatei erzeugt.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5127"/> + <location filename="../Project/Project.py" line="5256"/> <source><p>The eric6 plugin archive file <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation><p>Die eric6 Plugin Archivdatei <b>{0}</b> konnte nicht erzeugt werden.</p><p>Ursache: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="260"/> + <location filename="../Project/Project.py" line="270"/> <source>PyQt4 GUI</source> <translation>PyQt4 Oberfläche</translation> </message> <message> - <location filename="../Project/Project.py" line="261"/> + <location filename="../Project/Project.py" line="271"/> <source>PyQt4 Console</source> <translation>PyQt4 Kommandozeile</translation> </message> <message> - <location filename="../Project/Project.py" line="264"/> + <location filename="../Project/Project.py" line="274"/> <source>Eric6 Plugin</source> <translation>Eric6 Plugin</translation> </message> <message> - <location filename="../Project/Project.py" line="2747"/> + <location filename="../Project/Project.py" line="2828"/> <source>Create project management directory</source> <translation>Projektverwaltungsverzeichnis erstellen</translation> </message> <message> - <location filename="../Project/Project.py" line="2747"/> + <location filename="../Project/Project.py" line="2828"/> <source><p>The project directory <b>{0}</b> is not writable.</p></source> <translation><p>Das Projektverzeichnis <b>{0}</b> ist nicht beschreibbar.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3742"/> + <location filename="../Project/Project.py" line="3829"/> <source>Alt+Ctrl+P</source> <comment>Project|Search Project File</comment> <translation>Alt+Ctrl+P</translation> </message> <message> - <location filename="../Project/Project.py" line="3748"/> + <location filename="../Project/Project.py" line="3835"/> <source>Search for a file in the project list of files.</source> <translation>Suche nach einer Datei in der Liste der Projektdateien.</translation> </message> <message> - <location filename="../Project/Project.py" line="3750"/> + <location filename="../Project/Project.py" line="3837"/> <source><b>Search Project File</b><p>This searches for a file in the project list of files.</p></source> <translation><b>Projektdatei suchen</b><p>Dies sucht nach einer Datei in der Liste der Projektdateien.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3742"/> + <location filename="../Project/Project.py" line="3829"/> <source>Search Project File</source> <translation>Projektdatei suchen</translation> </message> <message> - <location filename="../Project/Project.py" line="3742"/> + <location filename="../Project/Project.py" line="3829"/> <source>Search Project File...</source> <translation>Projektdatei suchen...</translation> </message> <message> - <location filename="../Project/Project.py" line="5056"/> + <location filename="../Project/Project.py" line="5185"/> <source>Create Plugin Archives</source> <translation>Erzeuge Plugin Archive</translation> </message> <message> - <location filename="../Project/Project.py" line="4023"/> + <location filename="../Project/Project.py" line="4110"/> <source>Create Plugin &Archives</source> <translation>Erzeuge Plugin &Archive</translation> </message> <message> - <location filename="../Project/Project.py" line="4028"/> + <location filename="../Project/Project.py" line="4115"/> <source>Create eric6 plugin archive files.</source> <translation>Erzeugt eric6 Plugin Archivdateien.</translation> </message> <message> - <location filename="../Project/Project.py" line="4030"/> + <location filename="../Project/Project.py" line="4117"/> <source><b>Create Plugin Archives</b><p>This creates eric6 plugin archive files using the list of files given in a PKGLIST* file. The archive name is built from the main script name if not designated in the package list file.</p></source> <translation><b>Erzeuge Pluginarchive</b><p>Dies erzeugt eric6-Pluginarchivdateien mit den Dateien, die in einer PKGLIST*-Datei angegeben wurden. Der Archivname wird aus dem Namen des Hauptskriptes generiert, falls er nicht in der Paketlistendatei angegeben ist.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4040"/> + <location filename="../Project/Project.py" line="4127"/> <source>Create Plugin Archives (Snapshot)</source> <translation>Erzeuge Plugin Archive (Snapshot)</translation> </message> <message> - <location filename="../Project/Project.py" line="4040"/> + <location filename="../Project/Project.py" line="4127"/> <source>Create Plugin Archives (&Snapshot)</source> <translation>Erzeuge Plugin Archive (&Snapshot)</translation> </message> <message> - <location filename="../Project/Project.py" line="4045"/> + <location filename="../Project/Project.py" line="4132"/> <source>Create eric6 plugin archive files (snapshot releases).</source> <translation>Erzeugt eric6 Plugin Archivdateien (Snapshot Releases).</translation> </message> <message> - <location filename="../Project/Project.py" line="4047"/> + <location filename="../Project/Project.py" line="4134"/> <source><b>Create Plugin Archives (Snapshot)</b><p>This creates eric6 plugin archive files using the list of files given in the PKGLIST* file. The archive name is built from the main script name if not designated in the package list file. The version entry of the main script is modified to reflect a snapshot release.</p></source> <translation><b>Erzeuge Pluginarchive (Snapshot)</b><p>Dies erzeugt eric6-Pluginarchivdateien mit den Dateien, die in der PKGLIST*-Datei angegeben wurden. Der Archivname wird aus dem Namen des Hauptskriptes generiert, falls er nicht in der Paketlistendatei angegeben ist. Der Versionseintrag des Hauptskriptes wird verändert, um ein Snapshot Release anzuzeigen.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5035"/> + <location filename="../Project/Project.py" line="5164"/> <source>Select package lists:</source> <translation>Wähle Paketlisten:</translation> </message> <message> - <location filename="../Project/Project.py" line="5052"/> + <location filename="../Project/Project.py" line="5181"/> <source>Creating plugin archives...</source> <translation>Erzeuge Plugin Archive...</translation> </message> <message> - <location filename="../Project/Project.py" line="5052"/> + <location filename="../Project/Project.py" line="5181"/> <source>Abort</source> <translation>Abbruch</translation> </message> <message> - <location filename="../Project/Project.py" line="5052"/> - <source>%v/%m Archives</source> - <translation>%v/%m Archive</translation> - </message> - <message> - <location filename="../Project/Project.py" line="5069"/> - <source><p>The file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> - <translation><p>Die Datei <b>{0}</b> konnte nicht geladen werden.<br/>Grund: {1}</p></translation> - </message> - <message> <location filename="../Project/Project.py" line="5181"/> + <source>%v/%m Archives</source> + <translation>%v/%m Archive</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5198"/> + <source><p>The file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> + <translation><p>Die Datei <b>{0}</b> konnte nicht geladen werden.<br/>Grund: {1}</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5310"/> <source><p>The eric6 plugin archive files were created with some errors.</p></source> <translation><p>Die eric6 Plugin Archivdateien wurden mit einigen Fehlern erzeugt.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5184"/> + <location filename="../Project/Project.py" line="5313"/> <source><p>The eric6 plugin archive files were created successfully.</p></source> <translation><p>Die eric6 Plugin Archivdateien wurden erfolgreich erzeugt.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5045"/> + <location filename="../Project/Project.py" line="5174"/> <source><p>No package list files (PKGLIST*) available or selected. Aborting...</p></source> <translation><p>Keine Paketlistendateien (PKGLIST*) verfügbar oder ausgewählt. Abbruch...</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5099"/> + <location filename="../Project/Project.py" line="5228"/> <source><p>The file <b>{0}</b> is not ready yet.</p><p>Please rework it and delete the'; initial_list' line of the header.</p></source> <translation><p>Die Datei <b>{0}</b> ist noch nicht bereit.</p><p>Bitte überarbeite sie und löschen die Zeile '; initial_list' des Dateikopfes.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3733"/> + <location filename="../Project/Project.py" line="3820"/> <source><b>Search new files...</b><p>This searches for new files (sources, *.ui, *.idl, *.proto) in the project directory and registered subdirectories.</p></source> <translation><b>Neue Dateien suchen...</b><p>Dies sucht im Projektverzeichnis und in registrierten Unterverzeichnissen nach neuen Dateien (Quellen, *.ui, *.idl, *.proto).</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3791"/> + <location filename="../Project/Project.py" line="3878"/> <source><b>Filetype Associations...</b><p>This shows a dialog to edit the file type associations of the project. These associations determine the type (source, form, interface, protocol 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><b>Dateitypzuordnungen...</b><p>Dies zeigt einen Dialog zur Eingabe der Dateitypzuordnungen des Projektes. Diese Zuordnungen bestimmen den Typ (Quellen, Formulare, Schnittstellen, Protokolle oder Sonstige) über ein Dateinamenmuster. Sie werden genutzt, wenn eine Datei zum Projekt hinzugefügt oder wenn nach neuen Dateien gesucht wird.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1435"/> + <location filename="../Project/Project.py" line="1456"/> <source><p>The selected translation file <b>{0}</b> could not be deleted.</p><p>Reason: {1}</p></source> <translation><p>Die ausgewählte Übersetzungsdatei <b>{0}</b> konnte nicht gelöscht werden.</p><p>Ursache: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2133"/> + <location filename="../Project/Project.py" line="2154"/> <source><p>The selected file <b>{0}</b> could not be deleted.</p><p>Reason: {1}</p></source> <translation><p>Die ausgewählte Datei <b>{0}</b> konnte nicht gelöscht werden.</p><p>Ursache: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2163"/> + <location filename="../Project/Project.py" line="2184"/> <source><p>The selected directory <b>{0}</b> could not be deleted.</p><p>Reason: {1}</p></source> <translation><p>Das ausgewählte Verzeichnis <b>{0}</b> konnte nicht gelöscht werden.</p><p>Ursache: {1}</p></translation> </message> + <message> + <location filename="../Project/Project.py" line="2654"/> + <source>Create Makefile</source> + <translation>Makefile erzeugen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="2654"/> + <source><p>The makefile <b>{0}</b> could not be created.<br/>Reason: {1}</p></source> + <translation><p>Die make Datei <b>{0}</b> konnte nicht erzeugt werden.<br/>Ursache: {1}</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5590"/> + <source>Execute Make</source> + <translation>Make ausführen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4148"/> + <source>&Execute Make</source> + <translation>&Make ausführen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4152"/> + <source>Perform a 'make' run.</source> + <translation>Führt eine 'make' Lauf aus.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4154"/> + <source><b>Execute Make</b><p>This performs a 'make' run to rebuild the configured target.</p></source> + <translation><b>Make ausführen</b><p>Die führt einen 'make' Lauf aus, um das konfigurierte Ziel zu bauen.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5570"/> + <source>Test for Changes</source> + <translation>Auf Änderungen prüfen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4162"/> + <source>&Test for Changes</source> + <translation>Auf Änderungen &prüfen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4166"/> + <source>Question 'make', if a rebuild is needed.</source> + <translation>Fragt 'make', ob ein Neubau erforderlich ist.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4168"/> + <source><b>Test for Changes</b><p>This questions 'make', if a rebuild of the configured target is necessary.</p></source> + <translation><b>Auf Änderungen prüfen</b><p>Dies fragt 'make', ob ein Neubau des konfigurierten Zieles erforderlich ist.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4210"/> + <source>Make</source> + <translation>Make</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5518"/> + <source>The make process did not start.</source> + <translation>Der make Prozess ist nicht gestartet.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5563"/> + <source>The make process crashed.</source> + <translation>Der make Prozess ist abgestürzt.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5573"/> + <source><p>There are changes that require the configured make target <b>{0}</b> to be rebuilt.</p></source> + <translation><p>Es gibt Änderungen, die einen Neubau des konfigurierten Zieles <b>{0}</b> erfordern.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5578"/> + <source><p>There are changes that require the default make target to be rebuilt.</p></source> + <translation><p>Es gibt Änderungen, die einen Neubau des Standardzieles erfordern.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5590"/> + <source>The makefile contains errors.</source> + <translation>Die make Datei enthält Fehler.</translation> + </message> </context> <context> <name>ProjectBaseBrowser</name> @@ -52139,74 +52287,84 @@ <translation>Rekursive Suche nach neuen Dateien</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="211"/> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="221"/> <source>Recent Projects</source> <translation>Zuletzt geöffnete Projekte</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="217"/> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="227"/> <source>Number of recent projects:</source> <translation>Anzahl zuletzt geöffneter Projekte:</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="224"/> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="234"/> <source>Enter the number of recent projects to remember</source> <translation>Gib die zu merkende Anzahl an zuletzt geöffneter Projekte ein</translation> </message> <message> <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="163"/> - <source>Automatically compile</source> - <translation>Automatische Übersetzung</translation> + <source>Automatisations</source> + <translation>Automatisierungen</translation> </message> <message> <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="172"/> - <source>changed forms</source> - <translation>geänderte Formulare</translation> + <source>compile changed forms</source> + <translation>geänderte Formulare übersetzen</translation> </message> <message> <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="182"/> - <source>changed resources</source> - <translation>geänderte Ressourcen</translation> + <source>compile changed resources</source> + <translation>geänderte Ressourcen übersetzen</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="202"/> + <source>Python Variant</source> + <translation>Python-Variante</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="208"/> + <source>Select to determine the Python variant from the project language</source> + <translation>Auswählen, um die Python-Variante über die Projektsprache zu bestimmen</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="211"/> + <source>Determine Python variant from project language</source> + <translation>Python-Variante über Projektsprache bestimmen</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="266"/> + <source>Tasks</source> + <translation>Aufgaben</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="272"/> + <source>Select to save the project tasks automatically</source> + <translation>Auswählen, um Projektaufgaben automatisch zu speichern</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="275"/> + <source>Save tasks automatically</source> + <translation>Aufgaben automatisch speichern</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="282"/> + <source>Select to rescan the project tasks when a project is opened</source> + <translation>Auswählen, um nach dem Öffnen eines Projektes Projektaufgaben neu zu ermitteln</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="285"/> + <source>Rescan tasks upon opening</source> + <translation>Aufgaben beim Öffnen regenerieren</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="189"/> + <source>Select to execute the configured 'make' command before a run action is performed</source> + <translation>Auswählen, um den konfigurierten 'make' Befehl vor dem Ausführen des Programms auszuführen</translation> </message> <message> <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="192"/> - <source>Python Variant</source> - <translation>Python-Variante</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="198"/> - <source>Select to determine the Python variant from the project language</source> - <translation>Auswählen, um die Python-Variante über die Projektsprache zu bestimmen</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="201"/> - <source>Determine Python variant from project language</source> - <translation>Python-Variante über Projektsprache bestimmen</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="256"/> - <source>Tasks</source> - <translation>Aufgaben</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="262"/> - <source>Select to save the project tasks automatically</source> - <translation>Auswählen, um Projektaufgaben automatisch zu speichern</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="265"/> - <source>Save tasks automatically</source> - <translation>Aufgaben automatisch speichern</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="272"/> - <source>Select to rescan the project tasks when a project is opened</source> - <translation>Auswählen, um nach dem Öffnen eines Projektes Projektaufgaben neu zu ermitteln</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="275"/> - <source>Rescan tasks upon opening</source> - <translation>Aufgaben beim Öffnen regenerieren</translation> + <source>execute make</source> + <translation>make ausführen</translation> </message> </context> <context> @@ -52962,12 +53120,12 @@ <context> <name>PropertiesDialog</name> <message> - <location filename="../Project/PropertiesDialog.py" line="105"/> + <location filename="../Project/PropertiesDialog.py" line="109"/> <source>The project is version controlled by <b>{0}</b>.</source> <translation>Das Projekt steht unter Versionskontrolle durch <b>{0}</b>.</translation> </message> <message> - <location filename="../Project/PropertiesDialog.py" line="111"/> + <location filename="../Project/PropertiesDialog.py" line="115"/> <source>The project is not version controlled.</source> <translation>Das Projekt steht nicht unter Versionskontrolle.</translation> </message> @@ -52986,24 +53144,24 @@ <p>Falls das Projekt mit einem Versionskontrollsystem verwaltet wird, zeigt der „Zeige Repositoryinfo“-Knopf Informationen über das Repository an.</p></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="275"/> + <location filename="../Project/PropertiesDialog.ui" line="315"/> <source>Enter authors email</source> <translation>Gib die E-Mail-Adresse des Autors ein</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="278"/> + <location filename="../Project/PropertiesDialog.ui" line="318"/> <source><b>Email</b> <p>Enter the email address of the author</p></source> <translation><b>E-Mail</b> <p>Gib die E-Mail-Adresse des Autors ein.</p></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="185"/> + <location filename="../Project/PropertiesDialog.ui" line="225"/> <source>Enter the main script</source> <translation>Hauptdatei eingeben</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="188"/> + <location filename="../Project/PropertiesDialog.ui" line="228"/> <source><b>Main Script</b> <p>Enter the main script of the project. You may select it with a dialog by pressing the button to the right.</p></source> @@ -53012,19 +53170,19 @@ eine Dialoges auswählen, indem Sie den Knopf rechts drücken.</p></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="299"/> + <location filename="../Project/PropertiesDialog.ui" line="339"/> <source>Enter description</source> <translation>Beschreibung eingeben</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="302"/> + <location filename="../Project/PropertiesDialog.ui" line="342"/> <source><b>Description</b> <p>Enter a short description for the project.</p></source> <translation><b>Beschreibung</b> <p>Gib eine kurze Beschreibung des Projektes ein.</p></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="244"/> + <location filename="../Project/PropertiesDialog.ui" line="284"/> <source>&Author:</source> <translation>&Autor:</translation> </message> @@ -53034,37 +53192,37 @@ <translation>Projekt&name:</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="114"/> + <location filename="../Project/PropertiesDialog.ui" line="154"/> <source>Project &Directory:</source> <translation>Projekt&verzeichnis:</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="145"/> + <location filename="../Project/PropertiesDialog.ui" line="185"/> <source>&Version No.:</source> <translation>&Versionsnummer:</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="84"/> + <location filename="../Project/PropertiesDialog.ui" line="86"/> <source>Select, if the project uses other programming languages as well</source> <translation>Auswählen, wenn das Projekt auch andere Programmiersprachen verwendet</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="87"/> + <location filename="../Project/PropertiesDialog.ui" line="89"/> <source>Mi&xed programming languages</source> <translation>&Gemischte Programmiersprachen</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="90"/> + <location filename="../Project/PropertiesDialog.ui" line="92"/> <source>Alt+X</source> <translation>Alt+G</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="133"/> + <location filename="../Project/PropertiesDialog.ui" line="173"/> <source>Enter the project directory</source> <translation>Gib das Projektverzeichnis ein</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="136"/> + <location filename="../Project/PropertiesDialog.ui" line="176"/> <source><b>Project Directory</b> <p>Enter the project directory. You may select it with a dialog by pressing the button to the right.</p></source> @@ -53073,29 +53231,29 @@ Dialoges auswählen, indem Sie den Knopf rechts drücken.</p></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="166"/> + <location filename="../Project/PropertiesDialog.ui" line="206"/> <source>&Main Script:</source> <translation>&Hauptdatei:</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="286"/> + <location filename="../Project/PropertiesDialog.ui" line="326"/> <source>&Description:</source> <translation>&Beschreibung:</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="254"/> + <location filename="../Project/PropertiesDialog.ui" line="294"/> <source>Enter authors name</source> <translation>Autorenname eingeben</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="257"/> + <location filename="../Project/PropertiesDialog.ui" line="297"/> <source><b>Author</b> <p>Enter the name of the author.</p></source> <translation><b>Autor</b> <p>Gib den Autorennamen ein.</p></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="265"/> + <location filename="../Project/PropertiesDialog.ui" line="305"/> <source>&Email:</source> <translation>&E-Mail:</translation> </message> @@ -53112,54 +53270,54 @@ <p>Gib den Projektnamen ein.</p></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="155"/> + <location filename="../Project/PropertiesDialog.ui" line="195"/> <source>Enter the version number</source> <translation>Versionsnummer eingeben</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="158"/> + <location filename="../Project/PropertiesDialog.ui" line="198"/> <source><b>Version No.</b> <p>Enter the version no.</p></source> <translation><b>Versionsnummer</b> <p>Gib die Versionsnummer ein.</p></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="343"/> + <location filename="../Project/PropertiesDialog.ui" line="383"/> <source>Press to show information about the repository</source> <translation>Betätigen um Informationen über das Repository anzuzeigen</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="346"/> + <location filename="../Project/PropertiesDialog.ui" line="386"/> <source>Show &Repository Info</source> <translation>Zeige &Repositoryinfo</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="349"/> + <location filename="../Project/PropertiesDialog.ui" line="389"/> <source>Alt+R</source> <translation>Alt+R</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="197"/> + <location filename="../Project/PropertiesDialog.ui" line="237"/> <source>Press to edit the translations properties</source> <translation>Drücken, um die Einstellungen für Übersetzungen zu ändern</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="200"/> + <location filename="../Project/PropertiesDialog.ui" line="240"/> <source>Translations Properties...</source> <translation>Übersetzungseigenschaften...</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="97"/> + <location filename="../Project/PropertiesDialog.ui" line="137"/> <source>Project &Type:</source> <translation>Projekt&typ:</translation> </message> <message> - <location filename="../Project/PropertiesDialog.py" line="56"/> + <location filename="../Project/PropertiesDialog.py" line="60"/> <source>Source Files ({0});;All Files (*)</source> <translation>Quelldateien ({0});;Alle Dateien (*)</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="107"/> + <location filename="../Project/PropertiesDialog.ui" line="147"/> <source>Select the type of the project</source> <translation>Wähle den Typ des Projektes</translation> </message> @@ -53195,45 +53353,60 @@ <translation>Einstellungen für Rechtschreibprüfung...</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="207"/> + <location filename="../Project/PropertiesDialog.ui" line="247"/> <source>End of &Line Character:</source> <translation>&Zeilenendezeichen:</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="217"/> + <location filename="../Project/PropertiesDialog.ui" line="257"/> <source>Select the end of line character to be used by the project</source> <translation>Wähle das Zeilenendezeichen, das vom Projekt verwendet wird</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="221"/> + <location filename="../Project/PropertiesDialog.ui" line="261"/> <source>System</source> <translation>System</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="226"/> + <location filename="../Project/PropertiesDialog.ui" line="266"/> <source>Unix</source> <translation>Unix</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="231"/> + <location filename="../Project/PropertiesDialog.ui" line="271"/> <source>Macintosh</source> <translation>Macintosh</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="236"/> + <location filename="../Project/PropertiesDialog.ui" line="276"/> <source>Windows/DOS</source> <translation>Windows/DOS</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="318"/> + <location filename="../Project/PropertiesDialog.ui" line="358"/> <source>Select to create a version controlled project</source> <translation>Auswählen, um ein Projekt mit Versionskontrolle zu erzeugen</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="321"/> + <location filename="../Project/PropertiesDialog.ui" line="361"/> <source>Version Controlled Project</source> <translation>Projekt mit Versionskontrolle</translation> </message> + <message> + <location filename="../Project/PropertiesDialog.ui" line="112"/> + <source>Select to activate the 'make' support</source> + <translation>Auswählen, um die 'make' Unterstützung zu aktivieren</translation> + </message> + <message> + <location filename="../Project/PropertiesDialog.ui" line="115"/> + <source>Enable 'make' Support</source> + <translation>'make' Unterstützung aktiv</translation> + </message> + <message> + <location filename="../Project/PropertiesDialog.ui" line="125"/> + <source>Press to open a dialog to enter the 'make' parameters</source> + <translation>Drücken, um einen Dialog zur Eingabe der 'make' Parameter zu öffnen</translation> + </message> </context> <context> <name>ProtobufPage</name> @@ -73619,252 +73792,252 @@ <context> <name>UserInterface</name> <message> - <location filename="../UI/UserInterface.py" line="1718"/> + <location filename="../UI/UserInterface.py" line="1721"/> <source>What's This?</source> <translation>Was ist das?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1724"/> + <location filename="../UI/UserInterface.py" line="1727"/> <source>Context sensitive help</source> <translation>Kontextsensitive Hilfe</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1725"/> + <location filename="../UI/UserInterface.py" line="1728"/> <source><b>Display context sensitive help</b><p>In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.</p></source> <translation><b>Zeige kontextsensitive Hilfe an<b></p>Im „Was ist das?“-Modus (der Mauszeiger stellt einen Pfeil mit Fragezeichen dar) wird auf einen Mausklick eine kurze Hilfebeschreibung zu dem ausgewählten MMI-Element angezeigt. In Dialogen kann diese Funktionalität durch den entsprechenden Knopf im Fensterkopf erreicht werden.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1737"/> + <location filename="../UI/UserInterface.py" line="1740"/> <source>Helpviewer</source> <translation>Hilfe</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1737"/> + <location filename="../UI/UserInterface.py" line="1740"/> <source>&Helpviewer...</source> <translation>&Hilfe...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1743"/> + <location filename="../UI/UserInterface.py" line="1746"/> <source>Open the helpviewer window</source> <translation>Öffnet das Hilfe-Fenster</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2790"/> + <location filename="../UI/UserInterface.py" line="2793"/> <source>Unittest</source> <translation>Modultests</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1843"/> + <location filename="../UI/UserInterface.py" line="1846"/> <source>&Unittest...</source> <translation>&Modultests...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1848"/> + <location filename="../UI/UserInterface.py" line="1851"/> <source>Start unittest dialog</source> <translation>Starte den Modultest Dialog</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2666"/> + <location filename="../UI/UserInterface.py" line="2669"/> <source>&Window</source> <translation>&Fenster</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2716"/> + <location filename="../UI/UserInterface.py" line="2719"/> <source>&Help</source> <translation>&Hilfe</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1331"/> + <location filename="../UI/UserInterface.py" line="1334"/> <source>Quit</source> <translation>Beenden</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2111"/> + <location filename="../UI/UserInterface.py" line="2114"/> <source>Preferences</source> <translation>Einstellungen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2111"/> + <location filename="../UI/UserInterface.py" line="2114"/> <source>&Preferences...</source> <translation>&Einstellungen...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2116"/> + <location filename="../UI/UserInterface.py" line="2119"/> <source>Set the prefered configuration</source> <translation>Konfiguriert die Einstellungen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2118"/> + <location filename="../UI/UserInterface.py" line="2121"/> <source><b>Preferences</b><p>Set the configuration items of the application with your prefered values.</p></source> <translation><b>Einstellungen</b><p>Konfiguriert die einstellbaren Parameter der Applikation nach Ihren Wünschen.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1337"/> + <location filename="../UI/UserInterface.py" line="1340"/> <source>Quit the IDE</source> <translation>Beenden der Entwicklungsumgebung</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2789"/> + <location filename="../UI/UserInterface.py" line="2792"/> <source>Tools</source> <translation>Werkzeuge</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4598"/> + <location filename="../UI/UserInterface.py" line="4601"/> <source>Help</source> <translation>Hilfe</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2691"/> + <location filename="../UI/UserInterface.py" line="2694"/> <source>&Toolbars</source> <translation>&Werkzeugleisten</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4724"/> + <location filename="../UI/UserInterface.py" line="4727"/> <source>Problem</source> <translation>Problem</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1331"/> + <location filename="../UI/UserInterface.py" line="1334"/> <source>&Quit</source> <translation>B&eenden</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1338"/> + <location filename="../UI/UserInterface.py" line="1341"/> <source><b>Quit the IDE</b><p>This quits the IDE. Any unsaved changes may be saved first. Any Python program being debugged will be stopped and the preferences will be written to disc.</p></source> <translation><b>Die Entwicklungsumgebung beenden</b><p>Dies beendet die Entwicklungsumgebung. Ungesicherte Änderungen können zuvor gesichert werden. Ein Python-Programm, das gerade debuggt wird, wird beendet und sämtliche Einstellungen werden gespeichert.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1718"/> + <location filename="../UI/UserInterface.py" line="1721"/> <source>&What's This?</source> <translation>&Was ist das?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4913"/> + <location filename="../UI/UserInterface.py" line="4916"/> <source>Process Generation Error</source> <translation>Fehler beim Prozessstart</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1297"/> + <location filename="../UI/UserInterface.py" line="1300"/> <source>{0} - Passive Mode</source> <translation>{0} – Passiver Modus</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1304"/> + <location filename="../UI/UserInterface.py" line="1307"/> <source>{0} - {1} - Passive Mode</source> <translation>{0} – {1} – Passiver Modus</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1513"/> + <location filename="../UI/UserInterface.py" line="1516"/> <source>Log-Viewer</source> <translation>Ausgabefenster</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2791"/> + <location filename="../UI/UserInterface.py" line="2794"/> <source>Settings</source> <translation>Einstellungen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1765"/> + <location filename="../UI/UserInterface.py" line="1768"/> <source>Show Versions</source> <translation>Zeige Versionen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1765"/> + <location filename="../UI/UserInterface.py" line="1768"/> <source>Show &Versions</source> <translation>Zeige &Versionen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1769"/> + <location filename="../UI/UserInterface.py" line="1772"/> <source>Display version information</source> <translation>Zeigt Versionsinformationen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1771"/> + <location filename="../UI/UserInterface.py" line="1774"/> <source><b>Show Versions</b><p>Display version information.</p></source> <translation><b>Zeige Versionen</b><p>Zeigt Versionsinformationen an.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2216"/> + <location filename="../UI/UserInterface.py" line="2219"/> <source>Keyboard Shortcuts</source> <translation>Tastaturkurzbefehle</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2216"/> + <location filename="../UI/UserInterface.py" line="2219"/> <source>Keyboard &Shortcuts...</source> <translation>&Tastaturkurzbefehle...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2221"/> + <location filename="../UI/UserInterface.py" line="2224"/> <source>Set the keyboard shortcuts</source> <translation>Setze die Tastaturkurzbefehle</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2223"/> + <location filename="../UI/UserInterface.py" line="2226"/> <source><b>Keyboard Shortcuts</b><p>Set the keyboard shortcuts of the application with your prefered values.</p></source> <translation><b>Tastaturkurzbefehle</b><p>Setze die Tastaturkurzbefehle der Applikation mit den bevorzugten Werten.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2620"/> + <location filename="../UI/UserInterface.py" line="2623"/> <source>E&xtras</source> <translation>E&xtras</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3218"/> + <location filename="../UI/UserInterface.py" line="3221"/> <source>Report Bug</source> <translation>Fehler berichten</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1816"/> + <location filename="../UI/UserInterface.py" line="1819"/> <source>Report &Bug...</source> <translation>&Fehler berichten...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1820"/> + <location filename="../UI/UserInterface.py" line="1823"/> <source>Report a bug</source> <translation>Einen Fehler berichten</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1821"/> + <location filename="../UI/UserInterface.py" line="1824"/> <source><b>Report Bug...</b><p>Opens a dialog to report a bug.</p></source> <translation><b>Fehler berichten...</b><p>Öffnet einen Dialog zum Senden eines Fehlerberichtes.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5712"/> + <location filename="../UI/UserInterface.py" line="5715"/> <source>Export Keyboard Shortcuts</source> <translation>Tastaturkurzbefehle exportieren</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2231"/> + <location filename="../UI/UserInterface.py" line="2234"/> <source>&Export Keyboard Shortcuts...</source> <translation>Tastaturkurzbefehle &exportieren...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2236"/> + <location filename="../UI/UserInterface.py" line="2239"/> <source>Export the keyboard shortcuts</source> <translation>Exportiert die Tastaturkurzbefehle</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2238"/> + <location filename="../UI/UserInterface.py" line="2241"/> <source><b>Export Keyboard Shortcuts</b><p>Export the keyboard shortcuts of the application.</p></source> <translation><b>Tastaturkurzbefehle exportieren</b><p>Exportiert die Tastaturkurzbefehle der Applikation.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5736"/> + <location filename="../UI/UserInterface.py" line="5739"/> <source>Import Keyboard Shortcuts</source> <translation>Tastaturkurzbefehle importieren</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2245"/> + <location filename="../UI/UserInterface.py" line="2248"/> <source>&Import Keyboard Shortcuts...</source> <translation>Tastaturkurzbefehle &importieren...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2250"/> + <location filename="../UI/UserInterface.py" line="2253"/> <source>Import the keyboard shortcuts</source> <translation>Importiert die Tastaturkurzbefehle</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2252"/> + <location filename="../UI/UserInterface.py" line="2255"/> <source><b>Import Keyboard Shortcuts</b><p>Import the keyboard shortcuts of the application.</p></source> <translation><b>Tastaturkurzbefehle importieren</b><p>Importiert die Tastaturkurzbefehle der Applikation.</p></translation> </message> @@ -73879,617 +74052,617 @@ <translation>Erstelle Verbindungen...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="559"/> + <location filename="../UI/UserInterface.py" line="562"/> <source>Initializing Actions...</source> <translation>Initialisiere Aktionen...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="561"/> + <location filename="../UI/UserInterface.py" line="564"/> <source>Initializing Menus...</source> <translation>Initialisiere Menüs...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="563"/> + <location filename="../UI/UserInterface.py" line="566"/> <source>Initializing Toolbars...</source> <translation>Initialisiere Werkzeugleisten...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="565"/> + <location filename="../UI/UserInterface.py" line="568"/> <source>Initializing Statusbar...</source> <translation>Initialisiere Statuszeile...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="513"/> + <location filename="../UI/UserInterface.py" line="516"/> <source>Initializing Tools...</source> <translation>Initialisiere Werkzeuge...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1849"/> + <location filename="../UI/UserInterface.py" line="1852"/> <source><b>Unittest</b><p>Perform unit tests. The dialog gives you the ability to select and run a unittest suite.</p></source> <translation><b>Modultests</b><p>Führe Modultests durch. Der Dialog bietet die Möglichkeit eine Zusammenstellung von Modultests auszuwählen und auszuführen.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1857"/> + <location filename="../UI/UserInterface.py" line="1860"/> <source>Unittest Restart</source> <translation>Modultest neu starten</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1862"/> + <location filename="../UI/UserInterface.py" line="1865"/> <source>Restart last unittest</source> <translation>Modultest neu starten</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1863"/> + <location filename="../UI/UserInterface.py" line="1866"/> <source><b>Restart Unittest</b><p>Restart the unittest performed last.</p></source> <translation><b>Modultest neu starten</b><p>Den letzten durchgeführten Modultest neu starten.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1887"/> + <location filename="../UI/UserInterface.py" line="1890"/> <source>Unittest Script</source> <translation>Modultest (Skript)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1892"/> + <location filename="../UI/UserInterface.py" line="1895"/> <source>Run unittest with current script</source> <translation>Modultest für aktuelles Skript ausführen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1894"/> + <location filename="../UI/UserInterface.py" line="1897"/> <source><b>Unittest Script</b><p>Run unittest with current script.</p></source> <translation><b>Modultest (Skript)</b><p>Modultest für aktuelles Skript ausführen.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4346"/> + <location filename="../UI/UserInterface.py" line="4349"/> <source>Unittest Project</source> <translation>Modultest (Projekt)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1907"/> + <location filename="../UI/UserInterface.py" line="1910"/> <source>Run unittest with current project</source> <translation>Modultest für aktuellesProjekt ausführen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1909"/> + <location filename="../UI/UserInterface.py" line="1912"/> <source><b>Unittest Project</b><p>Run unittest with current project.</p></source> <translation><b>Modultest (Projekt)</b><p>Modultest für aktuelles Projekt ausführen.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2603"/> + <location filename="../UI/UserInterface.py" line="2606"/> <source>&Unittest</source> <translation>&Modultests</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4346"/> + <location filename="../UI/UserInterface.py" line="4349"/> <source>There is no main script defined for the current project. Aborting</source> <translation>Für das aktuelle Projekt ist kein Hauptskript festgelegt. Abbruch</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1857"/> + <location filename="../UI/UserInterface.py" line="1860"/> <source>&Restart Unittest...</source> <translation>Modultest &neu starten...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1887"/> + <location filename="../UI/UserInterface.py" line="1890"/> <source>Unittest &Script...</source> <translation>Modultest (&Skript)...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1902"/> + <location filename="../UI/UserInterface.py" line="1905"/> <source>Unittest &Project...</source> <translation>Modultest (&Projekt)...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1997"/> + <location filename="../UI/UserInterface.py" line="2000"/> <source>Compare Files</source> <translation>Dateien vergleichen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1997"/> + <location filename="../UI/UserInterface.py" line="2000"/> <source>&Compare Files...</source> <translation>Dateien &vergleichen...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2015"/> + <location filename="../UI/UserInterface.py" line="2018"/> <source>Compare two files</source> <translation>Zwei Dateien vergleichen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2003"/> + <location filename="../UI/UserInterface.py" line="2006"/> <source><b>Compare Files</b><p>Open a dialog to compare two files.</p></source> <translation><b>Dateien vergleichen</b><p>Öffnet einen Dialog zum Vergleich zweier Dateien.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2010"/> + <location filename="../UI/UserInterface.py" line="2013"/> <source>Compare Files side by side</source> <translation>Dateien Seite an Seite vergleichen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2016"/> + <location filename="../UI/UserInterface.py" line="2019"/> <source><b>Compare Files side by side</b><p>Open a dialog to compare two files and show the result side by side.</p></source> <translation><b>Dateien Seite an Seite vergleichen</b><p>Öffnet einen Dialog zum Vergleich zweier Dateien und zur Anzeige des Ergebnisse Seite an Seite.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6295"/> + <location filename="../UI/UserInterface.py" line="6298"/> <source>Drop Error</source> <translation>Drop-Fehler</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="592"/> + <location filename="../UI/UserInterface.py" line="595"/> <source>Initializing Single Application Server...</source> <translation>Initialisiere Applikationsserver...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1308"/> + <location filename="../UI/UserInterface.py" line="1311"/> <source>{0} - {1} - {2} - Passive Mode</source> <translation>{0} . {1} – {2} – Passiver Modus</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1496"/> + <location filename="../UI/UserInterface.py" line="1499"/> <source>File-Browser</source> <translation>Dateibrowser</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1393"/> + <location filename="../UI/UserInterface.py" line="1396"/> <source>Edit Profile</source> <translation>Editieren-Profil</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1399"/> + <location filename="../UI/UserInterface.py" line="1402"/> <source>Activate the edit view profile</source> <translation>Aktiviert das Editieren-Ansichtsprofil</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1401"/> + <location filename="../UI/UserInterface.py" line="1404"/> <source><b>Edit Profile</b><p>Activate the "Edit View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.</p></source> <translation><b>Editieren-Profil</b><p>Aktiviert das „Editieren-Ansichtsprofil“. Fenster, die in diesem Profil angezeigt werden sollen, können im „Ansichtenprofile konfigurieren“-Dialog ausgewählt werden.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1410"/> + <location filename="../UI/UserInterface.py" line="1413"/> <source>Debug Profile</source> <translation>Debuggen-Profil</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1416"/> + <location filename="../UI/UserInterface.py" line="1419"/> <source>Activate the debug view profile</source> <translation>Aktiviert das Debuggen-Ansichtsprofil</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1418"/> + <location filename="../UI/UserInterface.py" line="1421"/> <source><b>Debug Profile</b><p>Activate the "Debug View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.</p></source> <translation><b>Debuggen-Profil</b><p>Aktiviert das „Debuggen Ansichtsprofil“. Fenster, die in diesem Profil angezeigt werden sollen, können im „Ansichtenprofile konfigurieren“-Dialog ausgewählt werden.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2184"/> + <location filename="../UI/UserInterface.py" line="2187"/> <source>View Profiles</source> <translation>Ansichtenprofile</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2184"/> + <location filename="../UI/UserInterface.py" line="2187"/> <source>&View Profiles...</source> <translation>&Ansichtenprofile...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2189"/> + <location filename="../UI/UserInterface.py" line="2192"/> <source>Configure view profiles</source> <translation>Ansichtenprofile konfigurieren</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2191"/> + <location filename="../UI/UserInterface.py" line="2194"/> <source><b>View Profiles</b><p>Configure the view profiles. With this dialog you may set the visibility of the various windows for the predetermined view profiles.</p></source> <translation><b>Ansichtenprofile</b><p>Ansichtenprofile konfigurieren. Mit diesem Dialog kann die Sichtbarkeit der verschiedenen Fenster für die vorbestimmten Ansichtenprofile eingestellt werden.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4724"/> + <location filename="../UI/UserInterface.py" line="4727"/> <source><p>The file <b>{0}</b> does not exist or is zero length.</p></source> <translation><p>Die Datei <b>{0}</b> existiert nicht oder hat die Größe Null.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4452"/> + <location filename="../UI/UserInterface.py" line="4455"/> <source><p>Could not start Qt-Designer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Qt-Designer konnte nicht gestartet werden.<br>Stellen Sie sicher, dass es als <b>{0}</b> verfügbar ist.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4519"/> + <location filename="../UI/UserInterface.py" line="4522"/> <source><p>Could not start Qt-Linguist.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Qt-Linguist konnte nicht gestartet werden.<br>Stellen Sie sicher, dass es als <b>{0}</b> verfügbar ist.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4570"/> + <location filename="../UI/UserInterface.py" line="4573"/> <source><p>Could not start Qt-Assistant.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Qt-Assistant konnte nicht gestartet werden.<br>Stellen Sie sicher, dass es als <b>{0}</b> verfügbar ist.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4913"/> + <location filename="../UI/UserInterface.py" line="4916"/> <source><p>Could not start the tool entry <b>{0}</b>.<br>Ensure that it is available as <b>{1}</b>.</p></source> <translation><p>Der Werkzeugeeintrag <b>{0}</b> konnte nicht gestartet werden.<br>Stellen Sie sicher, dass er als <b>{1}</b> verfügbar ist.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6295"/> + <location filename="../UI/UserInterface.py" line="6298"/> <source><p><b>{0}</b> is not a file.</p></source> <translation><p><b>{0}</b> ist keine Datei.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1970"/> + <location filename="../UI/UserInterface.py" line="1973"/> <source>UI Previewer</source> <translation>UI-Vorschau</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1970"/> + <location filename="../UI/UserInterface.py" line="1973"/> <source>&UI Previewer...</source> <translation>&UI-Vorschau...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1975"/> + <location filename="../UI/UserInterface.py" line="1978"/> <source>Start the UI Previewer</source> <translation>Starte die UI-Vorschau</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1976"/> + <location filename="../UI/UserInterface.py" line="1979"/> <source><b>UI Previewer</b><p>Start the UI Previewer.</p></source> <translation><b>UI-Vorschau</b><p>Starte die UI-Vorschau.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4680"/> + <location filename="../UI/UserInterface.py" line="4683"/> <source><p>Could not start UI Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Die UI-Vorschau 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="1983"/> + <location filename="../UI/UserInterface.py" line="1986"/> <source>Translations Previewer</source> <translation>Übersetzungsvorschau</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1983"/> + <location filename="../UI/UserInterface.py" line="1986"/> <source>&Translations Previewer...</source> <translation>&Übersetzungsvorschau...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1988"/> + <location filename="../UI/UserInterface.py" line="1991"/> <source>Start the Translations Previewer</source> <translation>Die Übersetzungsvorschau starten</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1990"/> + <location filename="../UI/UserInterface.py" line="1993"/> <source><b>Translations Previewer</b><p>Start the Translations Previewer.</p></source> <translation><b>Übersetzungsvorschau</b><p>Dies startet das Programm zur Vorschau von Übersetzungen.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4735"/> + <location filename="../UI/UserInterface.py" line="4738"/> <source><p>Could not start Translation Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Die Übersetzungsvorschau 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="1480"/> + <location filename="../UI/UserInterface.py" line="1483"/> <source>Shell</source> <translation>Shell</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1480"/> + <location filename="../UI/UserInterface.py" line="1483"/> <source>&Shell</source> <translation>&Shell</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2155"/> + <location filename="../UI/UserInterface.py" line="2158"/> <source>Reload APIs</source> <translation>APIs neu laden</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2155"/> + <location filename="../UI/UserInterface.py" line="2158"/> <source>Reload &APIs</source> <translation>APIs &neu laden</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2159"/> + <location filename="../UI/UserInterface.py" line="2162"/> <source>Reload the API information</source> <translation>Die API-Informationen neu laden</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2161"/> + <location filename="../UI/UserInterface.py" line="2164"/> <source><b>Reload APIs</b><p>Reload the API information.</p></source> <translation><b>APIs neu laden</b><p>Lädt die API-Informationen neu.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1531"/> + <location filename="../UI/UserInterface.py" line="1534"/> <source>Task-Viewer</source> <translation>Aufgabenanzeige</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5905"/> + <location filename="../UI/UserInterface.py" line="5908"/> <source>Save tasks</source> <translation>Aufgaben speichern</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5905"/> + <location filename="../UI/UserInterface.py" line="5908"/> <source><p>The tasks file <b>{0}</b> could not be written.</p></source> <translation><p>Die Aufgabendatei <b>{0}</b> konnte nicht geschrieben werden.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5934"/> + <location filename="../UI/UserInterface.py" line="5937"/> <source>Read tasks</source> <translation>Aufgaben lesen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5934"/> + <location filename="../UI/UserInterface.py" line="5937"/> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation><p>Die Aufgabendatei <b>{0}</b> konnte nicht gelesen werden.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4598"/> + <location filename="../UI/UserInterface.py" line="4601"/> <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source> <translation>Momentan ist kein Betrachter angegeben. Bitte benutzen Sie den Einstellungsdialog, um einen festzulegen.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4612"/> + <location filename="../UI/UserInterface.py" line="4615"/> <source><p>Could not start custom viewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Der Betrachter konnte nicht gestartet werden.<br>Stellen Sie sicher, dass er als <b>{0}</b> verfügbar ist.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5387"/> + <location filename="../UI/UserInterface.py" line="5390"/> <source>Documentation Missing</source> <translation>Dokumentation fehlt</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5387"/> + <location filename="../UI/UserInterface.py" line="5390"/> <source><p>The documentation starting point "<b>{0}</b>" could not be found.</p></source> <translation><p>Der Dokumentationsstartpunkt „<b>{0}</b>“ konnte nicht gefunden werden.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3218"/> + <location filename="../UI/UserInterface.py" line="3221"/> <source>Email address or mail server address is empty. Please configure your Email settings in the Preferences Dialog.</source> <translation>E-Mail-Adresse oder Mailserver-Adresse sind leer. Bitte konfiguriere die E-Mail-Einstellungen im Einstellungsdialog.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1549"/> + <location filename="../UI/UserInterface.py" line="1552"/> <source>Template-Viewer</source> <translation>Vorlagen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1427"/> + <location filename="../UI/UserInterface.py" line="1430"/> <source>Alt+Shift+P</source> <translation>Alt+Shift+P</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1462"/> + <location filename="../UI/UserInterface.py" line="1465"/> <source>Alt+Shift+D</source> <translation>Alt+Shift+D</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1480"/> + <location filename="../UI/UserInterface.py" line="1483"/> <source>Alt+Shift+S</source> <translation>Alt+Shift+S</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1496"/> + <location filename="../UI/UserInterface.py" line="1499"/> <source>Alt+Shift+F</source> <translation>Alt+Shift+F</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1531"/> + <location filename="../UI/UserInterface.py" line="1534"/> <source>Alt+Shift+T</source> <translation>Alt+Shift+T</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1444"/> + <location filename="../UI/UserInterface.py" line="1447"/> <source>Alt+Shift+M</source> <translation>Alt+Shift+M</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2310"/> + <location filename="../UI/UserInterface.py" line="2313"/> <source>Activate current editor</source> <translation>Aktiviere aktuellen Editor</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2310"/> + <location filename="../UI/UserInterface.py" line="2313"/> <source>Alt+Shift+E</source> <translation>Alt+Shift+E</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2320"/> + <location filename="../UI/UserInterface.py" line="2323"/> <source>Ctrl+Alt+Tab</source> <translation>Ctrl+Alt+Tab</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2329"/> + <location filename="../UI/UserInterface.py" line="2332"/> <source>Shift+Ctrl+Alt+Tab</source> <translation>Shift+Ctrl+Alt+Tab</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1513"/> + <location filename="../UI/UserInterface.py" line="1516"/> <source>Alt+Shift+G</source> <translation>Alt+Shift+G</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2417"/> + <location filename="../UI/UserInterface.py" line="2420"/> <source>Qt4 Documentation</source> <translation>Qt4-Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2417"/> + <location filename="../UI/UserInterface.py" line="2420"/> <source>Qt&4 Documentation</source> <translation>Qt&4-Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2421"/> + <location filename="../UI/UserInterface.py" line="2424"/> <source>Open Qt4 Documentation</source> <translation>Öffne die Qt4-Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2531"/> + <location filename="../UI/UserInterface.py" line="2534"/> <source>Eric API Documentation</source> <translation>Eric-API-Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2531"/> + <location filename="../UI/UserInterface.py" line="2534"/> <source>&Eric API Documentation</source> <translation>&Eric-API-Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2535"/> + <location filename="../UI/UserInterface.py" line="2538"/> <source>Open Eric API Documentation</source> <translation>Öffne die Eric-API-Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4632"/> + <location filename="../UI/UserInterface.py" line="4635"/> <source><p>Could not start the help viewer.<br>Ensure that it is available as <b>hh</b>.</p></source> <translation><p>Die Hilfeanzeige konnte nicht gestartet werden.<br>Stellen Sie sicher, dass sie als <b>hh</b> verfügbar ist.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="531"/> + <location filename="../UI/UserInterface.py" line="534"/> <source>Registering Objects...</source> <translation>Registriere Objekte...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1427"/> + <location filename="../UI/UserInterface.py" line="1430"/> <source>Project-Viewer</source> <translation>Projektanzeige</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1462"/> + <location filename="../UI/UserInterface.py" line="1465"/> <source>Debug-Viewer</source> <translation>Debuganzeige</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1331"/> + <location filename="../UI/UserInterface.py" line="1334"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation>Ctrl+Q</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1427"/> + <location filename="../UI/UserInterface.py" line="1430"/> <source>&Project-Viewer</source> <translation>&Projektanzeige</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1718"/> + <location filename="../UI/UserInterface.py" line="1721"/> <source>Shift+F1</source> <translation>Shift+F1</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1737"/> + <location filename="../UI/UserInterface.py" line="1740"/> <source>F1</source> <translation>F1</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1784"/> + <source>Check for Updates</source> + <translation>Auf Aktualisierungen prüfen</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1781"/> - <source>Check for Updates</source> - <translation>Auf Aktualisierungen prüfen</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1778"/> <source>Check for &Updates...</source> <translation>Auf &Aktualisierungen prüfen...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2447"/> + <location filename="../UI/UserInterface.py" line="2450"/> <source>PyQt4 Documentation</source> <translation>PyQt4-Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2451"/> + <location filename="../UI/UserInterface.py" line="2454"/> <source>Open PyQt4 Documentation</source> <translation>Öffne die PyQt4-Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2633"/> + <location filename="../UI/UserInterface.py" line="2636"/> <source>Select Tool Group</source> <translation>Werkzeuggruppe wählen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2641"/> + <location filename="../UI/UserInterface.py" line="2644"/> <source>Se&ttings</source> <translation>&Einstellungen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2793"/> + <location filename="../UI/UserInterface.py" line="2796"/> <source>Profiles</source> <translation>Profile</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3532"/> + <location filename="../UI/UserInterface.py" line="3535"/> <source>&Builtin Tools</source> <translation>&Eingebaute Werkzeuge</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4897"/> + <location filename="../UI/UserInterface.py" line="4900"/> <source>Starting process '{0} {1}'. </source> <translation>Starte Prozess „{0} {1}“. </translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4989"/> + <location filename="../UI/UserInterface.py" line="4992"/> <source>Process '{0}' has exited. </source> <translation>Prozess „{0}“ ist beendet. </translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5372"/> + <location filename="../UI/UserInterface.py" line="5375"/> <source>Documentation</source> <translation>Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5198"/> + <location filename="../UI/UserInterface.py" line="5201"/> <source><p>The PyQt4 documentation starting point has not been configured.</p></source> <translation><p>Der PyQt4-Dokumentations-Startpunkt ist nicht konfiguriert.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6652"/> + <location filename="../UI/UserInterface.py" line="6655"/> <source>Error during updates check</source> <translation>Fehler während der Aktualisierungsprüfung</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6632"/> + <location filename="../UI/UserInterface.py" line="6635"/> <source>Update available</source> <translation>Aktualisierung verfügbar</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3163"/> + <location filename="../UI/UserInterface.py" line="3166"/> <source><h3>Version Numbers</h3><table></source> <translation><h3>Versionsnummern</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6690"/> + <location filename="../UI/UserInterface.py" line="6693"/> <source></table></source> <translation></table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3577"/> + <location filename="../UI/UserInterface.py" line="3580"/> <source>Configure Tool Groups ...</source> <translation>Konfiguriere Werkzeuggruppen...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3581"/> + <location filename="../UI/UserInterface.py" line="3584"/> <source>Configure current Tool Group ...</source> <translation>Konfiguriere aktuelle Werkzeuggruppe...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2173"/> + <location filename="../UI/UserInterface.py" line="2176"/> <source>Show external tools</source> <translation>Zeige externe Werkzeuge</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2168"/> + <location filename="../UI/UserInterface.py" line="2171"/> <source>Show external &tools</source> <translation>Zeige externe &Werkzeuge</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6652"/> + <location filename="../UI/UserInterface.py" line="6655"/> <source>Could not perform updates check.</source> <translation>Konnte keine Aktualisierungsprüfung durchführen.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6465"/> + <location filename="../UI/UserInterface.py" line="6468"/> <source>&Cancel</source> <translation>&Abbrechen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6474"/> + <location filename="../UI/UserInterface.py" line="6477"/> <source>Trying host {0}</source> <translation>Prüfe Host {0}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6717"/> + <location filename="../UI/UserInterface.py" line="6720"/> <source>First time usage</source> <translation>Erstmalige Nutzung</translation> </message> @@ -74499,1299 +74672,1299 @@ <translation>Initialisiere Plugin-Manager...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2702"/> + <location filename="../UI/UserInterface.py" line="2705"/> <source>P&lugins</source> <translation>Plugi&ns</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2794"/> + <location filename="../UI/UserInterface.py" line="2797"/> <source>Plugins</source> <translation>Plugins</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2347"/> + <location filename="../UI/UserInterface.py" line="2350"/> <source>Plugin Infos</source> <translation>Plugininformationen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2351"/> + <location filename="../UI/UserInterface.py" line="2354"/> <source>Show Plugin Infos</source> <translation>Zeigt Plugininformationen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2352"/> + <location filename="../UI/UserInterface.py" line="2355"/> <source><b>Plugin Infos...</b><p>This opens a dialog, that show some information about loaded plugins.</p></source> <translation><b>Plugininformationen...</b><p>Dies öffnet einen Dialog, der einige Informationen über die geladenen Plugins anzeigt.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2347"/> + <location filename="../UI/UserInterface.py" line="2350"/> <source>&Plugin Infos...</source> <translation>&Plugininformationen...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3549"/> + <location filename="../UI/UserInterface.py" line="3552"/> <source>&Plugin Tools</source> <translation>&Pluginwerkzeuge</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2378"/> + <location filename="../UI/UserInterface.py" line="2381"/> <source>Uninstall Plugin</source> <translation>Plugin deinstallieren</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2373"/> + <location filename="../UI/UserInterface.py" line="2376"/> <source>&Uninstall Plugin...</source> <translation>Plugin &deinstallieren...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2379"/> + <location filename="../UI/UserInterface.py" line="2382"/> <source><b>Uninstall Plugin...</b><p>This opens a dialog to uninstall a plugin.</p></source> <translation><b>Plugin deinstallieren...</b><p>Dies öffnet einen Dialog zur Deinstallation eines Plugins.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3697"/> + <location filename="../UI/UserInterface.py" line="3700"/> <source>&Show all</source> <translation>Alle an&zeigen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3699"/> + <location filename="../UI/UserInterface.py" line="3702"/> <source>&Hide all</source> <translation>Alle &ausblenden</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="602"/> + <location filename="../UI/UserInterface.py" line="605"/> <source>Activating Plugins...</source> <translation>Aktiviere Plugins...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2625"/> + <location filename="../UI/UserInterface.py" line="2628"/> <source>Wi&zards</source> <translation>&Assistenten</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1789"/> + <location filename="../UI/UserInterface.py" line="1792"/> <source>Show downloadable versions</source> <translation>Zeige verfügbare Versionen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1789"/> + <location filename="../UI/UserInterface.py" line="1792"/> <source>Show &downloadable versions...</source> <translation>&Zeige verfügbare Versionen...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1793"/> + <location filename="../UI/UserInterface.py" line="1796"/> <source>Show the versions available for download</source> <translation>Zeige die verfügbaren eric-Versionen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6676"/> + <location filename="../UI/UserInterface.py" line="6679"/> <source><h3>Available versions</h3><table></source> <translation><h3>Verfügbare Versionen</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2386"/> + <location filename="../UI/UserInterface.py" line="2389"/> <source>Plugin Repository</source> <translation>Plugin-Repository</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2386"/> + <location filename="../UI/UserInterface.py" line="2389"/> <source>Plugin &Repository...</source> <translation>Plugin-&Repository...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2391"/> + <location filename="../UI/UserInterface.py" line="2394"/> <source>Show Plugins available for download</source> <translation>Zeige zum Download verfügbare Plugins an</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2393"/> + <location filename="../UI/UserInterface.py" line="2396"/> <source><b>Plugin Repository...</b><p>This opens a dialog, that shows a list of plugins available on the Internet.</p></source> <translation><b>Plugin-Repository...</b><p>Dies öffnet einen Dialog, der eine Liste der im Internet verfügbaren Plugins anzeigt.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2365"/> + <location filename="../UI/UserInterface.py" line="2368"/> <source>Install Plugins</source> <translation>Plugins installieren</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2360"/> + <location filename="../UI/UserInterface.py" line="2363"/> <source>&Install Plugins...</source> <translation>Plugins &installieren...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2366"/> + <location filename="../UI/UserInterface.py" line="2369"/> <source><b>Install Plugins...</b><p>This opens a dialog to install or update plugins.</p></source> <translation><b>Plugins installieren...</b><p>Dies öffnet einen Dialog zur Installation oder Update von Plugins.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2042"/> + <location filename="../UI/UserInterface.py" line="2045"/> <source>Mini Editor</source> <translation>Mini-Editor</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2037"/> + <location filename="../UI/UserInterface.py" line="2040"/> <source>Mini &Editor...</source> <translation>Mini-&Editor...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2043"/> + <location filename="../UI/UserInterface.py" line="2046"/> <source><b>Mini Editor</b><p>Open a dialog with a simplified editor.</p></source> <translation><b>Mini-Editor</b><p>Öffnet einen Dialog mit einem vereinfachten Editor.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2201"/> + <location filename="../UI/UserInterface.py" line="2204"/> <source>Toolbars</source> <translation>Werkzeugleisten</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2201"/> + <location filename="../UI/UserInterface.py" line="2204"/> <source>Tool&bars...</source> <translation>Werkzeug&leisten...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2206"/> + <location filename="../UI/UserInterface.py" line="2209"/> <source>Configure toolbars</source> <translation>Werkzeugleisten einrichten</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2207"/> + <location filename="../UI/UserInterface.py" line="2210"/> <source><b>Toolbars</b><p>Configure the toolbars. With this dialog you may change the actions shown on the various toolbars and define your own toolbars.</p></source> <translation><b>Werkzeugleisten</b><p>Werkzeugleisten konfigurieren. Mit diesem Dialog können die auf den Werkzeugleisten gezeigten Aktionen geändert und neue Werkzeugleisten definiert werden.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="617"/> + <location filename="../UI/UserInterface.py" line="620"/> <source>Restoring Toolbarmanager...</source> <translation>Lade Toolbarmanager...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3065"/> + <location filename="../UI/UserInterface.py" line="3068"/> <source>External Tools/{0}</source> <translation>Externe Werkzeuge/{0}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4858"/> + <location filename="../UI/UserInterface.py" line="4861"/> <source>External Tools</source> <translation>Externe Werkzeuge</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4849"/> + <location filename="../UI/UserInterface.py" line="4852"/> <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source> <translation>Kein Eintrag für das externe Werkzeug „{0}“ in der Gruppe „{1}“ gefunden.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4858"/> + <location filename="../UI/UserInterface.py" line="4861"/> <source>No toolgroup entry '{0}' found.</source> <translation>Kein Werkzeuggruppeneintrag „{0}“ gefunden.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1444"/> + <location filename="../UI/UserInterface.py" line="1447"/> <source>Multiproject-Viewer</source> <translation>Mehrfachprojektanzeige</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1444"/> + <location filename="../UI/UserInterface.py" line="1447"/> <source>&Multiproject-Viewer</source> <translation>&Mehrfachprojektanzeige</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6031"/> + <location filename="../UI/UserInterface.py" line="6034"/> <source>Save session</source> <translation>Sitzung speichern</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5968"/> + <location filename="../UI/UserInterface.py" line="5971"/> <source><p>The session file <b>{0}</b> could not be written.</p></source> <translation><p>Die Sitzungsdatei <b>{0}</b> konnte nicht geschrieben werden.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6015"/> + <location filename="../UI/UserInterface.py" line="6018"/> <source>Read session</source> <translation>Sitzung lesen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6015"/> + <location filename="../UI/UserInterface.py" line="6018"/> <source><p>The session file <b>{0}</b> could not be read.</p></source> <translation><p>Die Sitzungsdatei <b>{0}</b> konnte nicht gelesen werden.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2962"/> + <location filename="../UI/UserInterface.py" line="2965"/> <source><p>This part of the status bar displays the current editors encoding.</p></source> <translation><p>Dieser Teil der Statusleiste zeigt die Zeichenkodierung des aktuellen Editors an.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2976"/> + <location filename="../UI/UserInterface.py" line="2979"/> <source><p>This part of the status bar displays an indication of the current editors files writability.</p></source> <translation><p>Dieser Teil der Statusleiste zeigt an, ob die aktuelle Datei geschrieben werden kann.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1828"/> + <location filename="../UI/UserInterface.py" line="1831"/> <source>Request Feature</source> <translation>Neue Funktion anfragen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1828"/> + <location filename="../UI/UserInterface.py" line="1831"/> <source>Request &Feature...</source> <translation>Neue &Funktion anfragen...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1832"/> + <location filename="../UI/UserInterface.py" line="1835"/> <source>Send a feature request</source> <translation>Sende eine Anfrage für eine neue Funktion</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1834"/> + <location filename="../UI/UserInterface.py" line="1837"/> <source><b>Request Feature...</b><p>Opens a dialog to send a feature request.</p></source> <translation><b>Neue Funktion anfragen...</b><p>Öffnet einen Dialog, um eine Anfrage für eine neue Funktion zu senden.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2955"/> + <location filename="../UI/UserInterface.py" line="2958"/> <source><p>This part of the status bar displays the current editors language.</p></source> <translation><p>Dieser Teil der Statusleiste zeigt die Sprache des aktuellen Editors an.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2983"/> + <location filename="../UI/UserInterface.py" line="2986"/> <source><p>This part of the status bar displays the line number of the current editor.</p></source> <translation><p>Dieser Teil der Statusleiste zeigt die Zeilennummer des aktuellen Editors an.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2990"/> + <location filename="../UI/UserInterface.py" line="2993"/> <source><p>This part of the status bar displays the cursor position of the current editor.</p></source> <translation><p>Dieser Teil der Statusleiste zeigt die Cursorposition des aktuellen Editors an.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1592"/> + <location filename="../UI/UserInterface.py" line="1595"/> <source>Horizontal Toolbox</source> <translation>Horizontale Werkzeugbox</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1592"/> + <location filename="../UI/UserInterface.py" line="1595"/> <source>&Horizontal Toolbox</source> <translation>&Horizontale Werkzeugbox</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1596"/> + <location filename="../UI/UserInterface.py" line="1599"/> <source>Toggle the Horizontal Toolbox window</source> <translation>Schalte das Fenster der Horizontalen Werkzeugbox um</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1598"/> + <location filename="../UI/UserInterface.py" line="1601"/> <source><b>Toggle the Horizontal Toolbox window</b><p>If the Horizontal Toolbox window is hidden then display it. If it is displayed then close it.</p></source> <translation><b>Schalte das Fenster der Horizontalen Werkzeugbox um</b><p>Falls das Fenster der Horizontalen Werkzeugbox nicht sichtbar ist, wird es dargestellt. Ist es sichtbar, so wird es versteckt.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3498"/> + <location filename="../UI/UserInterface.py" line="3501"/> <source>Restart application</source> <translation>Anwendung neu starten</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3498"/> + <location filename="../UI/UserInterface.py" line="3501"/> <source>The application needs to be restarted. Do it now?</source> <translation>Die Anwendung muss neu gestartet werden. Jetzt durchführen?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1549"/> + <location filename="../UI/UserInterface.py" line="1552"/> <source>Alt+Shift+A</source> <translation>Alt+Shift+A</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2711"/> + <location filename="../UI/UserInterface.py" line="2714"/> <source>Configure...</source> <translation>Einstellungen...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2969"/> + <location filename="../UI/UserInterface.py" line="2972"/> <source><p>This part of the status bar displays the current editors eol setting.</p></source> <translation><p>Dieser Teil der Statusleiste zeigt die Zeilenendekodierung des aktuellen Editors an.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2338"/> + <location filename="../UI/UserInterface.py" line="2341"/> <source>Switch between tabs</source> <translation>Zwischen Tabs umschalten</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2338"/> + <location filename="../UI/UserInterface.py" line="2341"/> <source>Ctrl+1</source> <translation>Ctrl+1</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2127"/> + <location filename="../UI/UserInterface.py" line="2130"/> <source>Export Preferences</source> <translation>Einstellungen exportieren</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2127"/> + <location filename="../UI/UserInterface.py" line="2130"/> <source>E&xport Preferences...</source> <translation>Einstellungen e&xportieren...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2132"/> + <location filename="../UI/UserInterface.py" line="2135"/> <source>Export the current configuration</source> <translation>Exportiert die aktuelle Konfiguration</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2134"/> + <location filename="../UI/UserInterface.py" line="2137"/> <source><b>Export Preferences</b><p>Export the current configuration to a file.</p></source> <translation><b>Einstellungen exportieren</b><p>Exportiert die aktuelle Konfiguration in eine Datei.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2141"/> + <location filename="../UI/UserInterface.py" line="2144"/> <source>Import Preferences</source> <translation>Einstellungen importieren</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2141"/> + <location filename="../UI/UserInterface.py" line="2144"/> <source>I&mport Preferences...</source> <translation>Einstellungen i&mportieren...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2146"/> + <location filename="../UI/UserInterface.py" line="2149"/> <source>Import a previously exported configuration</source> <translation>Importiert eine zuvor exportierte Konfiguration</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2148"/> + <location filename="../UI/UserInterface.py" line="2151"/> <source><b>Import Preferences</b><p>Import a previously exported configuration.</p></source> <translation><b>Einstellungen importieren</b><p>Importiert eine zuvor exportierte Konfiguration.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2320"/> + <location filename="../UI/UserInterface.py" line="2323"/> <source>Show next</source> <translation>Zeige nächste</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2329"/> + <location filename="../UI/UserInterface.py" line="2332"/> <source>Show previous</source> <translation>Zeige vorherige</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1606"/> + <location filename="../UI/UserInterface.py" line="1609"/> <source>Left Sidebar</source> <translation>Linke Seitenleiste</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1606"/> + <location filename="../UI/UserInterface.py" line="1609"/> <source>&Left Sidebar</source> <translation>&Linke Seitenleiste</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1610"/> + <location filename="../UI/UserInterface.py" line="1613"/> <source>Toggle the left sidebar window</source> <translation>Schalte das Fenster der linken Seitenleiste um</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1611"/> + <location filename="../UI/UserInterface.py" line="1614"/> <source><b>Toggle the left sidebar window</b><p>If the left sidebar window is hidden then display it. If it is displayed then close it.</p></source> <translation><b>Schalte das Fenster der linken Seitenleiste um</b><p>Falls das Fenster der linken Seitenleiste nicht sichtbar ist, wird es dargestellt. Ist es sichtbar, so wird es versteckt.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1633"/> + <location filename="../UI/UserInterface.py" line="1636"/> <source>Bottom Sidebar</source> <translation>Untere Seitenleiste</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1633"/> + <location filename="../UI/UserInterface.py" line="1636"/> <source>&Bottom Sidebar</source> <translation>&Untere Seitenleiste</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1637"/> + <location filename="../UI/UserInterface.py" line="1640"/> <source>Toggle the bottom sidebar window</source> <translation>Schalte das Fenster der unteren Seitenleiste um</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1639"/> + <location filename="../UI/UserInterface.py" line="1642"/> <source><b>Toggle the bottom sidebar window</b><p>If the bottom sidebar window is hidden then display it. If it is displayed then close it.</p></source> <translation><b>Schalte das Fenster der unteren Seitenleiste um</b><p>Falls das Fenster der unteren Seitenleiste nicht sichtbar ist, wird es dargestellt. Ist es sichtbar, so wird es versteckt.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1462"/> + <location filename="../UI/UserInterface.py" line="1465"/> <source>&Debug-Viewer</source> <translation>&Debuganzeige</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2024"/> + <location filename="../UI/UserInterface.py" line="2027"/> <source>SQL Browser</source> <translation>SQL-Browser</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2024"/> + <location filename="../UI/UserInterface.py" line="2027"/> <source>SQL &Browser...</source> <translation>SQL-&Browser...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2029"/> + <location filename="../UI/UserInterface.py" line="2032"/> <source>Browse a SQL database</source> <translation>Erforsche eine SQL-Datenbank</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2030"/> + <location filename="../UI/UserInterface.py" line="2033"/> <source><b>SQL Browser</b><p>Browse a SQL database.</p></source> <translation><b>SQL-Browser</b><p>Erforsche eine SQL-Datenbank.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4756"/> + <location filename="../UI/UserInterface.py" line="4759"/> <source><p>Could not start SQL Browser.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Der SQL-Browser konnte nicht gestartet werden.<br>Stellen Sie sicher, dass er als <b>{0}</b> verfügbar ist.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2082"/> + <location filename="../UI/UserInterface.py" line="2085"/> <source>Icon Editor</source> <translation>Icon-Editor</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2082"/> + <location filename="../UI/UserInterface.py" line="2085"/> <source>&Icon Editor...</source> <translation>&Icon-Editor...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4545"/> + <location filename="../UI/UserInterface.py" line="4548"/> <source>Qt 3 support</source> <translation>Qt3-Unterstützung</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5372"/> + <location filename="../UI/UserInterface.py" line="5375"/> <source><p>The PySide documentation starting point has not been configured.</p></source> <translation><p>Der PySide-Dokumentations-Startpunkt ist nicht konfiguriert.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2552"/> + <location filename="../UI/UserInterface.py" line="2555"/> <source>PySide Documentation</source> <translation>PySide-Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2552"/> + <location filename="../UI/UserInterface.py" line="2555"/> <source>Py&Side Documentation</source> <translation>Py&Side-Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2556"/> + <location filename="../UI/UserInterface.py" line="2559"/> <source>Open PySide Documentation</source> <translation>Öffne die PySide-Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="945"/> + <location filename="../UI/UserInterface.py" line="948"/> <source>Cooperation</source> <translation>Zusammenarbeit</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1647"/> + <location filename="../UI/UserInterface.py" line="1650"/> <source>Alt+Shift+O</source> <translation>Alt+Shift+O</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1002"/> + <location filename="../UI/UserInterface.py" line="1005"/> <source>Symbols</source> <translation>Symbole</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1682"/> + <location filename="../UI/UserInterface.py" line="1685"/> <source>Alt+Shift+Y</source> <translation>Alt+Shift+Y</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1010"/> + <location filename="../UI/UserInterface.py" line="1013"/> <source>Numbers</source> <translation>Zahlen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1700"/> + <location filename="../UI/UserInterface.py" line="1703"/> <source>Alt+Shift+B</source> <translation>Alt+Shift+B</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5736"/> + <location filename="../UI/UserInterface.py" line="5739"/> <source>Keyboard shortcut file (*.e4k)</source> <translation>Tastaturkurzbefehlsdatei (*.e4k)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2489"/> + <location filename="../UI/UserInterface.py" line="2492"/> <source>Python 3 Documentation</source> <translation>Python 3-Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2489"/> + <location filename="../UI/UserInterface.py" line="2492"/> <source>Python &3 Documentation</source> <translation>Python &3-Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2493"/> + <location filename="../UI/UserInterface.py" line="2496"/> <source>Open Python 3 Documentation</source> <translation>Öffne die Python 3-Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2507"/> + <location filename="../UI/UserInterface.py" line="2510"/> <source>Python 2 Documentation</source> <translation>Python 2-Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2507"/> + <location filename="../UI/UserInterface.py" line="2510"/> <source>Python &2 Documentation</source> <translation>Python &2-Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2511"/> + <location filename="../UI/UserInterface.py" line="2514"/> <source>Open Python 2 Documentation</source> <translation>Öffne die Python 2-Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2513"/> + <location filename="../UI/UserInterface.py" line="2516"/> <source><b>Python 2 Documentation</b><p>Display the Python 2 documentation. If no documentation directory is configured, the location of the Python 2 documentation is assumed to be the doc directory underneath the location of the configured Python 2 executable on Windows and <i>/usr/share/doc/packages/python/html/python-docs-html</i> on Unix. Set PYTHON2DOCDIR in your environment to override this. </p></source> <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="6538"/> + <location filename="../UI/UserInterface.py" line="6541"/> <source>Error getting versions information</source> <translation>Fehler beim Herunterladen der Versionsinformationen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6531"/> + <location filename="../UI/UserInterface.py" line="6534"/> <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> <message> - <location filename="../UI/UserInterface.py" line="5508"/> + <location filename="../UI/UserInterface.py" line="5511"/> <source>Open Browser</source> <translation>Browser starten</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5508"/> + <location filename="../UI/UserInterface.py" line="5511"/> <source>Could not start a web browser</source> <translation>Der Systemwebbrowser konnte nicht gestartet werden</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6538"/> + <location filename="../UI/UserInterface.py" line="6541"/> <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> <message> - <location filename="../UI/UserInterface.py" line="622"/> + <location filename="../UI/UserInterface.py" line="625"/> <source>Setting View Profile...</source> <translation>Stelle Ansichtenprofil ein...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="626"/> + <location filename="../UI/UserInterface.py" line="629"/> <source>Reading Tasks...</source> <translation>Lese Aufgaben...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="630"/> + <location filename="../UI/UserInterface.py" line="633"/> <source>Reading Templates...</source> <translation>Lese Vorlagen...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="634"/> + <location filename="../UI/UserInterface.py" line="637"/> <source>Starting Debugger...</source> <translation>Starte Debugger...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1374"/> + <location filename="../UI/UserInterface.py" line="1377"/> <source>New Window</source> <translation>Neues Fenster</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1374"/> + <location filename="../UI/UserInterface.py" line="1377"/> <source>New &Window</source> <translation>Neues &Fenster</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1374"/> + <location filename="../UI/UserInterface.py" line="1377"/> <source>Ctrl+Shift+N</source> <comment>File|New Window</comment> <translation>Ctrl+Shift+N</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1871"/> + <location filename="../UI/UserInterface.py" line="1874"/> <source>Unittest Rerun Failed</source> <translation>Fehlerhafte Modultests wiederholen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1871"/> + <location filename="../UI/UserInterface.py" line="1874"/> <source>Rerun Failed Tests...</source> <translation>Fehlerhafte Tests wiederholen...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1876"/> + <location filename="../UI/UserInterface.py" line="1879"/> <source>Rerun failed tests of the last run</source> <translation>Fehlerhafte Tests des letzten Laufes wiederholen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1878"/> + <location filename="../UI/UserInterface.py" line="1881"/> <source><b>Rerun Failed Tests</b><p>Rerun all tests that failed during the last unittest run.</p></source> <translation><b>Fehlerhafte Tests wiederholen</b><p>Alle Tests wiederholen, die während des letzten Modultestlaufes fehlgeschlagen sind.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2010"/> + <location filename="../UI/UserInterface.py" line="2013"/> <source>Compare &Files side by side...</source> <translation>Dateien &Seite an Seite vergleichen...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2096"/> + <location filename="../UI/UserInterface.py" line="2099"/> <source>Snapshot</source> <translation>Bildschirmfoto</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2096"/> + <location filename="../UI/UserInterface.py" line="2099"/> <source>&Snapshot...</source> <translation>&Bildschirmfoto...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2101"/> + <location filename="../UI/UserInterface.py" line="2104"/> <source>Take snapshots of a screen region</source> <translation>Bildschirmfoto aufnehmen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2103"/> + <location filename="../UI/UserInterface.py" line="2106"/> <source><b>Snapshot</b><p>This opens a dialog to take snapshots of a screen region.</p></source> <translation><b>Bildschirmfoto</b><p>Dies öffnet einen Dialog, um ein Bildschirmfoto aufzunehmen.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4826"/> + <location filename="../UI/UserInterface.py" line="4829"/> <source><p>Could not start Snapshot tool.<br>Ensure that it is available as <b>{0}</b>.</p></source> <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="6736"/> + <location filename="../UI/UserInterface.py" line="6739"/> <source>Select Workspace Directory</source> <translation>Wähle Arbeitsverzeichnis</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1567"/> + <location filename="../UI/UserInterface.py" line="1570"/> <source>Left Toolbox</source> <translation>Linke Werkzeugbox</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1579"/> + <location filename="../UI/UserInterface.py" line="1582"/> <source>Right Toolbox</source> <translation>Rechte Werkzeugbox</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1433"/> + <location filename="../UI/UserInterface.py" line="1436"/> <source>Switch the input focus to the Project-Viewer window.</source> <translation>Schalte den Eingabefokus auf das Projektanzeigerfenster um.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1435"/> + <location filename="../UI/UserInterface.py" line="1438"/> <source><b>Activate Project-Viewer</b><p>This switches the input focus to the Project-Viewer window.</p></source> <translation><b>Projektanzeiger aktivieren</b><p>Dies schaltet den Eingabefokus auf das Projektanzeigerfenster um.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1450"/> + <location filename="../UI/UserInterface.py" line="1453"/> <source>Switch the input focus to the Multiproject-Viewer window.</source> <translation>Schalte den Eingabefokus auf das Mehrfachprojektanzeigerfenster um.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1452"/> + <location filename="../UI/UserInterface.py" line="1455"/> <source><b>Activate Multiproject-Viewer</b><p>This switches the input focus to the Multiproject-Viewer window.</p></source> <translation><b>Mehrfachprojektanzeiger aktivieren</b><p>Dies schaltet den Eingabefokus auf das Mehrfachprojektanzeigerfenster um.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1468"/> + <location filename="../UI/UserInterface.py" line="1471"/> <source>Switch the input focus to the Debug-Viewer window.</source> <translation>Schalte den Eingabefokus auf das Debuganzeigefenster um.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1470"/> + <location filename="../UI/UserInterface.py" line="1473"/> <source><b>Activate Debug-Viewer</b><p>This switches the input focus to the Debug-Viewer window.</p></source> <translation><b>Debuganzeige aktivieren</b><p>Dies schaltet den Eingabefokus auf das Debuganzeigefenster um.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1486"/> + <location filename="../UI/UserInterface.py" line="1489"/> <source>Switch the input focus to the Shell window.</source> <translation>Schalte den Eingabefokus auf das Shell-Fenster um.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1488"/> + <location filename="../UI/UserInterface.py" line="1491"/> <source><b>Activate Shell</b><p>This switches the input focus to the Shell window.</p></source> <translation><b>Shell aktivieren</b><p>Dies schaltet den Eingabefokus auf das Shell-Fenster um.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1496"/> + <location filename="../UI/UserInterface.py" line="1499"/> <source>&File-Browser</source> <translation>Datei&browser</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1502"/> + <location filename="../UI/UserInterface.py" line="1505"/> <source>Switch the input focus to the File-Browser window.</source> <translation>Schalte den Eingabefokus auf das Dateibrowserfenster um.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1504"/> + <location filename="../UI/UserInterface.py" line="1507"/> <source><b>Activate File-Browser</b><p>This switches the input focus to the File-Browser window.</p></source> <translation><b>Dateibrowser aktivieren</b><p>Dies schaltet den Eingabefokus auf das Dateibrowserfenster um.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1513"/> + <location filename="../UI/UserInterface.py" line="1516"/> <source>Lo&g-Viewer</source> <translation>&Ausgabefenster</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1519"/> + <location filename="../UI/UserInterface.py" line="1522"/> <source>Switch the input focus to the Log-Viewer window.</source> <translation>Schalte den Eingabefokus auf das Ausgabefenster um.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1521"/> + <location filename="../UI/UserInterface.py" line="1524"/> <source><b>Activate Log-Viewer</b><p>This switches the input focus to the Log-Viewer window.</p></source> <translation><b>Ausgabefenster aktivieren</b><p>Dies schaltet den Eingabefokus auf das Ausgabefenster um.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1531"/> + <location filename="../UI/UserInterface.py" line="1534"/> <source>&Task-Viewer</source> <translation>&Aufgabenanzeige</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1537"/> + <location filename="../UI/UserInterface.py" line="1540"/> <source>Switch the input focus to the Task-Viewer window.</source> <translation>Schalte den Eingabefokus auf das Aufgabenanzeigefenster um.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1549"/> + <location filename="../UI/UserInterface.py" line="1552"/> <source>Templ&ate-Viewer</source> <translation>&Vorlagen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1555"/> + <location filename="../UI/UserInterface.py" line="1558"/> <source>Switch the input focus to the Template-Viewer window.</source> <translation>Schalte den Eingabefokus auf das Vorlagenfenster um.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1557"/> + <location filename="../UI/UserInterface.py" line="1560"/> <source><b>Activate Template-Viewer</b><p>This switches the input focus to the Template-Viewer window.</p></source> <translation><b>Vorlagen aktivieren</b><p>Dies schaltet den Eingabefokus auf das Vorlagenfenster um.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1567"/> - <source>&Left Toolbox</source> - <translation>&Linke Werkzeugbox</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1570"/> + <source>&Left Toolbox</source> + <translation>&Linke Werkzeugbox</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1573"/> <source>Toggle the Left Toolbox window</source> <translation>Schalte das Fenster der linken Werkzeugbox um</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1571"/> + <location filename="../UI/UserInterface.py" line="1574"/> <source><b>Toggle the Left Toolbox window</b><p>If the Left Toolbox window is hidden then display it. If it is displayed then close it.</p></source> <translation><b>Schalte das Fenster der linken Werkzeugbox um</b><p>Falls das Fenster der linken Werkzeugbox nicht sichtbar ist, wird es dargestellt. Ist es sichtbar, so wird es versteckt.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1579"/> + <location filename="../UI/UserInterface.py" line="1582"/> <source>&Right Toolbox</source> <translation>&Rechte Werkzeugbox</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1583"/> + <location filename="../UI/UserInterface.py" line="1586"/> <source>Toggle the Right Toolbox window</source> <translation>Schalte das Fenster der rechten Werkzeugbox um</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1584"/> + <location filename="../UI/UserInterface.py" line="1587"/> <source><b>Toggle the Right Toolbox window</b><p>If the Right Toolbox window is hidden then display it. If it is displayed then close it.</p></source> <translation><b>Schalte das Fenster der rechten Werkzeugbox um</b><p>Falls das Fenster der rechten Werkzeugbox nicht sichtbar ist, wird es dargestellt. Ist es sichtbar, so wird es versteckt.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1619"/> + <location filename="../UI/UserInterface.py" line="1622"/> <source>Right Sidebar</source> <translation>Rechte Seitenleiste</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1619"/> + <location filename="../UI/UserInterface.py" line="1622"/> <source>&Right Sidebar</source> <translation>&Rechte Seitenleiste</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1623"/> + <location filename="../UI/UserInterface.py" line="1626"/> <source>Toggle the right sidebar window</source> <translation>Schalte das Fenster der rechten Seitenleiste um</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1625"/> + <location filename="../UI/UserInterface.py" line="1628"/> <source><b>Toggle the right sidebar window</b><p>If the right sidebar window is hidden then display it. If it is displayed then close it.</p></source> <translation><b>Schalte das Fenster der rechten Seitenleiste um</b><p>Falls das Fenster der rechten Seitenleiste nicht sichtbar ist, wird es dargestellt. Ist es sichtbar, so wird es versteckt.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1647"/> + <location filename="../UI/UserInterface.py" line="1650"/> <source>Cooperation-Viewer</source> <translation>Zusammenarbeit</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1647"/> + <location filename="../UI/UserInterface.py" line="1650"/> <source>Co&operation-Viewer</source> <translation>&Zusammenarbeit</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1653"/> + <location filename="../UI/UserInterface.py" line="1656"/> <source>Switch the input focus to the Cooperation-Viewer window.</source> <translation>Schalte den Eingabefokus auf das Fenster zur Zusammenarbeit um.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1655"/> + <location filename="../UI/UserInterface.py" line="1658"/> <source><b>Activate Cooperation-Viewer</b><p>This switches the input focus to the Cooperation-Viewer window.</p></source> <translation><b>Zusammenarbeitsfenster aktivieren</b><p>Dies schaltet den Eingabefokus auf das Fenster zur Zusammenarbeit um.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1682"/> + <location filename="../UI/UserInterface.py" line="1685"/> <source>Symbols-Viewer</source> <translation>Symbolanzeiger</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1682"/> + <location filename="../UI/UserInterface.py" line="1685"/> <source>S&ymbols-Viewer</source> <translation>S&ymbolanzeiger</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1688"/> + <location filename="../UI/UserInterface.py" line="1691"/> <source>Switch the input focus to the Symbols-Viewer window.</source> <translation>Schalte den Eingabefokus auf das Symbolanzeigerfenster um.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1690"/> + <location filename="../UI/UserInterface.py" line="1693"/> <source><b>Activate Symbols-Viewer</b><p>This switches the input focus to the Symbols-Viewer window.</p></source> <translation><b>Symbolanzeiger aktivieren</b><p>Dies schaltet den Eingabefokus auf das Symbolanzeigerfenster um.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1700"/> + <location filename="../UI/UserInterface.py" line="1703"/> <source>Numbers-Viewer</source> <translation>Zahlenanzeiger</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1700"/> + <location filename="../UI/UserInterface.py" line="1703"/> <source>Num&bers-Viewer</source> <translation>Za&hlenanzeiger</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1706"/> + <location filename="../UI/UserInterface.py" line="1709"/> <source>Switch the input focus to the Numbers-Viewer window.</source> <translation>Schalte den Eingabefokus auf das Zahlenanzeigerfenster um.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1708"/> + <location filename="../UI/UserInterface.py" line="1711"/> <source><b>Activate Numbers-Viewer</b><p>This switches the input focus to the Numbers-Viewer window.</p></source> <translation><b>Zahlenanzeiger aktivieren</b><p>Dies schaltet den Eingabefokus auf das Zahlenanzeigerfenster um.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2671"/> + <location filename="../UI/UserInterface.py" line="2674"/> <source>&Windows</source> <translation>&Fenster</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1539"/> + <location filename="../UI/UserInterface.py" line="1542"/> <source><b>Activate Task-Viewer</b><p>This switches the input focus to the Task-Viewer window.</p></source> <translation><b>Aufgabenanzeige aktivieren</b><p>Dies schaltet den Eingabefokus auf das Aufgabenanzeigefenster um.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1665"/> + <location filename="../UI/UserInterface.py" line="1668"/> <source>IRC</source> <translation>IRC</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1665"/> + <location filename="../UI/UserInterface.py" line="1668"/> <source>&IRC</source> <translation>&IRC</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1665"/> + <location filename="../UI/UserInterface.py" line="1668"/> <source>Meta+Shift+I</source> <translation>Meta+Shift+I</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1671"/> + <location filename="../UI/UserInterface.py" line="1674"/> <source>Switch the input focus to the IRC window.</source> <translation>Schalte den Eingabefokus auf das IRC-Fenster um.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1673"/> + <location filename="../UI/UserInterface.py" line="1676"/> <source><b>Activate IRC</b><p>This switches the input focus to the IRC window.</p></source> <translation><b>IRC aktivieren</b><p>Dies schaltet den Eingabefokus auf das IRC-Fenster um.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1929"/> + <location filename="../UI/UserInterface.py" line="1932"/> <source>Qt-Designer</source> <translation>Qt Designer</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1929"/> + <location filename="../UI/UserInterface.py" line="1932"/> <source>Qt-&Designer...</source> <translation>Qt &Designer...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1934"/> + <location filename="../UI/UserInterface.py" line="1937"/> <source>Start Qt-Designer</source> <translation>Starte Qt Designer</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1935"/> + <location filename="../UI/UserInterface.py" line="1938"/> <source><b>Qt-Designer</b><p>Start Qt-Designer.</p></source> <translation><b>Qt Designer</b><p>Starte Qt Designer.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1955"/> + <location filename="../UI/UserInterface.py" line="1958"/> <source>Qt-Linguist</source> <translation>Qt Linguist</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1955"/> + <location filename="../UI/UserInterface.py" line="1958"/> <source>Qt-&Linguist...</source> <translation>Qt &Linguist...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1960"/> + <location filename="../UI/UserInterface.py" line="1963"/> <source>Start Qt-Linguist</source> <translation>Starte Qt Linguist</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1961"/> + <location filename="../UI/UserInterface.py" line="1964"/> <source><b>Qt-Linguist</b><p>Start Qt-Linguist.</p></source> <translation><b>Qt Linguist</b><p>Starte Qt Linguist (Übersetzungsprogramm).</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2431"/> + <location filename="../UI/UserInterface.py" line="2434"/> <source>Qt5 Documentation</source> <translation>Qt5 Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2431"/> + <location filename="../UI/UserInterface.py" line="2434"/> <source>Qt&5 Documentation</source> <translation>Qt&5 Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2435"/> + <location filename="../UI/UserInterface.py" line="2438"/> <source>Open Qt5 Documentation</source> <translation>Öffne die Qt5 Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3001"/> + <location filename="../UI/UserInterface.py" line="3004"/> <source><p>This part of the status bar allows zooming the current editor, shell or terminal.</p></source> <translation><p>Dieser Teil der Statusleiste ermöglicht das Zoomen des aktuellen Editors, der Shell oder des Terminals.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2260"/> + <location filename="../UI/UserInterface.py" line="2263"/> <source>Manage SSL Certificates</source> <translation>SSL-Zertifikate verwalten</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2260"/> + <location filename="../UI/UserInterface.py" line="2263"/> <source>Manage SSL Certificates...</source> <translation>SSL-Zertifikate verwalten...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2265"/> + <location filename="../UI/UserInterface.py" line="2268"/> <source>Manage the saved SSL certificates</source> <translation>Verwalten der gespeicherten SSL-Zertifikate</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2267"/> + <location filename="../UI/UserInterface.py" line="2270"/> <source><b>Manage SSL Certificates...</b><p>Opens a dialog to manage the saved SSL certificates.</p></source> <translation><b>SSL-Zertifikate verwalten...</b><p>Öffnet einen Dialog zur Verwaltung gespeicherter SSL-Zertifikate.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2276"/> + <location filename="../UI/UserInterface.py" line="2279"/> <source>Edit Message Filters</source> <translation>Meldungsfilter bearbeiten</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2276"/> + <location filename="../UI/UserInterface.py" line="2279"/> <source>Edit Message Filters...</source> <translation>Meldungsfilter bearbeiten...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2281"/> + <location filename="../UI/UserInterface.py" line="2284"/> <source>Edit the message filters used to suppress unwanted messages</source> <translation>Bearbeite die Meldungsfilter, die zur Unterdrückung ungewünschter Meldungen verwendet werden</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2283"/> + <location filename="../UI/UserInterface.py" line="2286"/> <source><b>Edit Message Filters</b><p>Opens a dialog to edit the message filters used to suppress unwanted messages been shown in an error window.</p></source> <translation><b>Meldungsfilter bearbeiten</b><p>Dies öffnet einen Dialog zur Bearbeitung der Meldungsfilter, die zur Unterdrückung ungewünschter Meldungen verwendet werden.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2447"/> + <location filename="../UI/UserInterface.py" line="2450"/> <source>PyQt&4 Documentation</source> <translation>PyQt&4-Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2466"/> + <location filename="../UI/UserInterface.py" line="2469"/> <source>PyQt5 Documentation</source> <translation>PyQt5-Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2466"/> + <location filename="../UI/UserInterface.py" line="2469"/> <source>PyQt&5 Documentation</source> <translation>PyQt&5-Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2470"/> + <location filename="../UI/UserInterface.py" line="2473"/> <source>Open PyQt5 Documentation</source> <translation>Öffne die PyQt5-Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5264"/> + <location filename="../UI/UserInterface.py" line="5267"/> <source><p>The PyQt5 documentation starting point has not been configured.</p></source> <translation><p>Der PyQt5-Dokumentations-Startpunkt ist nicht konfiguriert.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2422"/> + <location filename="../UI/UserInterface.py" line="2425"/> <source><b>Qt4 Documentation</b><p>Display the Qt4 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation><b>Qt4-Dokumentation</b><p>Zeige die Qt4-Dokumentation an. Abhängig von den Einstellungen wird Erics interner Hilfeanzeiger, ein Webbrowser oder Qt Assistant verwendet.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2436"/> + <location filename="../UI/UserInterface.py" line="2439"/> <source><b>Qt5 Documentation</b><p>Display the Qt5 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation><b>Qt5-Dokumentation</b><p>Zeige die Qt5-Dokumentation an. Abhängig von den Einstellungen wird Erics interner Hilfeanzeiger, ein Webbrowser oder Qt Assistant verwendet.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2452"/> + <location filename="../UI/UserInterface.py" line="2455"/> <source><b>PyQt4 Documentation</b><p>Display the PyQt4 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation><b>PyQt4-Dokumentation</b><p>Zeige die PyQt4-Dokumentation an. Abhängig von den Einstellungen wird Erics interner Hilfeanzeiger, ein Webbrowser oder Qt Assistant verwendet.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2472"/> + <location filename="../UI/UserInterface.py" line="2475"/> <source><b>PyQt5 Documentation</b><p>Display the PyQt5 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation><b>PyQt5-Dokumentation</b><p>Zeige die PyQt5-Dokumentation an. Abhängig von den Einstellungen wird Erics interner Hilfeanzeiger, ein Webbrowser oder Qt Assistant verwendet.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2495"/> + <location filename="../UI/UserInterface.py" line="2498"/> <source><b>Python 3 Documentation</b><p>Display the Python 3 documentation. If no documentation directory is configured, the location of the Python 3 documentation is assumed to be the doc directory underneath the location of the Python 3 executable on Windows and <i>/usr/share/doc/packages/python/html</i> on Unix. Set PYTHON3DOCDIR in your environment to override this.</p></source> <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="2558"/> + <location filename="../UI/UserInterface.py" line="2561"/> <source><b>PySide Documentation</b><p>Display the PySide Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation><b>PySide-Dokumentation</b><p>Zeige die PySide-Dokumentation an. Abhängig von den Einstellungen wird Erics interner Hilfeanzeiger, ein Webbrowser oder Qt Assistant verwendet.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6465"/> + <location filename="../UI/UserInterface.py" line="6468"/> <source>%v/%m</source> <translation>%v/%m</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1808"/> + <location filename="../UI/UserInterface.py" line="1811"/> <source>Show Error Log</source> <translation>Zeige Fehlerbericht</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1804"/> + <location filename="../UI/UserInterface.py" line="1807"/> <source>Show Error &Log...</source> <translation>Zeige Fehler&bericht...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1809"/> + <location filename="../UI/UserInterface.py" line="1812"/> <source><b>Show Error Log...</b><p>Opens a dialog showing the most recent error log.</p></source> <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="6469"/> + <location filename="../UI/UserInterface.py" line="6472"/> <source>Version Check</source> <translation>Versionsprüfung</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1380"/> + <location filename="../UI/UserInterface.py" line="1383"/> <source>Open a new eric6 instance</source> <translation>Öffnet eine neue eric6-Instanz</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1382"/> + <location filename="../UI/UserInterface.py" line="1385"/> <source><b>New Window</b><p>This opens a new instance of the eric6 IDE.</p></source> <translation><b>Neues Fenster</b><p>Dies öffnet eine neue Instanz der eric6-IDE.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1745"/> + <location filename="../UI/UserInterface.py" line="1748"/> <source><b>Helpviewer</b><p>Display the eric6 web browser. This window will show HTML help files and help from Qt help collections. It has the capability to navigate to links, set bookmarks, print the displayed help and some more features. You may use it to browse the internet as well</p><p>If called with a word selected, this word is search in the Qt help collection.</p></source> <translation><b>Hilfe-Fenster</b><p>Zeige den eric6-Webbrowser an. Dieses Fenster zeigt Hilfedateien im HTML-Format und Qt-Hilfesammlungen an. In ihm kann über Hyperlinks navigiert, Lesezeichen gesetzt und neben anderen Funktionen die dargestellte Seite ausgedruckt werden. Er kann auch zum Surfen im Internet benutzt werden.</p><p>Wenn es mit einem selektierten Wort aufgerufen wird, so wird dieses Wort in der Qt-Hilfesammlung gesucht.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1782"/> + <location filename="../UI/UserInterface.py" line="1785"/> <source><b>Check for Updates...</b><p>Checks the internet for updates of eric6.</p></source> <translation><b>Auf Aktualisierungen prüfen...</b> <p>Dies prüft im Internet auf Updates von eric6.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1795"/> + <location filename="../UI/UserInterface.py" line="1798"/> <source><b>Show downloadable versions...</b><p>Shows the eric6 versions available for download from the internet.</p></source> <translation><b>Zeige verfügbare Versionen...</b><p>Zeigt die eric6-Versionen, die vom Internet heruntergeladen werden können.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2066"/> + <location filename="../UI/UserInterface.py" line="2069"/> <source>eric6 Web Browser</source> <translation>eric6-Webbrowser</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2066"/> + <location filename="../UI/UserInterface.py" line="2069"/> <source>eric6 &Web Browser...</source> <translation>eric6-&Webbrowser...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2071"/> + <location filename="../UI/UserInterface.py" line="2074"/> <source>Start the eric6 Web Browser</source> <translation>Startet den eric6-Webbrowser</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2073"/> + <location filename="../UI/UserInterface.py" line="2076"/> <source><b>eric6 Web Browser</b><p>Browse the Internet with the eric6 Web Browser.</p></source> <translation><b>eric6-Webbrowser</b><p>Durchforste das Internet mit dem eric6-Webbrowser.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2087"/> + <location filename="../UI/UserInterface.py" line="2090"/> <source>Start the eric6 Icon Editor</source> <translation>Starte den eric6-Icon-Editor</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2089"/> + <location filename="../UI/UserInterface.py" line="2092"/> <source><b>Icon Editor</b><p>Starts the eric6 Icon Editor for editing simple icons.</p></source> <translation><b>Icon-Editor</b><p>Startet den eric6-Icon-Editor zum Editieren einfacher Icons.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2175"/> + <location filename="../UI/UserInterface.py" line="2178"/> <source><b>Show external tools</b><p>Opens a dialog to show the path and versions of all extenal tools used by eric6.</p></source> <translation><b>Zeige externe Werkzeuge</b><p>Öffnet einen Dialog, der die Pfade und Versionen der von eric6 genutzten externen Werkzeuge anzeigt.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2537"/> + <location filename="../UI/UserInterface.py" line="2540"/> <source><b>Eric API Documentation</b><p>Display the Eric API documentation. The location for the documentation is the Documentation/Source subdirectory of the eric6 installation directory.</p></source> <translation><b>Eric-API-Dokumentation</b><p>Zeige die Eric-API-Dokumentation an. Der Pfad für die Dokumentation ist das Unterverzeichnis Documentation/Source im eric6-Installationverzeichnis.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4545"/> + <location filename="../UI/UserInterface.py" line="4548"/> <source>Qt v.3 is not supported by eric6.</source> <translation>Qt v.3 wird von eric6 nicht unterstützt.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6632"/> + <location filename="../UI/UserInterface.py" line="6635"/> <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="6645"/> + <location filename="../UI/UserInterface.py" line="6648"/> <source>Eric6 is up to date</source> <translation>Eric6 ist aktuell</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6645"/> + <location filename="../UI/UserInterface.py" line="6648"/> <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="6717"/> + <location filename="../UI/UserInterface.py" line="6720"/> <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> <message> - <location filename="../UI/UserInterface.py" line="604"/> - <source>Generating Plugins Toolbars...</source> - <translation>Erzeuge Werkzeugleisten der Plug-ins...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3552"/> - <source>&User Tools</source> - <translation>&Benutzerwerkzeuge</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3624"/> - <source>No User Tools Configured</source> - <translation>Keine Benutzerwerkzeuge konfiguriert</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6485"/> - <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> - <message> - <location filename="../UI/UserInterface.py" line="2050"/> - <source>Hex Editor</source> - <translation>Hex-Editor</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2050"/> - <source>&Hex Editor...</source> - <translation>&Hex Editor...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2055"/> - <source>Start the eric6 Hex Editor</source> - <translation>Starte den eric6 Hex-Editor</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2057"/> - <source><b>Hex Editor</b><p>Starts the eric6 Hex Editor for viewing or editing binary files.</p></source> - <translation><b>Hex-Editor</b><p>Startet den eric6 Hex-Editor zum Ansehen oder Bearbeiten von Binärdateien.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2299"/> - <source>Clear private data</source> - <translation>Private Daten löschen</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2301"/> - <source><b>Clear private data</b><p>Clears the private data like the various list of recently opened files, projects or multi projects.</p></source> - <translation><b>Private Daten löschen</b><p>Löscht private Daten wie die Listen der zuletzt geöffneten Dateien, Projekte oder Mehrfachprojekte.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1348"/> - <source>Save session...</source> - <translation>Sitzung speichern...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1353"/> - <source><b>Save session...</b><p>This saves the current session to disk. A dialog is opened to select the file name.</p></source> - <translation><b>Sitzung speichern...</b><p>Dies speichert die aktuelle Sitzung in eine Datei. Es wird ein Dialog zur Eingabe des Dateinamens geöffnet.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6053"/> - <source>Load session</source> - <translation>Sitzung laden</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1361"/> - <source>Load session...</source> - <translation>Sitzung laden...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1366"/> - <source><b>Load session...</b><p>This loads a session saved to disk previously. A dialog is opened to select the file name.</p></source> - <translation><b>Sitzung laden...</b><p>Dies lädt eine zuvor gesicherte Sitzung. Es wird ein Dialog zur Eingabe des Dateinamens geöffnet.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6053"/> - <source>eric6 Session Files (*.e5s)</source> - <translation>eric6 Sitzungsdateien (*.e5s)</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6100"/> - <source>Crash Session found!</source> - <translation>Absturzsitzung gefunden!</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6100"/> - <source>A session file of a crashed session was found. Shall this session be restored?</source> - <translation>Eine Sitzungsdatei einer abgestürzten Sitzung wurde gefunden. Soll diese Sitzung wiederhergestellt werden?</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="607"/> + <source>Generating Plugins Toolbars...</source> + <translation>Erzeuge Werkzeugleisten der Plug-ins...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3555"/> + <source>&User Tools</source> + <translation>&Benutzerwerkzeuge</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3627"/> + <source>No User Tools Configured</source> + <translation>Keine Benutzerwerkzeuge konfiguriert</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6488"/> + <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> + <message> + <location filename="../UI/UserInterface.py" line="2053"/> + <source>Hex Editor</source> + <translation>Hex-Editor</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2053"/> + <source>&Hex Editor...</source> + <translation>&Hex Editor...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2058"/> + <source>Start the eric6 Hex Editor</source> + <translation>Starte den eric6 Hex-Editor</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2060"/> + <source><b>Hex Editor</b><p>Starts the eric6 Hex Editor for viewing or editing binary files.</p></source> + <translation><b>Hex-Editor</b><p>Startet den eric6 Hex-Editor zum Ansehen oder Bearbeiten von Binärdateien.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2302"/> + <source>Clear private data</source> + <translation>Private Daten löschen</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2304"/> + <source><b>Clear private data</b><p>Clears the private data like the various list of recently opened files, projects or multi projects.</p></source> + <translation><b>Private Daten löschen</b><p>Löscht private Daten wie die Listen der zuletzt geöffneten Dateien, Projekte oder Mehrfachprojekte.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1351"/> + <source>Save session...</source> + <translation>Sitzung speichern...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1356"/> + <source><b>Save session...</b><p>This saves the current session to disk. A dialog is opened to select the file name.</p></source> + <translation><b>Sitzung speichern...</b><p>Dies speichert die aktuelle Sitzung in eine Datei. Es wird ein Dialog zur Eingabe des Dateinamens geöffnet.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6056"/> + <source>Load session</source> + <translation>Sitzung laden</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1364"/> + <source>Load session...</source> + <translation>Sitzung laden...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1369"/> + <source><b>Load session...</b><p>This loads a session saved to disk previously. A dialog is opened to select the file name.</p></source> + <translation><b>Sitzung laden...</b><p>Dies lädt eine zuvor gesicherte Sitzung. Es wird ein Dialog zur Eingabe des Dateinamens geöffnet.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6056"/> + <source>eric6 Session Files (*.e5s)</source> + <translation>eric6 Sitzungsdateien (*.e5s)</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6103"/> + <source>Crash Session found!</source> + <translation>Absturzsitzung gefunden!</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6103"/> + <source>A session file of a crashed session was found. Shall this session be restored?</source> + <translation>Eine Sitzungsdatei einer abgestürzten Sitzung wurde gefunden. Soll diese Sitzung wiederhergestellt werden?</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="610"/> <source>Cleaning Plugins Download Area...</source> <translation>Bereinige den Plugins Downloadbereich...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="599"/> + <location filename="../UI/UserInterface.py" line="602"/> <source>Initializing Plugins...</source> <translation>Initialisiere Plugins...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6620"/> + <location filename="../UI/UserInterface.py" line="6623"/> <source>Update Check</source> <translation>Aktualisierungsprüfung</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6620"/> + <location filename="../UI/UserInterface.py" line="6623"/> <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="6610"/> + <location filename="../UI/UserInterface.py" line="6613"/> <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> <message> - <location filename="../UI/UserInterface.py" line="925"/> + <location filename="../UI/UserInterface.py" line="928"/> <source>Code Documentation Viewer</source> <translation>Dokumentationsanzeige</translation> </message>
--- a/i18n/eric6_empty.ts Thu Apr 19 19:25:18 2018 +0200 +++ b/i18n/eric6_empty.ts Thu Apr 19 19:28:02 2018 +0200 @@ -5488,648 +5488,648 @@ <context> <name>DebugUI</name> <message> - <location filename="../Debugger/DebugUI.py" line="1847"/> + <location filename="../Debugger/DebugUI.py" line="1852"/> <source>Run Script</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="175"/> + <location filename="../Debugger/DebugUI.py" line="178"/> <source>&Run Script...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="180"/> + <location filename="../Debugger/DebugUI.py" line="183"/> <source>Run the current Script</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="181"/> + <location filename="../Debugger/DebugUI.py" line="184"/> <source><b>Run Script</b><p>Set the command line arguments and run the script outside the debugger. If the file has unsaved changes it may be saved first.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1862"/> + <location filename="../Debugger/DebugUI.py" line="1867"/> <source>Run Project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="190"/> + <location filename="../Debugger/DebugUI.py" line="193"/> <source>Run &Project...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="195"/> + <location filename="../Debugger/DebugUI.py" line="198"/> <source>Run the current Project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="196"/> + <location filename="../Debugger/DebugUI.py" line="199"/> <source><b>Run Project</b><p>Set the command line arguments and run the current project outside the debugger. If files of the current project have unsaved changes they may be saved first.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="206"/> + <location filename="../Debugger/DebugUI.py" line="209"/> <source>Coverage run of Script</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="206"/> + <location filename="../Debugger/DebugUI.py" line="209"/> <source>Coverage run of Script...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="211"/> + <location filename="../Debugger/DebugUI.py" line="214"/> <source>Perform a coverage run of the current Script</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="213"/> + <location filename="../Debugger/DebugUI.py" line="216"/> <source><b>Coverage run of Script</b><p>Set the command line arguments and run the script under the control of a coverage analysis tool. If the file has unsaved changes it may be saved first.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="222"/> + <location filename="../Debugger/DebugUI.py" line="225"/> <source>Coverage run of Project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="222"/> + <location filename="../Debugger/DebugUI.py" line="225"/> <source>Coverage run of Project...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="227"/> + <location filename="../Debugger/DebugUI.py" line="230"/> <source>Perform a coverage run of the current Project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="229"/> + <location filename="../Debugger/DebugUI.py" line="232"/> <source><b>Coverage run of Project</b><p>Set the command line arguments and run the current project under the control of a coverage analysis tool. If files of the current project have unsaved changes they may be saved first.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="239"/> + <location filename="../Debugger/DebugUI.py" line="242"/> <source>Profile Script</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="239"/> + <location filename="../Debugger/DebugUI.py" line="242"/> <source>Profile Script...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="243"/> + <location filename="../Debugger/DebugUI.py" line="246"/> <source>Profile the current Script</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="244"/> + <location filename="../Debugger/DebugUI.py" line="247"/> <source><b>Profile Script</b><p>Set the command line arguments and profile the script. If the file has unsaved changes it may be saved first.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="252"/> + <location filename="../Debugger/DebugUI.py" line="255"/> <source>Profile Project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="252"/> + <location filename="../Debugger/DebugUI.py" line="255"/> <source>Profile Project...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="257"/> + <location filename="../Debugger/DebugUI.py" line="260"/> <source>Profile the current Project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="259"/> + <location filename="../Debugger/DebugUI.py" line="262"/> <source><b>Profile Project</b><p>Set the command line arguments and profile the current project. If files of the current project have unsaved changes they may be saved first.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1983"/> + <location filename="../Debugger/DebugUI.py" line="1988"/> <source>Debug Script</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="268"/> + <location filename="../Debugger/DebugUI.py" line="271"/> <source>&Debug Script...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="273"/> + <location filename="../Debugger/DebugUI.py" line="276"/> <source>Debug the current Script</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="274"/> + <location filename="../Debugger/DebugUI.py" line="277"/> <source><b>Debug Script</b><p>Set the command line arguments and set the current line to be the first executable Python statement of the current editor window. If the file has unsaved changes it may be saved first.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1999"/> + <location filename="../Debugger/DebugUI.py" line="2004"/> <source>Debug Project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="284"/> + <location filename="../Debugger/DebugUI.py" line="287"/> <source>Debug &Project...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="289"/> + <location filename="../Debugger/DebugUI.py" line="292"/> <source>Debug the current Project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="291"/> + <location filename="../Debugger/DebugUI.py" line="294"/> <source><b>Debug Project</b><p>Set the command line arguments and set the current line to be the first executable Python statement of the main script of the current project. If files of the current project have unsaved changes they may be saved first.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="301"/> + <location filename="../Debugger/DebugUI.py" line="304"/> <source>Restart</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="305"/> + <location filename="../Debugger/DebugUI.py" line="308"/> <source>Restart the last debugged script</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="307"/> + <location filename="../Debugger/DebugUI.py" line="310"/> <source><b>Restart</b><p>Set the command line arguments and set the current line to be the first executable Python statement of the script that was debugged last. If there are unsaved changes, they may be saved first.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="438"/> + <location filename="../Debugger/DebugUI.py" line="441"/> <source>Stop</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="322"/> + <location filename="../Debugger/DebugUI.py" line="325"/> <source>Stop the running script.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="323"/> + <location filename="../Debugger/DebugUI.py" line="326"/> <source><b>Stop</b><p>This stops the script running in the debugger backend.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="332"/> + <location filename="../Debugger/DebugUI.py" line="335"/> <source>Continue</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="332"/> + <location filename="../Debugger/DebugUI.py" line="335"/> <source>&Continue</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="337"/> + <location filename="../Debugger/DebugUI.py" line="340"/> <source>Continue running the program from the current line</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="339"/> + <location filename="../Debugger/DebugUI.py" line="342"/> <source><b>Continue</b><p>Continue running the program from the current line. The program will stop when it terminates or when a breakpoint is reached.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="348"/> + <location filename="../Debugger/DebugUI.py" line="351"/> <source>Continue to Cursor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="348"/> + <location filename="../Debugger/DebugUI.py" line="351"/> <source>Continue &To Cursor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="353"/> - <source>Continue running the program from the current line to the current cursor position</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="356"/> + <source>Continue running the program from the current line to the current cursor position</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="359"/> <source><b>Continue To Cursor</b><p>Continue running the program from the current line to the current cursor position.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="384"/> + <location filename="../Debugger/DebugUI.py" line="387"/> <source>Single Step</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="384"/> + <location filename="../Debugger/DebugUI.py" line="387"/> <source>Sin&gle Step</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="389"/> + <location filename="../Debugger/DebugUI.py" line="392"/> <source>Execute a single Python statement</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="390"/> + <location filename="../Debugger/DebugUI.py" line="393"/> <source><b>Single Step</b><p>Execute a single Python statement. If the statement is an <tt>import</tt> statement, a class constructor, or a method or function call then control is returned to the debugger at the next statement.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="400"/> + <location filename="../Debugger/DebugUI.py" line="403"/> <source>Step Over</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="400"/> + <location filename="../Debugger/DebugUI.py" line="403"/> <source>Step &Over</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="405"/> - <source>Execute a single Python statement staying in the current frame</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="408"/> + <source>Execute a single Python statement staying in the current frame</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="411"/> <source><b>Step Over</b><p>Execute a single Python statement staying in the same frame. If the statement is an <tt>import</tt> statement, a class constructor, or a method or function call then control is returned to the debugger after the statement has completed.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="419"/> + <location filename="../Debugger/DebugUI.py" line="422"/> <source>Step Out</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="419"/> + <location filename="../Debugger/DebugUI.py" line="422"/> <source>Step Ou&t</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="424"/> - <source>Execute Python statements until leaving the current frame</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="427"/> + <source>Execute Python statements until leaving the current frame</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="430"/> <source><b>Step Out</b><p>Execute Python statements until leaving the current frame. If the statements are inside an <tt>import</tt> statement, a class constructor, or a method or function call then control is returned to the debugger after the current frame has been left.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="438"/> + <location filename="../Debugger/DebugUI.py" line="441"/> <source>&Stop</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="443"/> + <location filename="../Debugger/DebugUI.py" line="446"/> <source>Stop debugging</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="444"/> + <location filename="../Debugger/DebugUI.py" line="447"/> <source><b>Stop</b><p>Stop the running debugging session.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="451"/> + <location filename="../Debugger/DebugUI.py" line="454"/> <source>Variables Type Filter</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="451"/> + <location filename="../Debugger/DebugUI.py" line="454"/> <source>Varia&bles Type Filter...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="455"/> + <location filename="../Debugger/DebugUI.py" line="458"/> <source>Configure variables type filter</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="457"/> + <location filename="../Debugger/DebugUI.py" line="460"/> <source><b>Variables Type Filter</b><p>Configure the variables type filter. Only variable types that are not selected are displayed in the global or local variables window during a debugging session.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="467"/> + <location filename="../Debugger/DebugUI.py" line="470"/> <source>Exceptions Filter</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="467"/> + <location filename="../Debugger/DebugUI.py" line="470"/> <source>&Exceptions Filter...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="471"/> + <location filename="../Debugger/DebugUI.py" line="474"/> <source>Configure exceptions filter</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="473"/> + <location filename="../Debugger/DebugUI.py" line="476"/> <source><b>Exceptions Filter</b><p>Configure the exceptions filter. Only exception types that are listed are highlighted during a debugging session.</p><p>Please note, that all unhandled exceptions are highlighted indepent from the filter list.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="484"/> + <location filename="../Debugger/DebugUI.py" line="487"/> <source>Ignored Exceptions</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="484"/> + <location filename="../Debugger/DebugUI.py" line="487"/> <source>&Ignored Exceptions...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="488"/> + <location filename="../Debugger/DebugUI.py" line="491"/> <source>Configure ignored exceptions</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="490"/> + <location filename="../Debugger/DebugUI.py" line="493"/> <source><b>Ignored Exceptions</b><p>Configure the ignored exceptions. Only exception types that are not listed are highlighted during a debugging session.</p><p>Please note, that unhandled exceptions cannot be ignored.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="509"/> + <location filename="../Debugger/DebugUI.py" line="512"/> <source>Toggle Breakpoint</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="503"/> + <location filename="../Debugger/DebugUI.py" line="506"/> <source>Shift+F11</source> <comment>Debug|Toggle Breakpoint</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="510"/> + <location filename="../Debugger/DebugUI.py" line="513"/> <source><b>Toggle Breakpoint</b><p>Toggles a breakpoint at the current line of the current editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="524"/> + <location filename="../Debugger/DebugUI.py" line="527"/> <source>Edit Breakpoint</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="518"/> + <location filename="../Debugger/DebugUI.py" line="521"/> <source>Edit Breakpoint...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="518"/> + <location filename="../Debugger/DebugUI.py" line="521"/> <source>Shift+F12</source> <comment>Debug|Edit Breakpoint</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="525"/> + <location filename="../Debugger/DebugUI.py" line="528"/> <source><b>Edit Breakpoint</b><p>Opens a dialog to edit the breakpoints properties. It works at the current line of the current editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="540"/> + <location filename="../Debugger/DebugUI.py" line="543"/> <source>Next Breakpoint</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="533"/> + <location filename="../Debugger/DebugUI.py" line="536"/> <source>Ctrl+Shift+PgDown</source> <comment>Debug|Next Breakpoint</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="541"/> + <location filename="../Debugger/DebugUI.py" line="544"/> <source><b>Next Breakpoint</b><p>Go to next breakpoint of the current editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="555"/> + <location filename="../Debugger/DebugUI.py" line="558"/> <source>Previous Breakpoint</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="548"/> + <location filename="../Debugger/DebugUI.py" line="551"/> <source>Ctrl+Shift+PgUp</source> <comment>Debug|Previous Breakpoint</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="556"/> + <location filename="../Debugger/DebugUI.py" line="559"/> <source><b>Previous Breakpoint</b><p>Go to previous breakpoint of the current editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="569"/> + <location filename="../Debugger/DebugUI.py" line="572"/> <source>Clear Breakpoints</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="563"/> + <location filename="../Debugger/DebugUI.py" line="566"/> <source>Ctrl+Shift+C</source> <comment>Debug|Clear Breakpoints</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="570"/> + <location filename="../Debugger/DebugUI.py" line="573"/> <source><b>Clear Breakpoints</b><p>Clear breakpoints of all editors.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="596"/> + <location filename="../Debugger/DebugUI.py" line="599"/> <source>&Debug</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="598"/> + <location filename="../Debugger/DebugUI.py" line="601"/> <source>&Start</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="600"/> + <location filename="../Debugger/DebugUI.py" line="603"/> <source>&Breakpoints</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="643"/> + <location filename="../Debugger/DebugUI.py" line="646"/> <source>Start</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="657"/> + <location filename="../Debugger/DebugUI.py" line="660"/> <source>Debug</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1056"/> + <location filename="../Debugger/DebugUI.py" line="1059"/> <source><p>Message: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1062"/> + <location filename="../Debugger/DebugUI.py" line="1065"/> <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="1067"/> + <location filename="../Debugger/DebugUI.py" line="1070"/> <source><p><b>{0}</b> has terminated with an exit status of {1}.</p>{2}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1075"/> + <location filename="../Debugger/DebugUI.py" line="1078"/> <source>Message: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1082"/> - <source>The program has terminated with an exit status of {0}. -{1}</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="1085"/> + <source>The program has terminated with an exit status of {0}. +{1}</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="1088"/> <source>"{0}" has terminated with an exit status of {1}. {2}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1089"/> + <location filename="../Debugger/DebugUI.py" line="1092"/> <source>Program terminated</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1094"/> + <location filename="../Debugger/DebugUI.py" line="1097"/> <source>The program has terminated with an exit status of {0}. {1} </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1098"/> + <location filename="../Debugger/DebugUI.py" line="1101"/> <source>"{0}" has terminated with an exit status of {1}. {2} </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1120"/> + <location filename="../Debugger/DebugUI.py" line="1123"/> <source>The program being debugged contains an unspecified syntax error.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1139"/> + <location filename="../Debugger/DebugUI.py" line="1142"/> <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 type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1157"/> + <location filename="../Debugger/DebugUI.py" line="1160"/> <source>An unhandled exception occured. See the shell window for details.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1204"/> + <location filename="../Debugger/DebugUI.py" line="1207"/> <source><p>The debugged program raised the exception <b>{0}</b><br>"<b>{1}</b>"<br>File: <b>{2}</b>, Line: <b>{3}</b></p><p>Break here?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1219"/> + <location filename="../Debugger/DebugUI.py" line="1222"/> <source><p>The debugged program raised the exception <b>{0}</b><br>"<b>{1}</b>"</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1268"/> + <location filename="../Debugger/DebugUI.py" line="1271"/> <source><p>The program generate the signal "{0}".<br/>File: <b>{1}</b>, Line: <b>{2}</b></p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1282"/> + <location filename="../Debugger/DebugUI.py" line="1285"/> <source>The program being debugged has terminated unexpectedly.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1353"/> + <location filename="../Debugger/DebugUI.py" line="1356"/> <source>Breakpoint Condition Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1353"/> + <location filename="../Debugger/DebugUI.py" line="1356"/> <source><p>The condition of the breakpoint <b>{0}, {1}</b> contains a syntax error.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1389"/> + <location filename="../Debugger/DebugUI.py" line="1392"/> <source>Watch Expression Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1389"/> + <location filename="../Debugger/DebugUI.py" line="1392"/> <source><p>The watch expression <b>{0}</b> contains a syntax error.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1419"/> + <location filename="../Debugger/DebugUI.py" line="1422"/> <source><p>A watch expression '<b>{0}</b>' already exists.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1423"/> + <location filename="../Debugger/DebugUI.py" line="1426"/> <source><p>A watch expression '<b>{0}</b>' for the variable <b>{1}</b> already exists.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1429"/> + <location filename="../Debugger/DebugUI.py" line="1432"/> <source>Watch expression already exists</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1594"/> + <location filename="../Debugger/DebugUI.py" line="1599"/> <source>Coverage of Project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1581"/> + <location filename="../Debugger/DebugUI.py" line="1586"/> <source>Coverage of Script</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1862"/> + <location filename="../Debugger/DebugUI.py" line="1867"/> <source>There is no main script defined for the current project. Aborting</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1727"/> + <location filename="../Debugger/DebugUI.py" line="1732"/> <source>Profile of Project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1714"/> + <location filename="../Debugger/DebugUI.py" line="1719"/> <source>Profile of Script</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1999"/> + <location filename="../Debugger/DebugUI.py" line="2004"/> <source>There is no main script defined for the current project. No debugging possible.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="364"/> + <location filename="../Debugger/DebugUI.py" line="367"/> <source>Move Instruction Pointer to Cursor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="364"/> + <location filename="../Debugger/DebugUI.py" line="367"/> <source>&Jump To Cursor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="369"/> - <source>Skip the code from the current line to the current cursor position</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="372"/> + <source>Skip the code from the current line to the current cursor position</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="375"/> <source><b>Move Instruction Pointer to Cursor</b><p>Move the Python internal instruction pointer to the current cursor position without executing the code in between.</p><p>It's not possible to jump out of a function or jump in a code block, e.g. a loop. In these cases, a error message is printed to the log window.</p></source> <translation type="unfinished"></translation> </message> @@ -42640,7 +42640,7 @@ </message> <message> <location filename="../QScintilla/Lexers/__init__.py" line="470"/> - <source>Makefiles (*.mak)</source> + <source>Makefiles (*makefile Makefile *.mak)</source> <translation type="unfinished"></translation> </message> <message> @@ -43155,6 +43155,74 @@ </message> </context> <context> + <name>MakePropertiesDialog</name> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="14"/> + <source>Make Properties</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="23"/> + <source>'make' Executable (leave empty to use global 'make'):</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="39"/> + <source>Enter the executable name of the make utility</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="46"/> + <source>'makefile' path or directory (without file name 'makefile' will be used):</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="62"/> + <source>Enter the name and/or path of the makefile</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="69"/> + <source>Make Target:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="76"/> + <source>Enter the make target to be built</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="83"/> + <source>Make Command Parameters (enclose parameters containing spaces in ""):</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="93"/> + <source>Enter the command parameters for make</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="100"/> + <source>Select to just test for changes needing a make run</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="103"/> + <source>Test for changes only when run automatically</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.py" line="40"/> + <source>All Files (*)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.py" line="44"/> + <source>Makefiles (*makefile Makefile *.mak);;All Files (*)</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>ManageDictionariesDialog</name> <message> <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.ui" line="14"/> @@ -49342,27 +49410,27 @@ <context> <name>Preferences</name> <message> - <location filename="../Preferences/__init__.py" line="1657"/> + <location filename="../Preferences/__init__.py" line="1658"/> <source>Export Preferences</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1685"/> + <location filename="../Preferences/__init__.py" line="1686"/> <source>Properties File (*.ini);;All Files (*)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1685"/> + <location filename="../Preferences/__init__.py" line="1686"/> <source>Import Preferences</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1787"/> + <location filename="../Preferences/__init__.py" line="1788"/> <source>Select Python{0} Interpreter</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1787"/> + <location filename="../Preferences/__init__.py" line="1788"/> <source>Select the Python{0} interpreter to be used:</source> <translation type="unfinished"></translation> </message> @@ -49800,1198 +49868,1278 @@ <context> <name>Project</name> <message> - <location filename="../Project/Project.py" line="164"/> + <location filename="../Project/Project.py" line="173"/> <source>Python2 Files (*.py2);;Python2 GUI Files (*.pyw2);;</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="167"/> + <location filename="../Project/Project.py" line="176"/> <source>Python3 Files (*.py *.py3);;Python3 GUI Files (*.pyw *.pyw3);;</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="260"/> + <location filename="../Project/Project.py" line="270"/> <source>PyQt4 GUI</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="261"/> + <location filename="../Project/Project.py" line="271"/> <source>PyQt4 Console</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="262"/> + <location filename="../Project/Project.py" line="272"/> <source>PyQt5 GUI</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="263"/> + <location filename="../Project/Project.py" line="273"/> <source>PyQt5 Console</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="264"/> + <location filename="../Project/Project.py" line="274"/> <source>Eric6 Plugin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="265"/> + <location filename="../Project/Project.py" line="275"/> <source>Console</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="266"/> + <location filename="../Project/Project.py" line="276"/> <source>Other</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="280"/> + <location filename="../Project/Project.py" line="290"/> <source>PySide GUI</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="281"/> + <location filename="../Project/Project.py" line="291"/> <source>PySide Console</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="364"/> + <location filename="../Project/Project.py" line="374"/> <source>Registering Project Type</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="341"/> + <location filename="../Project/Project.py" line="351"/> <source><p>The Programming Language <b>{0}</b> is not supported.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="352"/> + <location filename="../Project/Project.py" line="362"/> <source><p>The Project type <b>{0}</b> is already registered with Programming Language <b>{1}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="364"/> + <location filename="../Project/Project.py" line="374"/> <source><p>The Project type <b>{0}</b> is already registered.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="745"/> + <location filename="../Project/Project.py" line="766"/> <source>Read project file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="745"/> + <location filename="../Project/Project.py" line="766"/> <source><p>The project file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="847"/> + <location filename="../Project/Project.py" line="868"/> <source>Save project file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="847"/> + <location filename="../Project/Project.py" line="868"/> <source><p>The project file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="883"/> + <location filename="../Project/Project.py" line="904"/> <source>Read user project properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="883"/> + <location filename="../Project/Project.py" line="904"/> <source><p>The user specific project properties file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="907"/> + <location filename="../Project/Project.py" line="928"/> <source>Save user project properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="907"/> + <location filename="../Project/Project.py" line="928"/> <source><p>The user specific project properties file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="965"/> + <location filename="../Project/Project.py" line="986"/> <source>Read project session</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1187"/> + <location filename="../Project/Project.py" line="1208"/> <source>Please save the project first.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="965"/> + <location filename="../Project/Project.py" line="986"/> <source><p>The project session file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1001"/> + <location filename="../Project/Project.py" line="1022"/> <source>Save project session</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1001"/> + <location filename="../Project/Project.py" line="1022"/> <source><p>The project session file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1030"/> + <location filename="../Project/Project.py" line="1051"/> <source>Delete project session</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1030"/> + <location filename="../Project/Project.py" line="1051"/> <source><p>The project session file <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1064"/> + <location filename="../Project/Project.py" line="1085"/> <source>Read tasks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1064"/> + <location filename="../Project/Project.py" line="1085"/> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1084"/> + <location filename="../Project/Project.py" line="1105"/> <source>Save tasks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1084"/> + <location filename="../Project/Project.py" line="1105"/> <source><p>The tasks file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1141"/> + <location filename="../Project/Project.py" line="1162"/> <source>Read debugger properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1141"/> + <location filename="../Project/Project.py" line="1162"/> <source><p>The project debugger properties file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1175"/> + <location filename="../Project/Project.py" line="1196"/> <source>Save debugger properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1175"/> + <location filename="../Project/Project.py" line="1196"/> <source><p>The project debugger properties file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1201"/> + <location filename="../Project/Project.py" line="1222"/> <source>Delete debugger properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1201"/> + <location filename="../Project/Project.py" line="1222"/> <source><p>The project debugger properties file <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1312"/> + <location filename="../Project/Project.py" line="1333"/> <source>Add Language</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1312"/> + <location filename="../Project/Project.py" line="1333"/> <source>You have to specify a translation pattern first.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1435"/> + <location filename="../Project/Project.py" line="1456"/> <source>Delete translation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1600"/> + <location filename="../Project/Project.py" line="1621"/> <source>Add file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1662"/> + <location filename="../Project/Project.py" line="1683"/> <source><p>The file <b>{0}</b> already exists.</p><p>Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1587"/> + <location filename="../Project/Project.py" line="1608"/> <source><p>The selected file <b>{0}</b> could not be added to <b>{1}</b>.</p><p>Reason: {2}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1718"/> + <location filename="../Project/Project.py" line="1739"/> <source>The target directory must not be empty.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1729"/> + <location filename="../Project/Project.py" line="1750"/> <source>Add directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1631"/> + <location filename="../Project/Project.py" line="1652"/> <source><p>The source directory doesn't contain any files belonging to the selected category.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1644"/> + <location filename="../Project/Project.py" line="1665"/> <source><p>The target directory <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1729"/> + <location filename="../Project/Project.py" line="1750"/> <source>The source directory must not be empty.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1866"/> + <location filename="../Project/Project.py" line="1887"/> <source>Rename file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1890"/> + <location filename="../Project/Project.py" line="1911"/> <source>Rename File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2931"/> + <location filename="../Project/Project.py" line="3016"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1890"/> + <location filename="../Project/Project.py" line="1911"/> <source><p>The file <b>{0}</b> could not be renamed.<br />Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2133"/> + <location filename="../Project/Project.py" line="2154"/> <source>Delete file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2163"/> + <location filename="../Project/Project.py" line="2184"/> <source>Delete directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2246"/> + <location filename="../Project/Project.py" line="2271"/> <source>Create project directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2246"/> + <location filename="../Project/Project.py" line="2271"/> <source><p>The project directory <b>{0}</b> could not be created.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2747"/> + <location filename="../Project/Project.py" line="2828"/> <source>Create project management directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2747"/> + <location filename="../Project/Project.py" line="2828"/> <source><p>The project directory <b>{0}</b> is not writable.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2313"/> + <location filename="../Project/Project.py" line="2352"/> <source>Create main script</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2313"/> + <location filename="../Project/Project.py" line="2352"/> <source><p>The mainscript <b>{0}</b> could not be created.<br/>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2777"/> + <location filename="../Project/Project.py" line="2858"/> <source>New Project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2326"/> + <location filename="../Project/Project.py" line="2386"/> <source>Add existing files to the project?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2777"/> + <location filename="../Project/Project.py" line="2858"/> <source>Select Version Control System</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2445"/> + <location filename="../Project/Project.py" line="2505"/> <source>Would you like to edit the VCS command options?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3615"/> + <location filename="../Project/Project.py" line="3702"/> <source>New project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2393"/> + <location filename="../Project/Project.py" line="2453"/> <source>Shall the project file be added to the repository?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2424"/> + <location filename="../Project/Project.py" line="2484"/> <source>None</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2417"/> + <location filename="../Project/Project.py" line="2477"/> <source>Select version control system for the project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2523"/> + <location filename="../Project/Project.py" line="2583"/> <source>Translation Pattern</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2523"/> + <location filename="../Project/Project.py" line="2583"/> <source>Enter the path pattern for translation files (use '%language%' in place of the language code):</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3629"/> + <location filename="../Project/Project.py" line="3716"/> <source>Open project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2916"/> + <location filename="../Project/Project.py" line="3001"/> <source>Project Files (*.e4p)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3666"/> + <location filename="../Project/Project.py" line="3753"/> <source>Save project as</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2931"/> + <location filename="../Project/Project.py" line="3016"/> <source>Save File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2967"/> + <location filename="../Project/Project.py" line="3052"/> <source>Close Project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2967"/> + <location filename="../Project/Project.py" line="3052"/> <source>The current project has unsaved changes.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3140"/> + <location filename="../Project/Project.py" line="3227"/> <source>Syntax errors detected</source> <translation type="unfinished"></translation> </message> <message numerus="yes"> - <location filename="../Project/Project.py" line="3140"/> + <location filename="../Project/Project.py" line="3227"/> <source>The project contains %n file(s) with syntax errors.</source> <translation type="unfinished"> <numerusform></numerusform> </translation> </message> <message> - <location filename="../Project/Project.py" line="3615"/> + <location filename="../Project/Project.py" line="3702"/> <source>&New...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3620"/> + <location filename="../Project/Project.py" line="3707"/> <source>Generate a new project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3621"/> + <location filename="../Project/Project.py" line="3708"/> <source><b>New...</b><p>This opens a dialog for entering the info for a new project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3629"/> + <location filename="../Project/Project.py" line="3716"/> <source>&Open...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3634"/> + <location filename="../Project/Project.py" line="3721"/> <source>Open an existing project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3635"/> + <location filename="../Project/Project.py" line="3722"/> <source><b>Open...</b><p>This opens an existing project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3642"/> + <location filename="../Project/Project.py" line="3729"/> <source>Close project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3642"/> + <location filename="../Project/Project.py" line="3729"/> <source>&Close</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3646"/> + <location filename="../Project/Project.py" line="3733"/> <source>Close the current project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3647"/> + <location filename="../Project/Project.py" line="3734"/> <source><b>Close</b><p>This closes the current project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3654"/> + <location filename="../Project/Project.py" line="3741"/> <source>Save project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3846"/> + <location filename="../Project/Project.py" line="3933"/> <source>&Save</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3658"/> + <location filename="../Project/Project.py" line="3745"/> <source>Save the current project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3659"/> + <location filename="../Project/Project.py" line="3746"/> <source><b>Save</b><p>This saves the current project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3666"/> + <location filename="../Project/Project.py" line="3753"/> <source>Save &as...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3670"/> - <source>Save the current project to a new file</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3672"/> - <source><b>Save as</b><p>This saves the current project to a new file.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3681"/> - <source>Add files to project</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3681"/> - <source>Add &files...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3686"/> - <source>Add files to the current project</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3688"/> - <source><b>Add files...</b><p>This opens a dialog for adding files to the current project. The place to add is determined by the file extension.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3697"/> - <source>Add directory to project</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3697"/> - <source>Add directory...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3702"/> - <source>Add a directory to the current project</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3704"/> - <source><b>Add directory...</b><p>This opens a dialog for adding a directory to the current project.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3712"/> - <source>Add translation to project</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3712"/> - <source>Add &translation...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3717"/> - <source>Add a translation to the current project</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3719"/> - <source><b>Add translation...</b><p>This opens a dialog for add a translation to the current project.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3727"/> - <source>Search new files</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3727"/> - <source>Searc&h new files...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3731"/> - <source>Search new files in the project directory.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3742"/> - <source>Search Project File</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3742"/> - <source>Search Project File...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3742"/> - <source>Alt+Ctrl+P</source> - <comment>Project|Search Project File</comment> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3748"/> - <source>Search for a file in the project list of files.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3750"/> - <source><b>Search Project File</b><p>This searches for a file in the project list of files.</p></source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3757"/> - <source>Project properties</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3757"/> - <source>&Properties...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3762"/> - <source>Show the project properties</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3763"/> - <source><b>Properties...</b><p>This shows a dialog to edit the project properties.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3770"/> - <source>User project properties</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3770"/> - <source>&User Properties...</source> + <source>Save the current project to a new file</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3759"/> + <source><b>Save as</b><p>This saves the current project to a new file.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3768"/> + <source>Add files to project</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3768"/> + <source>Add &files...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3773"/> + <source>Add files to the current project</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3775"/> - <source>Show the user specific project properties</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3777"/> - <source><b>User Properties...</b><p>This shows a dialog to edit the user specific project properties.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3785"/> - <source>Filetype Associations</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3785"/> - <source>Filetype Associations...</source> + <source><b>Add files...</b><p>This opens a dialog for adding files to the current project. The place to add is determined by the file extension.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3784"/> + <source>Add directory to project</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3784"/> + <source>Add directory...</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3789"/> - <source>Show the project filetype associations</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3803"/> - <source>Lexer Associations</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3803"/> - <source>Lexer Associations...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3807"/> - <source>Show the project lexer associations (overriding defaults)</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3809"/> - <source><b>Lexer Associations...</b><p>This shows a dialog to edit the lexer associations of the project. These associations override the global lexer associations. Lexers are used to highlight the editor text.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3821"/> - <source>Debugger Properties</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3821"/> - <source>Debugger &Properties...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3825"/> - <source>Show the debugger properties</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3826"/> - <source><b>Debugger Properties...</b><p>This shows a dialog to edit project specific debugger settings.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3834"/> - <source>Load</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3834"/> - <source>&Load</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3838"/> - <source>Load the debugger properties</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3839"/> - <source><b>Load Debugger Properties</b><p>This loads the project specific debugger settings.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3846"/> - <source>Save</source> + <source>Add a directory to the current project</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3791"/> + <source><b>Add directory...</b><p>This opens a dialog for adding a directory to the current project.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3799"/> + <source>Add translation to project</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3799"/> + <source>Add &translation...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3804"/> + <source>Add a translation to the current project</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3806"/> + <source><b>Add translation...</b><p>This opens a dialog for add a translation to the current project.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3814"/> + <source>Search new files</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3814"/> + <source>Searc&h new files...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3818"/> + <source>Search new files in the project directory.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3829"/> + <source>Search Project File</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3829"/> + <source>Search Project File...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3829"/> + <source>Alt+Ctrl+P</source> + <comment>Project|Search Project File</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3835"/> + <source>Search for a file in the project list of files.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3837"/> + <source><b>Search Project File</b><p>This searches for a file in the project list of files.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3844"/> + <source>Project properties</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3844"/> + <source>&Properties...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3849"/> + <source>Show the project properties</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3850"/> - <source>Save the debugger properties</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3851"/> - <source><b>Save Debugger Properties</b><p>This saves the project specific debugger settings.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3858"/> - <source>Delete</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3858"/> - <source>&Delete</source> + <source><b>Properties...</b><p>This shows a dialog to edit the project properties.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3857"/> + <source>User project properties</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3857"/> + <source>&User Properties...</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3862"/> - <source>Delete the debugger properties</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3863"/> - <source><b>Delete Debugger Properties</b><p>This deletes the file containing the project specific debugger settings.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3871"/> - <source>Reset</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3871"/> - <source>&Reset</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3875"/> - <source>Reset the debugger properties</source> + <source>Show the user specific project properties</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3864"/> + <source><b>User Properties...</b><p>This shows a dialog to edit the user specific project properties.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3872"/> + <source>Filetype Associations</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3872"/> + <source>Filetype Associations...</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3876"/> - <source><b>Reset Debugger Properties</b><p>This resets the project specific debugger settings.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3885"/> - <source>Load session</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3889"/> - <source>Load the projects session file.</source> + <source>Show the project filetype associations</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3890"/> + <source>Lexer Associations</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3890"/> - <source><b>Load session</b><p>This loads the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3903"/> - <source>Save session</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3907"/> - <source>Save the projects session file.</source> + <source>Lexer Associations...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3894"/> + <source>Show the project lexer associations (overriding defaults)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3896"/> + <source><b>Lexer Associations...</b><p>This shows a dialog to edit the lexer associations of the project. These associations override the global lexer associations. Lexers are used to highlight the editor text.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3908"/> + <source>Debugger Properties</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3908"/> - <source><b>Save session</b><p>This saves the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> + <source>Debugger &Properties...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3912"/> + <source>Show the debugger properties</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3913"/> + <source><b>Debugger Properties...</b><p>This shows a dialog to edit project specific debugger settings.</p></source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3921"/> - <source>Delete session</source> + <source>Load</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3921"/> + <source>&Load</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3925"/> - <source>Delete the projects session file.</source> + <source>Load the debugger properties</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3926"/> - <source><b>Delete session</b><p>This deletes the projects session file</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3935"/> - <source>Code Metrics</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3935"/> - <source>&Code Metrics...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3939"/> - <source>Show some code metrics for the project.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3941"/> - <source><b>Code Metrics...</b><p>This shows some code metrics for all Python files in the project.</p></source> + <source><b>Load Debugger Properties</b><p>This loads the project specific debugger settings.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3933"/> + <source>Save</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3937"/> + <source>Save the debugger properties</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3938"/> + <source><b>Save Debugger Properties</b><p>This saves the project specific debugger settings.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3945"/> + <source>Delete</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3945"/> + <source>&Delete</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3949"/> - <source>Python Code Coverage</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3949"/> - <source>Code Co&verage...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3953"/> - <source>Show code coverage information for the project.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3955"/> - <source><b>Code Coverage...</b><p>This shows the code coverage information for all Python files in the project.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4754"/> - <source>Profile Data</source> + <source>Delete the debugger properties</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3950"/> + <source><b>Delete Debugger Properties</b><p>This deletes the file containing the project specific debugger settings.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3958"/> + <source>Reset</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3958"/> + <source>&Reset</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3962"/> + <source>Reset the debugger properties</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3963"/> - <source>&Profile Data...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3967"/> - <source>Show profiling data for the project.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3969"/> - <source><b>Profile Data...</b><p>This shows the profiling data for the project.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4808"/> - <source>Application Diagram</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3978"/> - <source>&Application Diagram...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3982"/> - <source>Show a diagram of the project.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3984"/> - <source><b>Application Diagram...</b><p>This shows a diagram of the project.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3992"/> - <source>Load Diagram</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3992"/> - <source>&Load Diagram...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3996"/> - <source>Load a diagram from file.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3998"/> - <source><b>Load Diagram...</b><p>This loads a diagram from file.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="5002"/> - <source>Create Package List</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4007"/> - <source>Create &Package List</source> + <source><b>Reset Debugger Properties</b><p>This resets the project specific debugger settings.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3972"/> + <source>Load session</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3976"/> + <source>Load the projects session file.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3977"/> + <source><b>Load session</b><p>This loads the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3990"/> + <source>Save session</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3994"/> + <source>Save the projects session file.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3995"/> + <source><b>Save session</b><p>This saves the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4008"/> + <source>Delete session</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="4012"/> - <source>Create an initial PKGLIST file for an eric6 plugin.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4014"/> - <source><b>Create Package List</b><p>This creates an initial list of files to include in an eric6 plugin archive. The list is created from the project file.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="5278"/> - <source>Create Plugin Archive</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4077"/> - <source>&Project</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4078"/> - <source>Open &Recent Projects</source> + <source>Delete the projects session file.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4013"/> + <source><b>Delete session</b><p>This deletes the projects session file</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4022"/> + <source>Code Metrics</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4022"/> + <source>&Code Metrics...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4026"/> + <source>Show some code metrics for the project.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4028"/> + <source><b>Code Metrics...</b><p>This shows some code metrics for all Python files in the project.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4036"/> + <source>Python Code Coverage</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4036"/> + <source>Code Co&verage...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4040"/> + <source>Show code coverage information for the project.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4042"/> + <source><b>Code Coverage...</b><p>This shows the code coverage information for all Python files in the project.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4883"/> + <source>Profile Data</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4050"/> + <source>&Profile Data...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4054"/> + <source>Show profiling data for the project.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4056"/> + <source><b>Profile Data...</b><p>This shows the profiling data for the project.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4937"/> + <source>Application Diagram</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4065"/> + <source>&Application Diagram...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4069"/> + <source>Show a diagram of the project.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4071"/> + <source><b>Application Diagram...</b><p>This shows a diagram of the project.</p></source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="4079"/> - <source>&Version Control</source> + <source>Load Diagram</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4079"/> + <source>&Load Diagram...</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="4083"/> - <source>Chec&k</source> + <source>Load a diagram from file.</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="4085"/> + <source><b>Load Diagram...</b><p>This loads a diagram from file.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5131"/> + <source>Create Package List</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4094"/> + <source>Create &Package List</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4099"/> + <source>Create an initial PKGLIST file for an eric6 plugin.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4101"/> + <source><b>Create Package List</b><p>This creates an initial list of files to include in an eric6 plugin archive. The list is created from the project file.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5407"/> + <source>Create Plugin Archive</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4195"/> + <source>&Project</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4196"/> + <source>Open &Recent Projects</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4197"/> + <source>&Version Control</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4201"/> + <source>Chec&k</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4203"/> <source>Sho&w</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4086"/> + <location filename="../Project/Project.py" line="4204"/> <source>&Diagrams</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4087"/> + <location filename="../Project/Project.py" line="4205"/> <source>Session</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4088"/> + <location filename="../Project/Project.py" line="4206"/> <source>Source &Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4090"/> + <location filename="../Project/Project.py" line="4208"/> <source>Debugger</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4091"/> + <location filename="../Project/Project.py" line="4209"/> <source>Pac&kagers</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4199"/> + <location filename="../Project/Project.py" line="4328"/> <source>Project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4265"/> + <location filename="../Project/Project.py" line="4394"/> <source>&Clear</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4416"/> + <location filename="../Project/Project.py" line="4545"/> <source>Search New Files</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4416"/> + <location filename="../Project/Project.py" line="4545"/> <source>There were no new files found to be added.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4562"/> + <location filename="../Project/Project.py" line="4691"/> <source>Version Control System</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4550"/> + <location filename="../Project/Project.py" line="4679"/> <source><p>The selected VCS <b>{0}</b> could not be found. <br/>Reverting override.</p><p>{1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4562"/> + <location filename="../Project/Project.py" line="4691"/> <source><p>The selected VCS <b>{0}</b> could not be found.<br/>Disabling version control.</p><p>{1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4681"/> + <location filename="../Project/Project.py" line="4810"/> <source>Coverage Data</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4731"/> + <location filename="../Project/Project.py" line="4860"/> <source>There is no main script defined for the current project. Aborting</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4704"/> + <location filename="../Project/Project.py" line="4833"/> <source>Code Coverage</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4704"/> + <location filename="../Project/Project.py" line="4833"/> <source>Please select a coverage file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4754"/> + <location filename="../Project/Project.py" line="4883"/> <source>Please select a profile file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4808"/> + <location filename="../Project/Project.py" line="4937"/> <source>Include module names?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4953"/> + <location filename="../Project/Project.py" line="5082"/> <source><p>The file <b>PKGLIST</b> already exists.</p><p>Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5002"/> + <location filename="../Project/Project.py" line="5131"/> <source><p>The file <b>PKGLIST</b> could not be created.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5021"/> + <location filename="../Project/Project.py" line="5150"/> <source>The project does not have a main script defined. Aborting...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5127"/> + <location filename="../Project/Project.py" line="5256"/> <source><p>The eric6 plugin archive file <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5162"/> + <location filename="../Project/Project.py" line="5291"/> <source><p>The file <b>{0}</b> could not be stored in the archive. Ignoring it.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5236"/> + <location filename="../Project/Project.py" line="5365"/> <source><p>The plugin file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5278"/> + <location filename="../Project/Project.py" line="5407"/> <source><p>The plugin file <b>{0}</b> could not be read.</p> <p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5056"/> + <location filename="../Project/Project.py" line="5185"/> <source>Create Plugin Archives</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4023"/> + <location filename="../Project/Project.py" line="4110"/> <source>Create Plugin &Archives</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4028"/> + <location filename="../Project/Project.py" line="4115"/> <source>Create eric6 plugin archive files.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4030"/> + <location filename="../Project/Project.py" line="4117"/> <source><b>Create Plugin Archives</b><p>This creates eric6 plugin archive files using the list of files given in a PKGLIST* file. The archive name is built from the main script name if not designated in the package list file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4040"/> + <location filename="../Project/Project.py" line="4127"/> <source>Create Plugin Archives (Snapshot)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4040"/> + <location filename="../Project/Project.py" line="4127"/> <source>Create Plugin Archives (&Snapshot)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4045"/> + <location filename="../Project/Project.py" line="4132"/> <source>Create eric6 plugin archive files (snapshot releases).</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4047"/> + <location filename="../Project/Project.py" line="4134"/> <source><b>Create Plugin Archives (Snapshot)</b><p>This creates eric6 plugin archive files using the list of files given in the PKGLIST* file. The archive name is built from the main script name if not designated in the package list file. The version entry of the main script is modified to reflect a snapshot release.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5035"/> + <location filename="../Project/Project.py" line="5164"/> <source>Select package lists:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5052"/> - <source>Creating plugin archives...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="5052"/> - <source>Abort</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="5052"/> - <source>%v/%m Archives</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="5069"/> - <source><p>The file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="5181"/> + <source>Creating plugin archives...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5181"/> + <source>Abort</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5181"/> + <source>%v/%m Archives</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5198"/> + <source><p>The file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5310"/> <source><p>The eric6 plugin archive files were created with some errors.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5184"/> + <location filename="../Project/Project.py" line="5313"/> <source><p>The eric6 plugin archive files were created successfully.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5045"/> + <location filename="../Project/Project.py" line="5174"/> <source><p>No package list files (PKGLIST*) available or selected. Aborting...</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5099"/> + <location filename="../Project/Project.py" line="5228"/> <source><p>The file <b>{0}</b> is not ready yet.</p><p>Please rework it and delete the'; initial_list' line of the header.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3733"/> + <location filename="../Project/Project.py" line="3820"/> <source><b>Search new files...</b><p>This searches for new files (sources, *.ui, *.idl, *.proto) in the project directory and registered subdirectories.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3791"/> + <location filename="../Project/Project.py" line="3878"/> <source><b>Filetype Associations...</b><p>This shows a dialog to edit the file type associations of the project. These associations determine the type (source, form, interface, protocol 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="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1435"/> + <location filename="../Project/Project.py" line="1456"/> <source><p>The selected translation file <b>{0}</b> could not be deleted.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2133"/> + <location filename="../Project/Project.py" line="2154"/> <source><p>The selected file <b>{0}</b> could not be deleted.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2163"/> + <location filename="../Project/Project.py" line="2184"/> <source><p>The selected directory <b>{0}</b> could not be deleted.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Project/Project.py" line="2654"/> + <source>Create Makefile</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="2654"/> + <source><p>The makefile <b>{0}</b> could not be created.<br/>Reason: {1}</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5590"/> + <source>Execute Make</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4148"/> + <source>&Execute Make</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4152"/> + <source>Perform a 'make' run.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4154"/> + <source><b>Execute Make</b><p>This performs a 'make' run to rebuild the configured target.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5570"/> + <source>Test for Changes</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4162"/> + <source>&Test for Changes</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4166"/> + <source>Question 'make', if a rebuild is needed.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4168"/> + <source><b>Test for Changes</b><p>This questions 'make', if a rebuild of the configured target is necessary.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4210"/> + <source>Make</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5518"/> + <source>The make process did not start.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5563"/> + <source>The make process crashed.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5573"/> + <source><p>There are changes that require the configured make target <b>{0}</b> to be rebuilt.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5578"/> + <source><p>There are changes that require the default make target to be rebuilt.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5590"/> + <source>The makefile contains errors.</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>ProjectBaseBrowser</name> @@ -51878,7 +52026,7 @@ </message> <message> <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="163"/> - <source>Automatically compile</source> + <source>Automatisations</source> <translation type="unfinished"></translation> </message> <message> @@ -51888,7 +52036,7 @@ </message> <message> <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="172"/> - <source>changed forms</source> + <source>compile changed forms</source> <translation type="unfinished"></translation> </message> <message> @@ -51898,64 +52046,74 @@ </message> <message> <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="182"/> - <source>changed resources</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="192"/> + <source>compile changed resources</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="202"/> <source>Python Variant</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="198"/> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="208"/> <source>Select to determine the Python variant from the project language</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="201"/> - <source>Determine Python variant from project language</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="211"/> + <source>Determine Python variant from project language</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="221"/> <source>Recent Projects</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="217"/> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="227"/> <source>Number of recent projects:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="224"/> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="234"/> <source>Enter the number of recent projects to remember</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="256"/> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="266"/> <source>Tasks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="262"/> - <source>Select to save the project tasks automatically</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="265"/> - <source>Save tasks automatically</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="272"/> - <source>Select to rescan the project tasks when a project is opened</source> + <source>Select to save the project tasks automatically</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="275"/> + <source>Save tasks automatically</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="282"/> + <source>Select to rescan the project tasks when a project is opened</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="285"/> <source>Rescan tasks upon opening</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="189"/> + <source>Select to execute the configured 'make' command before a run action is performed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="192"/> + <source>execute make</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>ProjectProtocolsBrowser</name> @@ -52715,12 +52873,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="286"/> + <location filename="../Project/PropertiesDialog.ui" line="326"/> <source>&Description:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="299"/> + <location filename="../Project/PropertiesDialog.ui" line="339"/> <source>Enter description</source> <translation type="unfinished"></translation> </message> @@ -52779,198 +52937,213 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="84"/> + <location filename="../Project/PropertiesDialog.ui" line="86"/> <source>Select, if the project uses other programming languages as well</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="87"/> + <location filename="../Project/PropertiesDialog.ui" line="89"/> <source>Mi&xed programming languages</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="90"/> + <location filename="../Project/PropertiesDialog.ui" line="92"/> <source>Alt+X</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="97"/> + <location filename="../Project/PropertiesDialog.ui" line="137"/> <source>Project &Type:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="107"/> + <location filename="../Project/PropertiesDialog.ui" line="147"/> <source>Select the type of the project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="114"/> + <location filename="../Project/PropertiesDialog.ui" line="154"/> <source>Project &Directory:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="133"/> + <location filename="../Project/PropertiesDialog.ui" line="173"/> <source>Enter the project directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="136"/> + <location filename="../Project/PropertiesDialog.ui" line="176"/> <source><b>Project Directory</b> <p>Enter the project directory. You may select it with a dialog by pressing the button to the right.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="145"/> - <source>&Version No.:</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/PropertiesDialog.ui" line="155"/> - <source>Enter the version number</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/PropertiesDialog.ui" line="158"/> - <source><b>Version No.</b> -<p>Enter the version no.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/PropertiesDialog.ui" line="166"/> - <source>&Main Script:</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/PropertiesDialog.ui" line="185"/> + <source>&Version No.:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/PropertiesDialog.ui" line="195"/> + <source>Enter the version number</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/PropertiesDialog.ui" line="198"/> + <source><b>Version No.</b> +<p>Enter the version no.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/PropertiesDialog.ui" line="206"/> + <source>&Main Script:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/PropertiesDialog.ui" line="225"/> <source>Enter the main script</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="188"/> + <location filename="../Project/PropertiesDialog.ui" line="228"/> <source><b>Main Script</b> <p>Enter the main script of the project. You may select it with a dialog by pressing the button to the right.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="197"/> + <location filename="../Project/PropertiesDialog.ui" line="237"/> <source>Press to edit the translations properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="200"/> + <location filename="../Project/PropertiesDialog.ui" line="240"/> <source>Translations Properties...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="207"/> + <location filename="../Project/PropertiesDialog.ui" line="247"/> <source>End of &Line Character:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="217"/> - <source>Select the end of line character to be used by the project</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/PropertiesDialog.ui" line="221"/> - <source>System</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/PropertiesDialog.ui" line="226"/> - <source>Unix</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/PropertiesDialog.ui" line="231"/> - <source>Macintosh</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/PropertiesDialog.ui" line="236"/> - <source>Windows/DOS</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/PropertiesDialog.ui" line="244"/> - <source>&Author:</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/PropertiesDialog.ui" line="254"/> - <source>Enter authors name</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/PropertiesDialog.ui" line="257"/> + <source>Select the end of line character to be used by the project</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/PropertiesDialog.ui" line="261"/> + <source>System</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/PropertiesDialog.ui" line="266"/> + <source>Unix</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/PropertiesDialog.ui" line="271"/> + <source>Macintosh</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/PropertiesDialog.ui" line="276"/> + <source>Windows/DOS</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/PropertiesDialog.ui" line="284"/> + <source>&Author:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/PropertiesDialog.ui" line="294"/> + <source>Enter authors name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/PropertiesDialog.ui" line="297"/> <source><b>Author</b> <p>Enter the name of the author.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="265"/> + <location filename="../Project/PropertiesDialog.ui" line="305"/> <source>&Email:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="275"/> + <location filename="../Project/PropertiesDialog.ui" line="315"/> <source>Enter authors email</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="278"/> - <source><b>Email</b> -<p>Enter the email address of the author</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/PropertiesDialog.ui" line="302"/> - <source><b>Description</b> -<p>Enter a short description for the project.</p></source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/PropertiesDialog.ui" line="318"/> + <source><b>Email</b> +<p>Enter the email address of the author</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/PropertiesDialog.ui" line="342"/> + <source><b>Description</b> +<p>Enter a short description for the project.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/PropertiesDialog.ui" line="358"/> <source>Select to create a version controlled project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="321"/> + <location filename="../Project/PropertiesDialog.ui" line="361"/> <source>Version Controlled Project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="343"/> + <location filename="../Project/PropertiesDialog.ui" line="383"/> <source>Press to show information about the repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="346"/> + <location filename="../Project/PropertiesDialog.ui" line="386"/> <source>Show &Repository Info</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="349"/> + <location filename="../Project/PropertiesDialog.ui" line="389"/> <source>Alt+R</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/PropertiesDialog.py" line="56"/> + <location filename="../Project/PropertiesDialog.py" line="60"/> <source>Source Files ({0});;All Files (*)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/PropertiesDialog.py" line="105"/> + <location filename="../Project/PropertiesDialog.py" line="109"/> <source>The project is version controlled by <b>{0}</b>.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/PropertiesDialog.py" line="111"/> + <location filename="../Project/PropertiesDialog.py" line="115"/> <source>The project is not version controlled.</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Project/PropertiesDialog.ui" line="112"/> + <source>Select to activate the 'make' support</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/PropertiesDialog.ui" line="115"/> + <source>Enable 'make' Support</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/PropertiesDialog.ui" line="125"/> + <source>Press to open a dialog to enter the 'make' parameters</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>ProtobufPage</name> @@ -73011,2161 +73184,2161 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="513"/> + <location filename="../UI/UserInterface.py" line="516"/> <source>Initializing Tools...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="531"/> + <location filename="../UI/UserInterface.py" line="534"/> <source>Registering Objects...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="559"/> + <location filename="../UI/UserInterface.py" line="562"/> <source>Initializing Actions...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="561"/> + <location filename="../UI/UserInterface.py" line="564"/> <source>Initializing Menus...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="563"/> + <location filename="../UI/UserInterface.py" line="566"/> <source>Initializing Toolbars...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="565"/> + <location filename="../UI/UserInterface.py" line="568"/> <source>Initializing Statusbar...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="592"/> + <location filename="../UI/UserInterface.py" line="595"/> <source>Initializing Single Application Server...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="602"/> + <location filename="../UI/UserInterface.py" line="605"/> <source>Activating Plugins...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="604"/> + <location filename="../UI/UserInterface.py" line="607"/> <source>Generating Plugins Toolbars...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="617"/> + <location filename="../UI/UserInterface.py" line="620"/> <source>Restoring Toolbarmanager...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="622"/> + <location filename="../UI/UserInterface.py" line="625"/> <source>Setting View Profile...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="626"/> + <location filename="../UI/UserInterface.py" line="629"/> <source>Reading Tasks...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="630"/> + <location filename="../UI/UserInterface.py" line="633"/> <source>Reading Templates...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="634"/> + <location filename="../UI/UserInterface.py" line="637"/> <source>Starting Debugger...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1567"/> - <source>Left Toolbox</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1592"/> - <source>Horizontal Toolbox</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1579"/> - <source>Right Toolbox</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1427"/> - <source>Project-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1444"/> - <source>Multiproject-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1549"/> - <source>Template-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1462"/> - <source>Debug-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="945"/> - <source>Cooperation</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1665"/> - <source>IRC</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1531"/> - <source>Task-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1513"/> - <source>Log-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1480"/> - <source>Shell</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1496"/> - <source>File-Browser</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1002"/> - <source>Symbols</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1010"/> - <source>Numbers</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1297"/> - <source>{0} - Passive Mode</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1304"/> - <source>{0} - {1} - Passive Mode</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1308"/> - <source>{0} - {1} - {2} - Passive Mode</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1331"/> - <source>Quit</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1331"/> - <source>&Quit</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1331"/> - <source>Ctrl+Q</source> - <comment>File|Quit</comment> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1337"/> - <source>Quit the IDE</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1338"/> - <source><b>Quit the IDE</b><p>This quits the IDE. Any unsaved changes may be saved first. Any Python program being debugged will be stopped and the preferences will be written to disc.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1374"/> - <source>New Window</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1374"/> - <source>New &Window</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1374"/> - <source>Ctrl+Shift+N</source> - <comment>File|New Window</comment> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1380"/> - <source>Open a new eric6 instance</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1382"/> - <source><b>New Window</b><p>This opens a new instance of the eric6 IDE.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1393"/> - <source>Edit Profile</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1399"/> - <source>Activate the edit view profile</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1401"/> - <source><b>Edit Profile</b><p>Activate the "Edit View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1410"/> - <source>Debug Profile</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1416"/> - <source>Activate the debug view profile</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1418"/> - <source><b>Debug Profile</b><p>Activate the "Debug View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1427"/> - <source>&Project-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1427"/> - <source>Alt+Shift+P</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1433"/> - <source>Switch the input focus to the Project-Viewer window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1435"/> - <source><b>Activate Project-Viewer</b><p>This switches the input focus to the Project-Viewer window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1444"/> - <source>&Multiproject-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1444"/> - <source>Alt+Shift+M</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1450"/> - <source>Switch the input focus to the Multiproject-Viewer window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1452"/> - <source><b>Activate Multiproject-Viewer</b><p>This switches the input focus to the Multiproject-Viewer window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1462"/> - <source>&Debug-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1462"/> - <source>Alt+Shift+D</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1468"/> - <source>Switch the input focus to the Debug-Viewer window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1470"/> - <source><b>Activate Debug-Viewer</b><p>This switches the input focus to the Debug-Viewer window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1480"/> - <source>&Shell</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1480"/> - <source>Alt+Shift+S</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1486"/> - <source>Switch the input focus to the Shell window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1488"/> - <source><b>Activate Shell</b><p>This switches the input focus to the Shell window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1496"/> - <source>&File-Browser</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1496"/> - <source>Alt+Shift+F</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1502"/> - <source>Switch the input focus to the File-Browser window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1504"/> - <source><b>Activate File-Browser</b><p>This switches the input focus to the File-Browser window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1513"/> - <source>Lo&g-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1513"/> - <source>Alt+Shift+G</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1519"/> - <source>Switch the input focus to the Log-Viewer window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1521"/> - <source><b>Activate Log-Viewer</b><p>This switches the input focus to the Log-Viewer window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1531"/> - <source>&Task-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1531"/> - <source>Alt+Shift+T</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1537"/> - <source>Switch the input focus to the Task-Viewer window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1539"/> - <source><b>Activate Task-Viewer</b><p>This switches the input focus to the Task-Viewer window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1549"/> - <source>Templ&ate-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1549"/> - <source>Alt+Shift+A</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1555"/> - <source>Switch the input focus to the Template-Viewer window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1557"/> - <source><b>Activate Template-Viewer</b><p>This switches the input focus to the Template-Viewer window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1567"/> - <source>&Left Toolbox</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1570"/> + <source>Left Toolbox</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1595"/> + <source>Horizontal Toolbox</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1582"/> + <source>Right Toolbox</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1430"/> + <source>Project-Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1447"/> + <source>Multiproject-Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1552"/> + <source>Template-Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1465"/> + <source>Debug-Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="948"/> + <source>Cooperation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1668"/> + <source>IRC</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1534"/> + <source>Task-Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1516"/> + <source>Log-Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1483"/> + <source>Shell</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1499"/> + <source>File-Browser</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1005"/> + <source>Symbols</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1013"/> + <source>Numbers</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1300"/> + <source>{0} - Passive Mode</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1307"/> + <source>{0} - {1} - Passive Mode</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1311"/> + <source>{0} - {1} - {2} - Passive Mode</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1334"/> + <source>Quit</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1334"/> + <source>&Quit</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1334"/> + <source>Ctrl+Q</source> + <comment>File|Quit</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1340"/> + <source>Quit the IDE</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1341"/> + <source><b>Quit the IDE</b><p>This quits the IDE. Any unsaved changes may be saved first. Any Python program being debugged will be stopped and the preferences will be written to disc.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1377"/> + <source>New Window</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1377"/> + <source>New &Window</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1377"/> + <source>Ctrl+Shift+N</source> + <comment>File|New Window</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1383"/> + <source>Open a new eric6 instance</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1385"/> + <source><b>New Window</b><p>This opens a new instance of the eric6 IDE.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1396"/> + <source>Edit Profile</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1402"/> + <source>Activate the edit view profile</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1404"/> + <source><b>Edit Profile</b><p>Activate the "Edit View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1413"/> + <source>Debug Profile</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1419"/> + <source>Activate the debug view profile</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1421"/> + <source><b>Debug Profile</b><p>Activate the "Debug View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1430"/> + <source>&Project-Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1430"/> + <source>Alt+Shift+P</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1436"/> + <source>Switch the input focus to the Project-Viewer window.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1438"/> + <source><b>Activate Project-Viewer</b><p>This switches the input focus to the Project-Viewer window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1447"/> + <source>&Multiproject-Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1447"/> + <source>Alt+Shift+M</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1453"/> + <source>Switch the input focus to the Multiproject-Viewer window.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1455"/> + <source><b>Activate Multiproject-Viewer</b><p>This switches the input focus to the Multiproject-Viewer window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1465"/> + <source>&Debug-Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1465"/> + <source>Alt+Shift+D</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1471"/> + <source>Switch the input focus to the Debug-Viewer window.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1473"/> + <source><b>Activate Debug-Viewer</b><p>This switches the input focus to the Debug-Viewer window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1483"/> + <source>&Shell</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1483"/> + <source>Alt+Shift+S</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1489"/> + <source>Switch the input focus to the Shell window.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1491"/> + <source><b>Activate Shell</b><p>This switches the input focus to the Shell window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1499"/> + <source>&File-Browser</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1499"/> + <source>Alt+Shift+F</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1505"/> + <source>Switch the input focus to the File-Browser window.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1507"/> + <source><b>Activate File-Browser</b><p>This switches the input focus to the File-Browser window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1516"/> + <source>Lo&g-Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1516"/> + <source>Alt+Shift+G</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1522"/> + <source>Switch the input focus to the Log-Viewer window.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1524"/> + <source><b>Activate Log-Viewer</b><p>This switches the input focus to the Log-Viewer window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1534"/> + <source>&Task-Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1534"/> + <source>Alt+Shift+T</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1540"/> + <source>Switch the input focus to the Task-Viewer window.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1542"/> + <source><b>Activate Task-Viewer</b><p>This switches the input focus to the Task-Viewer window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1552"/> + <source>Templ&ate-Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1552"/> + <source>Alt+Shift+A</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1558"/> + <source>Switch the input focus to the Template-Viewer window.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1560"/> + <source><b>Activate Template-Viewer</b><p>This switches the input focus to the Template-Viewer window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1570"/> + <source>&Left Toolbox</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1573"/> <source>Toggle the Left Toolbox window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1571"/> + <location filename="../UI/UserInterface.py" line="1574"/> <source><b>Toggle the Left Toolbox window</b><p>If the Left Toolbox window is hidden then display it. If it is displayed then close it.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1579"/> + <location filename="../UI/UserInterface.py" line="1582"/> <source>&Right Toolbox</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1583"/> + <location filename="../UI/UserInterface.py" line="1586"/> <source>Toggle the Right Toolbox window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1584"/> + <location filename="../UI/UserInterface.py" line="1587"/> <source><b>Toggle the Right Toolbox window</b><p>If the Right Toolbox window is hidden then display it. If it is displayed then close it.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1592"/> + <location filename="../UI/UserInterface.py" line="1595"/> <source>&Horizontal Toolbox</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1596"/> + <location filename="../UI/UserInterface.py" line="1599"/> <source>Toggle the Horizontal Toolbox window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1598"/> + <location filename="../UI/UserInterface.py" line="1601"/> <source><b>Toggle the Horizontal Toolbox window</b><p>If the Horizontal Toolbox window is hidden then display it. If it is displayed then close it.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1606"/> + <location filename="../UI/UserInterface.py" line="1609"/> <source>Left Sidebar</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1606"/> + <location filename="../UI/UserInterface.py" line="1609"/> <source>&Left Sidebar</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1610"/> + <location filename="../UI/UserInterface.py" line="1613"/> <source>Toggle the left sidebar window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1611"/> + <location filename="../UI/UserInterface.py" line="1614"/> <source><b>Toggle the left sidebar window</b><p>If the left sidebar window is hidden then display it. If it is displayed then close it.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1619"/> + <location filename="../UI/UserInterface.py" line="1622"/> <source>Right Sidebar</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1619"/> + <location filename="../UI/UserInterface.py" line="1622"/> <source>&Right Sidebar</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1623"/> + <location filename="../UI/UserInterface.py" line="1626"/> <source>Toggle the right sidebar window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1625"/> + <location filename="../UI/UserInterface.py" line="1628"/> <source><b>Toggle the right sidebar window</b><p>If the right sidebar window is hidden then display it. If it is displayed then close it.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1633"/> + <location filename="../UI/UserInterface.py" line="1636"/> <source>Bottom Sidebar</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1633"/> + <location filename="../UI/UserInterface.py" line="1636"/> <source>&Bottom Sidebar</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1637"/> + <location filename="../UI/UserInterface.py" line="1640"/> <source>Toggle the bottom sidebar window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1639"/> + <location filename="../UI/UserInterface.py" line="1642"/> <source><b>Toggle the bottom sidebar window</b><p>If the bottom sidebar window is hidden then display it. If it is displayed then close it.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1647"/> + <location filename="../UI/UserInterface.py" line="1650"/> <source>Cooperation-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1647"/> + <location filename="../UI/UserInterface.py" line="1650"/> <source>Co&operation-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1647"/> + <location filename="../UI/UserInterface.py" line="1650"/> <source>Alt+Shift+O</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1653"/> + <location filename="../UI/UserInterface.py" line="1656"/> <source>Switch the input focus to the Cooperation-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1655"/> + <location filename="../UI/UserInterface.py" line="1658"/> <source><b>Activate Cooperation-Viewer</b><p>This switches the input focus to the Cooperation-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1665"/> + <location filename="../UI/UserInterface.py" line="1668"/> <source>&IRC</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1665"/> + <location filename="../UI/UserInterface.py" line="1668"/> <source>Meta+Shift+I</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1671"/> + <location filename="../UI/UserInterface.py" line="1674"/> <source>Switch the input focus to the IRC window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1673"/> + <location filename="../UI/UserInterface.py" line="1676"/> <source><b>Activate IRC</b><p>This switches the input focus to the IRC window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1682"/> + <location filename="../UI/UserInterface.py" line="1685"/> <source>Symbols-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1682"/> + <location filename="../UI/UserInterface.py" line="1685"/> <source>S&ymbols-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1682"/> + <location filename="../UI/UserInterface.py" line="1685"/> <source>Alt+Shift+Y</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1688"/> + <location filename="../UI/UserInterface.py" line="1691"/> <source>Switch the input focus to the Symbols-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1690"/> + <location filename="../UI/UserInterface.py" line="1693"/> <source><b>Activate Symbols-Viewer</b><p>This switches the input focus to the Symbols-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1700"/> + <location filename="../UI/UserInterface.py" line="1703"/> <source>Numbers-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1700"/> + <location filename="../UI/UserInterface.py" line="1703"/> <source>Num&bers-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1700"/> + <location filename="../UI/UserInterface.py" line="1703"/> <source>Alt+Shift+B</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1706"/> + <location filename="../UI/UserInterface.py" line="1709"/> <source>Switch the input focus to the Numbers-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1708"/> + <location filename="../UI/UserInterface.py" line="1711"/> <source><b>Activate Numbers-Viewer</b><p>This switches the input focus to the Numbers-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1718"/> + <location filename="../UI/UserInterface.py" line="1721"/> <source>What's This?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1718"/> + <location filename="../UI/UserInterface.py" line="1721"/> <source>&What's This?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1718"/> + <location filename="../UI/UserInterface.py" line="1721"/> <source>Shift+F1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1724"/> + <location filename="../UI/UserInterface.py" line="1727"/> <source>Context sensitive help</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1725"/> + <location filename="../UI/UserInterface.py" line="1728"/> <source><b>Display context sensitive help</b><p>In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1737"/> + <location filename="../UI/UserInterface.py" line="1740"/> <source>Helpviewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1737"/> + <location filename="../UI/UserInterface.py" line="1740"/> <source>&Helpviewer...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1737"/> + <location filename="../UI/UserInterface.py" line="1740"/> <source>F1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1743"/> + <location filename="../UI/UserInterface.py" line="1746"/> <source>Open the helpviewer window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1745"/> + <location filename="../UI/UserInterface.py" line="1748"/> <source><b>Helpviewer</b><p>Display the eric6 web browser. This window will show HTML help files and help from Qt help collections. It has the capability to navigate to links, set bookmarks, print the displayed help and some more features. You may use it to browse the internet as well</p><p>If called with a word selected, this word is search in the Qt help collection.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1765"/> + <location filename="../UI/UserInterface.py" line="1768"/> <source>Show Versions</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1765"/> + <location filename="../UI/UserInterface.py" line="1768"/> <source>Show &Versions</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1769"/> + <location filename="../UI/UserInterface.py" line="1772"/> <source>Display version information</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1771"/> + <location filename="../UI/UserInterface.py" line="1774"/> <source><b>Show Versions</b><p>Display version information.</p></source> <translation type="unfinished"></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1784"/> + <source>Check for Updates</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1781"/> - <source>Check for Updates</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1778"/> <source>Check for &Updates...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1782"/> + <location filename="../UI/UserInterface.py" line="1785"/> <source><b>Check for Updates...</b><p>Checks the internet for updates of eric6.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1789"/> + <location filename="../UI/UserInterface.py" line="1792"/> <source>Show downloadable versions</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1789"/> + <location filename="../UI/UserInterface.py" line="1792"/> <source>Show &downloadable versions...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1793"/> + <location filename="../UI/UserInterface.py" line="1796"/> <source>Show the versions available for download</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1795"/> + <location filename="../UI/UserInterface.py" line="1798"/> <source><b>Show downloadable versions...</b><p>Shows the eric6 versions available for download from the internet.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1808"/> + <location filename="../UI/UserInterface.py" line="1811"/> <source>Show Error Log</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1804"/> + <location filename="../UI/UserInterface.py" line="1807"/> <source>Show Error &Log...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1809"/> + <location filename="../UI/UserInterface.py" line="1812"/> <source><b>Show Error Log...</b><p>Opens a dialog showing the most recent error log.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3218"/> + <location filename="../UI/UserInterface.py" line="3221"/> <source>Report Bug</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1816"/> + <location filename="../UI/UserInterface.py" line="1819"/> <source>Report &Bug...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1820"/> + <location filename="../UI/UserInterface.py" line="1823"/> <source>Report a bug</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1821"/> + <location filename="../UI/UserInterface.py" line="1824"/> <source><b>Report Bug...</b><p>Opens a dialog to report a bug.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1828"/> + <location filename="../UI/UserInterface.py" line="1831"/> <source>Request Feature</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1828"/> + <location filename="../UI/UserInterface.py" line="1831"/> <source>Request &Feature...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1832"/> + <location filename="../UI/UserInterface.py" line="1835"/> <source>Send a feature request</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1834"/> + <location filename="../UI/UserInterface.py" line="1837"/> <source><b>Request Feature...</b><p>Opens a dialog to send a feature request.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2790"/> - <source>Unittest</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1843"/> - <source>&Unittest...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1848"/> - <source>Start unittest dialog</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1849"/> - <source><b>Unittest</b><p>Perform unit tests. The dialog gives you the ability to select and run a unittest suite.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1857"/> - <source>Unittest Restart</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1857"/> - <source>&Restart Unittest...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1862"/> - <source>Restart last unittest</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1863"/> - <source><b>Restart Unittest</b><p>Restart the unittest performed last.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1871"/> - <source>Unittest Rerun Failed</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1871"/> - <source>Rerun Failed Tests...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1876"/> - <source>Rerun failed tests of the last run</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1878"/> - <source><b>Rerun Failed Tests</b><p>Rerun all tests that failed during the last unittest run.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1887"/> - <source>Unittest Script</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1887"/> - <source>Unittest &Script...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1892"/> - <source>Run unittest with current script</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1894"/> - <source><b>Unittest Script</b><p>Run unittest with current script.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4346"/> - <source>Unittest Project</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1902"/> - <source>Unittest &Project...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1907"/> - <source>Run unittest with current project</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1909"/> - <source><b>Unittest Project</b><p>Run unittest with current project.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1929"/> - <source>Qt-Designer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1929"/> - <source>Qt-&Designer...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1934"/> - <source>Start Qt-Designer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1935"/> - <source><b>Qt-Designer</b><p>Start Qt-Designer.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1955"/> - <source>Qt-Linguist</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1955"/> - <source>Qt-&Linguist...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1960"/> - <source>Start Qt-Linguist</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1961"/> - <source><b>Qt-Linguist</b><p>Start Qt-Linguist.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1970"/> - <source>UI Previewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1970"/> - <source>&UI Previewer...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1975"/> - <source>Start the UI Previewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1976"/> - <source><b>UI Previewer</b><p>Start the UI Previewer.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1983"/> - <source>Translations Previewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1983"/> - <source>&Translations Previewer...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1988"/> - <source>Start the Translations Previewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1990"/> - <source><b>Translations Previewer</b><p>Start the Translations Previewer.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1997"/> - <source>Compare Files</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1997"/> - <source>&Compare Files...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2015"/> - <source>Compare two files</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2003"/> - <source><b>Compare Files</b><p>Open a dialog to compare two files.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2010"/> - <source>Compare Files side by side</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2010"/> - <source>Compare &Files side by side...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2016"/> - <source><b>Compare Files side by side</b><p>Open a dialog to compare two files and show the result side by side.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2024"/> - <source>SQL Browser</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2024"/> - <source>SQL &Browser...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2029"/> - <source>Browse a SQL database</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2030"/> - <source><b>SQL Browser</b><p>Browse a SQL database.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2042"/> - <source>Mini Editor</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2037"/> - <source>Mini &Editor...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2043"/> - <source><b>Mini Editor</b><p>Open a dialog with a simplified editor.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2050"/> - <source>Hex Editor</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2050"/> - <source>&Hex Editor...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2055"/> - <source>Start the eric6 Hex Editor</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2057"/> - <source><b>Hex Editor</b><p>Starts the eric6 Hex Editor for viewing or editing binary files.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2066"/> - <source>eric6 Web Browser</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2066"/> - <source>eric6 &Web Browser...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2071"/> - <source>Start the eric6 Web Browser</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2073"/> - <source><b>eric6 Web Browser</b><p>Browse the Internet with the eric6 Web Browser.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2082"/> - <source>Icon Editor</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2082"/> - <source>&Icon Editor...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2087"/> - <source>Start the eric6 Icon Editor</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2089"/> - <source><b>Icon Editor</b><p>Starts the eric6 Icon Editor for editing simple icons.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2096"/> - <source>Snapshot</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2096"/> - <source>&Snapshot...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2101"/> - <source>Take snapshots of a screen region</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2103"/> - <source><b>Snapshot</b><p>This opens a dialog to take snapshots of a screen region.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2111"/> - <source>Preferences</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2111"/> - <source>&Preferences...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2116"/> - <source>Set the prefered configuration</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2118"/> - <source><b>Preferences</b><p>Set the configuration items of the application with your prefered values.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2127"/> - <source>Export Preferences</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2127"/> - <source>E&xport Preferences...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2132"/> - <source>Export the current configuration</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2134"/> - <source><b>Export Preferences</b><p>Export the current configuration to a file.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2141"/> - <source>Import Preferences</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2141"/> - <source>I&mport Preferences...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2146"/> - <source>Import a previously exported configuration</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2148"/> - <source><b>Import Preferences</b><p>Import a previously exported configuration.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2155"/> - <source>Reload APIs</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2155"/> - <source>Reload &APIs</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2159"/> - <source>Reload the API information</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2161"/> - <source><b>Reload APIs</b><p>Reload the API information.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2173"/> - <source>Show external tools</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2168"/> - <source>Show external &tools</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2175"/> - <source><b>Show external tools</b><p>Opens a dialog to show the path and versions of all extenal tools used by eric6.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2184"/> - <source>View Profiles</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2184"/> - <source>&View Profiles...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2189"/> - <source>Configure view profiles</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2191"/> - <source><b>View Profiles</b><p>Configure the view profiles. With this dialog you may set the visibility of the various windows for the predetermined view profiles.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2201"/> - <source>Toolbars</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2201"/> - <source>Tool&bars...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2206"/> - <source>Configure toolbars</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2207"/> - <source><b>Toolbars</b><p>Configure the toolbars. With this dialog you may change the actions shown on the various toolbars and define your own toolbars.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2216"/> - <source>Keyboard Shortcuts</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2216"/> - <source>Keyboard &Shortcuts...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2221"/> - <source>Set the keyboard shortcuts</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2223"/> - <source><b>Keyboard Shortcuts</b><p>Set the keyboard shortcuts of the application with your prefered values.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5712"/> - <source>Export Keyboard Shortcuts</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2231"/> - <source>&Export Keyboard Shortcuts...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2236"/> - <source>Export the keyboard shortcuts</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2238"/> - <source><b>Export Keyboard Shortcuts</b><p>Export the keyboard shortcuts of the application.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5736"/> - <source>Import Keyboard Shortcuts</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2245"/> - <source>&Import Keyboard Shortcuts...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2250"/> - <source>Import the keyboard shortcuts</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2252"/> - <source><b>Import Keyboard Shortcuts</b><p>Import the keyboard shortcuts of the application.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2260"/> - <source>Manage SSL Certificates</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2260"/> - <source>Manage SSL Certificates...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2265"/> - <source>Manage the saved SSL certificates</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2267"/> - <source><b>Manage SSL Certificates...</b><p>Opens a dialog to manage the saved SSL certificates.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2276"/> - <source>Edit Message Filters</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2276"/> - <source>Edit Message Filters...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2281"/> - <source>Edit the message filters used to suppress unwanted messages</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2283"/> - <source><b>Edit Message Filters</b><p>Opens a dialog to edit the message filters used to suppress unwanted messages been shown in an error window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2299"/> - <source>Clear private data</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2301"/> - <source><b>Clear private data</b><p>Clears the private data like the various list of recently opened files, projects or multi projects.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2310"/> - <source>Activate current editor</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2310"/> - <source>Alt+Shift+E</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2320"/> - <source>Show next</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2320"/> - <source>Ctrl+Alt+Tab</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2329"/> - <source>Show previous</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2329"/> - <source>Shift+Ctrl+Alt+Tab</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2338"/> - <source>Switch between tabs</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2338"/> - <source>Ctrl+1</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2347"/> - <source>Plugin Infos</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2347"/> - <source>&Plugin Infos...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2351"/> - <source>Show Plugin Infos</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2352"/> - <source><b>Plugin Infos...</b><p>This opens a dialog, that show some information about loaded plugins.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2365"/> - <source>Install Plugins</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2360"/> - <source>&Install Plugins...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2366"/> - <source><b>Install Plugins...</b><p>This opens a dialog to install or update plugins.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2378"/> - <source>Uninstall Plugin</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2373"/> - <source>&Uninstall Plugin...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2379"/> - <source><b>Uninstall Plugin...</b><p>This opens a dialog to uninstall a plugin.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2386"/> - <source>Plugin Repository</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2386"/> - <source>Plugin &Repository...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2391"/> - <source>Show Plugins available for download</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2393"/> - <source><b>Plugin Repository...</b><p>This opens a dialog, that shows a list of plugins available on the Internet.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2417"/> - <source>Qt4 Documentation</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2417"/> - <source>Qt&4 Documentation</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2421"/> - <source>Open Qt4 Documentation</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2422"/> - <source><b>Qt4 Documentation</b><p>Display the Qt4 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2431"/> - <source>Qt5 Documentation</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2431"/> - <source>Qt&5 Documentation</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2435"/> - <source>Open Qt5 Documentation</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2436"/> - <source><b>Qt5 Documentation</b><p>Display the Qt5 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2447"/> - <source>PyQt4 Documentation</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2447"/> - <source>PyQt&4 Documentation</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2451"/> - <source>Open PyQt4 Documentation</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2452"/> - <source><b>PyQt4 Documentation</b><p>Display the PyQt4 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2466"/> - <source>PyQt5 Documentation</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2466"/> - <source>PyQt&5 Documentation</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2470"/> - <source>Open PyQt5 Documentation</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2472"/> - <source><b>PyQt5 Documentation</b><p>Display the PyQt5 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2489"/> - <source>Python 3 Documentation</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2489"/> - <source>Python &3 Documentation</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2493"/> - <source>Open Python 3 Documentation</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2495"/> - <source><b>Python 3 Documentation</b><p>Display the Python 3 documentation. If no documentation directory is configured, the location of the Python 3 documentation is assumed to be the doc directory underneath the location of the Python 3 executable on Windows and <i>/usr/share/doc/packages/python/html</i> on Unix. Set PYTHON3DOCDIR in your environment to override this.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2507"/> - <source>Python 2 Documentation</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2507"/> - <source>Python &2 Documentation</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2511"/> - <source>Open Python 2 Documentation</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2513"/> - <source><b>Python 2 Documentation</b><p>Display the Python 2 documentation. If no documentation directory is configured, the location of the Python 2 documentation is assumed to be the doc directory underneath the location of the configured Python 2 executable on Windows and <i>/usr/share/doc/packages/python/html/python-docs-html</i> on Unix. Set PYTHON2DOCDIR in your environment to override this. </p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2531"/> - <source>Eric API Documentation</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2531"/> - <source>&Eric API Documentation</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2535"/> - <source>Open Eric API Documentation</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2537"/> - <source><b>Eric API Documentation</b><p>Display the Eric API documentation. The location for the documentation is the Documentation/Source subdirectory of the eric6 installation directory.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2552"/> - <source>PySide Documentation</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2552"/> - <source>Py&Side Documentation</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2556"/> - <source>Open PySide Documentation</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2558"/> - <source><b>PySide Documentation</b><p>Display the PySide Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2603"/> - <source>&Unittest</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2620"/> - <source>E&xtras</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2625"/> - <source>Wi&zards</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2633"/> - <source>Select Tool Group</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2641"/> - <source>Se&ttings</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2666"/> - <source>&Window</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2671"/> - <source>&Windows</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2691"/> - <source>&Toolbars</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2702"/> - <source>P&lugins</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2711"/> - <source>Configure...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2716"/> - <source>&Help</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2789"/> - <source>Tools</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2791"/> - <source>Settings</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4598"/> - <source>Help</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2793"/> - <source>Profiles</source> + <source>Unittest</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1846"/> + <source>&Unittest...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1851"/> + <source>Start unittest dialog</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1852"/> + <source><b>Unittest</b><p>Perform unit tests. The dialog gives you the ability to select and run a unittest suite.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1860"/> + <source>Unittest Restart</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1860"/> + <source>&Restart Unittest...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1865"/> + <source>Restart last unittest</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1866"/> + <source><b>Restart Unittest</b><p>Restart the unittest performed last.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1874"/> + <source>Unittest Rerun Failed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1874"/> + <source>Rerun Failed Tests...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1879"/> + <source>Rerun failed tests of the last run</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1881"/> + <source><b>Rerun Failed Tests</b><p>Rerun all tests that failed during the last unittest run.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1890"/> + <source>Unittest Script</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1890"/> + <source>Unittest &Script...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1895"/> + <source>Run unittest with current script</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1897"/> + <source><b>Unittest Script</b><p>Run unittest with current script.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4349"/> + <source>Unittest Project</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1905"/> + <source>Unittest &Project...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1910"/> + <source>Run unittest with current project</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1912"/> + <source><b>Unittest Project</b><p>Run unittest with current project.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1932"/> + <source>Qt-Designer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1932"/> + <source>Qt-&Designer...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1937"/> + <source>Start Qt-Designer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1938"/> + <source><b>Qt-Designer</b><p>Start Qt-Designer.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1958"/> + <source>Qt-Linguist</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1958"/> + <source>Qt-&Linguist...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1963"/> + <source>Start Qt-Linguist</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1964"/> + <source><b>Qt-Linguist</b><p>Start Qt-Linguist.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1973"/> + <source>UI Previewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1973"/> + <source>&UI Previewer...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1978"/> + <source>Start the UI Previewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1979"/> + <source><b>UI Previewer</b><p>Start the UI Previewer.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1986"/> + <source>Translations Previewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1986"/> + <source>&Translations Previewer...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1991"/> + <source>Start the Translations Previewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1993"/> + <source><b>Translations Previewer</b><p>Start the Translations Previewer.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2000"/> + <source>Compare Files</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2000"/> + <source>&Compare Files...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2018"/> + <source>Compare two files</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2006"/> + <source><b>Compare Files</b><p>Open a dialog to compare two files.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2013"/> + <source>Compare Files side by side</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2013"/> + <source>Compare &Files side by side...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2019"/> + <source><b>Compare Files side by side</b><p>Open a dialog to compare two files and show the result side by side.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2027"/> + <source>SQL Browser</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2027"/> + <source>SQL &Browser...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2032"/> + <source>Browse a SQL database</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2033"/> + <source><b>SQL Browser</b><p>Browse a SQL database.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2045"/> + <source>Mini Editor</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2040"/> + <source>Mini &Editor...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2046"/> + <source><b>Mini Editor</b><p>Open a dialog with a simplified editor.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2053"/> + <source>Hex Editor</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2053"/> + <source>&Hex Editor...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2058"/> + <source>Start the eric6 Hex Editor</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2060"/> + <source><b>Hex Editor</b><p>Starts the eric6 Hex Editor for viewing or editing binary files.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2069"/> + <source>eric6 Web Browser</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2069"/> + <source>eric6 &Web Browser...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2074"/> + <source>Start the eric6 Web Browser</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2076"/> + <source><b>eric6 Web Browser</b><p>Browse the Internet with the eric6 Web Browser.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2085"/> + <source>Icon Editor</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2085"/> + <source>&Icon Editor...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2090"/> + <source>Start the eric6 Icon Editor</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2092"/> + <source><b>Icon Editor</b><p>Starts the eric6 Icon Editor for editing simple icons.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2099"/> + <source>Snapshot</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2099"/> + <source>&Snapshot...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2104"/> + <source>Take snapshots of a screen region</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2106"/> + <source><b>Snapshot</b><p>This opens a dialog to take snapshots of a screen region.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2114"/> + <source>Preferences</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2114"/> + <source>&Preferences...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2119"/> + <source>Set the prefered configuration</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2121"/> + <source><b>Preferences</b><p>Set the configuration items of the application with your prefered values.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2130"/> + <source>Export Preferences</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2130"/> + <source>E&xport Preferences...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2135"/> + <source>Export the current configuration</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2137"/> + <source><b>Export Preferences</b><p>Export the current configuration to a file.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2144"/> + <source>Import Preferences</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2144"/> + <source>I&mport Preferences...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2149"/> + <source>Import a previously exported configuration</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2151"/> + <source><b>Import Preferences</b><p>Import a previously exported configuration.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2158"/> + <source>Reload APIs</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2158"/> + <source>Reload &APIs</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2162"/> + <source>Reload the API information</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2164"/> + <source><b>Reload APIs</b><p>Reload the API information.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2176"/> + <source>Show external tools</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2171"/> + <source>Show external &tools</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2178"/> + <source><b>Show external tools</b><p>Opens a dialog to show the path and versions of all extenal tools used by eric6.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2187"/> + <source>View Profiles</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2187"/> + <source>&View Profiles...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2192"/> + <source>Configure view profiles</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2194"/> + <source><b>View Profiles</b><p>Configure the view profiles. With this dialog you may set the visibility of the various windows for the predetermined view profiles.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2204"/> + <source>Toolbars</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2204"/> + <source>Tool&bars...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2209"/> + <source>Configure toolbars</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2210"/> + <source><b>Toolbars</b><p>Configure the toolbars. With this dialog you may change the actions shown on the various toolbars and define your own toolbars.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2219"/> + <source>Keyboard Shortcuts</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2219"/> + <source>Keyboard &Shortcuts...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2224"/> + <source>Set the keyboard shortcuts</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2226"/> + <source><b>Keyboard Shortcuts</b><p>Set the keyboard shortcuts of the application with your prefered values.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5715"/> + <source>Export Keyboard Shortcuts</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2234"/> + <source>&Export Keyboard Shortcuts...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2239"/> + <source>Export the keyboard shortcuts</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2241"/> + <source><b>Export Keyboard Shortcuts</b><p>Export the keyboard shortcuts of the application.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5739"/> + <source>Import Keyboard Shortcuts</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2248"/> + <source>&Import Keyboard Shortcuts...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2253"/> + <source>Import the keyboard shortcuts</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2255"/> + <source><b>Import Keyboard Shortcuts</b><p>Import the keyboard shortcuts of the application.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2263"/> + <source>Manage SSL Certificates</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2263"/> + <source>Manage SSL Certificates...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2268"/> + <source>Manage the saved SSL certificates</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2270"/> + <source><b>Manage SSL Certificates...</b><p>Opens a dialog to manage the saved SSL certificates.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2279"/> + <source>Edit Message Filters</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2279"/> + <source>Edit Message Filters...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2284"/> + <source>Edit the message filters used to suppress unwanted messages</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2286"/> + <source><b>Edit Message Filters</b><p>Opens a dialog to edit the message filters used to suppress unwanted messages been shown in an error window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2302"/> + <source>Clear private data</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2304"/> + <source><b>Clear private data</b><p>Clears the private data like the various list of recently opened files, projects or multi projects.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2313"/> + <source>Activate current editor</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2313"/> + <source>Alt+Shift+E</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2323"/> + <source>Show next</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2323"/> + <source>Ctrl+Alt+Tab</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2332"/> + <source>Show previous</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2332"/> + <source>Shift+Ctrl+Alt+Tab</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2341"/> + <source>Switch between tabs</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2341"/> + <source>Ctrl+1</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2350"/> + <source>Plugin Infos</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2350"/> + <source>&Plugin Infos...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2354"/> + <source>Show Plugin Infos</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2355"/> + <source><b>Plugin Infos...</b><p>This opens a dialog, that show some information about loaded plugins.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2368"/> + <source>Install Plugins</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2363"/> + <source>&Install Plugins...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2369"/> + <source><b>Install Plugins...</b><p>This opens a dialog to install or update plugins.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2381"/> + <source>Uninstall Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2376"/> + <source>&Uninstall Plugin...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2382"/> + <source><b>Uninstall Plugin...</b><p>This opens a dialog to uninstall a plugin.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2389"/> + <source>Plugin Repository</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2389"/> + <source>Plugin &Repository...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2394"/> + <source>Show Plugins available for download</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2396"/> + <source><b>Plugin Repository...</b><p>This opens a dialog, that shows a list of plugins available on the Internet.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2420"/> + <source>Qt4 Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2420"/> + <source>Qt&4 Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2424"/> + <source>Open Qt4 Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2425"/> + <source><b>Qt4 Documentation</b><p>Display the Qt4 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2434"/> + <source>Qt5 Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2434"/> + <source>Qt&5 Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2438"/> + <source>Open Qt5 Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2439"/> + <source><b>Qt5 Documentation</b><p>Display the Qt5 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2450"/> + <source>PyQt4 Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2450"/> + <source>PyQt&4 Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2454"/> + <source>Open PyQt4 Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2455"/> + <source><b>PyQt4 Documentation</b><p>Display the PyQt4 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2469"/> + <source>PyQt5 Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2469"/> + <source>PyQt&5 Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2473"/> + <source>Open PyQt5 Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2475"/> + <source><b>PyQt5 Documentation</b><p>Display the PyQt5 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2492"/> + <source>Python 3 Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2492"/> + <source>Python &3 Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2496"/> + <source>Open Python 3 Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2498"/> + <source><b>Python 3 Documentation</b><p>Display the Python 3 documentation. If no documentation directory is configured, the location of the Python 3 documentation is assumed to be the doc directory underneath the location of the Python 3 executable on Windows and <i>/usr/share/doc/packages/python/html</i> on Unix. Set PYTHON3DOCDIR in your environment to override this.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2510"/> + <source>Python 2 Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2510"/> + <source>Python &2 Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2514"/> + <source>Open Python 2 Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2516"/> + <source><b>Python 2 Documentation</b><p>Display the Python 2 documentation. If no documentation directory is configured, the location of the Python 2 documentation is assumed to be the doc directory underneath the location of the configured Python 2 executable on Windows and <i>/usr/share/doc/packages/python/html/python-docs-html</i> on Unix. Set PYTHON2DOCDIR in your environment to override this. </p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2534"/> + <source>Eric API Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2534"/> + <source>&Eric API Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2538"/> + <source>Open Eric API Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2540"/> + <source><b>Eric API Documentation</b><p>Display the Eric API documentation. The location for the documentation is the Documentation/Source subdirectory of the eric6 installation directory.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2555"/> + <source>PySide Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2555"/> + <source>Py&Side Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2559"/> + <source>Open PySide Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2561"/> + <source><b>PySide Documentation</b><p>Display the PySide Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2606"/> + <source>&Unittest</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2623"/> + <source>E&xtras</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2628"/> + <source>Wi&zards</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2636"/> + <source>Select Tool Group</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2644"/> + <source>Se&ttings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2669"/> + <source>&Window</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2674"/> + <source>&Windows</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2694"/> + <source>&Toolbars</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2705"/> + <source>P&lugins</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2714"/> + <source>Configure...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2719"/> + <source>&Help</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2792"/> + <source>Tools</source> <translation type="unfinished"></translation> </message> <message> <location filename="../UI/UserInterface.py" line="2794"/> + <source>Settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4601"/> + <source>Help</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2796"/> + <source>Profiles</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2797"/> <source>Plugins</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2955"/> + <location filename="../UI/UserInterface.py" line="2958"/> <source><p>This part of the status bar displays the current editors language.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2962"/> + <location filename="../UI/UserInterface.py" line="2965"/> <source><p>This part of the status bar displays the current editors encoding.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2969"/> + <location filename="../UI/UserInterface.py" line="2972"/> <source><p>This part of the status bar displays the current editors eol setting.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2976"/> + <location filename="../UI/UserInterface.py" line="2979"/> <source><p>This part of the status bar displays an indication of the current editors files writability.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2983"/> + <location filename="../UI/UserInterface.py" line="2986"/> <source><p>This part of the status bar displays the line number of the current editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2990"/> + <location filename="../UI/UserInterface.py" line="2993"/> <source><p>This part of the status bar displays the cursor position of the current editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3001"/> + <location filename="../UI/UserInterface.py" line="3004"/> <source><p>This part of the status bar allows zooming the current editor, shell or terminal.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3065"/> + <location filename="../UI/UserInterface.py" line="3068"/> <source>External Tools/{0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3163"/> + <location filename="../UI/UserInterface.py" line="3166"/> <source><h3>Version Numbers</h3><table></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6690"/> + <location filename="../UI/UserInterface.py" line="6693"/> <source></table></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3218"/> + <location filename="../UI/UserInterface.py" line="3221"/> <source>Email address or mail server address is empty. Please configure your Email settings in the Preferences Dialog.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3498"/> + <location filename="../UI/UserInterface.py" line="3501"/> <source>Restart application</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3498"/> + <location filename="../UI/UserInterface.py" line="3501"/> <source>The application needs to be restarted. Do it now?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3532"/> + <location filename="../UI/UserInterface.py" line="3535"/> <source>&Builtin Tools</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3549"/> - <source>&Plugin Tools</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="3552"/> + <source>&Plugin Tools</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3555"/> <source>&User Tools</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3577"/> + <location filename="../UI/UserInterface.py" line="3580"/> <source>Configure Tool Groups ...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3581"/> + <location filename="../UI/UserInterface.py" line="3584"/> <source>Configure current Tool Group ...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3624"/> + <location filename="../UI/UserInterface.py" line="3627"/> <source>No User Tools Configured</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3697"/> + <location filename="../UI/UserInterface.py" line="3700"/> <source>&Show all</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3699"/> + <location filename="../UI/UserInterface.py" line="3702"/> <source>&Hide all</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4346"/> + <location filename="../UI/UserInterface.py" line="4349"/> <source>There is no main script defined for the current project. Aborting</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4545"/> + <location filename="../UI/UserInterface.py" line="4548"/> <source>Qt 3 support</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4545"/> + <location filename="../UI/UserInterface.py" line="4548"/> <source>Qt v.3 is not supported by eric6.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4724"/> + <location filename="../UI/UserInterface.py" line="4727"/> <source>Problem</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4724"/> + <location filename="../UI/UserInterface.py" line="4727"/> <source><p>The file <b>{0}</b> does not exist or is zero length.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4913"/> + <location filename="../UI/UserInterface.py" line="4916"/> <source>Process Generation Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4452"/> + <location filename="../UI/UserInterface.py" line="4455"/> <source><p>Could not start Qt-Designer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4519"/> + <location filename="../UI/UserInterface.py" line="4522"/> <source><p>Could not start Qt-Linguist.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4570"/> + <location filename="../UI/UserInterface.py" line="4573"/> <source><p>Could not start Qt-Assistant.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4598"/> + <location filename="../UI/UserInterface.py" line="4601"/> <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4612"/> + <location filename="../UI/UserInterface.py" line="4615"/> <source><p>Could not start custom viewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4632"/> + <location filename="../UI/UserInterface.py" line="4635"/> <source><p>Could not start the help viewer.<br>Ensure that it is available as <b>hh</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4680"/> + <location filename="../UI/UserInterface.py" line="4683"/> <source><p>Could not start UI Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4735"/> + <location filename="../UI/UserInterface.py" line="4738"/> <source><p>Could not start Translation Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4756"/> + <location filename="../UI/UserInterface.py" line="4759"/> <source><p>Could not start SQL Browser.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4826"/> + <location filename="../UI/UserInterface.py" line="4829"/> <source><p>Could not start Snapshot tool.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4858"/> + <location filename="../UI/UserInterface.py" line="4861"/> <source>External Tools</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4849"/> + <location filename="../UI/UserInterface.py" line="4852"/> <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4858"/> + <location filename="../UI/UserInterface.py" line="4861"/> <source>No toolgroup entry '{0}' found.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4897"/> + <location filename="../UI/UserInterface.py" line="4900"/> <source>Starting process '{0} {1}'. </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4913"/> + <location filename="../UI/UserInterface.py" line="4916"/> <source><p>Could not start the tool entry <b>{0}</b>.<br>Ensure that it is available as <b>{1}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4989"/> + <location filename="../UI/UserInterface.py" line="4992"/> <source>Process '{0}' has exited. </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5387"/> + <location filename="../UI/UserInterface.py" line="5390"/> <source>Documentation Missing</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5387"/> + <location filename="../UI/UserInterface.py" line="5390"/> <source><p>The documentation starting point "<b>{0}</b>" could not be found.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5372"/> + <location filename="../UI/UserInterface.py" line="5375"/> <source>Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5198"/> + <location filename="../UI/UserInterface.py" line="5201"/> <source><p>The PyQt4 documentation starting point has not been configured.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5264"/> + <location filename="../UI/UserInterface.py" line="5267"/> <source><p>The PyQt5 documentation starting point has not been configured.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5372"/> + <location filename="../UI/UserInterface.py" line="5375"/> <source><p>The PySide documentation starting point has not been configured.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5508"/> + <location filename="../UI/UserInterface.py" line="5511"/> <source>Open Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5508"/> + <location filename="../UI/UserInterface.py" line="5511"/> <source>Could not start a web browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5736"/> + <location filename="../UI/UserInterface.py" line="5739"/> <source>Keyboard shortcut file (*.e4k)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5905"/> + <location filename="../UI/UserInterface.py" line="5908"/> <source>Save tasks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5905"/> + <location filename="../UI/UserInterface.py" line="5908"/> <source><p>The tasks file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5934"/> + <location filename="../UI/UserInterface.py" line="5937"/> <source>Read tasks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5934"/> + <location filename="../UI/UserInterface.py" line="5937"/> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6031"/> + <location filename="../UI/UserInterface.py" line="6034"/> <source>Save session</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5968"/> + <location filename="../UI/UserInterface.py" line="5971"/> <source><p>The session file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6015"/> + <location filename="../UI/UserInterface.py" line="6018"/> <source>Read session</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6015"/> + <location filename="../UI/UserInterface.py" line="6018"/> <source><p>The session file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6295"/> + <location filename="../UI/UserInterface.py" line="6298"/> <source>Drop Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6295"/> + <location filename="../UI/UserInterface.py" line="6298"/> <source><p><b>{0}</b> is not a file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6465"/> + <location filename="../UI/UserInterface.py" line="6468"/> <source>&Cancel</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6465"/> + <location filename="../UI/UserInterface.py" line="6468"/> <source>%v/%m</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6469"/> + <location filename="../UI/UserInterface.py" line="6472"/> <source>Version Check</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6474"/> + <location filename="../UI/UserInterface.py" line="6477"/> <source>Trying host {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6538"/> + <location filename="../UI/UserInterface.py" line="6541"/> <source>Error getting versions information</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6485"/> + <location filename="../UI/UserInterface.py" line="6488"/> <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="6531"/> + <location filename="../UI/UserInterface.py" line="6534"/> <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="6538"/> + <location filename="../UI/UserInterface.py" line="6541"/> <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="6632"/> + <location filename="../UI/UserInterface.py" line="6635"/> <source>Update available</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6632"/> + <location filename="../UI/UserInterface.py" line="6635"/> <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="6645"/> + <location filename="../UI/UserInterface.py" line="6648"/> <source>Eric6 is up to date</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6645"/> + <location filename="../UI/UserInterface.py" line="6648"/> <source>You are using the latest version of eric6</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6652"/> + <location filename="../UI/UserInterface.py" line="6655"/> <source>Error during updates check</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6652"/> + <location filename="../UI/UserInterface.py" line="6655"/> <source>Could not perform updates check.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6676"/> + <location filename="../UI/UserInterface.py" line="6679"/> <source><h3>Available versions</h3><table></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6717"/> + <location filename="../UI/UserInterface.py" line="6720"/> <source>First time usage</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6717"/> + <location filename="../UI/UserInterface.py" line="6720"/> <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="6736"/> + <location filename="../UI/UserInterface.py" line="6739"/> <source>Select Workspace Directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1348"/> + <location filename="../UI/UserInterface.py" line="1351"/> <source>Save session...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1353"/> + <location filename="../UI/UserInterface.py" line="1356"/> <source><b>Save session...</b><p>This saves the current session to disk. A dialog is opened to select the file name.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6053"/> + <location filename="../UI/UserInterface.py" line="6056"/> <source>Load session</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1361"/> + <location filename="../UI/UserInterface.py" line="1364"/> <source>Load session...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1366"/> + <location filename="../UI/UserInterface.py" line="1369"/> <source><b>Load session...</b><p>This loads a session saved to disk previously. A dialog is opened to select the file name.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6053"/> + <location filename="../UI/UserInterface.py" line="6056"/> <source>eric6 Session Files (*.e5s)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6100"/> + <location filename="../UI/UserInterface.py" line="6103"/> <source>Crash Session found!</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6100"/> + <location filename="../UI/UserInterface.py" line="6103"/> <source>A session file of a crashed session was found. Shall this session be restored?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="607"/> + <location filename="../UI/UserInterface.py" line="610"/> <source>Cleaning Plugins Download Area...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="599"/> + <location filename="../UI/UserInterface.py" line="602"/> <source>Initializing Plugins...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6620"/> + <location filename="../UI/UserInterface.py" line="6623"/> <source>Update Check</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6620"/> + <location filename="../UI/UserInterface.py" line="6623"/> <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="6610"/> + <location filename="../UI/UserInterface.py" line="6613"/> <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> <message> - <location filename="../UI/UserInterface.py" line="925"/> + <location filename="../UI/UserInterface.py" line="928"/> <source>Code Documentation Viewer</source> <translation type="unfinished"></translation> </message>
--- a/i18n/eric6_en.ts Thu Apr 19 19:25:18 2018 +0200 +++ b/i18n/eric6_en.ts Thu Apr 19 19:28:02 2018 +0200 @@ -5495,648 +5495,648 @@ <context> <name>DebugUI</name> <message> - <location filename="../Debugger/DebugUI.py" line="1847"/> + <location filename="../Debugger/DebugUI.py" line="1852"/> <source>Run Script</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="175"/> + <location filename="../Debugger/DebugUI.py" line="178"/> <source>&Run Script...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="180"/> + <location filename="../Debugger/DebugUI.py" line="183"/> <source>Run the current Script</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="181"/> + <location filename="../Debugger/DebugUI.py" line="184"/> <source><b>Run Script</b><p>Set the command line arguments and run the script outside the debugger. If the file has unsaved changes it may be saved first.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1862"/> + <location filename="../Debugger/DebugUI.py" line="1867"/> <source>Run Project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="190"/> + <location filename="../Debugger/DebugUI.py" line="193"/> <source>Run &Project...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="195"/> + <location filename="../Debugger/DebugUI.py" line="198"/> <source>Run the current Project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="196"/> + <location filename="../Debugger/DebugUI.py" line="199"/> <source><b>Run Project</b><p>Set the command line arguments and run the current project outside the debugger. If files of the current project have unsaved changes they may be saved first.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="206"/> + <location filename="../Debugger/DebugUI.py" line="209"/> <source>Coverage run of Script</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="206"/> + <location filename="../Debugger/DebugUI.py" line="209"/> <source>Coverage run of Script...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="211"/> + <location filename="../Debugger/DebugUI.py" line="214"/> <source>Perform a coverage run of the current Script</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="213"/> + <location filename="../Debugger/DebugUI.py" line="216"/> <source><b>Coverage run of Script</b><p>Set the command line arguments and run the script under the control of a coverage analysis tool. If the file has unsaved changes it may be saved first.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="222"/> + <location filename="../Debugger/DebugUI.py" line="225"/> <source>Coverage run of Project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="222"/> + <location filename="../Debugger/DebugUI.py" line="225"/> <source>Coverage run of Project...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="227"/> + <location filename="../Debugger/DebugUI.py" line="230"/> <source>Perform a coverage run of the current Project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="229"/> + <location filename="../Debugger/DebugUI.py" line="232"/> <source><b>Coverage run of Project</b><p>Set the command line arguments and run the current project under the control of a coverage analysis tool. If files of the current project have unsaved changes they may be saved first.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="239"/> + <location filename="../Debugger/DebugUI.py" line="242"/> <source>Profile Script</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="239"/> + <location filename="../Debugger/DebugUI.py" line="242"/> <source>Profile Script...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="243"/> + <location filename="../Debugger/DebugUI.py" line="246"/> <source>Profile the current Script</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="244"/> + <location filename="../Debugger/DebugUI.py" line="247"/> <source><b>Profile Script</b><p>Set the command line arguments and profile the script. If the file has unsaved changes it may be saved first.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="252"/> + <location filename="../Debugger/DebugUI.py" line="255"/> <source>Profile Project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="252"/> + <location filename="../Debugger/DebugUI.py" line="255"/> <source>Profile Project...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="257"/> + <location filename="../Debugger/DebugUI.py" line="260"/> <source>Profile the current Project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="259"/> + <location filename="../Debugger/DebugUI.py" line="262"/> <source><b>Profile Project</b><p>Set the command line arguments and profile the current project. If files of the current project have unsaved changes they may be saved first.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1983"/> + <location filename="../Debugger/DebugUI.py" line="1988"/> <source>Debug Script</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="268"/> + <location filename="../Debugger/DebugUI.py" line="271"/> <source>&Debug Script...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="273"/> + <location filename="../Debugger/DebugUI.py" line="276"/> <source>Debug the current Script</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="274"/> + <location filename="../Debugger/DebugUI.py" line="277"/> <source><b>Debug Script</b><p>Set the command line arguments and set the current line to be the first executable Python statement of the current editor window. If the file has unsaved changes it may be saved first.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1999"/> + <location filename="../Debugger/DebugUI.py" line="2004"/> <source>Debug Project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="284"/> + <location filename="../Debugger/DebugUI.py" line="287"/> <source>Debug &Project...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="289"/> + <location filename="../Debugger/DebugUI.py" line="292"/> <source>Debug the current Project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="291"/> + <location filename="../Debugger/DebugUI.py" line="294"/> <source><b>Debug Project</b><p>Set the command line arguments and set the current line to be the first executable Python statement of the main script of the current project. If files of the current project have unsaved changes they may be saved first.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="305"/> + <location filename="../Debugger/DebugUI.py" line="308"/> <source>Restart the last debugged script</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="322"/> + <location filename="../Debugger/DebugUI.py" line="325"/> <source>Stop the running script.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="332"/> + <location filename="../Debugger/DebugUI.py" line="335"/> <source>Continue</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="332"/> + <location filename="../Debugger/DebugUI.py" line="335"/> <source>&Continue</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="337"/> + <location filename="../Debugger/DebugUI.py" line="340"/> <source>Continue running the program from the current line</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="339"/> + <location filename="../Debugger/DebugUI.py" line="342"/> <source><b>Continue</b><p>Continue running the program from the current line. The program will stop when it terminates or when a breakpoint is reached.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="348"/> + <location filename="../Debugger/DebugUI.py" line="351"/> <source>Continue to Cursor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="348"/> + <location filename="../Debugger/DebugUI.py" line="351"/> <source>Continue &To Cursor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="353"/> - <source>Continue running the program from the current line to the current cursor position</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="356"/> + <source>Continue running the program from the current line to the current cursor position</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="359"/> <source><b>Continue To Cursor</b><p>Continue running the program from the current line to the current cursor position.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="384"/> + <location filename="../Debugger/DebugUI.py" line="387"/> <source>Single Step</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="384"/> + <location filename="../Debugger/DebugUI.py" line="387"/> <source>Sin&gle Step</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="389"/> + <location filename="../Debugger/DebugUI.py" line="392"/> <source>Execute a single Python statement</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="390"/> + <location filename="../Debugger/DebugUI.py" line="393"/> <source><b>Single Step</b><p>Execute a single Python statement. If the statement is an <tt>import</tt> statement, a class constructor, or a method or function call then control is returned to the debugger at the next statement.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="400"/> + <location filename="../Debugger/DebugUI.py" line="403"/> <source>Step Over</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="400"/> + <location filename="../Debugger/DebugUI.py" line="403"/> <source>Step &Over</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="405"/> - <source>Execute a single Python statement staying in the current frame</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="408"/> + <source>Execute a single Python statement staying in the current frame</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="411"/> <source><b>Step Over</b><p>Execute a single Python statement staying in the same frame. If the statement is an <tt>import</tt> statement, a class constructor, or a method or function call then control is returned to the debugger after the statement has completed.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="419"/> + <location filename="../Debugger/DebugUI.py" line="422"/> <source>Step Out</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="419"/> + <location filename="../Debugger/DebugUI.py" line="422"/> <source>Step Ou&t</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="424"/> - <source>Execute Python statements until leaving the current frame</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="427"/> + <source>Execute Python statements until leaving the current frame</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="430"/> <source><b>Step Out</b><p>Execute Python statements until leaving the current frame. If the statements are inside an <tt>import</tt> statement, a class constructor, or a method or function call then control is returned to the debugger after the current frame has been left.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="438"/> + <location filename="../Debugger/DebugUI.py" line="441"/> <source>Stop</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="438"/> + <location filename="../Debugger/DebugUI.py" line="441"/> <source>&Stop</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="443"/> + <location filename="../Debugger/DebugUI.py" line="446"/> <source>Stop debugging</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="444"/> + <location filename="../Debugger/DebugUI.py" line="447"/> <source><b>Stop</b><p>Stop the running debugging session.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="451"/> + <location filename="../Debugger/DebugUI.py" line="454"/> <source>Variables Type Filter</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="451"/> + <location filename="../Debugger/DebugUI.py" line="454"/> <source>Varia&bles Type Filter...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="455"/> + <location filename="../Debugger/DebugUI.py" line="458"/> <source>Configure variables type filter</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="457"/> + <location filename="../Debugger/DebugUI.py" line="460"/> <source><b>Variables Type Filter</b><p>Configure the variables type filter. Only variable types that are not selected are displayed in the global or local variables window during a debugging session.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="467"/> + <location filename="../Debugger/DebugUI.py" line="470"/> <source>Exceptions Filter</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="467"/> + <location filename="../Debugger/DebugUI.py" line="470"/> <source>&Exceptions Filter...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="471"/> + <location filename="../Debugger/DebugUI.py" line="474"/> <source>Configure exceptions filter</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="473"/> + <location filename="../Debugger/DebugUI.py" line="476"/> <source><b>Exceptions Filter</b><p>Configure the exceptions filter. Only exception types that are listed are highlighted during a debugging session.</p><p>Please note, that all unhandled exceptions are highlighted indepent from the filter list.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="484"/> + <location filename="../Debugger/DebugUI.py" line="487"/> <source>Ignored Exceptions</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="484"/> + <location filename="../Debugger/DebugUI.py" line="487"/> <source>&Ignored Exceptions...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="488"/> + <location filename="../Debugger/DebugUI.py" line="491"/> <source>Configure ignored exceptions</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="490"/> + <location filename="../Debugger/DebugUI.py" line="493"/> <source><b>Ignored Exceptions</b><p>Configure the ignored exceptions. Only exception types that are not listed are highlighted during a debugging session.</p><p>Please note, that unhandled exceptions cannot be ignored.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="509"/> + <location filename="../Debugger/DebugUI.py" line="512"/> <source>Toggle Breakpoint</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="503"/> + <location filename="../Debugger/DebugUI.py" line="506"/> <source>Shift+F11</source> <comment>Debug|Toggle Breakpoint</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="510"/> + <location filename="../Debugger/DebugUI.py" line="513"/> <source><b>Toggle Breakpoint</b><p>Toggles a breakpoint at the current line of the current editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="524"/> + <location filename="../Debugger/DebugUI.py" line="527"/> <source>Edit Breakpoint</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="518"/> + <location filename="../Debugger/DebugUI.py" line="521"/> <source>Edit Breakpoint...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="518"/> + <location filename="../Debugger/DebugUI.py" line="521"/> <source>Shift+F12</source> <comment>Debug|Edit Breakpoint</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="525"/> + <location filename="../Debugger/DebugUI.py" line="528"/> <source><b>Edit Breakpoint</b><p>Opens a dialog to edit the breakpoints properties. It works at the current line of the current editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="540"/> + <location filename="../Debugger/DebugUI.py" line="543"/> <source>Next Breakpoint</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="533"/> + <location filename="../Debugger/DebugUI.py" line="536"/> <source>Ctrl+Shift+PgDown</source> <comment>Debug|Next Breakpoint</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="541"/> + <location filename="../Debugger/DebugUI.py" line="544"/> <source><b>Next Breakpoint</b><p>Go to next breakpoint of the current editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="555"/> + <location filename="../Debugger/DebugUI.py" line="558"/> <source>Previous Breakpoint</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="548"/> + <location filename="../Debugger/DebugUI.py" line="551"/> <source>Ctrl+Shift+PgUp</source> <comment>Debug|Previous Breakpoint</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="556"/> + <location filename="../Debugger/DebugUI.py" line="559"/> <source><b>Previous Breakpoint</b><p>Go to previous breakpoint of the current editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="569"/> + <location filename="../Debugger/DebugUI.py" line="572"/> <source>Clear Breakpoints</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="563"/> + <location filename="../Debugger/DebugUI.py" line="566"/> <source>Ctrl+Shift+C</source> <comment>Debug|Clear Breakpoints</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="570"/> + <location filename="../Debugger/DebugUI.py" line="573"/> <source><b>Clear Breakpoints</b><p>Clear breakpoints of all editors.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="596"/> + <location filename="../Debugger/DebugUI.py" line="599"/> <source>&Debug</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="598"/> + <location filename="../Debugger/DebugUI.py" line="601"/> <source>&Start</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="600"/> + <location filename="../Debugger/DebugUI.py" line="603"/> <source>&Breakpoints</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="643"/> + <location filename="../Debugger/DebugUI.py" line="646"/> <source>Start</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="657"/> + <location filename="../Debugger/DebugUI.py" line="660"/> <source>Debug</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1120"/> + <location filename="../Debugger/DebugUI.py" line="1123"/> <source>The program being debugged contains an unspecified syntax error.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1139"/> + <location filename="../Debugger/DebugUI.py" line="1142"/> <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 type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1157"/> + <location filename="../Debugger/DebugUI.py" line="1160"/> <source>An unhandled exception occured. See the shell window for details.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1204"/> + <location filename="../Debugger/DebugUI.py" line="1207"/> <source><p>The debugged program raised the exception <b>{0}</b><br>"<b>{1}</b>"<br>File: <b>{2}</b>, Line: <b>{3}</b></p><p>Break here?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1219"/> + <location filename="../Debugger/DebugUI.py" line="1222"/> <source><p>The debugged program raised the exception <b>{0}</b><br>"<b>{1}</b>"</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1282"/> + <location filename="../Debugger/DebugUI.py" line="1285"/> <source>The program being debugged has terminated unexpectedly.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1353"/> + <location filename="../Debugger/DebugUI.py" line="1356"/> <source>Breakpoint Condition Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1353"/> + <location filename="../Debugger/DebugUI.py" line="1356"/> <source><p>The condition of the breakpoint <b>{0}, {1}</b> contains a syntax error.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1389"/> + <location filename="../Debugger/DebugUI.py" line="1392"/> <source>Watch Expression Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1389"/> + <location filename="../Debugger/DebugUI.py" line="1392"/> <source><p>The watch expression <b>{0}</b> contains a syntax error.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1419"/> + <location filename="../Debugger/DebugUI.py" line="1422"/> <source><p>A watch expression '<b>{0}</b>' already exists.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1423"/> + <location filename="../Debugger/DebugUI.py" line="1426"/> <source><p>A watch expression '<b>{0}</b>' for the variable <b>{1}</b> already exists.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1429"/> + <location filename="../Debugger/DebugUI.py" line="1432"/> <source>Watch expression already exists</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1594"/> + <location filename="../Debugger/DebugUI.py" line="1599"/> <source>Coverage of Project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1581"/> + <location filename="../Debugger/DebugUI.py" line="1586"/> <source>Coverage of Script</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1862"/> + <location filename="../Debugger/DebugUI.py" line="1867"/> <source>There is no main script defined for the current project. Aborting</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1727"/> + <location filename="../Debugger/DebugUI.py" line="1732"/> <source>Profile of Project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1714"/> + <location filename="../Debugger/DebugUI.py" line="1719"/> <source>Profile of Script</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1999"/> + <location filename="../Debugger/DebugUI.py" line="2004"/> <source>There is no main script defined for the current project. No debugging possible.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1089"/> + <location filename="../Debugger/DebugUI.py" line="1092"/> <source>Program terminated</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="301"/> + <location filename="../Debugger/DebugUI.py" line="304"/> <source>Restart</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="307"/> + <location filename="../Debugger/DebugUI.py" line="310"/> <source><b>Restart</b><p>Set the command line arguments and set the current line to be the first executable Python statement of the script that was debugged last. If there are unsaved changes, they may be saved first.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="323"/> + <location filename="../Debugger/DebugUI.py" line="326"/> <source><b>Stop</b><p>This stops the script running in the debugger backend.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1268"/> + <location filename="../Debugger/DebugUI.py" line="1271"/> <source><p>The program generate the signal "{0}".<br/>File: <b>{1}</b>, Line: <b>{2}</b></p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1056"/> + <location filename="../Debugger/DebugUI.py" line="1059"/> <source><p>Message: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1062"/> + <location filename="../Debugger/DebugUI.py" line="1065"/> <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="1067"/> + <location filename="../Debugger/DebugUI.py" line="1070"/> <source><p><b>{0}</b> has terminated with an exit status of {1}.</p>{2}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1075"/> + <location filename="../Debugger/DebugUI.py" line="1078"/> <source>Message: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1082"/> - <source>The program has terminated with an exit status of {0}. -{1}</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="1085"/> + <source>The program has terminated with an exit status of {0}. +{1}</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="1088"/> <source>"{0}" has terminated with an exit status of {1}. {2}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1094"/> + <location filename="../Debugger/DebugUI.py" line="1097"/> <source>The program has terminated with an exit status of {0}. {1} </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1098"/> + <location filename="../Debugger/DebugUI.py" line="1101"/> <source>"{0}" has terminated with an exit status of {1}. {2} </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="364"/> + <location filename="../Debugger/DebugUI.py" line="367"/> <source>Move Instruction Pointer to Cursor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="364"/> + <location filename="../Debugger/DebugUI.py" line="367"/> <source>&Jump To Cursor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="369"/> - <source>Skip the code from the current line to the current cursor position</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="372"/> + <source>Skip the code from the current line to the current cursor position</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="375"/> <source><b>Move Instruction Pointer to Cursor</b><p>Move the Python internal instruction pointer to the current cursor position without executing the code in between.</p><p>It's not possible to jump out of a function or jump in a code block, e.g. a loop. In these cases, a error message is printed to the log window.</p></source> <translation type="unfinished"></translation> </message> @@ -42645,7 +42645,7 @@ </message> <message> <location filename="../QScintilla/Lexers/__init__.py" line="470"/> - <source>Makefiles (*.mak)</source> + <source>Makefiles (*makefile Makefile *.mak)</source> <translation type="unfinished"></translation> </message> <message> @@ -43200,6 +43200,74 @@ </message> </context> <context> + <name>MakePropertiesDialog</name> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="14"/> + <source>Make Properties</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="23"/> + <source>'make' Executable (leave empty to use global 'make'):</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="39"/> + <source>Enter the executable name of the make utility</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="46"/> + <source>'makefile' path or directory (without file name 'makefile' will be used):</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="62"/> + <source>Enter the name and/or path of the makefile</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="69"/> + <source>Make Target:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="76"/> + <source>Enter the make target to be built</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="83"/> + <source>Make Command Parameters (enclose parameters containing spaces in ""):</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="93"/> + <source>Enter the command parameters for make</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="100"/> + <source>Select to just test for changes needing a make run</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="103"/> + <source>Test for changes only when run automatically</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.py" line="40"/> + <source>All Files (*)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.py" line="44"/> + <source>Makefiles (*makefile Makefile *.mak);;All Files (*)</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>ManageDictionariesDialog</name> <message> <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.ui" line="14"/> @@ -49389,27 +49457,27 @@ <context> <name>Preferences</name> <message> - <location filename="../Preferences/__init__.py" line="1657"/> + <location filename="../Preferences/__init__.py" line="1658"/> <source>Export Preferences</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1685"/> + <location filename="../Preferences/__init__.py" line="1686"/> <source>Import Preferences</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1685"/> + <location filename="../Preferences/__init__.py" line="1686"/> <source>Properties File (*.ini);;All Files (*)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1787"/> + <location filename="../Preferences/__init__.py" line="1788"/> <source>Select Python{0} Interpreter</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1787"/> + <location filename="../Preferences/__init__.py" line="1788"/> <source>Select the Python{0} interpreter to be used:</source> <translation type="unfinished"></translation> </message> @@ -49847,342 +49915,342 @@ <context> <name>Project</name> <message> - <location filename="../Project/Project.py" line="167"/> + <location filename="../Project/Project.py" line="176"/> <source>Python3 Files (*.py *.py3);;Python3 GUI Files (*.pyw *.pyw3);;</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="265"/> + <location filename="../Project/Project.py" line="275"/> <source>Console</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="266"/> + <location filename="../Project/Project.py" line="276"/> <source>Other</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="280"/> + <location filename="../Project/Project.py" line="290"/> <source>PySide GUI</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="281"/> + <location filename="../Project/Project.py" line="291"/> <source>PySide Console</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="364"/> + <location filename="../Project/Project.py" line="374"/> <source>Registering Project Type</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="745"/> + <location filename="../Project/Project.py" line="766"/> <source>Read project file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="745"/> + <location filename="../Project/Project.py" line="766"/> <source><p>The project file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="847"/> + <location filename="../Project/Project.py" line="868"/> <source>Save project file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="847"/> + <location filename="../Project/Project.py" line="868"/> <source><p>The project file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="883"/> + <location filename="../Project/Project.py" line="904"/> <source>Read user project properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="883"/> + <location filename="../Project/Project.py" line="904"/> <source><p>The user specific project properties file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="907"/> + <location filename="../Project/Project.py" line="928"/> <source>Save user project properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="907"/> + <location filename="../Project/Project.py" line="928"/> <source><p>The user specific project properties file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="965"/> + <location filename="../Project/Project.py" line="986"/> <source>Read project session</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1187"/> + <location filename="../Project/Project.py" line="1208"/> <source>Please save the project first.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="965"/> + <location filename="../Project/Project.py" line="986"/> <source><p>The project session file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1001"/> + <location filename="../Project/Project.py" line="1022"/> <source>Save project session</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1001"/> + <location filename="../Project/Project.py" line="1022"/> <source><p>The project session file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1030"/> + <location filename="../Project/Project.py" line="1051"/> <source>Delete project session</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1030"/> + <location filename="../Project/Project.py" line="1051"/> <source><p>The project session file <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1064"/> + <location filename="../Project/Project.py" line="1085"/> <source>Read tasks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1064"/> + <location filename="../Project/Project.py" line="1085"/> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1084"/> + <location filename="../Project/Project.py" line="1105"/> <source>Save tasks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1084"/> + <location filename="../Project/Project.py" line="1105"/> <source><p>The tasks file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1141"/> + <location filename="../Project/Project.py" line="1162"/> <source>Read debugger properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1141"/> + <location filename="../Project/Project.py" line="1162"/> <source><p>The project debugger properties file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1175"/> + <location filename="../Project/Project.py" line="1196"/> <source>Save debugger properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1175"/> + <location filename="../Project/Project.py" line="1196"/> <source><p>The project debugger properties file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1201"/> + <location filename="../Project/Project.py" line="1222"/> <source>Delete debugger properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1201"/> + <location filename="../Project/Project.py" line="1222"/> <source><p>The project debugger properties file <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1312"/> + <location filename="../Project/Project.py" line="1333"/> <source>Add Language</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1312"/> + <location filename="../Project/Project.py" line="1333"/> <source>You have to specify a translation pattern first.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1435"/> + <location filename="../Project/Project.py" line="1456"/> <source>Delete translation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1600"/> + <location filename="../Project/Project.py" line="1621"/> <source>Add file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1662"/> + <location filename="../Project/Project.py" line="1683"/> <source><p>The file <b>{0}</b> already exists.</p><p>Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1587"/> + <location filename="../Project/Project.py" line="1608"/> <source><p>The selected file <b>{0}</b> could not be added to <b>{1}</b>.</p><p>Reason: {2}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1718"/> + <location filename="../Project/Project.py" line="1739"/> <source>The target directory must not be empty.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1729"/> + <location filename="../Project/Project.py" line="1750"/> <source>Add directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1631"/> + <location filename="../Project/Project.py" line="1652"/> <source><p>The source directory doesn't contain any files belonging to the selected category.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1644"/> + <location filename="../Project/Project.py" line="1665"/> <source><p>The target directory <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1729"/> + <location filename="../Project/Project.py" line="1750"/> <source>The source directory must not be empty.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1866"/> + <location filename="../Project/Project.py" line="1887"/> <source>Rename file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1890"/> + <location filename="../Project/Project.py" line="1911"/> <source>Rename File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2931"/> + <location filename="../Project/Project.py" line="3016"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1890"/> + <location filename="../Project/Project.py" line="1911"/> <source><p>The file <b>{0}</b> could not be renamed.<br />Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2133"/> + <location filename="../Project/Project.py" line="2154"/> <source>Delete file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2163"/> + <location filename="../Project/Project.py" line="2184"/> <source>Delete directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2246"/> + <location filename="../Project/Project.py" line="2271"/> <source>Create project directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2246"/> + <location filename="../Project/Project.py" line="2271"/> <source><p>The project directory <b>{0}</b> could not be created.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2777"/> + <location filename="../Project/Project.py" line="2858"/> <source>New Project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2326"/> + <location filename="../Project/Project.py" line="2386"/> <source>Add existing files to the project?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2777"/> + <location filename="../Project/Project.py" line="2858"/> <source>Select Version Control System</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2445"/> + <location filename="../Project/Project.py" line="2505"/> <source>Would you like to edit the VCS command options?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3615"/> + <location filename="../Project/Project.py" line="3702"/> <source>New project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2393"/> + <location filename="../Project/Project.py" line="2453"/> <source>Shall the project file be added to the repository?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2424"/> + <location filename="../Project/Project.py" line="2484"/> <source>None</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2417"/> + <location filename="../Project/Project.py" line="2477"/> <source>Select version control system for the project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2523"/> + <location filename="../Project/Project.py" line="2583"/> <source>Translation Pattern</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2523"/> + <location filename="../Project/Project.py" line="2583"/> <source>Enter the path pattern for translation files (use '%language%' in place of the language code):</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3629"/> + <location filename="../Project/Project.py" line="3716"/> <source>Open project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2916"/> + <location filename="../Project/Project.py" line="3001"/> <source>Project Files (*.e4p)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3666"/> + <location filename="../Project/Project.py" line="3753"/> <source>Save project as</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2931"/> + <location filename="../Project/Project.py" line="3016"/> <source>Save File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2967"/> + <location filename="../Project/Project.py" line="3052"/> <source>Close Project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2967"/> + <location filename="../Project/Project.py" line="3052"/> <source>The current project has unsaved changes.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3140"/> + <location filename="../Project/Project.py" line="3227"/> <source>Syntax errors detected</source> <translation type="unfinished"></translation> </message> <message numerus="yes"> - <location filename="../Project/Project.py" line="3140"/> + <location filename="../Project/Project.py" line="3227"/> <source>The project contains %n file(s) with syntax errors.</source> <translation> <numerusform>The project contains one file with syntax errors.</numerusform> @@ -50190,856 +50258,936 @@ </translation> </message> <message> - <location filename="../Project/Project.py" line="3615"/> + <location filename="../Project/Project.py" line="3702"/> <source>&New...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3620"/> + <location filename="../Project/Project.py" line="3707"/> <source>Generate a new project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3621"/> + <location filename="../Project/Project.py" line="3708"/> <source><b>New...</b><p>This opens a dialog for entering the info for a new project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3629"/> + <location filename="../Project/Project.py" line="3716"/> <source>&Open...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3634"/> + <location filename="../Project/Project.py" line="3721"/> <source>Open an existing project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3635"/> + <location filename="../Project/Project.py" line="3722"/> <source><b>Open...</b><p>This opens an existing project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3642"/> + <location filename="../Project/Project.py" line="3729"/> <source>Close project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3642"/> + <location filename="../Project/Project.py" line="3729"/> <source>&Close</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3646"/> + <location filename="../Project/Project.py" line="3733"/> <source>Close the current project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3647"/> + <location filename="../Project/Project.py" line="3734"/> <source><b>Close</b><p>This closes the current project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3654"/> + <location filename="../Project/Project.py" line="3741"/> <source>Save project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3846"/> + <location filename="../Project/Project.py" line="3933"/> <source>&Save</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3658"/> + <location filename="../Project/Project.py" line="3745"/> <source>Save the current project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3659"/> + <location filename="../Project/Project.py" line="3746"/> <source><b>Save</b><p>This saves the current project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3666"/> + <location filename="../Project/Project.py" line="3753"/> <source>Save &as...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3670"/> - <source>Save the current project to a new file</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3672"/> - <source><b>Save as</b><p>This saves the current project to a new file.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3681"/> - <source>Add files to project</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3681"/> - <source>Add &files...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3686"/> - <source>Add files to the current project</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3688"/> - <source><b>Add files...</b><p>This opens a dialog for adding files to the current project. The place to add is determined by the file extension.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3697"/> - <source>Add directory to project</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3697"/> - <source>Add directory...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3702"/> - <source>Add a directory to the current project</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3704"/> - <source><b>Add directory...</b><p>This opens a dialog for adding a directory to the current project.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3712"/> - <source>Add translation to project</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3712"/> - <source>Add &translation...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3717"/> - <source>Add a translation to the current project</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3719"/> - <source><b>Add translation...</b><p>This opens a dialog for add a translation to the current project.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3727"/> - <source>Search new files</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3727"/> - <source>Searc&h new files...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3731"/> - <source>Search new files in the project directory.</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3757"/> - <source>Project properties</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3757"/> - <source>&Properties...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3762"/> - <source>Show the project properties</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3763"/> - <source><b>Properties...</b><p>This shows a dialog to edit the project properties.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3770"/> - <source>User project properties</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3770"/> - <source>&User Properties...</source> + <source>Save the current project to a new file</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3759"/> + <source><b>Save as</b><p>This saves the current project to a new file.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3768"/> + <source>Add files to project</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3768"/> + <source>Add &files...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3773"/> + <source>Add files to the current project</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3775"/> - <source>Show the user specific project properties</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3777"/> - <source><b>User Properties...</b><p>This shows a dialog to edit the user specific project properties.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3785"/> - <source>Filetype Associations</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3785"/> - <source>Filetype Associations...</source> + <source><b>Add files...</b><p>This opens a dialog for adding files to the current project. The place to add is determined by the file extension.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3784"/> + <source>Add directory to project</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3784"/> + <source>Add directory...</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3789"/> - <source>Show the project filetype associations</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3803"/> - <source>Lexer Associations</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3803"/> - <source>Lexer Associations...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3807"/> - <source>Show the project lexer associations (overriding defaults)</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3809"/> - <source><b>Lexer Associations...</b><p>This shows a dialog to edit the lexer associations of the project. These associations override the global lexer associations. Lexers are used to highlight the editor text.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3821"/> - <source>Debugger Properties</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3821"/> - <source>Debugger &Properties...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3825"/> - <source>Show the debugger properties</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3826"/> - <source><b>Debugger Properties...</b><p>This shows a dialog to edit project specific debugger settings.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3834"/> - <source>Load</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3834"/> - <source>&Load</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3838"/> - <source>Load the debugger properties</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3839"/> - <source><b>Load Debugger Properties</b><p>This loads the project specific debugger settings.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3846"/> - <source>Save</source> + <source>Add a directory to the current project</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3791"/> + <source><b>Add directory...</b><p>This opens a dialog for adding a directory to the current project.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3799"/> + <source>Add translation to project</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3799"/> + <source>Add &translation...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3804"/> + <source>Add a translation to the current project</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3806"/> + <source><b>Add translation...</b><p>This opens a dialog for add a translation to the current project.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3814"/> + <source>Search new files</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3814"/> + <source>Searc&h new files...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3818"/> + <source>Search new files in the project directory.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3844"/> + <source>Project properties</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3844"/> + <source>&Properties...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3849"/> + <source>Show the project properties</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3850"/> - <source>Save the debugger properties</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3851"/> - <source><b>Save Debugger Properties</b><p>This saves the project specific debugger settings.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3858"/> - <source>Delete</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3858"/> - <source>&Delete</source> + <source><b>Properties...</b><p>This shows a dialog to edit the project properties.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3857"/> + <source>User project properties</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3857"/> + <source>&User Properties...</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3862"/> - <source>Delete the debugger properties</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3863"/> - <source><b>Delete Debugger Properties</b><p>This deletes the file containing the project specific debugger settings.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3871"/> - <source>Reset</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3871"/> - <source>&Reset</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3875"/> - <source>Reset the debugger properties</source> + <source>Show the user specific project properties</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3864"/> + <source><b>User Properties...</b><p>This shows a dialog to edit the user specific project properties.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3872"/> + <source>Filetype Associations</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3872"/> + <source>Filetype Associations...</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3876"/> - <source><b>Reset Debugger Properties</b><p>This resets the project specific debugger settings.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3885"/> - <source>Load session</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3889"/> - <source>Load the projects session file.</source> + <source>Show the project filetype associations</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3890"/> + <source>Lexer Associations</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3890"/> - <source><b>Load session</b><p>This loads the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3903"/> - <source>Save session</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3907"/> - <source>Save the projects session file.</source> + <source>Lexer Associations...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3894"/> + <source>Show the project lexer associations (overriding defaults)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3896"/> + <source><b>Lexer Associations...</b><p>This shows a dialog to edit the lexer associations of the project. These associations override the global lexer associations. Lexers are used to highlight the editor text.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3908"/> + <source>Debugger Properties</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3908"/> - <source><b>Save session</b><p>This saves the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> + <source>Debugger &Properties...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3912"/> + <source>Show the debugger properties</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3913"/> + <source><b>Debugger Properties...</b><p>This shows a dialog to edit project specific debugger settings.</p></source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3921"/> - <source>Delete session</source> + <source>Load</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3921"/> + <source>&Load</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3925"/> - <source>Delete the projects session file.</source> + <source>Load the debugger properties</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3926"/> - <source><b>Delete session</b><p>This deletes the projects session file</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3935"/> - <source>Code Metrics</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3935"/> - <source>&Code Metrics...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3939"/> - <source>Show some code metrics for the project.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3941"/> - <source><b>Code Metrics...</b><p>This shows some code metrics for all Python files in the project.</p></source> + <source><b>Load Debugger Properties</b><p>This loads the project specific debugger settings.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3933"/> + <source>Save</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3937"/> + <source>Save the debugger properties</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3938"/> + <source><b>Save Debugger Properties</b><p>This saves the project specific debugger settings.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3945"/> + <source>Delete</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3945"/> + <source>&Delete</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3949"/> - <source>Python Code Coverage</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3949"/> - <source>Code Co&verage...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3953"/> - <source>Show code coverage information for the project.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3955"/> - <source><b>Code Coverage...</b><p>This shows the code coverage information for all Python files in the project.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4754"/> - <source>Profile Data</source> + <source>Delete the debugger properties</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3950"/> + <source><b>Delete Debugger Properties</b><p>This deletes the file containing the project specific debugger settings.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3958"/> + <source>Reset</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3958"/> + <source>&Reset</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3962"/> + <source>Reset the debugger properties</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3963"/> + <source><b>Reset Debugger Properties</b><p>This resets the project specific debugger settings.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3972"/> + <source>Load session</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3976"/> + <source>Load the projects session file.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3977"/> + <source><b>Load session</b><p>This loads the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3990"/> + <source>Save session</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3994"/> + <source>Save the projects session file.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3995"/> + <source><b>Save session</b><p>This saves the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4008"/> + <source>Delete session</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4012"/> + <source>Delete the projects session file.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4013"/> + <source><b>Delete session</b><p>This deletes the projects session file</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4022"/> + <source>Code Metrics</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4022"/> + <source>&Code Metrics...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4026"/> + <source>Show some code metrics for the project.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4028"/> + <source><b>Code Metrics...</b><p>This shows some code metrics for all Python files in the project.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4036"/> + <source>Python Code Coverage</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4036"/> + <source>Code Co&verage...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4040"/> + <source>Show code coverage information for the project.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4042"/> + <source><b>Code Coverage...</b><p>This shows the code coverage information for all Python files in the project.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4883"/> + <source>Profile Data</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4050"/> <source>&Profile Data...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3967"/> + <location filename="../Project/Project.py" line="4054"/> <source>Show profiling data for the project.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3969"/> + <location filename="../Project/Project.py" line="4056"/> <source><b>Profile Data...</b><p>This shows the profiling data for the project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4808"/> + <location filename="../Project/Project.py" line="4937"/> <source>Application Diagram</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3978"/> + <location filename="../Project/Project.py" line="4065"/> <source>&Application Diagram...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3982"/> + <location filename="../Project/Project.py" line="4069"/> <source>Show a diagram of the project.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3984"/> + <location filename="../Project/Project.py" line="4071"/> <source><b>Application Diagram...</b><p>This shows a diagram of the project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5002"/> + <location filename="../Project/Project.py" line="5131"/> <source>Create Package List</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4007"/> + <location filename="../Project/Project.py" line="4094"/> <source>Create &Package List</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5278"/> + <location filename="../Project/Project.py" line="5407"/> <source>Create Plugin Archive</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4077"/> + <location filename="../Project/Project.py" line="4195"/> <source>&Project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4078"/> + <location filename="../Project/Project.py" line="4196"/> <source>Open &Recent Projects</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Project/Project.py" line="4197"/> + <source>&Version Control</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4201"/> + <source>Chec&k</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4203"/> + <source>Sho&w</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4204"/> + <source>&Diagrams</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4205"/> + <source>Session</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4206"/> + <source>Source &Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4208"/> + <source>Debugger</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4209"/> + <source>Pac&kagers</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4328"/> + <source>Project</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4394"/> + <source>&Clear</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4545"/> + <source>Search New Files</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4545"/> + <source>There were no new files found to be added.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4691"/> + <source>Version Control System</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4691"/> + <source><p>The selected VCS <b>{0}</b> could not be found.<br/>Disabling version control.</p><p>{1}</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4810"/> + <source>Coverage Data</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4860"/> + <source>There is no main script defined for the current project. Aborting</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4833"/> + <source>Code Coverage</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4833"/> + <source>Please select a coverage file</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4883"/> + <source>Please select a profile file</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4937"/> + <source>Include module names?</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5082"/> + <source><p>The file <b>PKGLIST</b> already exists.</p><p>Overwrite it?</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5131"/> + <source><p>The file <b>PKGLIST</b> could not be created.</p><p>Reason: {0}</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5150"/> + <source>The project does not have a main script defined. Aborting...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5291"/> + <source><p>The file <b>{0}</b> could not be stored in the archive. Ignoring it.</p><p>Reason: {1}</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5365"/> + <source><p>The plugin file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="173"/> + <source>Python2 Files (*.py2);;Python2 GUI Files (*.pyw2);;</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="2352"/> + <source>Create main script</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="2352"/> + <source><p>The mainscript <b>{0}</b> could not be created.<br/>Reason: {1}</p></source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Project/Project.py" line="4079"/> - <source>&Version Control</source> + <source>Load Diagram</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4079"/> + <source>&Load Diagram...</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="4083"/> - <source>Chec&k</source> + <source>Load a diagram from file.</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="4085"/> - <source>Sho&w</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4086"/> - <source>&Diagrams</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4087"/> - <source>Session</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4088"/> - <source>Source &Documentation</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4090"/> - <source>Debugger</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4091"/> - <source>Pac&kagers</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4199"/> - <source>Project</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4265"/> - <source>&Clear</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4416"/> - <source>Search New Files</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4416"/> - <source>There were no new files found to be added.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4562"/> - <source>Version Control System</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4562"/> - <source><p>The selected VCS <b>{0}</b> could not be found.<br/>Disabling version control.</p><p>{1}</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4681"/> - <source>Coverage Data</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4731"/> - <source>There is no main script defined for the current project. Aborting</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4704"/> - <source>Code Coverage</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4704"/> - <source>Please select a coverage file</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4754"/> - <source>Please select a profile file</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4808"/> - <source>Include module names?</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4953"/> - <source><p>The file <b>PKGLIST</b> already exists.</p><p>Overwrite it?</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="5002"/> - <source><p>The file <b>PKGLIST</b> could not be created.</p><p>Reason: {0}</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="5021"/> - <source>The project does not have a main script defined. Aborting...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="5162"/> - <source><p>The file <b>{0}</b> could not be stored in the archive. Ignoring it.</p><p>Reason: {1}</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="5236"/> - <source><p>The plugin file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="164"/> - <source>Python2 Files (*.py2);;Python2 GUI Files (*.pyw2);;</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="2313"/> - <source>Create main script</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="2313"/> - <source><p>The mainscript <b>{0}</b> could not be created.<br/>Reason: {1}</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3992"/> - <source>Load Diagram</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3992"/> - <source>&Load Diagram...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3996"/> - <source>Load a diagram from file.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3998"/> <source><b>Load Diagram...</b><p>This loads a diagram from file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="341"/> + <location filename="../Project/Project.py" line="351"/> <source><p>The Programming Language <b>{0}</b> is not supported.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="364"/> + <location filename="../Project/Project.py" line="374"/> <source><p>The Project type <b>{0}</b> is already registered.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="352"/> + <location filename="../Project/Project.py" line="362"/> <source><p>The Project type <b>{0}</b> is already registered with Programming Language <b>{1}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="262"/> + <location filename="../Project/Project.py" line="272"/> <source>PyQt5 GUI</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="263"/> + <location filename="../Project/Project.py" line="273"/> <source>PyQt5 Console</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4550"/> + <location filename="../Project/Project.py" line="4679"/> <source><p>The selected VCS <b>{0}</b> could not be found. <br/>Reverting override.</p><p>{1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5278"/> + <location filename="../Project/Project.py" line="5407"/> <source><p>The plugin file <b>{0}</b> could not be read.</p> <p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4012"/> + <location filename="../Project/Project.py" line="4099"/> <source>Create an initial PKGLIST file for an eric6 plugin.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4014"/> + <location filename="../Project/Project.py" line="4101"/> <source><b>Create Package List</b><p>This creates an initial list of files to include in an eric6 plugin archive. The list is created from the project file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5127"/> + <location filename="../Project/Project.py" line="5256"/> <source><p>The eric6 plugin archive file <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="260"/> + <location filename="../Project/Project.py" line="270"/> <source>PyQt4 GUI</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="261"/> + <location filename="../Project/Project.py" line="271"/> <source>PyQt4 Console</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="264"/> + <location filename="../Project/Project.py" line="274"/> <source>Eric6 Plugin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2747"/> + <location filename="../Project/Project.py" line="2828"/> <source>Create project management directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2747"/> + <location filename="../Project/Project.py" line="2828"/> <source><p>The project directory <b>{0}</b> is not writable.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3742"/> + <location filename="../Project/Project.py" line="3829"/> <source>Alt+Ctrl+P</source> <comment>Project|Search Project File</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3748"/> + <location filename="../Project/Project.py" line="3835"/> <source>Search for a file in the project list of files.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3750"/> + <location filename="../Project/Project.py" line="3837"/> <source><b>Search Project File</b><p>This searches for a file in the project list of files.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3742"/> + <location filename="../Project/Project.py" line="3829"/> <source>Search Project File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3742"/> + <location filename="../Project/Project.py" line="3829"/> <source>Search Project File...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5056"/> + <location filename="../Project/Project.py" line="5185"/> <source>Create Plugin Archives</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4023"/> + <location filename="../Project/Project.py" line="4110"/> <source>Create Plugin &Archives</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4028"/> + <location filename="../Project/Project.py" line="4115"/> <source>Create eric6 plugin archive files.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4030"/> + <location filename="../Project/Project.py" line="4117"/> <source><b>Create Plugin Archives</b><p>This creates eric6 plugin archive files using the list of files given in a PKGLIST* file. The archive name is built from the main script name if not designated in the package list file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4040"/> + <location filename="../Project/Project.py" line="4127"/> <source>Create Plugin Archives (Snapshot)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4040"/> + <location filename="../Project/Project.py" line="4127"/> <source>Create Plugin Archives (&Snapshot)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4045"/> + <location filename="../Project/Project.py" line="4132"/> <source>Create eric6 plugin archive files (snapshot releases).</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4047"/> + <location filename="../Project/Project.py" line="4134"/> <source><b>Create Plugin Archives (Snapshot)</b><p>This creates eric6 plugin archive files using the list of files given in the PKGLIST* file. The archive name is built from the main script name if not designated in the package list file. The version entry of the main script is modified to reflect a snapshot release.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5035"/> + <location filename="../Project/Project.py" line="5164"/> <source>Select package lists:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5052"/> - <source>Creating plugin archives...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="5052"/> - <source>Abort</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="5052"/> - <source>%v/%m Archives</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="5069"/> - <source><p>The file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="5181"/> + <source>Creating plugin archives...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5181"/> + <source>Abort</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5181"/> + <source>%v/%m Archives</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5198"/> + <source><p>The file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5310"/> <source><p>The eric6 plugin archive files were created with some errors.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5184"/> + <location filename="../Project/Project.py" line="5313"/> <source><p>The eric6 plugin archive files were created successfully.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5045"/> + <location filename="../Project/Project.py" line="5174"/> <source><p>No package list files (PKGLIST*) available or selected. Aborting...</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5099"/> + <location filename="../Project/Project.py" line="5228"/> <source><p>The file <b>{0}</b> is not ready yet.</p><p>Please rework it and delete the'; initial_list' line of the header.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3733"/> + <location filename="../Project/Project.py" line="3820"/> <source><b>Search new files...</b><p>This searches for new files (sources, *.ui, *.idl, *.proto) in the project directory and registered subdirectories.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3791"/> + <location filename="../Project/Project.py" line="3878"/> <source><b>Filetype Associations...</b><p>This shows a dialog to edit the file type associations of the project. These associations determine the type (source, form, interface, protocol 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="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1435"/> + <location filename="../Project/Project.py" line="1456"/> <source><p>The selected translation file <b>{0}</b> could not be deleted.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2133"/> + <location filename="../Project/Project.py" line="2154"/> <source><p>The selected file <b>{0}</b> could not be deleted.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2163"/> + <location filename="../Project/Project.py" line="2184"/> <source><p>The selected directory <b>{0}</b> could not be deleted.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Project/Project.py" line="2654"/> + <source>Create Makefile</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="2654"/> + <source><p>The makefile <b>{0}</b> could not be created.<br/>Reason: {1}</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5590"/> + <source>Execute Make</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4148"/> + <source>&Execute Make</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4152"/> + <source>Perform a 'make' run.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4154"/> + <source><b>Execute Make</b><p>This performs a 'make' run to rebuild the configured target.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5570"/> + <source>Test for Changes</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4162"/> + <source>&Test for Changes</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4166"/> + <source>Question 'make', if a rebuild is needed.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4168"/> + <source><b>Test for Changes</b><p>This questions 'make', if a rebuild of the configured target is necessary.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4210"/> + <source>Make</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5518"/> + <source>The make process did not start.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5563"/> + <source>The make process crashed.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5573"/> + <source><p>There are changes that require the configured make target <b>{0}</b> to be rebuilt.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5578"/> + <source><p>There are changes that require the default make target to be rebuilt.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5590"/> + <source>The makefile contains errors.</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>ProjectBaseBrowser</name> @@ -51926,7 +52074,7 @@ </message> <message> <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="163"/> - <source>Automatically compile</source> + <source>Automatisations</source> <translation type="unfinished"></translation> </message> <message> @@ -51936,7 +52084,7 @@ </message> <message> <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="172"/> - <source>changed forms</source> + <source>compile changed forms</source> <translation type="unfinished"></translation> </message> <message> @@ -51946,62 +52094,72 @@ </message> <message> <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="182"/> - <source>changed resources</source> + <source>compile changed resources</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="221"/> + <source>Recent Projects</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="227"/> + <source>Number of recent projects:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="234"/> + <source>Enter the number of recent projects to remember</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="202"/> + <source>Python Variant</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="208"/> + <source>Select to determine the Python variant from the project language</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="211"/> - <source>Recent Projects</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="217"/> - <source>Number of recent projects:</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="224"/> - <source>Enter the number of recent projects to remember</source> + <source>Determine Python variant from project language</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="266"/> + <source>Tasks</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="272"/> + <source>Select to save the project tasks automatically</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="275"/> + <source>Save tasks automatically</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="282"/> + <source>Select to rescan the project tasks when a project is opened</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="285"/> + <source>Rescan tasks upon opening</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="189"/> + <source>Select to execute the configured 'make' command before a run action is performed</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="192"/> - <source>Python Variant</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="198"/> - <source>Select to determine the Python variant from the project language</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="201"/> - <source>Determine Python variant from project language</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="256"/> - <source>Tasks</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="262"/> - <source>Select to save the project tasks automatically</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="265"/> - <source>Save tasks automatically</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="272"/> - <source>Select to rescan the project tasks when a project is opened</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="275"/> - <source>Rescan tasks upon opening</source> + <source>execute make</source> <translation type="unfinished"></translation> </message> </context> @@ -52806,180 +52964,180 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="84"/> + <location filename="../Project/PropertiesDialog.ui" line="86"/> <source>Select, if the project uses other programming languages as well</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="87"/> + <location filename="../Project/PropertiesDialog.ui" line="89"/> <source>Mi&xed programming languages</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="90"/> + <location filename="../Project/PropertiesDialog.ui" line="92"/> <source>Alt+X</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="97"/> + <location filename="../Project/PropertiesDialog.ui" line="137"/> <source>Project &Type:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="107"/> + <location filename="../Project/PropertiesDialog.ui" line="147"/> <source>Select the type of the project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="114"/> + <location filename="../Project/PropertiesDialog.ui" line="154"/> <source>Project &Directory:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="133"/> + <location filename="../Project/PropertiesDialog.ui" line="173"/> <source>Enter the project directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="136"/> + <location filename="../Project/PropertiesDialog.ui" line="176"/> <source><b>Project Directory</b> <p>Enter the project directory. You may select it with a dialog by pressing the button to the right.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="145"/> - <source>&Version No.:</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/PropertiesDialog.ui" line="155"/> - <source>Enter the version number</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/PropertiesDialog.ui" line="158"/> - <source><b>Version No.</b> -<p>Enter the version no.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/PropertiesDialog.ui" line="166"/> - <source>&Main Script:</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/PropertiesDialog.ui" line="185"/> + <source>&Version No.:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/PropertiesDialog.ui" line="195"/> + <source>Enter the version number</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/PropertiesDialog.ui" line="198"/> + <source><b>Version No.</b> +<p>Enter the version no.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/PropertiesDialog.ui" line="206"/> + <source>&Main Script:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/PropertiesDialog.ui" line="225"/> <source>Enter the main script</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="188"/> + <location filename="../Project/PropertiesDialog.ui" line="228"/> <source><b>Main Script</b> <p>Enter the main script of the project. You may select it with a dialog by pressing the button to the right.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="197"/> + <location filename="../Project/PropertiesDialog.ui" line="237"/> <source>Press to edit the translations properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="200"/> + <location filename="../Project/PropertiesDialog.ui" line="240"/> <source>Translations Properties...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="207"/> + <location filename="../Project/PropertiesDialog.ui" line="247"/> <source>End of &Line Character:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="217"/> - <source>Select the end of line character to be used by the project</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/PropertiesDialog.ui" line="221"/> - <source>System</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/PropertiesDialog.ui" line="226"/> - <source>Unix</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/PropertiesDialog.ui" line="231"/> - <source>Macintosh</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/PropertiesDialog.ui" line="236"/> - <source>Windows/DOS</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/PropertiesDialog.ui" line="244"/> - <source>&Author:</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/PropertiesDialog.ui" line="254"/> - <source>Enter authors name</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/PropertiesDialog.ui" line="257"/> + <source>Select the end of line character to be used by the project</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/PropertiesDialog.ui" line="261"/> + <source>System</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/PropertiesDialog.ui" line="266"/> + <source>Unix</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/PropertiesDialog.ui" line="271"/> + <source>Macintosh</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/PropertiesDialog.ui" line="276"/> + <source>Windows/DOS</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/PropertiesDialog.ui" line="284"/> + <source>&Author:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/PropertiesDialog.ui" line="294"/> + <source>Enter authors name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/PropertiesDialog.ui" line="297"/> <source><b>Author</b> <p>Enter the name of the author.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="265"/> + <location filename="../Project/PropertiesDialog.ui" line="305"/> <source>&Email:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="275"/> + <location filename="../Project/PropertiesDialog.ui" line="315"/> <source>Enter authors email</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="278"/> + <location filename="../Project/PropertiesDialog.ui" line="318"/> <source><b>Email</b> <p>Enter the email address of the author</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="286"/> + <location filename="../Project/PropertiesDialog.ui" line="326"/> <source>&Description:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="299"/> + <location filename="../Project/PropertiesDialog.ui" line="339"/> <source>Enter description</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="302"/> + <location filename="../Project/PropertiesDialog.ui" line="342"/> <source><b>Description</b> <p>Enter a short description for the project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="343"/> + <location filename="../Project/PropertiesDialog.ui" line="383"/> <source>Press to show information about the repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="346"/> + <location filename="../Project/PropertiesDialog.ui" line="386"/> <source>Show &Repository Info</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="349"/> + <location filename="../Project/PropertiesDialog.ui" line="389"/> <source>Alt+R</source> <translation type="unfinished"></translation> </message> @@ -52995,30 +53153,45 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/PropertiesDialog.py" line="105"/> + <location filename="../Project/PropertiesDialog.py" line="109"/> <source>The project is version controlled by <b>{0}</b>.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/PropertiesDialog.py" line="111"/> + <location filename="../Project/PropertiesDialog.py" line="115"/> <source>The project is not version controlled.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/PropertiesDialog.py" line="56"/> + <location filename="../Project/PropertiesDialog.py" line="60"/> <source>Source Files ({0});;All Files (*)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="318"/> + <location filename="../Project/PropertiesDialog.ui" line="358"/> <source>Select to create a version controlled project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="321"/> + <location filename="../Project/PropertiesDialog.ui" line="361"/> <source>Version Controlled Project</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Project/PropertiesDialog.ui" line="112"/> + <source>Select to activate the 'make' support</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/PropertiesDialog.ui" line="115"/> + <source>Enable 'make' Support</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/PropertiesDialog.ui" line="125"/> + <source>Press to open a dialog to enter the 'make' parameters</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>ProtobufPage</name> @@ -73061,2161 +73234,2161 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="513"/> + <location filename="../UI/UserInterface.py" line="516"/> <source>Initializing Tools...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="531"/> + <location filename="../UI/UserInterface.py" line="534"/> <source>Registering Objects...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="559"/> + <location filename="../UI/UserInterface.py" line="562"/> <source>Initializing Actions...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="561"/> + <location filename="../UI/UserInterface.py" line="564"/> <source>Initializing Menus...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="563"/> + <location filename="../UI/UserInterface.py" line="566"/> <source>Initializing Toolbars...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="565"/> + <location filename="../UI/UserInterface.py" line="568"/> <source>Initializing Statusbar...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="592"/> + <location filename="../UI/UserInterface.py" line="595"/> <source>Initializing Single Application Server...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="602"/> + <location filename="../UI/UserInterface.py" line="605"/> <source>Activating Plugins...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="617"/> + <location filename="../UI/UserInterface.py" line="620"/> <source>Restoring Toolbarmanager...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1427"/> + <location filename="../UI/UserInterface.py" line="1430"/> <source>Project-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1444"/> + <location filename="../UI/UserInterface.py" line="1447"/> <source>Multiproject-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1462"/> + <location filename="../UI/UserInterface.py" line="1465"/> <source>Debug-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="945"/> + <location filename="../UI/UserInterface.py" line="948"/> <source>Cooperation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1002"/> + <location filename="../UI/UserInterface.py" line="1005"/> <source>Symbols</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1513"/> + <location filename="../UI/UserInterface.py" line="1516"/> <source>Log-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1531"/> + <location filename="../UI/UserInterface.py" line="1534"/> <source>Task-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1549"/> + <location filename="../UI/UserInterface.py" line="1552"/> <source>Template-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1010"/> + <location filename="../UI/UserInterface.py" line="1013"/> <source>Numbers</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1496"/> + <location filename="../UI/UserInterface.py" line="1499"/> <source>File-Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1480"/> + <location filename="../UI/UserInterface.py" line="1483"/> <source>Shell</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1592"/> + <location filename="../UI/UserInterface.py" line="1595"/> <source>Horizontal Toolbox</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1297"/> + <location filename="../UI/UserInterface.py" line="1300"/> <source>{0} - Passive Mode</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1304"/> + <location filename="../UI/UserInterface.py" line="1307"/> <source>{0} - {1} - Passive Mode</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1308"/> + <location filename="../UI/UserInterface.py" line="1311"/> <source>{0} - {1} - {2} - Passive Mode</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1331"/> + <location filename="../UI/UserInterface.py" line="1334"/> <source>Quit</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1331"/> + <location filename="../UI/UserInterface.py" line="1334"/> <source>&Quit</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1331"/> + <location filename="../UI/UserInterface.py" line="1334"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1337"/> + <location filename="../UI/UserInterface.py" line="1340"/> <source>Quit the IDE</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1338"/> + <location filename="../UI/UserInterface.py" line="1341"/> <source><b>Quit the IDE</b><p>This quits the IDE. Any unsaved changes may be saved first. Any Python program being debugged will be stopped and the preferences will be written to disc.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1393"/> + <location filename="../UI/UserInterface.py" line="1396"/> <source>Edit Profile</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1399"/> + <location filename="../UI/UserInterface.py" line="1402"/> <source>Activate the edit view profile</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1401"/> + <location filename="../UI/UserInterface.py" line="1404"/> <source><b>Edit Profile</b><p>Activate the "Edit View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1410"/> + <location filename="../UI/UserInterface.py" line="1413"/> <source>Debug Profile</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1416"/> + <location filename="../UI/UserInterface.py" line="1419"/> <source>Activate the debug view profile</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1418"/> + <location filename="../UI/UserInterface.py" line="1421"/> <source><b>Debug Profile</b><p>Activate the "Debug View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1427"/> + <location filename="../UI/UserInterface.py" line="1430"/> <source>&Project-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1427"/> + <location filename="../UI/UserInterface.py" line="1430"/> <source>Alt+Shift+P</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1444"/> + <location filename="../UI/UserInterface.py" line="1447"/> <source>&Multiproject-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1444"/> + <location filename="../UI/UserInterface.py" line="1447"/> <source>Alt+Shift+M</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1462"/> + <location filename="../UI/UserInterface.py" line="1465"/> <source>&Debug-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1462"/> + <location filename="../UI/UserInterface.py" line="1465"/> <source>Alt+Shift+D</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1480"/> + <location filename="../UI/UserInterface.py" line="1483"/> <source>&Shell</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1480"/> + <location filename="../UI/UserInterface.py" line="1483"/> <source>Alt+Shift+S</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1496"/> + <location filename="../UI/UserInterface.py" line="1499"/> <source>Alt+Shift+F</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1513"/> + <location filename="../UI/UserInterface.py" line="1516"/> <source>Alt+Shift+G</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1531"/> + <location filename="../UI/UserInterface.py" line="1534"/> <source>Alt+Shift+T</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1549"/> + <location filename="../UI/UserInterface.py" line="1552"/> <source>Alt+Shift+A</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1592"/> + <location filename="../UI/UserInterface.py" line="1595"/> <source>&Horizontal Toolbox</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1596"/> + <location filename="../UI/UserInterface.py" line="1599"/> <source>Toggle the Horizontal Toolbox window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1598"/> + <location filename="../UI/UserInterface.py" line="1601"/> <source><b>Toggle the Horizontal Toolbox window</b><p>If the Horizontal Toolbox window is hidden then display it. If it is displayed then close it.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1606"/> + <location filename="../UI/UserInterface.py" line="1609"/> <source>Left Sidebar</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1606"/> + <location filename="../UI/UserInterface.py" line="1609"/> <source>&Left Sidebar</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1610"/> + <location filename="../UI/UserInterface.py" line="1613"/> <source>Toggle the left sidebar window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1611"/> + <location filename="../UI/UserInterface.py" line="1614"/> <source><b>Toggle the left sidebar window</b><p>If the left sidebar window is hidden then display it. If it is displayed then close it.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1633"/> + <location filename="../UI/UserInterface.py" line="1636"/> <source>Bottom Sidebar</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1633"/> + <location filename="../UI/UserInterface.py" line="1636"/> <source>&Bottom Sidebar</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1637"/> + <location filename="../UI/UserInterface.py" line="1640"/> <source>Toggle the bottom sidebar window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1639"/> + <location filename="../UI/UserInterface.py" line="1642"/> <source><b>Toggle the bottom sidebar window</b><p>If the bottom sidebar window is hidden then display it. If it is displayed then close it.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1647"/> + <location filename="../UI/UserInterface.py" line="1650"/> <source>Alt+Shift+O</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1682"/> + <location filename="../UI/UserInterface.py" line="1685"/> <source>Alt+Shift+Y</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1700"/> + <location filename="../UI/UserInterface.py" line="1703"/> <source>Alt+Shift+B</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1718"/> + <location filename="../UI/UserInterface.py" line="1721"/> <source>What's This?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1718"/> + <location filename="../UI/UserInterface.py" line="1721"/> <source>&What's This?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1718"/> + <location filename="../UI/UserInterface.py" line="1721"/> <source>Shift+F1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1724"/> + <location filename="../UI/UserInterface.py" line="1727"/> <source>Context sensitive help</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1725"/> + <location filename="../UI/UserInterface.py" line="1728"/> <source><b>Display context sensitive help</b><p>In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1737"/> + <location filename="../UI/UserInterface.py" line="1740"/> <source>Helpviewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1737"/> + <location filename="../UI/UserInterface.py" line="1740"/> <source>&Helpviewer...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1737"/> + <location filename="../UI/UserInterface.py" line="1740"/> <source>F1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1743"/> + <location filename="../UI/UserInterface.py" line="1746"/> <source>Open the helpviewer window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1765"/> + <location filename="../UI/UserInterface.py" line="1768"/> <source>Show Versions</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1765"/> + <location filename="../UI/UserInterface.py" line="1768"/> <source>Show &Versions</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1769"/> + <location filename="../UI/UserInterface.py" line="1772"/> <source>Display version information</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1771"/> + <location filename="../UI/UserInterface.py" line="1774"/> <source><b>Show Versions</b><p>Display version information.</p></source> <translation type="unfinished"></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1784"/> + <source>Check for Updates</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1781"/> - <source>Check for Updates</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1778"/> <source>Check for &Updates...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1789"/> + <location filename="../UI/UserInterface.py" line="1792"/> <source>Show downloadable versions</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1789"/> + <location filename="../UI/UserInterface.py" line="1792"/> <source>Show &downloadable versions...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1793"/> + <location filename="../UI/UserInterface.py" line="1796"/> <source>Show the versions available for download</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3218"/> + <location filename="../UI/UserInterface.py" line="3221"/> <source>Report Bug</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1816"/> + <location filename="../UI/UserInterface.py" line="1819"/> <source>Report &Bug...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1820"/> + <location filename="../UI/UserInterface.py" line="1823"/> <source>Report a bug</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1821"/> + <location filename="../UI/UserInterface.py" line="1824"/> <source><b>Report Bug...</b><p>Opens a dialog to report a bug.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1828"/> + <location filename="../UI/UserInterface.py" line="1831"/> <source>Request Feature</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1828"/> + <location filename="../UI/UserInterface.py" line="1831"/> <source>Request &Feature...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1832"/> + <location filename="../UI/UserInterface.py" line="1835"/> <source>Send a feature request</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1834"/> + <location filename="../UI/UserInterface.py" line="1837"/> <source><b>Request Feature...</b><p>Opens a dialog to send a feature request.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2790"/> - <source>Unittest</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1843"/> - <source>&Unittest...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1848"/> - <source>Start unittest dialog</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1849"/> - <source><b>Unittest</b><p>Perform unit tests. The dialog gives you the ability to select and run a unittest suite.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1857"/> - <source>Unittest Restart</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1857"/> - <source>&Restart Unittest...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1862"/> - <source>Restart last unittest</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1863"/> - <source><b>Restart Unittest</b><p>Restart the unittest performed last.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1887"/> - <source>Unittest Script</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1887"/> - <source>Unittest &Script...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1892"/> - <source>Run unittest with current script</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1894"/> - <source><b>Unittest Script</b><p>Run unittest with current script.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4346"/> - <source>Unittest Project</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1902"/> - <source>Unittest &Project...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1907"/> - <source>Run unittest with current project</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1909"/> - <source><b>Unittest Project</b><p>Run unittest with current project.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1970"/> - <source>UI Previewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1970"/> - <source>&UI Previewer...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1975"/> - <source>Start the UI Previewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1976"/> - <source><b>UI Previewer</b><p>Start the UI Previewer.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1983"/> - <source>Translations Previewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1983"/> - <source>&Translations Previewer...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1988"/> - <source>Start the Translations Previewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1990"/> - <source><b>Translations Previewer</b><p>Start the Translations Previewer.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1997"/> - <source>Compare Files</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1997"/> - <source>&Compare Files...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2015"/> - <source>Compare two files</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2003"/> - <source><b>Compare Files</b><p>Open a dialog to compare two files.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2010"/> - <source>Compare Files side by side</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2016"/> - <source><b>Compare Files side by side</b><p>Open a dialog to compare two files and show the result side by side.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2024"/> - <source>SQL Browser</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2024"/> - <source>SQL &Browser...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2029"/> - <source>Browse a SQL database</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2030"/> - <source><b>SQL Browser</b><p>Browse a SQL database.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2042"/> - <source>Mini Editor</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2037"/> - <source>Mini &Editor...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2043"/> - <source><b>Mini Editor</b><p>Open a dialog with a simplified editor.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2082"/> - <source>Icon Editor</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2082"/> - <source>&Icon Editor...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2111"/> - <source>Preferences</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2111"/> - <source>&Preferences...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2116"/> - <source>Set the prefered configuration</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2118"/> - <source><b>Preferences</b><p>Set the configuration items of the application with your prefered values.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2127"/> - <source>Export Preferences</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2127"/> - <source>E&xport Preferences...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2132"/> - <source>Export the current configuration</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2134"/> - <source><b>Export Preferences</b><p>Export the current configuration to a file.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2141"/> - <source>Import Preferences</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2141"/> - <source>I&mport Preferences...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2146"/> - <source>Import a previously exported configuration</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2148"/> - <source><b>Import Preferences</b><p>Import a previously exported configuration.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2155"/> - <source>Reload APIs</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2155"/> - <source>Reload &APIs</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2159"/> - <source>Reload the API information</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2161"/> - <source><b>Reload APIs</b><p>Reload the API information.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2173"/> - <source>Show external tools</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2168"/> - <source>Show external &tools</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2184"/> - <source>View Profiles</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2184"/> - <source>&View Profiles...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2189"/> - <source>Configure view profiles</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2191"/> - <source><b>View Profiles</b><p>Configure the view profiles. With this dialog you may set the visibility of the various windows for the predetermined view profiles.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2201"/> - <source>Toolbars</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2201"/> - <source>Tool&bars...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2206"/> - <source>Configure toolbars</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2207"/> - <source><b>Toolbars</b><p>Configure the toolbars. With this dialog you may change the actions shown on the various toolbars and define your own toolbars.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2216"/> - <source>Keyboard Shortcuts</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2216"/> - <source>Keyboard &Shortcuts...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2221"/> - <source>Set the keyboard shortcuts</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2223"/> - <source><b>Keyboard Shortcuts</b><p>Set the keyboard shortcuts of the application with your prefered values.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5712"/> - <source>Export Keyboard Shortcuts</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2231"/> - <source>&Export Keyboard Shortcuts...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2236"/> - <source>Export the keyboard shortcuts</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2238"/> - <source><b>Export Keyboard Shortcuts</b><p>Export the keyboard shortcuts of the application.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5736"/> - <source>Import Keyboard Shortcuts</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2245"/> - <source>&Import Keyboard Shortcuts...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2250"/> - <source>Import the keyboard shortcuts</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2252"/> - <source><b>Import Keyboard Shortcuts</b><p>Import the keyboard shortcuts of the application.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2310"/> - <source>Activate current editor</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2310"/> - <source>Alt+Shift+E</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2320"/> - <source>Show next</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2320"/> - <source>Ctrl+Alt+Tab</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2329"/> - <source>Show previous</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2329"/> - <source>Shift+Ctrl+Alt+Tab</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2338"/> - <source>Switch between tabs</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2338"/> - <source>Ctrl+1</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2347"/> - <source>Plugin Infos</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2347"/> - <source>&Plugin Infos...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2351"/> - <source>Show Plugin Infos</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2352"/> - <source><b>Plugin Infos...</b><p>This opens a dialog, that show some information about loaded plugins.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2365"/> - <source>Install Plugins</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2360"/> - <source>&Install Plugins...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2366"/> - <source><b>Install Plugins...</b><p>This opens a dialog to install or update plugins.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2378"/> - <source>Uninstall Plugin</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2373"/> - <source>&Uninstall Plugin...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2379"/> - <source><b>Uninstall Plugin...</b><p>This opens a dialog to uninstall a plugin.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2386"/> - <source>Plugin Repository</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2386"/> - <source>Plugin &Repository...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2391"/> - <source>Show Plugins available for download</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2393"/> - <source><b>Plugin Repository...</b><p>This opens a dialog, that shows a list of plugins available on the Internet.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2417"/> - <source>Qt4 Documentation</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2417"/> - <source>Qt&4 Documentation</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2421"/> - <source>Open Qt4 Documentation</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2447"/> - <source>PyQt4 Documentation</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2451"/> - <source>Open PyQt4 Documentation</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2531"/> - <source>Eric API Documentation</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2531"/> - <source>&Eric API Documentation</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2535"/> - <source>Open Eric API Documentation</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2552"/> - <source>PySide Documentation</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2552"/> - <source>Py&Side Documentation</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2556"/> - <source>Open PySide Documentation</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2603"/> - <source>&Unittest</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2620"/> - <source>E&xtras</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2625"/> - <source>Wi&zards</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2633"/> - <source>Select Tool Group</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2641"/> - <source>Se&ttings</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2666"/> - <source>&Window</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2691"/> - <source>&Toolbars</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2702"/> - <source>P&lugins</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2711"/> - <source>Configure...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2716"/> - <source>&Help</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2789"/> - <source>Tools</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2791"/> - <source>Settings</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4598"/> - <source>Help</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2793"/> - <source>Profiles</source> + <source>Unittest</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1846"/> + <source>&Unittest...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1851"/> + <source>Start unittest dialog</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1852"/> + <source><b>Unittest</b><p>Perform unit tests. The dialog gives you the ability to select and run a unittest suite.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1860"/> + <source>Unittest Restart</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1860"/> + <source>&Restart Unittest...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1865"/> + <source>Restart last unittest</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1866"/> + <source><b>Restart Unittest</b><p>Restart the unittest performed last.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1890"/> + <source>Unittest Script</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1890"/> + <source>Unittest &Script...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1895"/> + <source>Run unittest with current script</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1897"/> + <source><b>Unittest Script</b><p>Run unittest with current script.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4349"/> + <source>Unittest Project</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1905"/> + <source>Unittest &Project...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1910"/> + <source>Run unittest with current project</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1912"/> + <source><b>Unittest Project</b><p>Run unittest with current project.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1973"/> + <source>UI Previewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1973"/> + <source>&UI Previewer...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1978"/> + <source>Start the UI Previewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1979"/> + <source><b>UI Previewer</b><p>Start the UI Previewer.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1986"/> + <source>Translations Previewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1986"/> + <source>&Translations Previewer...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1991"/> + <source>Start the Translations Previewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1993"/> + <source><b>Translations Previewer</b><p>Start the Translations Previewer.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2000"/> + <source>Compare Files</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2000"/> + <source>&Compare Files...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2018"/> + <source>Compare two files</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2006"/> + <source><b>Compare Files</b><p>Open a dialog to compare two files.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2013"/> + <source>Compare Files side by side</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2019"/> + <source><b>Compare Files side by side</b><p>Open a dialog to compare two files and show the result side by side.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2027"/> + <source>SQL Browser</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2027"/> + <source>SQL &Browser...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2032"/> + <source>Browse a SQL database</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2033"/> + <source><b>SQL Browser</b><p>Browse a SQL database.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2045"/> + <source>Mini Editor</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2040"/> + <source>Mini &Editor...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2046"/> + <source><b>Mini Editor</b><p>Open a dialog with a simplified editor.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2085"/> + <source>Icon Editor</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2085"/> + <source>&Icon Editor...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2114"/> + <source>Preferences</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2114"/> + <source>&Preferences...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2119"/> + <source>Set the prefered configuration</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2121"/> + <source><b>Preferences</b><p>Set the configuration items of the application with your prefered values.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2130"/> + <source>Export Preferences</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2130"/> + <source>E&xport Preferences...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2135"/> + <source>Export the current configuration</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2137"/> + <source><b>Export Preferences</b><p>Export the current configuration to a file.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2144"/> + <source>Import Preferences</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2144"/> + <source>I&mport Preferences...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2149"/> + <source>Import a previously exported configuration</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2151"/> + <source><b>Import Preferences</b><p>Import a previously exported configuration.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2158"/> + <source>Reload APIs</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2158"/> + <source>Reload &APIs</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2162"/> + <source>Reload the API information</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2164"/> + <source><b>Reload APIs</b><p>Reload the API information.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2176"/> + <source>Show external tools</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2171"/> + <source>Show external &tools</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2187"/> + <source>View Profiles</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2187"/> + <source>&View Profiles...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2192"/> + <source>Configure view profiles</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2194"/> + <source><b>View Profiles</b><p>Configure the view profiles. With this dialog you may set the visibility of the various windows for the predetermined view profiles.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2204"/> + <source>Toolbars</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2204"/> + <source>Tool&bars...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2209"/> + <source>Configure toolbars</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2210"/> + <source><b>Toolbars</b><p>Configure the toolbars. With this dialog you may change the actions shown on the various toolbars and define your own toolbars.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2219"/> + <source>Keyboard Shortcuts</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2219"/> + <source>Keyboard &Shortcuts...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2224"/> + <source>Set the keyboard shortcuts</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2226"/> + <source><b>Keyboard Shortcuts</b><p>Set the keyboard shortcuts of the application with your prefered values.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5715"/> + <source>Export Keyboard Shortcuts</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2234"/> + <source>&Export Keyboard Shortcuts...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2239"/> + <source>Export the keyboard shortcuts</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2241"/> + <source><b>Export Keyboard Shortcuts</b><p>Export the keyboard shortcuts of the application.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5739"/> + <source>Import Keyboard Shortcuts</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2248"/> + <source>&Import Keyboard Shortcuts...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2253"/> + <source>Import the keyboard shortcuts</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2255"/> + <source><b>Import Keyboard Shortcuts</b><p>Import the keyboard shortcuts of the application.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2313"/> + <source>Activate current editor</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2313"/> + <source>Alt+Shift+E</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2323"/> + <source>Show next</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2323"/> + <source>Ctrl+Alt+Tab</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2332"/> + <source>Show previous</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2332"/> + <source>Shift+Ctrl+Alt+Tab</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2341"/> + <source>Switch between tabs</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2341"/> + <source>Ctrl+1</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2350"/> + <source>Plugin Infos</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2350"/> + <source>&Plugin Infos...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2354"/> + <source>Show Plugin Infos</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2355"/> + <source><b>Plugin Infos...</b><p>This opens a dialog, that show some information about loaded plugins.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2368"/> + <source>Install Plugins</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2363"/> + <source>&Install Plugins...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2369"/> + <source><b>Install Plugins...</b><p>This opens a dialog to install or update plugins.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2381"/> + <source>Uninstall Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2376"/> + <source>&Uninstall Plugin...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2382"/> + <source><b>Uninstall Plugin...</b><p>This opens a dialog to uninstall a plugin.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2389"/> + <source>Plugin Repository</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2389"/> + <source>Plugin &Repository...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2394"/> + <source>Show Plugins available for download</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2396"/> + <source><b>Plugin Repository...</b><p>This opens a dialog, that shows a list of plugins available on the Internet.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2420"/> + <source>Qt4 Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2420"/> + <source>Qt&4 Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2424"/> + <source>Open Qt4 Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2450"/> + <source>PyQt4 Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2454"/> + <source>Open PyQt4 Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2534"/> + <source>Eric API Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2534"/> + <source>&Eric API Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2538"/> + <source>Open Eric API Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2555"/> + <source>PySide Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2555"/> + <source>Py&Side Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2559"/> + <source>Open PySide Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2606"/> + <source>&Unittest</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2623"/> + <source>E&xtras</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2628"/> + <source>Wi&zards</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2636"/> + <source>Select Tool Group</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2644"/> + <source>Se&ttings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2669"/> + <source>&Window</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2694"/> + <source>&Toolbars</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2705"/> + <source>P&lugins</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2714"/> + <source>Configure...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2719"/> + <source>&Help</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2792"/> + <source>Tools</source> <translation type="unfinished"></translation> </message> <message> <location filename="../UI/UserInterface.py" line="2794"/> + <source>Settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4601"/> + <source>Help</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2796"/> + <source>Profiles</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2797"/> <source>Plugins</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2955"/> + <location filename="../UI/UserInterface.py" line="2958"/> <source><p>This part of the status bar displays the current editors language.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2962"/> + <location filename="../UI/UserInterface.py" line="2965"/> <source><p>This part of the status bar displays the current editors encoding.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2969"/> + <location filename="../UI/UserInterface.py" line="2972"/> <source><p>This part of the status bar displays the current editors eol setting.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2976"/> + <location filename="../UI/UserInterface.py" line="2979"/> <source><p>This part of the status bar displays an indication of the current editors files writability.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2983"/> + <location filename="../UI/UserInterface.py" line="2986"/> <source><p>This part of the status bar displays the line number of the current editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2990"/> + <location filename="../UI/UserInterface.py" line="2993"/> <source><p>This part of the status bar displays the cursor position of the current editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3065"/> + <location filename="../UI/UserInterface.py" line="3068"/> <source>External Tools/{0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3163"/> + <location filename="../UI/UserInterface.py" line="3166"/> <source><h3>Version Numbers</h3><table></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6690"/> + <location filename="../UI/UserInterface.py" line="6693"/> <source></table></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3218"/> + <location filename="../UI/UserInterface.py" line="3221"/> <source>Email address or mail server address is empty. Please configure your Email settings in the Preferences Dialog.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3498"/> + <location filename="../UI/UserInterface.py" line="3501"/> <source>Restart application</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3498"/> + <location filename="../UI/UserInterface.py" line="3501"/> <source>The application needs to be restarted. Do it now?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3577"/> + <location filename="../UI/UserInterface.py" line="3580"/> <source>Configure Tool Groups ...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3581"/> + <location filename="../UI/UserInterface.py" line="3584"/> <source>Configure current Tool Group ...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3532"/> + <location filename="../UI/UserInterface.py" line="3535"/> <source>&Builtin Tools</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3549"/> + <location filename="../UI/UserInterface.py" line="3552"/> <source>&Plugin Tools</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3697"/> + <location filename="../UI/UserInterface.py" line="3700"/> <source>&Show all</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3699"/> + <location filename="../UI/UserInterface.py" line="3702"/> <source>&Hide all</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4346"/> + <location filename="../UI/UserInterface.py" line="4349"/> <source>There is no main script defined for the current project. Aborting</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4545"/> + <location filename="../UI/UserInterface.py" line="4548"/> <source>Qt 3 support</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4724"/> + <location filename="../UI/UserInterface.py" line="4727"/> <source>Problem</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4724"/> + <location filename="../UI/UserInterface.py" line="4727"/> <source><p>The file <b>{0}</b> does not exist or is zero length.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4913"/> + <location filename="../UI/UserInterface.py" line="4916"/> <source>Process Generation Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4452"/> + <location filename="../UI/UserInterface.py" line="4455"/> <source><p>Could not start Qt-Designer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4519"/> + <location filename="../UI/UserInterface.py" line="4522"/> <source><p>Could not start Qt-Linguist.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4570"/> + <location filename="../UI/UserInterface.py" line="4573"/> <source><p>Could not start Qt-Assistant.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4598"/> + <location filename="../UI/UserInterface.py" line="4601"/> <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4612"/> + <location filename="../UI/UserInterface.py" line="4615"/> <source><p>Could not start custom viewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4632"/> + <location filename="../UI/UserInterface.py" line="4635"/> <source><p>Could not start the help viewer.<br>Ensure that it is available as <b>hh</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4680"/> + <location filename="../UI/UserInterface.py" line="4683"/> <source><p>Could not start UI Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4735"/> + <location filename="../UI/UserInterface.py" line="4738"/> <source><p>Could not start Translation Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4756"/> + <location filename="../UI/UserInterface.py" line="4759"/> <source><p>Could not start SQL Browser.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4858"/> + <location filename="../UI/UserInterface.py" line="4861"/> <source>External Tools</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4849"/> + <location filename="../UI/UserInterface.py" line="4852"/> <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4858"/> + <location filename="../UI/UserInterface.py" line="4861"/> <source>No toolgroup entry '{0}' found.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4897"/> + <location filename="../UI/UserInterface.py" line="4900"/> <source>Starting process '{0} {1}'. </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4913"/> + <location filename="../UI/UserInterface.py" line="4916"/> <source><p>Could not start the tool entry <b>{0}</b>.<br>Ensure that it is available as <b>{1}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4989"/> + <location filename="../UI/UserInterface.py" line="4992"/> <source>Process '{0}' has exited. </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5387"/> + <location filename="../UI/UserInterface.py" line="5390"/> <source>Documentation Missing</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5387"/> + <location filename="../UI/UserInterface.py" line="5390"/> <source><p>The documentation starting point "<b>{0}</b>" could not be found.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5372"/> + <location filename="../UI/UserInterface.py" line="5375"/> <source>Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5198"/> + <location filename="../UI/UserInterface.py" line="5201"/> <source><p>The PyQt4 documentation starting point has not been configured.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5372"/> + <location filename="../UI/UserInterface.py" line="5375"/> <source><p>The PySide documentation starting point has not been configured.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5736"/> + <location filename="../UI/UserInterface.py" line="5739"/> <source>Keyboard shortcut file (*.e4k)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5905"/> + <location filename="../UI/UserInterface.py" line="5908"/> <source>Save tasks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5905"/> + <location filename="../UI/UserInterface.py" line="5908"/> <source><p>The tasks file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5934"/> + <location filename="../UI/UserInterface.py" line="5937"/> <source>Read tasks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5934"/> + <location filename="../UI/UserInterface.py" line="5937"/> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6031"/> + <location filename="../UI/UserInterface.py" line="6034"/> <source>Save session</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5968"/> + <location filename="../UI/UserInterface.py" line="5971"/> <source><p>The session file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6015"/> + <location filename="../UI/UserInterface.py" line="6018"/> <source>Read session</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6015"/> + <location filename="../UI/UserInterface.py" line="6018"/> <source><p>The session file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6295"/> + <location filename="../UI/UserInterface.py" line="6298"/> <source>Drop Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6295"/> + <location filename="../UI/UserInterface.py" line="6298"/> <source><p><b>{0}</b> is not a file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6465"/> + <location filename="../UI/UserInterface.py" line="6468"/> <source>&Cancel</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6474"/> + <location filename="../UI/UserInterface.py" line="6477"/> <source>Trying host {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6632"/> + <location filename="../UI/UserInterface.py" line="6635"/> <source>Update available</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6652"/> + <location filename="../UI/UserInterface.py" line="6655"/> <source>Error during updates check</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6652"/> + <location filename="../UI/UserInterface.py" line="6655"/> <source>Could not perform updates check.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6676"/> + <location filename="../UI/UserInterface.py" line="6679"/> <source><h3>Available versions</h3><table></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6717"/> + <location filename="../UI/UserInterface.py" line="6720"/> <source>First time usage</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2489"/> + <location filename="../UI/UserInterface.py" line="2492"/> <source>Python 3 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2489"/> + <location filename="../UI/UserInterface.py" line="2492"/> <source>Python &3 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2493"/> + <location filename="../UI/UserInterface.py" line="2496"/> <source>Open Python 3 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2507"/> + <location filename="../UI/UserInterface.py" line="2510"/> <source>Python 2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2507"/> + <location filename="../UI/UserInterface.py" line="2510"/> <source>Python &2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2511"/> + <location filename="../UI/UserInterface.py" line="2514"/> <source>Open Python 2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2513"/> + <location filename="../UI/UserInterface.py" line="2516"/> <source><b>Python 2 Documentation</b><p>Display the Python 2 documentation. If no documentation directory is configured, the location of the Python 2 documentation is assumed to be the doc directory underneath the location of the configured Python 2 executable on Windows and <i>/usr/share/doc/packages/python/html/python-docs-html</i> on Unix. Set PYTHON2DOCDIR in your environment to override this. </p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6538"/> + <location filename="../UI/UserInterface.py" line="6541"/> <source>Error getting versions information</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6531"/> + <location filename="../UI/UserInterface.py" line="6534"/> <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="5508"/> + <location filename="../UI/UserInterface.py" line="5511"/> <source>Open Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5508"/> + <location filename="../UI/UserInterface.py" line="5511"/> <source>Could not start a web browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6538"/> + <location filename="../UI/UserInterface.py" line="6541"/> <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="622"/> + <location filename="../UI/UserInterface.py" line="625"/> <source>Setting View Profile...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="626"/> + <location filename="../UI/UserInterface.py" line="629"/> <source>Reading Tasks...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="630"/> + <location filename="../UI/UserInterface.py" line="633"/> <source>Reading Templates...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="634"/> + <location filename="../UI/UserInterface.py" line="637"/> <source>Starting Debugger...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1374"/> + <location filename="../UI/UserInterface.py" line="1377"/> <source>New Window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1374"/> + <location filename="../UI/UserInterface.py" line="1377"/> <source>New &Window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1374"/> + <location filename="../UI/UserInterface.py" line="1377"/> <source>Ctrl+Shift+N</source> <comment>File|New Window</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1871"/> + <location filename="../UI/UserInterface.py" line="1874"/> <source>Unittest Rerun Failed</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1871"/> + <location filename="../UI/UserInterface.py" line="1874"/> <source>Rerun Failed Tests...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1876"/> + <location filename="../UI/UserInterface.py" line="1879"/> <source>Rerun failed tests of the last run</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1878"/> + <location filename="../UI/UserInterface.py" line="1881"/> <source><b>Rerun Failed Tests</b><p>Rerun all tests that failed during the last unittest run.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2010"/> + <location filename="../UI/UserInterface.py" line="2013"/> <source>Compare &Files side by side...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2096"/> + <location filename="../UI/UserInterface.py" line="2099"/> <source>Snapshot</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2096"/> + <location filename="../UI/UserInterface.py" line="2099"/> <source>&Snapshot...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2101"/> + <location filename="../UI/UserInterface.py" line="2104"/> <source>Take snapshots of a screen region</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2103"/> + <location filename="../UI/UserInterface.py" line="2106"/> <source><b>Snapshot</b><p>This opens a dialog to take snapshots of a screen region.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4826"/> + <location filename="../UI/UserInterface.py" line="4829"/> <source><p>Could not start Snapshot tool.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6736"/> + <location filename="../UI/UserInterface.py" line="6739"/> <source>Select Workspace Directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1567"/> - <source>Left Toolbox</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1579"/> - <source>Right Toolbox</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1433"/> - <source>Switch the input focus to the Project-Viewer window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1435"/> - <source><b>Activate Project-Viewer</b><p>This switches the input focus to the Project-Viewer window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1450"/> - <source>Switch the input focus to the Multiproject-Viewer window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1452"/> - <source><b>Activate Multiproject-Viewer</b><p>This switches the input focus to the Multiproject-Viewer window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1468"/> - <source>Switch the input focus to the Debug-Viewer window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1470"/> - <source><b>Activate Debug-Viewer</b><p>This switches the input focus to the Debug-Viewer window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1486"/> - <source>Switch the input focus to the Shell window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1488"/> - <source><b>Activate Shell</b><p>This switches the input focus to the Shell window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1496"/> - <source>&File-Browser</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1502"/> - <source>Switch the input focus to the File-Browser window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1504"/> - <source><b>Activate File-Browser</b><p>This switches the input focus to the File-Browser window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1513"/> - <source>Lo&g-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1519"/> - <source>Switch the input focus to the Log-Viewer window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1521"/> - <source><b>Activate Log-Viewer</b><p>This switches the input focus to the Log-Viewer window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1531"/> - <source>&Task-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1537"/> - <source>Switch the input focus to the Task-Viewer window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1549"/> - <source>Templ&ate-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1555"/> - <source>Switch the input focus to the Template-Viewer window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1557"/> - <source><b>Activate Template-Viewer</b><p>This switches the input focus to the Template-Viewer window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1567"/> - <source>&Left Toolbox</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1570"/> + <source>Left Toolbox</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1582"/> + <source>Right Toolbox</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1436"/> + <source>Switch the input focus to the Project-Viewer window.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1438"/> + <source><b>Activate Project-Viewer</b><p>This switches the input focus to the Project-Viewer window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1453"/> + <source>Switch the input focus to the Multiproject-Viewer window.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1455"/> + <source><b>Activate Multiproject-Viewer</b><p>This switches the input focus to the Multiproject-Viewer window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1471"/> + <source>Switch the input focus to the Debug-Viewer window.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1473"/> + <source><b>Activate Debug-Viewer</b><p>This switches the input focus to the Debug-Viewer window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1489"/> + <source>Switch the input focus to the Shell window.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1491"/> + <source><b>Activate Shell</b><p>This switches the input focus to the Shell window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1499"/> + <source>&File-Browser</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1505"/> + <source>Switch the input focus to the File-Browser window.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1507"/> + <source><b>Activate File-Browser</b><p>This switches the input focus to the File-Browser window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1516"/> + <source>Lo&g-Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1522"/> + <source>Switch the input focus to the Log-Viewer window.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1524"/> + <source><b>Activate Log-Viewer</b><p>This switches the input focus to the Log-Viewer window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1534"/> + <source>&Task-Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1540"/> + <source>Switch the input focus to the Task-Viewer window.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1552"/> + <source>Templ&ate-Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1558"/> + <source>Switch the input focus to the Template-Viewer window.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1560"/> + <source><b>Activate Template-Viewer</b><p>This switches the input focus to the Template-Viewer window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1570"/> + <source>&Left Toolbox</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1573"/> <source>Toggle the Left Toolbox window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1571"/> + <location filename="../UI/UserInterface.py" line="1574"/> <source><b>Toggle the Left Toolbox window</b><p>If the Left Toolbox window is hidden then display it. If it is displayed then close it.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1579"/> + <location filename="../UI/UserInterface.py" line="1582"/> <source>&Right Toolbox</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1583"/> + <location filename="../UI/UserInterface.py" line="1586"/> <source>Toggle the Right Toolbox window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1584"/> + <location filename="../UI/UserInterface.py" line="1587"/> <source><b>Toggle the Right Toolbox window</b><p>If the Right Toolbox window is hidden then display it. If it is displayed then close it.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1619"/> + <location filename="../UI/UserInterface.py" line="1622"/> <source>Right Sidebar</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1619"/> + <location filename="../UI/UserInterface.py" line="1622"/> <source>&Right Sidebar</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1623"/> + <location filename="../UI/UserInterface.py" line="1626"/> <source>Toggle the right sidebar window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1625"/> + <location filename="../UI/UserInterface.py" line="1628"/> <source><b>Toggle the right sidebar window</b><p>If the right sidebar window is hidden then display it. If it is displayed then close it.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1647"/> + <location filename="../UI/UserInterface.py" line="1650"/> <source>Cooperation-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1647"/> + <location filename="../UI/UserInterface.py" line="1650"/> <source>Co&operation-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1653"/> + <location filename="../UI/UserInterface.py" line="1656"/> <source>Switch the input focus to the Cooperation-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1655"/> + <location filename="../UI/UserInterface.py" line="1658"/> <source><b>Activate Cooperation-Viewer</b><p>This switches the input focus to the Cooperation-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1682"/> + <location filename="../UI/UserInterface.py" line="1685"/> <source>Symbols-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1682"/> + <location filename="../UI/UserInterface.py" line="1685"/> <source>S&ymbols-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1688"/> + <location filename="../UI/UserInterface.py" line="1691"/> <source>Switch the input focus to the Symbols-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1690"/> + <location filename="../UI/UserInterface.py" line="1693"/> <source><b>Activate Symbols-Viewer</b><p>This switches the input focus to the Symbols-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1700"/> + <location filename="../UI/UserInterface.py" line="1703"/> <source>Numbers-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1700"/> + <location filename="../UI/UserInterface.py" line="1703"/> <source>Num&bers-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1706"/> + <location filename="../UI/UserInterface.py" line="1709"/> <source>Switch the input focus to the Numbers-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1708"/> + <location filename="../UI/UserInterface.py" line="1711"/> <source><b>Activate Numbers-Viewer</b><p>This switches the input focus to the Numbers-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2671"/> + <location filename="../UI/UserInterface.py" line="2674"/> <source>&Windows</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1539"/> + <location filename="../UI/UserInterface.py" line="1542"/> <source><b>Activate Task-Viewer</b><p>This switches the input focus to the Task-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1665"/> + <location filename="../UI/UserInterface.py" line="1668"/> <source>IRC</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1665"/> + <location filename="../UI/UserInterface.py" line="1668"/> <source>&IRC</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1665"/> + <location filename="../UI/UserInterface.py" line="1668"/> <source>Meta+Shift+I</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1671"/> + <location filename="../UI/UserInterface.py" line="1674"/> <source>Switch the input focus to the IRC window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1673"/> + <location filename="../UI/UserInterface.py" line="1676"/> <source><b>Activate IRC</b><p>This switches the input focus to the IRC window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1929"/> + <location filename="../UI/UserInterface.py" line="1932"/> <source>Qt-Designer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1929"/> + <location filename="../UI/UserInterface.py" line="1932"/> <source>Qt-&Designer...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1934"/> + <location filename="../UI/UserInterface.py" line="1937"/> <source>Start Qt-Designer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1935"/> + <location filename="../UI/UserInterface.py" line="1938"/> <source><b>Qt-Designer</b><p>Start Qt-Designer.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1955"/> + <location filename="../UI/UserInterface.py" line="1958"/> <source>Qt-Linguist</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1955"/> + <location filename="../UI/UserInterface.py" line="1958"/> <source>Qt-&Linguist...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1960"/> + <location filename="../UI/UserInterface.py" line="1963"/> <source>Start Qt-Linguist</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1961"/> + <location filename="../UI/UserInterface.py" line="1964"/> <source><b>Qt-Linguist</b><p>Start Qt-Linguist.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2431"/> + <location filename="../UI/UserInterface.py" line="2434"/> <source>Qt5 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2431"/> + <location filename="../UI/UserInterface.py" line="2434"/> <source>Qt&5 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2435"/> + <location filename="../UI/UserInterface.py" line="2438"/> <source>Open Qt5 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3001"/> + <location filename="../UI/UserInterface.py" line="3004"/> <source><p>This part of the status bar allows zooming the current editor, shell or terminal.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2260"/> + <location filename="../UI/UserInterface.py" line="2263"/> <source>Manage SSL Certificates</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2260"/> + <location filename="../UI/UserInterface.py" line="2263"/> <source>Manage SSL Certificates...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2265"/> + <location filename="../UI/UserInterface.py" line="2268"/> <source>Manage the saved SSL certificates</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2267"/> + <location filename="../UI/UserInterface.py" line="2270"/> <source><b>Manage SSL Certificates...</b><p>Opens a dialog to manage the saved SSL certificates.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2276"/> + <location filename="../UI/UserInterface.py" line="2279"/> <source>Edit Message Filters</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2276"/> + <location filename="../UI/UserInterface.py" line="2279"/> <source>Edit Message Filters...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2281"/> + <location filename="../UI/UserInterface.py" line="2284"/> <source>Edit the message filters used to suppress unwanted messages</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2283"/> + <location filename="../UI/UserInterface.py" line="2286"/> <source><b>Edit Message Filters</b><p>Opens a dialog to edit the message filters used to suppress unwanted messages been shown in an error window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2447"/> + <location filename="../UI/UserInterface.py" line="2450"/> <source>PyQt&4 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2466"/> + <location filename="../UI/UserInterface.py" line="2469"/> <source>PyQt5 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2466"/> + <location filename="../UI/UserInterface.py" line="2469"/> <source>PyQt&5 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2470"/> + <location filename="../UI/UserInterface.py" line="2473"/> <source>Open PyQt5 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5264"/> + <location filename="../UI/UserInterface.py" line="5267"/> <source><p>The PyQt5 documentation starting point has not been configured.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2422"/> + <location filename="../UI/UserInterface.py" line="2425"/> <source><b>Qt4 Documentation</b><p>Display the Qt4 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2436"/> + <location filename="../UI/UserInterface.py" line="2439"/> <source><b>Qt5 Documentation</b><p>Display the Qt5 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2452"/> + <location filename="../UI/UserInterface.py" line="2455"/> <source><b>PyQt4 Documentation</b><p>Display the PyQt4 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2472"/> + <location filename="../UI/UserInterface.py" line="2475"/> <source><b>PyQt5 Documentation</b><p>Display the PyQt5 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2495"/> + <location filename="../UI/UserInterface.py" line="2498"/> <source><b>Python 3 Documentation</b><p>Display the Python 3 documentation. If no documentation directory is configured, the location of the Python 3 documentation is assumed to be the doc directory underneath the location of the Python 3 executable on Windows and <i>/usr/share/doc/packages/python/html</i> on Unix. Set PYTHON3DOCDIR in your environment to override this.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2558"/> + <location filename="../UI/UserInterface.py" line="2561"/> <source><b>PySide Documentation</b><p>Display the PySide Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6465"/> + <location filename="../UI/UserInterface.py" line="6468"/> <source>%v/%m</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1808"/> + <location filename="../UI/UserInterface.py" line="1811"/> <source>Show Error Log</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1804"/> + <location filename="../UI/UserInterface.py" line="1807"/> <source>Show Error &Log...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1809"/> + <location filename="../UI/UserInterface.py" line="1812"/> <source><b>Show Error Log...</b><p>Opens a dialog showing the most recent error log.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6469"/> + <location filename="../UI/UserInterface.py" line="6472"/> <source>Version Check</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1380"/> + <location filename="../UI/UserInterface.py" line="1383"/> <source>Open a new eric6 instance</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1382"/> + <location filename="../UI/UserInterface.py" line="1385"/> <source><b>New Window</b><p>This opens a new instance of the eric6 IDE.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1745"/> + <location filename="../UI/UserInterface.py" line="1748"/> <source><b>Helpviewer</b><p>Display the eric6 web browser. This window will show HTML help files and help from Qt help collections. It has the capability to navigate to links, set bookmarks, print the displayed help and some more features. You may use it to browse the internet as well</p><p>If called with a word selected, this word is search in the Qt help collection.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1782"/> + <location filename="../UI/UserInterface.py" line="1785"/> <source><b>Check for Updates...</b><p>Checks the internet for updates of eric6.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1795"/> + <location filename="../UI/UserInterface.py" line="1798"/> <source><b>Show downloadable versions...</b><p>Shows the eric6 versions available for download from the internet.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2066"/> + <location filename="../UI/UserInterface.py" line="2069"/> <source>eric6 Web Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2066"/> + <location filename="../UI/UserInterface.py" line="2069"/> <source>eric6 &Web Browser...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2071"/> + <location filename="../UI/UserInterface.py" line="2074"/> <source>Start the eric6 Web Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2073"/> + <location filename="../UI/UserInterface.py" line="2076"/> <source><b>eric6 Web Browser</b><p>Browse the Internet with the eric6 Web Browser.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2087"/> + <location filename="../UI/UserInterface.py" line="2090"/> <source>Start the eric6 Icon Editor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2089"/> + <location filename="../UI/UserInterface.py" line="2092"/> <source><b>Icon Editor</b><p>Starts the eric6 Icon Editor for editing simple icons.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2175"/> + <location filename="../UI/UserInterface.py" line="2178"/> <source><b>Show external tools</b><p>Opens a dialog to show the path and versions of all extenal tools used by eric6.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2537"/> + <location filename="../UI/UserInterface.py" line="2540"/> <source><b>Eric API Documentation</b><p>Display the Eric API documentation. The location for the documentation is the Documentation/Source subdirectory of the eric6 installation directory.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4545"/> + <location filename="../UI/UserInterface.py" line="4548"/> <source>Qt v.3 is not supported by eric6.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6632"/> + <location filename="../UI/UserInterface.py" line="6635"/> <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="6645"/> + <location filename="../UI/UserInterface.py" line="6648"/> <source>Eric6 is up to date</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6645"/> + <location filename="../UI/UserInterface.py" line="6648"/> <source>You are using the latest version of eric6</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6717"/> + <location filename="../UI/UserInterface.py" line="6720"/> <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="604"/> - <source>Generating Plugins Toolbars...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3552"/> - <source>&User Tools</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3624"/> - <source>No User Tools Configured</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6485"/> - <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="2050"/> - <source>Hex Editor</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2050"/> - <source>&Hex Editor...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2055"/> - <source>Start the eric6 Hex Editor</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2057"/> - <source><b>Hex Editor</b><p>Starts the eric6 Hex Editor for viewing or editing binary files.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2299"/> - <source>Clear private data</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2301"/> - <source><b>Clear private data</b><p>Clears the private data like the various list of recently opened files, projects or multi projects.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1348"/> - <source>Save session...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1353"/> - <source><b>Save session...</b><p>This saves the current session to disk. A dialog is opened to select the file name.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6053"/> - <source>Load session</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1361"/> - <source>Load session...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1366"/> - <source><b>Load session...</b><p>This loads a session saved to disk previously. A dialog is opened to select the file name.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6053"/> - <source>eric6 Session Files (*.e5s)</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6100"/> - <source>Crash Session found!</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6100"/> - <source>A session file of a crashed session was found. Shall this session be restored?</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="607"/> + <source>Generating Plugins Toolbars...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3555"/> + <source>&User Tools</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3627"/> + <source>No User Tools Configured</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6488"/> + <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="2053"/> + <source>Hex Editor</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2053"/> + <source>&Hex Editor...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2058"/> + <source>Start the eric6 Hex Editor</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2060"/> + <source><b>Hex Editor</b><p>Starts the eric6 Hex Editor for viewing or editing binary files.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2302"/> + <source>Clear private data</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2304"/> + <source><b>Clear private data</b><p>Clears the private data like the various list of recently opened files, projects or multi projects.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1351"/> + <source>Save session...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1356"/> + <source><b>Save session...</b><p>This saves the current session to disk. A dialog is opened to select the file name.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6056"/> + <source>Load session</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1364"/> + <source>Load session...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1369"/> + <source><b>Load session...</b><p>This loads a session saved to disk previously. A dialog is opened to select the file name.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6056"/> + <source>eric6 Session Files (*.e5s)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6103"/> + <source>Crash Session found!</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6103"/> + <source>A session file of a crashed session was found. Shall this session be restored?</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="610"/> <source>Cleaning Plugins Download Area...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="599"/> + <location filename="../UI/UserInterface.py" line="602"/> <source>Initializing Plugins...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6620"/> + <location filename="../UI/UserInterface.py" line="6623"/> <source>Update Check</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6620"/> + <location filename="../UI/UserInterface.py" line="6623"/> <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="6610"/> + <location filename="../UI/UserInterface.py" line="6613"/> <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> <message> - <location filename="../UI/UserInterface.py" line="925"/> + <location filename="../UI/UserInterface.py" line="928"/> <source>Code Documentation Viewer</source> <translation type="unfinished"></translation> </message>
--- a/i18n/eric6_es.ts Thu Apr 19 19:25:18 2018 +0200 +++ b/i18n/eric6_es.ts Thu Apr 19 19:28:02 2018 +0200 @@ -5542,621 +5542,621 @@ <context> <name>DebugUI</name> <message> - <location filename="../Debugger/DebugUI.py" line="1847"/> + <location filename="../Debugger/DebugUI.py" line="1852"/> <source>Run Script</source> <translation>Ejecutar Script</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="175"/> + <location filename="../Debugger/DebugUI.py" line="178"/> <source>&Run Script...</source> <translation>&Ejecutar script...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="180"/> + <location filename="../Debugger/DebugUI.py" line="183"/> <source>Run the current Script</source> <translation>Ejecutar el script actual</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="181"/> + <location filename="../Debugger/DebugUI.py" line="184"/> <source><b>Run Script</b><p>Set the command line arguments and run the script outside the debugger. If the file has unsaved changes it may be saved first.</p></source> <translation><b>Ejecutar Script</b><p>Establece los parámetros de la línea de comandos y ejecuta el script fuera del depurador. Si tiene cambios sin guardar, deben ser guardados primero.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1862"/> + <location filename="../Debugger/DebugUI.py" line="1867"/> <source>Run Project</source> <translation>Ejecutar Proyecto</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="190"/> + <location filename="../Debugger/DebugUI.py" line="193"/> <source>Run &Project...</source> <translation>Ejecutar &Proyecto...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="195"/> + <location filename="../Debugger/DebugUI.py" line="198"/> <source>Run the current Project</source> <translation>Ejecutar el proyecto Actual</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="196"/> + <location filename="../Debugger/DebugUI.py" line="199"/> <source><b>Run Project</b><p>Set the command line arguments and run the current project outside the debugger. If files of the current project have unsaved changes they may be saved first.</p></source> <translation><b>Ejecutar Proyecto</b><p>Establece los argumentos de la línea de comandos y ejecuta el proyecto actual fuera del depurador. Si los archivos del proyecto actual tienen archivos sin guardar, deben ser guardados primero.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="206"/> + <location filename="../Debugger/DebugUI.py" line="209"/> <source>Coverage run of Script</source> <translation>Ejecutar Script con definición de cobertura</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="206"/> + <location filename="../Debugger/DebugUI.py" line="209"/> <source>Coverage run of Script...</source> <translation>Ejecutar Script con definición de cobertura...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="211"/> + <location filename="../Debugger/DebugUI.py" line="214"/> <source>Perform a coverage run of the current Script</source> <translation>Llevar a cabo una ejecución con definición de cobertura del Script actual</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="213"/> + <location filename="../Debugger/DebugUI.py" line="216"/> <source><b>Coverage run of Script</b><p>Set the command line arguments and run the script under the control of a coverage analysis tool. If the file has unsaved changes it may be saved first.</p></source> <translation><b>Ejecutar Script con definición de cobertura</b><p>Establece los argumentos de línea de comando y ejecuta el script bajo el control de una herramienta de análisis de cobertura. Si el archivo tiene cambios sin guardar, pueden ser guardados primero.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="222"/> + <location filename="../Debugger/DebugUI.py" line="225"/> <source>Coverage run of Project</source> <translation>Ejecutar el Proyecto con definición de cobertura</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="222"/> + <location filename="../Debugger/DebugUI.py" line="225"/> <source>Coverage run of Project...</source> <translation>Ejecutar el Proyecto con definición de cobertura...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="227"/> + <location filename="../Debugger/DebugUI.py" line="230"/> <source>Perform a coverage run of the current Project</source> <translation>Llevar a cabo una ejecución con definición de cobertura del Proyecto actual</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="229"/> + <location filename="../Debugger/DebugUI.py" line="232"/> <source><b>Coverage run of Project</b><p>Set the command line arguments and run the current project under the control of a coverage analysis tool. If files of the current project have unsaved changes they may be saved first.</p></source> <translation><b>Ejecutar Proyecto con definición de cobertura</b><p>Establecer los argumentos de línea de comando y ejecutar el proyecto actual bajo el control de una herramienta de análisis de cobertura. Si hay archivos con cambios sin guardar, se pueden guardar primero.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="239"/> + <location filename="../Debugger/DebugUI.py" line="242"/> <source>Profile Script</source> <translation>Hacer Profiling del Script</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="239"/> + <location filename="../Debugger/DebugUI.py" line="242"/> <source>Profile Script...</source> <translation>Hacer Profiling del Script...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="243"/> + <location filename="../Debugger/DebugUI.py" line="246"/> <source>Profile the current Script</source> <translation>Hacer Profiling del Script actual</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="244"/> + <location filename="../Debugger/DebugUI.py" line="247"/> <source><b>Profile Script</b><p>Set the command line arguments and profile the script. If the file has unsaved changes it may be saved first.</p></source> <translation><b>Hacer Profiling del Script</b><p>Establecer los argumentos de línea de comandos y hacer profiling del script. Si el archivo tiene cambios sin guardar, se pueden guardar primero.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="252"/> + <location filename="../Debugger/DebugUI.py" line="255"/> <source>Profile Project</source> <translation>Hacer Profiling del Proyecto</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="252"/> + <location filename="../Debugger/DebugUI.py" line="255"/> <source>Profile Project...</source> <translation>Hacer Profiling del Proyecto...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="257"/> + <location filename="../Debugger/DebugUI.py" line="260"/> <source>Profile the current Project</source> <translation>Hacer Profiling del Proyecto actual</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="259"/> + <location filename="../Debugger/DebugUI.py" line="262"/> <source><b>Profile Project</b><p>Set the command line arguments and profile the current project. If files of the current project have unsaved changes they may be saved first.</p></source> <translation><b>Hacer Profiling del Proyecto</b><p>Establecer los argumentos de línea de comandos y hacer profiling del proyecto actual. Si hay archivos que tienen cambios sin guardar, se puede guardar primero.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1983"/> + <location filename="../Debugger/DebugUI.py" line="1988"/> <source>Debug Script</source> <translation>Depurar Script</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="268"/> + <location filename="../Debugger/DebugUI.py" line="271"/> <source>&Debug Script...</source> <translation>&Depurar script...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="273"/> + <location filename="../Debugger/DebugUI.py" line="276"/> <source>Debug the current Script</source> <translation>Depurar el script actual</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="274"/> + <location filename="../Debugger/DebugUI.py" line="277"/> <source><b>Debug Script</b><p>Set the command line arguments and set the current line to be the first executable Python statement of the current editor window. If the file has unsaved changes it may be saved first.</p></source> <translation><b>Depurar Script</b><p>Establecer los argumentos de línea de comandos y establecer la línea actual en la ventana actual de edición como la primera sentencia Python ejecutable. Si el archivo tiene cambios sin guardar, se puede guardar primero.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1999"/> + <location filename="../Debugger/DebugUI.py" line="2004"/> <source>Debug Project</source> <translation>Depurar proyecto</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="284"/> + <location filename="../Debugger/DebugUI.py" line="287"/> <source>Debug &Project...</source> <translation>Depurar &proyecto...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="289"/> + <location filename="../Debugger/DebugUI.py" line="292"/> <source>Debug the current Project</source> <translation>Depurar el proyecto actual</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="291"/> + <location filename="../Debugger/DebugUI.py" line="294"/> <source><b>Debug Project</b><p>Set the command line arguments and set the current line to be the first executable Python statement of the main script of the current project. If files of the current project have unsaved changes they may be saved first.</p></source> <translation><b>Depurar Proyecto</b><p>Establecer los argumentos de línea de comandos y establecer la línea actual en la ventana actual de edición como la primera sentencia Python ejecutable. Si hay archivos que tienen cambios sin guardar, se pueden guardar primero.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="305"/> + <location filename="../Debugger/DebugUI.py" line="308"/> <source>Restart the last debugged script</source> <translation>Reiniciar el último script depurado</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="322"/> + <location filename="../Debugger/DebugUI.py" line="325"/> <source>Stop the running script.</source> <translation>Detener el script en ejecución.</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="332"/> + <location filename="../Debugger/DebugUI.py" line="335"/> <source>Continue</source> <translation>Continuar</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="332"/> + <location filename="../Debugger/DebugUI.py" line="335"/> <source>&Continue</source> <translation>&Continuar</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="337"/> + <location filename="../Debugger/DebugUI.py" line="340"/> <source>Continue running the program from the current line</source> <translation>Continúa el programa a partir de la línea actual</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="339"/> + <location filename="../Debugger/DebugUI.py" line="342"/> <source><b>Continue</b><p>Continue running the program from the current line. The program will stop when it terminates or when a breakpoint is reached.</p></source> <translation><b>Continuar</b><p>Continúa la ejecución del programa a partir de la línea actual. El programa se detendrá al terminar o al alcanzar un breakpoint.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="348"/> + <location filename="../Debugger/DebugUI.py" line="351"/> <source>Continue to Cursor</source> <translation>Continuar hasta el cursor</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="348"/> + <location filename="../Debugger/DebugUI.py" line="351"/> <source>Continue &To Cursor</source> <translation>Continuar &hasta el cursor</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="353"/> - <source>Continue running the program from the current line to the current cursor position</source> - <translation>Continúa ejecutando el programa desde la línea actual hasta la posición actual del cursor</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="356"/> + <source>Continue running the program from the current line to the current cursor position</source> + <translation>Continúa ejecutando el programa desde la línea actual hasta la posición actual del cursor</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="359"/> <source><b>Continue To Cursor</b><p>Continue running the program from the current line to the current cursor position.</p></source> <translation><b>Continuar hasta el Cursor</b><p>Continúa ejecutando el programa desde la línea actual hasta la posición actual del cursor.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="384"/> + <location filename="../Debugger/DebugUI.py" line="387"/> <source>Single Step</source> <translation>Un paso</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="384"/> + <location filename="../Debugger/DebugUI.py" line="387"/> <source>Sin&gle Step</source> <translation>Un &paso</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="389"/> + <location filename="../Debugger/DebugUI.py" line="392"/> <source>Execute a single Python statement</source> <translation>Ejecuta una sentencia python</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="390"/> + <location filename="../Debugger/DebugUI.py" line="393"/> <source><b>Single Step</b><p>Execute a single Python statement. If the statement is an <tt>import</tt> statement, a class constructor, or a method or function call then control is returned to the debugger at the next statement.</p></source> <translation><b>Paso Único</b><p>Ejecutar una única sentencia Python. Si la sentencia es un <tt>import</tt>, un constructor de clase, o un método o llamada a función entonces el control se devuelve al depurador en la siguiente sentencia.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="400"/> + <location filename="../Debugger/DebugUI.py" line="403"/> <source>Step Over</source> <translation>Saltar</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="400"/> + <location filename="../Debugger/DebugUI.py" line="403"/> <source>Step &Over</source> <translation>Salta&r</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="405"/> - <source>Execute a single Python statement staying in the current frame</source> - <translation>Ejecutar una única sentencia Python sin salir del marco actual</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="408"/> + <source>Execute a single Python statement staying in the current frame</source> + <translation>Ejecutar una única sentencia Python sin salir del marco actual</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="411"/> <source><b>Step Over</b><p>Execute a single Python statement staying in the same frame. If the statement is an <tt>import</tt> statement, a class constructor, or a method or function call then control is returned to the debugger after the statement has completed.</p></source> <translation><b>Saltar</b><p>Eejcutar una única sentencia Python sin salir del marco actual. Si la sentencia es un <tt>import</tt>, un constructor de clase, o un método o llamada a función, el control se devuelve al depurador despues de que la sentencia se haya completado.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="419"/> + <location filename="../Debugger/DebugUI.py" line="422"/> <source>Step Out</source> <translation>Paso atras</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="419"/> + <location filename="../Debugger/DebugUI.py" line="422"/> <source>Step Ou&t</source> <translation>Paso &atras</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="424"/> - <source>Execute Python statements until leaving the current frame</source> - <translation>Ejecutar sentencia Python hasta abandonar el marco actual</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="427"/> + <source>Execute Python statements until leaving the current frame</source> + <translation>Ejecutar sentencia Python hasta abandonar el marco actual</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="430"/> <source><b>Step Out</b><p>Execute Python statements until leaving the current frame. If the statements are inside an <tt>import</tt> statement, a class constructor, or a method or function call then control is returned to the debugger after the current frame has been left.</p></source> <translation><b>Saltar fuera</b><p>Ejecuta sentencias Python hasta salir del marco actual. Si las sentencias están dentro de una sentencia <tt>import</tt>, un constructor de clase, o un método o llamada a función, el control se devuelve al depurador despues de que el marco actual ha sido abandonado.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="438"/> + <location filename="../Debugger/DebugUI.py" line="441"/> <source>Stop</source> <translation>Detener</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="438"/> + <location filename="../Debugger/DebugUI.py" line="441"/> <source>&Stop</source> <translation>&Parar</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="443"/> + <location filename="../Debugger/DebugUI.py" line="446"/> <source>Stop debugging</source> <translation>Detener depuración</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="444"/> + <location filename="../Debugger/DebugUI.py" line="447"/> <source><b>Stop</b><p>Stop the running debugging session.</p></source> <translation><b>Detener</b><p>Detener la sesión de depuración en ejecución.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="451"/> + <location filename="../Debugger/DebugUI.py" line="454"/> <source>Variables Type Filter</source> <translation>Fitro por tipo de variable</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="451"/> + <location filename="../Debugger/DebugUI.py" line="454"/> <source>Varia&bles Type Filter...</source> <translation>&Fitro por tipo de variable...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="455"/> + <location filename="../Debugger/DebugUI.py" line="458"/> <source>Configure variables type filter</source> <translation>Configurar Fitro por tipo de variable</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="457"/> + <location filename="../Debugger/DebugUI.py" line="460"/> <source><b>Variables Type Filter</b><p>Configure the variables type filter. Only variable types that are not selected are displayed in the global or local variables window during a debugging session.</p></source> <translation><b>Fitro por tipo de variable</b><p>Configurar el fitro por tipo de variable. Durante una sesión de depuración, solo se muestran en las ventanas de variables locales o globales los tipos de variable que no han sido seleccionados.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="467"/> + <location filename="../Debugger/DebugUI.py" line="470"/> <source>Exceptions Filter</source> <translation>Filtro de excepciones</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="467"/> + <location filename="../Debugger/DebugUI.py" line="470"/> <source>&Exceptions Filter...</source> <translation>Filtro de e&xcepciones...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="471"/> + <location filename="../Debugger/DebugUI.py" line="474"/> <source>Configure exceptions filter</source> <translation>Configurar Filtro de excepciones</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="473"/> + <location filename="../Debugger/DebugUI.py" line="476"/> <source><b>Exceptions Filter</b><p>Configure the exceptions filter. Only exception types that are listed are highlighted during a debugging session.</p><p>Please note, that all unhandled exceptions are highlighted indepent from the filter list.</p></source> <translation><b>Filtro de excepciones</b><p>Configurar el filtro de excepciones. Durante una sesión de depuración solo se resaltan los tipos de excepción de la lista.</p><p>Por favor, note que se resaltarán todas las excepciones que no sean gestionadas, independientemente de la lista de filtros.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="509"/> + <location filename="../Debugger/DebugUI.py" line="512"/> <source>Toggle Breakpoint</source> <translation>Alternar Punto de Interrupción (Breakpoint)</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="510"/> + <location filename="../Debugger/DebugUI.py" line="513"/> <source><b>Toggle Breakpoint</b><p>Toggles a breakpoint at the current line of the current editor.</p></source> <translation><b>Alternar Punto de Interrupción</b><p>Inserta o elimina un punto de interrupción en la línea actual del editor actual.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="524"/> + <location filename="../Debugger/DebugUI.py" line="527"/> <source>Edit Breakpoint</source> <translation>Editar Punto de Interrupción (Breakpoint)</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="518"/> + <location filename="../Debugger/DebugUI.py" line="521"/> <source>Edit Breakpoint...</source> <translation>Editar Punto de Interrupción (Breakpoint)...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="525"/> + <location filename="../Debugger/DebugUI.py" line="528"/> <source><b>Edit Breakpoint</b><p>Opens a dialog to edit the breakpoints properties. It works at the current line of the current editor.</p></source> <translation><b>Editar Punto de Interrupción (Breakpoint)</b><p>Abre un diálogo para editar las propiedades de los breakpoints. Se aplica a la línea actual del editor actual.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="540"/> + <location filename="../Debugger/DebugUI.py" line="543"/> <source>Next Breakpoint</source> <translation>Siguiente Punto de Interrupción (Breakpoint)</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="533"/> + <location filename="../Debugger/DebugUI.py" line="536"/> <source>Ctrl+Shift+PgDown</source> <comment>Debug|Next Breakpoint</comment> <translation>Ctrl+Shift+PgDown</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="541"/> + <location filename="../Debugger/DebugUI.py" line="544"/> <source><b>Next Breakpoint</b><p>Go to next breakpoint of the current editor.</p></source> <translation><b>Siguiente Breakpoint</b><p>Mueve el cursor al siguiente breakpoint.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="555"/> + <location filename="../Debugger/DebugUI.py" line="558"/> <source>Previous Breakpoint</source> <translation>Breakpoint (Punto de interrupción) Anterior</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="548"/> + <location filename="../Debugger/DebugUI.py" line="551"/> <source>Ctrl+Shift+PgUp</source> <comment>Debug|Previous Breakpoint</comment> <translation>Ctrl+Shift+PgUp</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="556"/> + <location filename="../Debugger/DebugUI.py" line="559"/> <source><b>Previous Breakpoint</b><p>Go to previous breakpoint of the current editor.</p></source> <translation><b>Punto de Interrupción (Breakpoint) Anterior</b><p>Mueve el cursor al anterior punto de interrupción.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="569"/> + <location filename="../Debugger/DebugUI.py" line="572"/> <source>Clear Breakpoints</source> <translation>Eliminar Puntos de Interrupción (Breakpoints)</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="563"/> + <location filename="../Debugger/DebugUI.py" line="566"/> <source>Ctrl+Shift+C</source> <comment>Debug|Clear Breakpoints</comment> <translation>Ctrl+Shift+C</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="570"/> + <location filename="../Debugger/DebugUI.py" line="573"/> <source><b>Clear Breakpoints</b><p>Clear breakpoints of all editors.</p></source> <translation><b>Eliminar Puntos de Interrupción (Breakpoints)</b><p>Elimina todos los puntos de interrupción del editor.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="596"/> + <location filename="../Debugger/DebugUI.py" line="599"/> <source>&Debug</source> <translation>&Depurar</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="598"/> + <location filename="../Debugger/DebugUI.py" line="601"/> <source>&Start</source> <translation>&Iniciar</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="600"/> + <location filename="../Debugger/DebugUI.py" line="603"/> <source>&Breakpoints</source> <translation>Puntos de interrupción (&Breakpoints)</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="643"/> + <location filename="../Debugger/DebugUI.py" line="646"/> <source>Start</source> <translation>Iniciar</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="657"/> + <location filename="../Debugger/DebugUI.py" line="660"/> <source>Debug</source> <translation>Depurar</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1120"/> + <location filename="../Debugger/DebugUI.py" line="1123"/> <source>The program being debugged contains an unspecified syntax error.</source> <translation>El programa en depuración contiene un error de sintaxis no especificado.</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1157"/> + <location filename="../Debugger/DebugUI.py" line="1160"/> <source>An unhandled exception occured. See the shell window for details.</source> <translation>Ha saltado una excepción que no ha sido manejada. Vea la ventana de shell para mas detalles.</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1282"/> + <location filename="../Debugger/DebugUI.py" line="1285"/> <source>The program being debugged has terminated unexpectedly.</source> <translation>El programa en depuración ha terminado inesperadamente.</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1353"/> + <location filename="../Debugger/DebugUI.py" line="1356"/> <source>Breakpoint Condition Error</source> <translation>Error en la condición del Breakpoint</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1594"/> + <location filename="../Debugger/DebugUI.py" line="1599"/> <source>Coverage of Project</source> <translation>Cobertura del Proyecto</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1581"/> + <location filename="../Debugger/DebugUI.py" line="1586"/> <source>Coverage of Script</source> <translation>Cobertura del Script</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1862"/> + <location filename="../Debugger/DebugUI.py" line="1867"/> <source>There is no main script defined for the current project. Aborting</source> <translation>No hay script principal definido para el proyecto actual. Abortando</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1727"/> + <location filename="../Debugger/DebugUI.py" line="1732"/> <source>Profile of Project</source> <translation>Profiling del proyecto</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1714"/> + <location filename="../Debugger/DebugUI.py" line="1719"/> <source>Profile of Script</source> <translation>Profiling del script</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1999"/> + <location filename="../Debugger/DebugUI.py" line="2004"/> <source>There is no main script defined for the current project. No debugging possible.</source> <translation>No hay script principal definido para el proyecto actual. La depuración no es posible.</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1389"/> + <location filename="../Debugger/DebugUI.py" line="1392"/> <source>Watch Expression Error</source> <translation>Error en la Expresión a Examinar</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1429"/> + <location filename="../Debugger/DebugUI.py" line="1432"/> <source>Watch expression already exists</source> <translation>La expresión a Examinar ya existe</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="484"/> + <location filename="../Debugger/DebugUI.py" line="487"/> <source>Ignored Exceptions</source> <translation>Excepciones Ignoradas</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="484"/> + <location filename="../Debugger/DebugUI.py" line="487"/> <source>&Ignored Exceptions...</source> <translation>Excepciones &Ignoradas...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="488"/> + <location filename="../Debugger/DebugUI.py" line="491"/> <source>Configure ignored exceptions</source> <translation>Configurar excepciones ignoradas</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="490"/> + <location filename="../Debugger/DebugUI.py" line="493"/> <source><b>Ignored Exceptions</b><p>Configure the ignored exceptions. Only exception types that are not listed are highlighted during a debugging session.</p><p>Please note, that unhandled exceptions cannot be ignored.</p></source> <translation><b>Excepciones ignoradas</b><p>Configurar las excepciones ignoradas. Durante una sesión de depuración se resaltarán solamente los tipos de excepción que no están en la lista.</p><p>Por favor, note que las excepciones no gestionadas no pueden ser ignoradas..</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="503"/> + <location filename="../Debugger/DebugUI.py" line="506"/> <source>Shift+F11</source> <comment>Debug|Toggle Breakpoint</comment> <translation>Shift+F11</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="518"/> + <location filename="../Debugger/DebugUI.py" line="521"/> <source>Shift+F12</source> <comment>Debug|Edit Breakpoint</comment> <translation>Shift+F12</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1139"/> + <location filename="../Debugger/DebugUI.py" line="1142"/> <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>El archivo <b>{0}</b> contiene el error de sintaxis <b>{1}</b> en la línea<b>{2}</b>, carácter <b>{3}</b>.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1204"/> + <location filename="../Debugger/DebugUI.py" line="1207"/> <source><p>The debugged program raised the exception <b>{0}</b><br>"<b>{1}</b>"<br>File: <b>{2}</b>, Line: <b>{3}</b></p><p>Break here?</p></source> <translation><p>El programa en depuración ha lanzado la excepción <b>{0}</b><br>"<b>{1}</b>"<br>Archivo: <b>{2}</b>, Línea: <b>{3}</b></p><p>¿Interrumpir aquí?</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1219"/> + <location filename="../Debugger/DebugUI.py" line="1222"/> <source><p>The debugged program raised the exception <b>{0}</b><br>"<b>{1}</b>"</p></source> <translation><p>El programa en depuración ha lanzado la excepción <b>{0}</b><br>"<b>{1}</b>"</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1353"/> + <location filename="../Debugger/DebugUI.py" line="1356"/> <source><p>The condition of the breakpoint <b>{0}, {1}</b> contains a syntax error.</p></source> <translation><p>La condición del punto de ruptura <b>{0},{1}</b> tiene un error de sintaxis.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1389"/> + <location filename="../Debugger/DebugUI.py" line="1392"/> <source><p>The watch expression <b>{0}</b> contains a syntax error.</p></source> <translation><p>La expresión a examinar <b>{0}</b> contiene un error de sintaxis.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1419"/> + <location filename="../Debugger/DebugUI.py" line="1422"/> <source><p>A watch expression '<b>{0}</b>' already exists.</p></source> <translation><p>Una expresión a examinar '<b>{0}</b>' ya existe.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1423"/> + <location filename="../Debugger/DebugUI.py" line="1426"/> <source><p>A watch expression '<b>{0}</b>' for the variable <b>{1}</b> already exists.</p></source> <translation><p>Una expresión a examinar '<b>{0}</b>' para la variable <b>{1}</b> ya existe.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1089"/> + <location filename="../Debugger/DebugUI.py" line="1092"/> <source>Program terminated</source> <translation>Programa terminado</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="301"/> + <location filename="../Debugger/DebugUI.py" line="304"/> <source>Restart</source> <translation>Reiniciar</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="307"/> + <location filename="../Debugger/DebugUI.py" line="310"/> <source><b>Restart</b><p>Set the command line arguments and set the current line to be the first executable Python statement of the script that was debugged last. If there are unsaved changes, they may be saved first.</p></source> <translation><b>Reiniciar</b><p>Establecer los argumentos de línea de comandos y la línea actual para que sea la primera sentencia del script que se depuró en último lugar. Si hay cambios sin guardar, pueden ser guardados primero.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="323"/> + <location filename="../Debugger/DebugUI.py" line="326"/> <source><b>Stop</b><p>This stops the script running in the debugger backend.</p></source> <translation><b>Detener</b><p>Esto detiene el script que está corriendo en el backend del depurador.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1268"/> + <location filename="../Debugger/DebugUI.py" line="1271"/> <source><p>The program generate the signal "{0}".<br/>File: <b>{1}</b>, Line: <b>{2}</b></p></source> <translation><p>El programa ha generado la señal "{0}".<br/>Archivo: <b>{1}</b>, Línea: <b>{2}</b></p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1056"/> + <location filename="../Debugger/DebugUI.py" line="1059"/> <source><p>Message: {0}</p></source> <translation><p>Mensaje: {0}</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1062"/> + <location filename="../Debugger/DebugUI.py" line="1065"/> <source><p>The program has terminated with an exit status of {0}.</p>{1}</source> <translation><p>El programa ha terminato con estado de salida {0}.</p>{1}</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1067"/> + <location filename="../Debugger/DebugUI.py" line="1070"/> <source><p><b>{0}</b> has terminated with an exit status of {1}.</p>{2}</source> <translation><p><b>{0}</b> ha terminado con estado de salida {1}.</p>{2}</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1075"/> + <location filename="../Debugger/DebugUI.py" line="1078"/> <source>Message: {0}</source> <translation>Mensaje: {0}</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1082"/> + <location filename="../Debugger/DebugUI.py" line="1085"/> <source>The program has terminated with an exit status of {0}. {1}</source> <translation>El programa ha terminado con estado de salida {0}. {1}</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1085"/> + <location filename="../Debugger/DebugUI.py" line="1088"/> <source>"{0}" has terminated with an exit status of {1}. {2}</source> <translation>"{0}" ha terminado con estado de salida {1}. {2}</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1094"/> + <location filename="../Debugger/DebugUI.py" line="1097"/> <source>The program has terminated with an exit status of {0}. {1} </source> @@ -6165,7 +6165,7 @@ </translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1098"/> + <location filename="../Debugger/DebugUI.py" line="1101"/> <source>"{0}" has terminated with an exit status of {1}. {2} </source> @@ -6174,22 +6174,22 @@ </translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="364"/> + <location filename="../Debugger/DebugUI.py" line="367"/> <source>Move Instruction Pointer to Cursor</source> <translation>Mover el Puntero de Instrucción hasta el Cursor</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="364"/> + <location filename="../Debugger/DebugUI.py" line="367"/> <source>&Jump To Cursor</source> <translation>Saltar al &Cursor</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="369"/> - <source>Skip the code from the current line to the current cursor position</source> - <translation>Omitir el código desde la línea actual hasta la posición actual del cursor</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="372"/> + <source>Skip the code from the current line to the current cursor position</source> + <translation>Omitir el código desde la línea actual hasta la posición actual del cursor</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="375"/> <source><b>Move Instruction Pointer to Cursor</b><p>Move the Python internal instruction pointer to the current cursor position without executing the code in between.</p><p>It's not possible to jump out of a function or jump in a code block, e.g. a loop. In these cases, a error message is printed to the log window.</p></source> <translation><b>Mover Puntero de Instrucción hasta el Cursor</b><p>Mover el puntero interno de instrucción de Python hasta la posición actual del cursor sin executar el código entre ambos puntos.</p><p>No es posible saltar fuera de una función o saltar a un bloque de código, por ej. un bucle. En estos casos, se imprime un error de mensaje a la ventana de log.</p></translation> </message> @@ -42786,8 +42786,8 @@ </message> <message> <location filename="../QScintilla/Lexers/__init__.py" line="470"/> - <source>Makefiles (*.mak)</source> - <translation>Makefiles (*.mak)</translation> + <source>Makefiles (*makefile Makefile *.mak)</source> + <translation type="unfinished">Makefiles (*.mak)</translation> </message> <message> <location filename="../QScintilla/Lexers/__init__.py" line="473"/> @@ -43396,6 +43396,74 @@ </message> </context> <context> + <name>MakePropertiesDialog</name> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="14"/> + <source>Make Properties</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="23"/> + <source>'make' Executable (leave empty to use global 'make'):</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="39"/> + <source>Enter the executable name of the make utility</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="46"/> + <source>'makefile' path or directory (without file name 'makefile' will be used):</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="62"/> + <source>Enter the name and/or path of the makefile</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="69"/> + <source>Make Target:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="76"/> + <source>Enter the make target to be built</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="83"/> + <source>Make Command Parameters (enclose parameters containing spaces in ""):</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="93"/> + <source>Enter the command parameters for make</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="100"/> + <source>Select to just test for changes needing a make run</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="103"/> + <source>Test for changes only when run automatically</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.py" line="40"/> + <source>All Files (*)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.py" line="44"/> + <source>Makefiles (*makefile Makefile *.mak);;All Files (*)</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>ManageDictionariesDialog</name> <message> <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.ui" line="14"/> @@ -49594,27 +49662,27 @@ <context> <name>Preferences</name> <message> - <location filename="../Preferences/__init__.py" line="1657"/> + <location filename="../Preferences/__init__.py" line="1658"/> <source>Export Preferences</source> <translation>Exportar Preferencias</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1685"/> + <location filename="../Preferences/__init__.py" line="1686"/> <source>Import Preferences</source> <translation>Importar Preferencias</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1685"/> + <location filename="../Preferences/__init__.py" line="1686"/> <source>Properties File (*.ini);;All Files (*)</source> <translation>Archivo de Propiedades (*.ini);;Todos los archivos (*)</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1787"/> + <location filename="../Preferences/__init__.py" line="1788"/> <source>Select Python{0} Interpreter</source> <translation>Seleccionar intérprete de Python{0}</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1787"/> + <location filename="../Preferences/__init__.py" line="1788"/> <source>Select the Python{0} interpreter to be used:</source> <translation>Seleccionar el intérprete de Python{0} a utilizar:</translation> </message> @@ -50052,217 +50120,217 @@ <context> <name>Project</name> <message> - <location filename="../Project/Project.py" line="265"/> + <location filename="../Project/Project.py" line="275"/> <source>Console</source> <translation>Consola</translation> </message> <message> - <location filename="../Project/Project.py" line="266"/> + <location filename="../Project/Project.py" line="276"/> <source>Other</source> <translation>Otro</translation> </message> <message> - <location filename="../Project/Project.py" line="745"/> + <location filename="../Project/Project.py" line="766"/> <source>Read project file</source> <translation>Leer archivo de proyecto</translation> </message> <message> - <location filename="../Project/Project.py" line="847"/> + <location filename="../Project/Project.py" line="868"/> <source>Save project file</source> <translation>Guardar proyecto</translation> </message> <message> - <location filename="../Project/Project.py" line="883"/> + <location filename="../Project/Project.py" line="904"/> <source>Read user project properties</source> <translation>Leer las propiedades de proyecto del usuario</translation> </message> <message> - <location filename="../Project/Project.py" line="907"/> + <location filename="../Project/Project.py" line="928"/> <source>Save user project properties</source> <translation>Guardar propiedades de proyecto del usuario</translation> </message> <message> - <location filename="../Project/Project.py" line="965"/> + <location filename="../Project/Project.py" line="986"/> <source>Read project session</source> <translation>Leer sesion de proyecto</translation> </message> <message> - <location filename="../Project/Project.py" line="1187"/> + <location filename="../Project/Project.py" line="1208"/> <source>Please save the project first.</source> <translation>Por favor guarde primero el proyecto.</translation> </message> <message> - <location filename="../Project/Project.py" line="1001"/> + <location filename="../Project/Project.py" line="1022"/> <source>Save project session</source> <translation>Guardar sesion de proyecto</translation> </message> <message> - <location filename="../Project/Project.py" line="1030"/> + <location filename="../Project/Project.py" line="1051"/> <source>Delete project session</source> <translation>Borrar sesion de proyecto</translation> </message> <message> - <location filename="../Project/Project.py" line="1064"/> + <location filename="../Project/Project.py" line="1085"/> <source>Read tasks</source> <translation>Leer tareas</translation> </message> <message> - <location filename="../Project/Project.py" line="1084"/> + <location filename="../Project/Project.py" line="1105"/> <source>Save tasks</source> <translation>Guardar Tareas</translation> </message> <message> - <location filename="../Project/Project.py" line="1141"/> + <location filename="../Project/Project.py" line="1162"/> <source>Read debugger properties</source> <translation>Leer propiedades del depurador</translation> </message> <message> - <location filename="../Project/Project.py" line="1175"/> + <location filename="../Project/Project.py" line="1196"/> <source>Save debugger properties</source> <translation>Guardar propiedades del depurador</translation> </message> <message> - <location filename="../Project/Project.py" line="1201"/> + <location filename="../Project/Project.py" line="1222"/> <source>Delete debugger properties</source> <translation>Borrar propiedades del depurador</translation> </message> <message> - <location filename="../Project/Project.py" line="1312"/> + <location filename="../Project/Project.py" line="1333"/> <source>Add Language</source> <translation>Añadir lenguaje</translation> </message> <message> - <location filename="../Project/Project.py" line="1435"/> + <location filename="../Project/Project.py" line="1456"/> <source>Delete translation</source> <translation>Borrar traducción</translation> </message> <message> - <location filename="../Project/Project.py" line="1600"/> + <location filename="../Project/Project.py" line="1621"/> <source>Add file</source> <translation>Agregar archivo</translation> </message> <message> - <location filename="../Project/Project.py" line="1718"/> + <location filename="../Project/Project.py" line="1739"/> <source>The target directory must not be empty.</source> <translation>El directorio de destino no puede estar vacío.</translation> </message> <message> - <location filename="../Project/Project.py" line="1729"/> + <location filename="../Project/Project.py" line="1750"/> <source>Add directory</source> <translation>Añadir directorio</translation> </message> <message> - <location filename="../Project/Project.py" line="1631"/> + <location filename="../Project/Project.py" line="1652"/> <source><p>The source directory doesn't contain any files belonging to the selected category.</p></source> <translation><p>El directorio de origen no contiene archivos que pertenezcan a la categoría seleccionada.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1729"/> + <location filename="../Project/Project.py" line="1750"/> <source>The source directory must not be empty.</source> <translation>El directorio de origen no puede estar vacío.</translation> </message> <message> - <location filename="../Project/Project.py" line="1866"/> + <location filename="../Project/Project.py" line="1887"/> <source>Rename file</source> <translation>Renombrar archivo</translation> </message> <message> - <location filename="../Project/Project.py" line="1890"/> + <location filename="../Project/Project.py" line="1911"/> <source>Rename File</source> <translation>Renombrar Archivo</translation> </message> <message> - <location filename="../Project/Project.py" line="2133"/> + <location filename="../Project/Project.py" line="2154"/> <source>Delete file</source> <translation>Borrar archivo</translation> </message> <message> - <location filename="../Project/Project.py" line="2163"/> + <location filename="../Project/Project.py" line="2184"/> <source>Delete directory</source> <translation>Borrar directorio</translation> </message> <message> - <location filename="../Project/Project.py" line="2246"/> + <location filename="../Project/Project.py" line="2271"/> <source>Create project directory</source> <translation>Crear directorio de proyecto</translation> </message> <message> - <location filename="../Project/Project.py" line="2777"/> + <location filename="../Project/Project.py" line="2858"/> <source>New Project</source> <translation>Proyecto nuevo</translation> </message> <message> - <location filename="../Project/Project.py" line="2326"/> + <location filename="../Project/Project.py" line="2386"/> <source>Add existing files to the project?</source> <translation>¿Agregar archivos existentes al proyecto?</translation> </message> <message> - <location filename="../Project/Project.py" line="2777"/> + <location filename="../Project/Project.py" line="2858"/> <source>Select Version Control System</source> <translation>Seleccion el Sistema de control de versiones (VCS)</translation> </message> <message> - <location filename="../Project/Project.py" line="2445"/> + <location filename="../Project/Project.py" line="2505"/> <source>Would you like to edit the VCS command options?</source> <translation>¿Le gustaría editar las opciones de comando para VCS?</translation> </message> <message> - <location filename="../Project/Project.py" line="3615"/> + <location filename="../Project/Project.py" line="3702"/> <source>New project</source> <translation>Proyecto nuevo</translation> </message> <message> - <location filename="../Project/Project.py" line="2393"/> + <location filename="../Project/Project.py" line="2453"/> <source>Shall the project file be added to the repository?</source> <translation>¿Debe añadirse el archivo de proyecto al repositorio?</translation> </message> <message> - <location filename="../Project/Project.py" line="2424"/> + <location filename="../Project/Project.py" line="2484"/> <source>None</source> <translation>Ninguno</translation> </message> <message> - <location filename="../Project/Project.py" line="2417"/> + <location filename="../Project/Project.py" line="2477"/> <source>Select version control system for the project</source> <translation>Seleccione el sistema de control de versiones para el proyecto</translation> </message> <message> - <location filename="../Project/Project.py" line="3629"/> + <location filename="../Project/Project.py" line="3716"/> <source>Open project</source> <translation>Abrir proyecto</translation> </message> <message> - <location filename="../Project/Project.py" line="2916"/> + <location filename="../Project/Project.py" line="3001"/> <source>Project Files (*.e4p)</source> <translation>Archivos de proyecto (*.e4p)</translation> </message> <message> - <location filename="../Project/Project.py" line="3666"/> + <location filename="../Project/Project.py" line="3753"/> <source>Save project as</source> <translation>Guardar proyecto como</translation> </message> <message> - <location filename="../Project/Project.py" line="2931"/> + <location filename="../Project/Project.py" line="3016"/> <source>Save File</source> <translation>Guardar archivo</translation> </message> <message> - <location filename="../Project/Project.py" line="2967"/> + <location filename="../Project/Project.py" line="3052"/> <source>Close Project</source> <translation>Cerrar Proyecto</translation> </message> <message> - <location filename="../Project/Project.py" line="2967"/> + <location filename="../Project/Project.py" line="3052"/> <source>The current project has unsaved changes.</source> <translation>El proyecto actual tiene cambios sin guardar.</translation> </message> <message> - <location filename="../Project/Project.py" line="3140"/> + <location filename="../Project/Project.py" line="3227"/> <source>Syntax errors detected</source> <translation>Se detectaron errores de sintaxis</translation> </message> <message numerus="yes"> - <location filename="../Project/Project.py" line="3140"/> + <location filename="../Project/Project.py" line="3227"/> <source>The project contains %n file(s) with syntax errors.</source> <translation> <numerusform>El archivo contiene %n archivo(s) con errores de sintaxis.</numerusform> @@ -50270,687 +50338,687 @@ </translation> </message> <message> - <location filename="../Project/Project.py" line="3615"/> + <location filename="../Project/Project.py" line="3702"/> <source>&New...</source> <translation>&Nuevo...</translation> </message> <message> - <location filename="../Project/Project.py" line="3620"/> + <location filename="../Project/Project.py" line="3707"/> <source>Generate a new project</source> <translation>Generar un nuevo proyecto</translation> </message> <message> - <location filename="../Project/Project.py" line="3621"/> + <location filename="../Project/Project.py" line="3708"/> <source><b>New...</b><p>This opens a dialog for entering the info for a new project.</p></source> <translation><b>Nuevo...</b><p>Abre un diálogo para introducir la información para un nuevo proyecto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3629"/> + <location filename="../Project/Project.py" line="3716"/> <source>&Open...</source> <translation>&Abrir...</translation> </message> <message> - <location filename="../Project/Project.py" line="3634"/> + <location filename="../Project/Project.py" line="3721"/> <source>Open an existing project</source> <translation>Abrir un proyecto existente</translation> </message> <message> - <location filename="../Project/Project.py" line="3635"/> + <location filename="../Project/Project.py" line="3722"/> <source><b>Open...</b><p>This opens an existing project.</p></source> <translation><b>Abrir...</b><p>Abre un proyecto existente..</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3642"/> + <location filename="../Project/Project.py" line="3729"/> <source>Close project</source> <translation>Cerrar proyecto</translation> </message> <message> - <location filename="../Project/Project.py" line="3642"/> + <location filename="../Project/Project.py" line="3729"/> <source>&Close</source> <translation>&Cerrar</translation> </message> <message> - <location filename="../Project/Project.py" line="3646"/> + <location filename="../Project/Project.py" line="3733"/> <source>Close the current project</source> <translation>Cierra el proyecto actual</translation> </message> <message> - <location filename="../Project/Project.py" line="3647"/> + <location filename="../Project/Project.py" line="3734"/> <source><b>Close</b><p>This closes the current project.</p></source> <translation><b>Cerrar</b><p>Cierra el proyecto actualt.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3654"/> + <location filename="../Project/Project.py" line="3741"/> <source>Save project</source> <translation>Guardar proyecto</translation> </message> <message> - <location filename="../Project/Project.py" line="3846"/> + <location filename="../Project/Project.py" line="3933"/> <source>&Save</source> <translation>&Guardar</translation> </message> <message> - <location filename="../Project/Project.py" line="3658"/> + <location filename="../Project/Project.py" line="3745"/> <source>Save the current project</source> <translation>Guarda el proyecto actual</translation> </message> <message> - <location filename="../Project/Project.py" line="3659"/> + <location filename="../Project/Project.py" line="3746"/> <source><b>Save</b><p>This saves the current project.</p></source> <translation><b>Guardar</b><p>Guarda el proyecto actual.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3666"/> + <location filename="../Project/Project.py" line="3753"/> <source>Save &as...</source> <translation>Guardar co&mo...</translation> </message> <message> - <location filename="../Project/Project.py" line="3670"/> - <source>Save the current project to a new file</source> - <translation>Guardar el proyecto actual en un nuevo archivo</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3672"/> - <source><b>Save as</b><p>This saves the current project to a new file.</p></source> - <translation><b>Guardar como</b><p>Guarda el proyecto en otro archivo.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3681"/> - <source>Add files to project</source> - <translation>Agregar archivos al proyecto</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3681"/> - <source>Add &files...</source> - <translation>&Agregar archivos...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3686"/> - <source>Add files to the current project</source> - <translation>Añadir archivos al proyecto actual</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3688"/> - <source><b>Add files...</b><p>This opens a dialog for adding files to the current project. The place to add is determined by the file extension.</p></source> - <translation><b>Añadir archivos...</b><p>Abre un diálogo para añadir archivos al proyecto actual. El lugar donde se van a añadir es determinado por la extensión del nombre de archivo.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3697"/> - <source>Add directory to project</source> - <translation>Agregar directorio al proyecto</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3697"/> - <source>Add directory...</source> - <translation>Agregar directorio...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3702"/> - <source>Add a directory to the current project</source> - <translation>Agregar directorio al proyecto actual</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3704"/> - <source><b>Add directory...</b><p>This opens a dialog for adding a directory to the current project.</p></source> - <translation><b>Añadir directorio...</b><p>Abre un diálogo para añadir un directorio al proyecto actual.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3712"/> - <source>Add translation to project</source> - <translation>Añadir traducción al proyecto</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3712"/> - <source>Add &translation...</source> - <translation>Añadir &Traducción...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3717"/> - <source>Add a translation to the current project</source> - <translation>Añadir una traducción al proyecto actual</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3719"/> - <source><b>Add translation...</b><p>This opens a dialog for add a translation to the current project.</p></source> - <translation><b>Añadir traducción...</b><p>Abre un diálogo para añadir una traducción al proyecto actual.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3727"/> - <source>Search new files</source> - <translation>Buscar archivos nuevos</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3727"/> - <source>Searc&h new files...</source> - <translation>Bus&car archivos nuevos...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3731"/> - <source>Search new files in the project directory.</source> - <translation>Bucar nuevos archivos en el directorio de proyecto.</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3757"/> - <source>Project properties</source> - <translation>Propiedades del proyecto</translation> - </message> - <message> <location filename="../Project/Project.py" line="3757"/> - <source>&Properties...</source> - <translation>&Propiedades...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3762"/> - <source>Show the project properties</source> - <translation>Ver las propiedades del proyecto</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3763"/> - <source><b>Properties...</b><p>This shows a dialog to edit the project properties.</p></source> - <translation><b>Propiedades...</b><p>Muestra un diálogo para editar las propiedades del proyecto.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3770"/> - <source>User project properties</source> - <translation>Propiedades del usuario del proyecto</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3770"/> - <source>&User Properties...</source> - <translation>Propiedades del &Usuario...</translation> + <source>Save the current project to a new file</source> + <translation>Guardar el proyecto actual en un nuevo archivo</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3759"/> + <source><b>Save as</b><p>This saves the current project to a new file.</p></source> + <translation><b>Guardar como</b><p>Guarda el proyecto en otro archivo.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3768"/> + <source>Add files to project</source> + <translation>Agregar archivos al proyecto</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3768"/> + <source>Add &files...</source> + <translation>&Agregar archivos...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3773"/> + <source>Add files to the current project</source> + <translation>Añadir archivos al proyecto actual</translation> </message> <message> <location filename="../Project/Project.py" line="3775"/> - <source>Show the user specific project properties</source> - <translation>Muestra propiedades del proyecto específicas del usuario</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3777"/> - <source><b>User Properties...</b><p>This shows a dialog to edit the user specific project properties.</p></source> - <translation><b>Propiedades del Usuario...</b><p>Abre un diálogo par editar las propiedades del proyecto específicas del usuario.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3785"/> - <source>Filetype Associations</source> - <translation>Asociación de tipos de archivo</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3785"/> - <source>Filetype Associations...</source> - <translation>Asociación de tipos de archivo...</translation> + <source><b>Add files...</b><p>This opens a dialog for adding files to the current project. The place to add is determined by the file extension.</p></source> + <translation><b>Añadir archivos...</b><p>Abre un diálogo para añadir archivos al proyecto actual. El lugar donde se van a añadir es determinado por la extensión del nombre de archivo.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3784"/> + <source>Add directory to project</source> + <translation>Agregar directorio al proyecto</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3784"/> + <source>Add directory...</source> + <translation>Agregar directorio...</translation> </message> <message> <location filename="../Project/Project.py" line="3789"/> - <source>Show the project filetype associations</source> - <translation>Ver las asociaciones del proyecto</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3821"/> - <source>Debugger Properties</source> - <translation>Propiedades del depurador</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3821"/> - <source>Debugger &Properties...</source> - <translation>&Propiedades del depurador...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3825"/> - <source>Show the debugger properties</source> - <translation>Muestra las propiedades del depurador</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3826"/> - <source><b>Debugger Properties...</b><p>This shows a dialog to edit project specific debugger settings.</p></source> - <translation><b>Propiedades del Depurador...</b><p>Abre un diálogo par editar las propiedades del depurador específicas del proyecto.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3834"/> - <source>Load</source> - <translation>Cargar</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3834"/> - <source>&Load</source> - <translation>&Cargar</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3838"/> - <source>Load the debugger properties</source> - <translation>Cargar las propiedades del depurador</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3839"/> - <source><b>Load Debugger Properties</b><p>This loads the project specific debugger settings.</p></source> - <translation><b>Cargar Propiedades del Depurador</b><p>Carga las opciones de configuración del depurador específicas del proyecto.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3846"/> - <source>Save</source> - <translation>Guardar</translation> + <source>Add a directory to the current project</source> + <translation>Agregar directorio al proyecto actual</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3791"/> + <source><b>Add directory...</b><p>This opens a dialog for adding a directory to the current project.</p></source> + <translation><b>Añadir directorio...</b><p>Abre un diálogo para añadir un directorio al proyecto actual.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3799"/> + <source>Add translation to project</source> + <translation>Añadir traducción al proyecto</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3799"/> + <source>Add &translation...</source> + <translation>Añadir &Traducción...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3804"/> + <source>Add a translation to the current project</source> + <translation>Añadir una traducción al proyecto actual</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3806"/> + <source><b>Add translation...</b><p>This opens a dialog for add a translation to the current project.</p></source> + <translation><b>Añadir traducción...</b><p>Abre un diálogo para añadir una traducción al proyecto actual.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3814"/> + <source>Search new files</source> + <translation>Buscar archivos nuevos</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3814"/> + <source>Searc&h new files...</source> + <translation>Bus&car archivos nuevos...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3818"/> + <source>Search new files in the project directory.</source> + <translation>Bucar nuevos archivos en el directorio de proyecto.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3844"/> + <source>Project properties</source> + <translation>Propiedades del proyecto</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3844"/> + <source>&Properties...</source> + <translation>&Propiedades...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3849"/> + <source>Show the project properties</source> + <translation>Ver las propiedades del proyecto</translation> </message> <message> <location filename="../Project/Project.py" line="3850"/> - <source>Save the debugger properties</source> - <translation>Guardar propiedades del depurador</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3851"/> - <source><b>Save Debugger Properties</b><p>This saves the project specific debugger settings.</p></source> - <translation><b>Guardar Propiedades del Depurador</b><p>Guarda las opciones de configuración del depurador específicas del proyecto.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3858"/> - <source>Delete</source> - <translation>Borrar</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3858"/> - <source>&Delete</source> - <translation>&Borrar</translation> + <source><b>Properties...</b><p>This shows a dialog to edit the project properties.</p></source> + <translation><b>Propiedades...</b><p>Muestra un diálogo para editar las propiedades del proyecto.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3857"/> + <source>User project properties</source> + <translation>Propiedades del usuario del proyecto</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3857"/> + <source>&User Properties...</source> + <translation>Propiedades del &Usuario...</translation> </message> <message> <location filename="../Project/Project.py" line="3862"/> - <source>Delete the debugger properties</source> - <translation>Borrar las propiedades del depurador</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3863"/> - <source><b>Delete Debugger Properties</b><p>This deletes the file containing the project specific debugger settings.</p></source> - <translation><b>Borrar Propiedades del Depurador</b><p>Borra el archivo que contiene las opciones de configuración del depurador específicas del proyecto.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3871"/> - <source>Reset</source> - <translation>Reiniciar</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3871"/> - <source>&Reset</source> - <translation>&Reiniciar</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3875"/> - <source>Reset the debugger properties</source> - <translation>Restablecer las propiedades del depurador</translation> + <source>Show the user specific project properties</source> + <translation>Muestra propiedades del proyecto específicas del usuario</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3864"/> + <source><b>User Properties...</b><p>This shows a dialog to edit the user specific project properties.</p></source> + <translation><b>Propiedades del Usuario...</b><p>Abre un diálogo par editar las propiedades del proyecto específicas del usuario.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3872"/> + <source>Filetype Associations</source> + <translation>Asociación de tipos de archivo</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3872"/> + <source>Filetype Associations...</source> + <translation>Asociación de tipos de archivo...</translation> </message> <message> <location filename="../Project/Project.py" line="3876"/> - <source><b>Reset Debugger Properties</b><p>This resets the project specific debugger settings.</p></source> - <translation><b>Restablecer Propiedades del Depurador</b><p>Restablece las opciones de configuración del depurador específicas del proyecto.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3885"/> - <source>Load session</source> - <translation>Cargar sesión</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3889"/> - <source>Load the projects session file.</source> - <translation>Cargar archivo de sesión de proyectos.</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3890"/> - <source><b>Load session</b><p>This loads the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> - <translation><b>Cargar sesión</b><p>Carga el archivo de sesión de proyecto. La sesión consiste en los datos siguientes.<br>- todos los archivos de fuentes abiertos<br>- todos los puntos de interrupción<br>- todos los argumentos de línea de comandos<br>- el directorio de trabajo<br>- el flag de reporte de excepciones</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3903"/> - <source>Save session</source> - <translation>Guardar sesión</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3907"/> - <source>Save the projects session file.</source> - <translation>Guardar archivos de sessión de proyecto.</translation> + <source>Show the project filetype associations</source> + <translation>Ver las asociaciones del proyecto</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3908"/> + <source>Debugger Properties</source> + <translation>Propiedades del depurador</translation> </message> <message> <location filename="../Project/Project.py" line="3908"/> - <source><b>Save session</b><p>This saves the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> - <translation><b>Guardar sesión</b><p>Guarda el archivo de sesión de proyecto. La sesión consiste en los datos siguientes.<br>- todos los archivos de fuentes abiertos<br>- todos los puntos de interrupción<br>- todos los argumentos de línea de comandos<br>- el directorio de trabajo<br>- el flag de reporte de excepciones</p></translation> + <source>Debugger &Properties...</source> + <translation>&Propiedades del depurador...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3912"/> + <source>Show the debugger properties</source> + <translation>Muestra las propiedades del depurador</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3913"/> + <source><b>Debugger Properties...</b><p>This shows a dialog to edit project specific debugger settings.</p></source> + <translation><b>Propiedades del Depurador...</b><p>Abre un diálogo par editar las propiedades del depurador específicas del proyecto.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3921"/> + <source>Load</source> + <translation>Cargar</translation> </message> <message> <location filename="../Project/Project.py" line="3921"/> - <source>Delete session</source> - <translation>Borrar sesión</translation> + <source>&Load</source> + <translation>&Cargar</translation> </message> <message> <location filename="../Project/Project.py" line="3925"/> - <source>Delete the projects session file.</source> - <translation>Borrar el archivo de sesión de proyecto.</translation> + <source>Load the debugger properties</source> + <translation>Cargar las propiedades del depurador</translation> </message> <message> <location filename="../Project/Project.py" line="3926"/> - <source><b>Delete session</b><p>This deletes the projects session file</p></source> - <translation><b>Borrar sesión</b><p>Borra el archivo de sesión del proyecto</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3935"/> - <source>Code Metrics</source> - <translation>Métricas de código</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3935"/> - <source>&Code Metrics...</source> - <translation>Métricas de &código...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3939"/> - <source>Show some code metrics for the project.</source> - <translation>Muestra algunas métricas del código para este proyecto.</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3941"/> - <source><b>Code Metrics...</b><p>This shows some code metrics for all Python files in the project.</p></source> - <translation><b>Métricas de Código...</b><p>Muestra algunas métricas de código para todos los archivos Python en el proyecto.</p></translation> + <source><b>Load Debugger Properties</b><p>This loads the project specific debugger settings.</p></source> + <translation><b>Cargar Propiedades del Depurador</b><p>Carga las opciones de configuración del depurador específicas del proyecto.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3933"/> + <source>Save</source> + <translation>Guardar</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3937"/> + <source>Save the debugger properties</source> + <translation>Guardar propiedades del depurador</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3938"/> + <source><b>Save Debugger Properties</b><p>This saves the project specific debugger settings.</p></source> + <translation><b>Guardar Propiedades del Depurador</b><p>Guarda las opciones de configuración del depurador específicas del proyecto.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3945"/> + <source>Delete</source> + <translation>Borrar</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3945"/> + <source>&Delete</source> + <translation>&Borrar</translation> </message> <message> <location filename="../Project/Project.py" line="3949"/> - <source>Python Code Coverage</source> - <translation>Cobertura de Código Python</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3949"/> - <source>Code Co&verage...</source> - <translation>Co&bertura de código...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3953"/> - <source>Show code coverage information for the project.</source> - <translation>Muestra información de cobertura de código para el proyecto.</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3955"/> - <source><b>Code Coverage...</b><p>This shows the code coverage information for all Python files in the project.</p></source> - <translation><b>Cobertura de Código...</b><p>Muestra la información de cobertura de código para todos los archivos Python en el proyecto.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4754"/> - <source>Profile Data</source> - <translation>Datos de perfil</translation> + <source>Delete the debugger properties</source> + <translation>Borrar las propiedades del depurador</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3950"/> + <source><b>Delete Debugger Properties</b><p>This deletes the file containing the project specific debugger settings.</p></source> + <translation><b>Borrar Propiedades del Depurador</b><p>Borra el archivo que contiene las opciones de configuración del depurador específicas del proyecto.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3958"/> + <source>Reset</source> + <translation>Reiniciar</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3958"/> + <source>&Reset</source> + <translation>&Reiniciar</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3962"/> + <source>Reset the debugger properties</source> + <translation>Restablecer las propiedades del depurador</translation> </message> <message> <location filename="../Project/Project.py" line="3963"/> + <source><b>Reset Debugger Properties</b><p>This resets the project specific debugger settings.</p></source> + <translation><b>Restablecer Propiedades del Depurador</b><p>Restablece las opciones de configuración del depurador específicas del proyecto.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3972"/> + <source>Load session</source> + <translation>Cargar sesión</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3976"/> + <source>Load the projects session file.</source> + <translation>Cargar archivo de sesión de proyectos.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3977"/> + <source><b>Load session</b><p>This loads the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> + <translation><b>Cargar sesión</b><p>Carga el archivo de sesión de proyecto. La sesión consiste en los datos siguientes.<br>- todos los archivos de fuentes abiertos<br>- todos los puntos de interrupción<br>- todos los argumentos de línea de comandos<br>- el directorio de trabajo<br>- el flag de reporte de excepciones</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3990"/> + <source>Save session</source> + <translation>Guardar sesión</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3994"/> + <source>Save the projects session file.</source> + <translation>Guardar archivos de sessión de proyecto.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3995"/> + <source><b>Save session</b><p>This saves the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> + <translation><b>Guardar sesión</b><p>Guarda el archivo de sesión de proyecto. La sesión consiste en los datos siguientes.<br>- todos los archivos de fuentes abiertos<br>- todos los puntos de interrupción<br>- todos los argumentos de línea de comandos<br>- el directorio de trabajo<br>- el flag de reporte de excepciones</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4008"/> + <source>Delete session</source> + <translation>Borrar sesión</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4012"/> + <source>Delete the projects session file.</source> + <translation>Borrar el archivo de sesión de proyecto.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4013"/> + <source><b>Delete session</b><p>This deletes the projects session file</p></source> + <translation><b>Borrar sesión</b><p>Borra el archivo de sesión del proyecto</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4022"/> + <source>Code Metrics</source> + <translation>Métricas de código</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4022"/> + <source>&Code Metrics...</source> + <translation>Métricas de &código...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4026"/> + <source>Show some code metrics for the project.</source> + <translation>Muestra algunas métricas del código para este proyecto.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4028"/> + <source><b>Code Metrics...</b><p>This shows some code metrics for all Python files in the project.</p></source> + <translation><b>Métricas de Código...</b><p>Muestra algunas métricas de código para todos los archivos Python en el proyecto.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4036"/> + <source>Python Code Coverage</source> + <translation>Cobertura de Código Python</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4036"/> + <source>Code Co&verage...</source> + <translation>Co&bertura de código...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4040"/> + <source>Show code coverage information for the project.</source> + <translation>Muestra información de cobertura de código para el proyecto.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4042"/> + <source><b>Code Coverage...</b><p>This shows the code coverage information for all Python files in the project.</p></source> + <translation><b>Cobertura de Código...</b><p>Muestra la información de cobertura de código para todos los archivos Python en el proyecto.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4883"/> + <source>Profile Data</source> + <translation>Datos de perfil</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4050"/> <source>&Profile Data...</source> <translation>Datos de &pefil...</translation> </message> <message> - <location filename="../Project/Project.py" line="3967"/> + <location filename="../Project/Project.py" line="4054"/> <source>Show profiling data for the project.</source> <translation>Mostrar datos de profiling para el proyecto.</translation> </message> <message> - <location filename="../Project/Project.py" line="3969"/> + <location filename="../Project/Project.py" line="4056"/> <source><b>Profile Data...</b><p>This shows the profiling data for the project.</p></source> <translation><b>Datos de Profiling...</b><p>Muestra datos de profiling para el proyecto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4808"/> + <location filename="../Project/Project.py" line="4937"/> <source>Application Diagram</source> <translation>Diagrama de Aplicación</translation> </message> <message> - <location filename="../Project/Project.py" line="3978"/> + <location filename="../Project/Project.py" line="4065"/> <source>&Application Diagram...</source> <translation>Diagrama de &Aplicación...</translation> </message> <message> - <location filename="../Project/Project.py" line="3982"/> + <location filename="../Project/Project.py" line="4069"/> <source>Show a diagram of the project.</source> <translation>Mostrar diagrama del proyecto.</translation> </message> <message> - <location filename="../Project/Project.py" line="3984"/> + <location filename="../Project/Project.py" line="4071"/> <source><b>Application Diagram...</b><p>This shows a diagram of the project.</p></source> <translation><b>Diagrama de Aplicación...</b><p>Muestra un diagrama del proyecto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5002"/> + <location filename="../Project/Project.py" line="5131"/> <source>Create Package List</source> <translation>Crear Lista del Paquete</translation> </message> <message> - <location filename="../Project/Project.py" line="4007"/> + <location filename="../Project/Project.py" line="4094"/> <source>Create &Package List</source> <translation>Crear &Package List</translation> </message> <message> - <location filename="../Project/Project.py" line="5278"/> + <location filename="../Project/Project.py" line="5407"/> <source>Create Plugin Archive</source> <translation>Crear Archivo de Plugin</translation> </message> <message> - <location filename="../Project/Project.py" line="4077"/> + <location filename="../Project/Project.py" line="4195"/> <source>&Project</source> <translation>&Proyecto</translation> </message> <message> - <location filename="../Project/Project.py" line="4078"/> + <location filename="../Project/Project.py" line="4196"/> <source>Open &Recent Projects</source> <translation>Abrir Proyectos &Recientes</translation> </message> <message> - <location filename="../Project/Project.py" line="4079"/> + <location filename="../Project/Project.py" line="4197"/> <source>&Version Control</source> <translation>Control de &Versiones</translation> </message> <message> - <location filename="../Project/Project.py" line="4083"/> + <location filename="../Project/Project.py" line="4201"/> <source>Chec&k</source> <translation>Veri&ficar</translation> </message> <message> - <location filename="../Project/Project.py" line="4085"/> + <location filename="../Project/Project.py" line="4203"/> <source>Sho&w</source> <translation>V&er</translation> </message> <message> - <location filename="../Project/Project.py" line="4086"/> + <location filename="../Project/Project.py" line="4204"/> <source>&Diagrams</source> <translation>&Diagramas</translation> </message> <message> - <location filename="../Project/Project.py" line="4087"/> + <location filename="../Project/Project.py" line="4205"/> <source>Session</source> <translation>Sesión</translation> </message> <message> - <location filename="../Project/Project.py" line="4088"/> + <location filename="../Project/Project.py" line="4206"/> <source>Source &Documentation</source> <translation>Origen de &Documentación</translation> </message> <message> - <location filename="../Project/Project.py" line="4090"/> + <location filename="../Project/Project.py" line="4208"/> <source>Debugger</source> <translation>Depurador</translation> </message> <message> - <location filename="../Project/Project.py" line="4091"/> + <location filename="../Project/Project.py" line="4209"/> <source>Pac&kagers</source> <translation>Empa&quetadores</translation> </message> <message> - <location filename="../Project/Project.py" line="4199"/> + <location filename="../Project/Project.py" line="4328"/> <source>Project</source> <translation>Proyecto</translation> </message> <message> - <location filename="../Project/Project.py" line="4265"/> + <location filename="../Project/Project.py" line="4394"/> <source>&Clear</source> <translation>&Borrar</translation> </message> <message> - <location filename="../Project/Project.py" line="4416"/> + <location filename="../Project/Project.py" line="4545"/> <source>Search New Files</source> <translation>Buscar nuevos archivos</translation> </message> <message> - <location filename="../Project/Project.py" line="4416"/> + <location filename="../Project/Project.py" line="4545"/> <source>There were no new files found to be added.</source> <translation>No se han encontrado nuevos archivos para ser añadidos.</translation> </message> <message> - <location filename="../Project/Project.py" line="4562"/> + <location filename="../Project/Project.py" line="4691"/> <source>Version Control System</source> <translation>Sistema de control de versiones</translation> </message> <message> - <location filename="../Project/Project.py" line="4681"/> + <location filename="../Project/Project.py" line="4810"/> <source>Coverage Data</source> <translation>Datos de Cobertura</translation> </message> <message> - <location filename="../Project/Project.py" line="4731"/> + <location filename="../Project/Project.py" line="4860"/> <source>There is no main script defined for the current project. Aborting</source> <translation>No hay script principal definido para el proyecto actual. Abortando</translation> </message> <message> - <location filename="../Project/Project.py" line="4704"/> + <location filename="../Project/Project.py" line="4833"/> <source>Code Coverage</source> <translation>Cobertura de codigo</translation> </message> <message> - <location filename="../Project/Project.py" line="4704"/> + <location filename="../Project/Project.py" line="4833"/> <source>Please select a coverage file</source> <translation>Por favor seleccione un archivo de cobertura</translation> </message> <message> - <location filename="../Project/Project.py" line="4754"/> + <location filename="../Project/Project.py" line="4883"/> <source>Please select a profile file</source> <translation>Por favor seleccione un archivo de profiling</translation> </message> <message> - <location filename="../Project/Project.py" line="4808"/> + <location filename="../Project/Project.py" line="4937"/> <source>Include module names?</source> <translation>¿Incluir nombres de módulos?</translation> </message> <message> - <location filename="../Project/Project.py" line="4953"/> + <location filename="../Project/Project.py" line="5082"/> <source><p>The file <b>PKGLIST</b> already exists.</p><p>Overwrite it?</p></source> <translation><p>El archivo <b>PKGLIST</b> ya existe.</p><p>¿Desea sobreescribirlo?</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5021"/> + <location filename="../Project/Project.py" line="5150"/> <source>The project does not have a main script defined. Aborting...</source> <translation>No hay script principal definido para el proyecto actual. Abortando...</translation> </message> <message> - <location filename="../Project/Project.py" line="364"/> + <location filename="../Project/Project.py" line="374"/> <source>Registering Project Type</source> <translation>Registrando Tipo de Proyecto</translation> </message> <message> - <location filename="../Project/Project.py" line="4023"/> + <location filename="../Project/Project.py" line="4110"/> <source>Create Plugin &Archives</source> <translation>Crear &Archivos de Plugin</translation> </message> <message> - <location filename="../Project/Project.py" line="1312"/> + <location filename="../Project/Project.py" line="1333"/> <source>You have to specify a translation pattern first.</source> <translation>Debe especificar primero un patrón de traducción.</translation> </message> <message> - <location filename="../Project/Project.py" line="2523"/> + <location filename="../Project/Project.py" line="2583"/> <source>Translation Pattern</source> <translation>Patrón de Traducción</translation> </message> <message> - <location filename="../Project/Project.py" line="2523"/> + <location filename="../Project/Project.py" line="2583"/> <source>Enter the path pattern for translation files (use '%language%' in place of the language code):</source> <translation>Introduzca el patrón de ruta para los archivos de traducción (use '%language%' in lugar del código de idioma):</translation> </message> <message> - <location filename="../Project/Project.py" line="3803"/> + <location filename="../Project/Project.py" line="3890"/> <source>Lexer Associations</source> <translation>Asociaciones de Analizador Léxico</translation> </message> <message> - <location filename="../Project/Project.py" line="3803"/> + <location filename="../Project/Project.py" line="3890"/> <source>Lexer Associations...</source> <translation>Asociaciones de Analizador Léxico...</translation> </message> <message> - <location filename="../Project/Project.py" line="3807"/> + <location filename="../Project/Project.py" line="3894"/> <source>Show the project lexer associations (overriding defaults)</source> <translation>Ver las asociaciones de analizador léxico del proyecto (sobreescribiendo valores por defecto)</translation> </message> <message> - <location filename="../Project/Project.py" line="3809"/> + <location filename="../Project/Project.py" line="3896"/> <source><b>Lexer Associations...</b><p>This shows a dialog to edit the lexer associations of the project. These associations override the global lexer associations. Lexers are used to highlight the editor text.</p></source> <translation><b>Asociaciones de Analizador Léxico ...</b><p>Muestra un diálogo para editar las asociaciones de analizador léxico del proyecto. Estas asociaciones sobreescriben las asociaciones de analizador léxico globales. Los analizadores léxicos se utilizan para resaltar el texto en el editor.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="280"/> + <location filename="../Project/Project.py" line="290"/> <source>PySide GUI</source> <translation>GUI de PySide</translation> </message> <message> - <location filename="../Project/Project.py" line="281"/> + <location filename="../Project/Project.py" line="291"/> <source>PySide Console</source> <translation>Consola PySide</translation> </message> <message> - <location filename="../Project/Project.py" line="167"/> + <location filename="../Project/Project.py" line="176"/> <source>Python3 Files (*.py *.py3);;Python3 GUI Files (*.pyw *.pyw3);;</source> <translation>Archivos Python3 (*.py *.py3);;Archivos de GUI Python3 (*.pyw *.pyw3);;</translation> </message> <message> - <location filename="../Project/Project.py" line="745"/> + <location filename="../Project/Project.py" line="766"/> <source><p>The project file <b>{0}</b> could not be read.</p></source> <translation><p>El archivo de proyecto <b>{0}</b> no ha podido ser leído.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="847"/> + <location filename="../Project/Project.py" line="868"/> <source><p>The project file <b>{0}</b> could not be written.</p></source> <translation><p>El archivo de proyecto <b>{0}</b> no ha podido ser guardado.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="883"/> + <location filename="../Project/Project.py" line="904"/> <source><p>The user specific project properties file <b>{0}</b> could not be read.</p></source> <translation><p>El archivo de propiedades de proyecto específicas del usuario <b>{0}</b> no ha podido ser leído.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="907"/> + <location filename="../Project/Project.py" line="928"/> <source><p>The user specific project properties file <b>{0}</b> could not be written.</p></source> <translation><p>El archivo de propiedades de proyecto específicas del usuario <b>{0}</b> no ha podido ser guardado.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="965"/> + <location filename="../Project/Project.py" line="986"/> <source><p>The project session file <b>{0}</b> could not be read.</p></source> <translation><p>El archivo de sesión de proyecto <b>{0}</b> no ha podido leerse.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1001"/> + <location filename="../Project/Project.py" line="1022"/> <source><p>The project session file <b>{0}</b> could not be written.</p></source> <translation><p>El archivo de sesión de proyecto <b>{0}</b> no ha podido guardarse.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1030"/> + <location filename="../Project/Project.py" line="1051"/> <source><p>The project session file <b>{0}</b> could not be deleted.</p></source> <translation><p>El archivo de sesión de proyecto <b>{0}</b> no ha podido borrarse.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1064"/> + <location filename="../Project/Project.py" line="1085"/> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation><p>El archivo de tareas <b>{0}</b> no puede leerse.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1084"/> + <location filename="../Project/Project.py" line="1105"/> <source><p>The tasks file <b>{0}</b> could not be written.</p></source> <translation><p>El archivo de tareas <b>{0}</b> no pudo ser guardado.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1141"/> + <location filename="../Project/Project.py" line="1162"/> <source><p>The project debugger properties file <b>{0}</b> could not be read.</p></source> <translation><p>El archivo de propiedades del depurador del proyecto <b>{0}</b> no ha podido leerse.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1175"/> + <location filename="../Project/Project.py" line="1196"/> <source><p>The project debugger properties file <b>{0}</b> could not be written.</p></source> <translation><p>El archivo de propiedades del depurador del proyecto <b>{0}</b> no pudo ser guardado.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1201"/> + <location filename="../Project/Project.py" line="1222"/> <source><p>The project debugger properties file <b>{0}</b> could not be deleted.</p></source> <translation><p>El archivo de propiedades del depurador del proyecto <b>{0}</b> no pudo ser borrado.</p></translation> </message> @@ -50960,17 +51028,17 @@ <translation type="obsolete"><p>El archivo de traducción seleccionado <b>{0}</b> no ha podido ser borrado.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1662"/> + <location filename="../Project/Project.py" line="1683"/> <source><p>The file <b>{0}</b> already exists.</p><p>Overwrite it?</p></source> <translation><p>El archivo <b>{0}</b> ya existe.</p><p>¿Desea sobreescribirlo?</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2931"/> + <location filename="../Project/Project.py" line="3016"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>El archivo <b>{0}</b> ya existe.</p><p>¿Desea sobreescribirlo?</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1890"/> + <location filename="../Project/Project.py" line="1911"/> <source><p>The file <b>{0}</b> could not be renamed.<br />Reason: {1}</p></source> <translation><p>El archivo <b>{0}</b> no puede ser renombrado.<br />Causa: {1}</p></translation> </message> @@ -50985,281 +51053,361 @@ <translation type="obsolete"><p>El directorio seleccionado <b>{0}</b> no ha podido borrarse.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2246"/> + <location filename="../Project/Project.py" line="2271"/> <source><p>The project directory <b>{0}</b> could not be created.</p></source> <translation><p>El directorio de proyecto <b>{0}</b> no pudo ser creado.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4562"/> + <location filename="../Project/Project.py" line="4691"/> <source><p>The selected VCS <b>{0}</b> could not be found.<br/>Disabling version control.</p><p>{1}</p></source> <translation><p>El VCS seleccionado <b>{0}</b> no ha sido encontrado.<br>Deshabilitando control de versiones.</p><p>{1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5002"/> + <location filename="../Project/Project.py" line="5131"/> <source><p>The file <b>PKGLIST</b> could not be created.</p><p>Reason: {0}</p></source> <translation><p>El archivo <b>PKGLIST</b> no puede ser creado.</p><p>Causa: {0}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5162"/> + <location filename="../Project/Project.py" line="5291"/> <source><p>The file <b>{0}</b> could not be stored in the archive. Ignoring it.</p><p>Reason: {1}</p></source> <translation><p>El fichero<b>{0}</b> no ha podido ser almacenado en el archivo. Va a ser ignorado.</p><p>Causa: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5236"/> + <location filename="../Project/Project.py" line="5365"/> <source><p>The plugin file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation><p>El archivo de plugin<b>{0}</b> no puede ser leido.</p><p>Causa: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1587"/> + <location filename="../Project/Project.py" line="1608"/> <source><p>The selected file <b>{0}</b> could not be added to <b>{1}</b>.</p><p>Reason: {2}</p></source> <translation><p>El archivo seleccionado <b>{0}</b> no ha podido se añadido a <b>{1}</b>.</p><p>Razón: {2}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1644"/> + <location filename="../Project/Project.py" line="1665"/> <source><p>The target directory <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation><p>El directorio de destino <b>{0}</b> no ha podido ser creado.</p><p>Razón: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="164"/> + <location filename="../Project/Project.py" line="173"/> <source>Python2 Files (*.py2);;Python2 GUI Files (*.pyw2);;</source> <translation>Archivos Python2(*.py2);;Archivos de GUI Python2 (*.pyw2);;</translation> </message> <message> - <location filename="../Project/Project.py" line="2313"/> + <location filename="../Project/Project.py" line="2352"/> <source>Create main script</source> <translation>Crear script principal</translation> </message> <message> - <location filename="../Project/Project.py" line="2313"/> + <location filename="../Project/Project.py" line="2352"/> <source><p>The mainscript <b>{0}</b> could not be created.<br/>Reason: {1}</p></source> <translation><p>El script principal <b>{0}</b> no se ha podido crear.<br/>Razón: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3992"/> + <location filename="../Project/Project.py" line="4079"/> <source>Load Diagram</source> <translation>Cargar Diagrama</translation> </message> <message> - <location filename="../Project/Project.py" line="3992"/> + <location filename="../Project/Project.py" line="4079"/> <source>&Load Diagram...</source> <translation>&Cargar Diagrama...</translation> </message> <message> - <location filename="../Project/Project.py" line="3996"/> + <location filename="../Project/Project.py" line="4083"/> <source>Load a diagram from file.</source> <translation>CArgar diagrama desde archivo.</translation> </message> <message> - <location filename="../Project/Project.py" line="3998"/> + <location filename="../Project/Project.py" line="4085"/> <source><b>Load Diagram...</b><p>This loads a diagram from file.</p></source> <translation><b>Cargar Diagrama...</b><p>Carga un diagrama desde un archivo.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="341"/> + <location filename="../Project/Project.py" line="351"/> <source><p>The Programming Language <b>{0}</b> is not supported.</p></source> <translation><p>El Lenguaje de Programación <b>{0}</b> no está soportado.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="364"/> + <location filename="../Project/Project.py" line="374"/> <source><p>The Project type <b>{0}</b> is already registered.</p></source> <translation><p>El Tipo de Proyecto <b>{0}</b> ya está registrado.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="352"/> + <location filename="../Project/Project.py" line="362"/> <source><p>The Project type <b>{0}</b> is already registered with Programming Language <b>{1}</b>.</p></source> <translation><p>El tipo de Proyecto <b>{0}</b> ya está registrado con el Lenguaje de Programación <b>{1}</b>.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="262"/> + <location filename="../Project/Project.py" line="272"/> <source>PyQt5 GUI</source> <translation>GUI PyQt5</translation> </message> <message> - <location filename="../Project/Project.py" line="263"/> + <location filename="../Project/Project.py" line="273"/> <source>PyQt5 Console</source> <translation>Consola PyQt5</translation> </message> <message> - <location filename="../Project/Project.py" line="4550"/> + <location filename="../Project/Project.py" line="4679"/> <source><p>The selected VCS <b>{0}</b> could not be found. <br/>Reverting override.</p><p>{1}</p></source> <translation><p>El VCS seleccionado <b>{0}</b> no ha sido encontrado.<br>Revirtiendo sobreescritura.</p><p>{1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5278"/> + <location filename="../Project/Project.py" line="5407"/> <source><p>The plugin file <b>{0}</b> could not be read.</p> <p>Reason: {1}</p></source> <translation><p>El archivo de plugin<b>{0}</b> no puede ser leido.</p><p>Causa: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4012"/> + <location filename="../Project/Project.py" line="4099"/> <source>Create an initial PKGLIST file for an eric6 plugin.</source> <translation>Crear un archivo inicial PKGLIST para un plugin para eric6.</translation> </message> <message> - <location filename="../Project/Project.py" line="4014"/> + <location filename="../Project/Project.py" line="4101"/> <source><b>Create Package List</b><p>This creates an initial list of files to include in an eric6 plugin archive. The list is created from the project file.</p></source> <translation><b>Crear Package List</b><p>Crea una lista inicial de archivos para incluir en un archivo de plugin para eric6. Esta lista se crea a partir del archivo de proyecto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4028"/> + <location filename="../Project/Project.py" line="4115"/> <source>Create eric6 plugin archive files.</source> <translation>Crear ficheros para archivo de plugin de eric6.</translation> </message> <message> - <location filename="../Project/Project.py" line="4030"/> + <location filename="../Project/Project.py" line="4117"/> <source><b>Create Plugin Archives</b><p>This creates eric6 plugin archive files using the list of files given in a PKGLIST* file. The archive name is built from the main script name if not designated in the package list file.</p></source> <translation><b>Crear Archivo de Plugin</b><p>Crea ficheros para archivo de plugin de eric6 utilizando el listado de ficheros proporcionados en un archivo PKGLIST*. El nombre de archivo se crea a partir del nombre del script principal si no se desinga uno en el archivo de lista de package.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5127"/> + <location filename="../Project/Project.py" line="5256"/> <source><p>The eric6 plugin archive file <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation><p>El archivo de plugin de eric6 <b>{0}</b> no ha podido ser creado. Abortando...</p><p>Razón: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="260"/> + <location filename="../Project/Project.py" line="270"/> <source>PyQt4 GUI</source> <translation>GUI PyQt4</translation> </message> <message> - <location filename="../Project/Project.py" line="261"/> + <location filename="../Project/Project.py" line="271"/> <source>PyQt4 Console</source> <translation>Consola PyQt4</translation> </message> <message> - <location filename="../Project/Project.py" line="264"/> + <location filename="../Project/Project.py" line="274"/> <source>Eric6 Plugin</source> <translation>Eric6 Plugin</translation> </message> <message> - <location filename="../Project/Project.py" line="2747"/> + <location filename="../Project/Project.py" line="2828"/> <source>Create project management directory</source> <translation>Crear directorio de gestión del proyecto</translation> </message> <message> - <location filename="../Project/Project.py" line="2747"/> + <location filename="../Project/Project.py" line="2828"/> <source><p>The project directory <b>{0}</b> is not writable.</p></source> <translation><p>El directorio del proyecto <b>{0}</b> no se puede escribir.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3742"/> + <location filename="../Project/Project.py" line="3829"/> <source>Alt+Ctrl+P</source> <comment>Project|Search Project File</comment> <translation>Alt+Ctrl+P</translation> </message> <message> - <location filename="../Project/Project.py" line="3748"/> + <location filename="../Project/Project.py" line="3835"/> <source>Search for a file in the project list of files.</source> <translation>Bucar un archivo en el listado de archivos del proyecto.</translation> </message> <message> - <location filename="../Project/Project.py" line="3750"/> + <location filename="../Project/Project.py" line="3837"/> <source><b>Search Project File</b><p>This searches for a file in the project list of files.</p></source> <translation><b>Buscar Archivo en el Proyecto</b><p>Busca un archivo en el listado de archivos del proyecto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3742"/> + <location filename="../Project/Project.py" line="3829"/> <source>Search Project File</source> <translation>Buscar Archivo en Proyecto</translation> </message> <message> - <location filename="../Project/Project.py" line="3742"/> + <location filename="../Project/Project.py" line="3829"/> <source>Search Project File...</source> <translation>Buscar Archivo en Proyecto...</translation> </message> <message> - <location filename="../Project/Project.py" line="5056"/> + <location filename="../Project/Project.py" line="5185"/> <source>Create Plugin Archives</source> <translation>Crear Archivos de Plugin</translation> </message> <message> - <location filename="../Project/Project.py" line="4040"/> + <location filename="../Project/Project.py" line="4127"/> <source>Create Plugin Archives (Snapshot)</source> <translation>Crear Archivos de Plugin (Snapshot)</translation> </message> <message> - <location filename="../Project/Project.py" line="4040"/> + <location filename="../Project/Project.py" line="4127"/> <source>Create Plugin Archives (&Snapshot)</source> <translation>Crear Archivos de Plugin (&Snapshot)</translation> </message> <message> - <location filename="../Project/Project.py" line="4045"/> + <location filename="../Project/Project.py" line="4132"/> <source>Create eric6 plugin archive files (snapshot releases).</source> <translation>Crear ficheros para archivo de plugin de eric6 (snapshot releases).</translation> </message> <message> - <location filename="../Project/Project.py" line="4047"/> + <location filename="../Project/Project.py" line="4134"/> <source><b>Create Plugin Archives (Snapshot)</b><p>This creates eric6 plugin archive files using the list of files given in the PKGLIST* file. The archive name is built from the main script name if not designated in the package list file. The version entry of the main script is modified to reflect a snapshot release.</p></source> <translation><b>Crear Archivos de Plugin (Snapshot)</b><p>Crea ficheros para archivo de plugin de eric6 usando el listado de ficheros dado en un archivo PKGLIST*. El nombre del archivo se construye a partir del nombre del script principal si no se designa uno en el archivo de package list. La entrada de versión del script principal se modifica para reflejar una snapshot release.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5035"/> + <location filename="../Project/Project.py" line="5164"/> <source>Select package lists:</source> <translation>Seleccionar package lists:</translation> </message> <message> - <location filename="../Project/Project.py" line="5052"/> + <location filename="../Project/Project.py" line="5181"/> <source>Creating plugin archives...</source> <translation>Creando archivos de plugin...</translation> </message> <message> - <location filename="../Project/Project.py" line="5052"/> + <location filename="../Project/Project.py" line="5181"/> <source>Abort</source> <translation>Abortar</translation> </message> <message> - <location filename="../Project/Project.py" line="5052"/> - <source>%v/%m Archives</source> - <translation>%v/%m Archivos</translation> - </message> - <message> - <location filename="../Project/Project.py" line="5069"/> - <source><p>The file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> - <translation><p>El archivo<b>{0}</b> no puede ser leído.</p><p>Causa: {1}</p></translation> - </message> - <message> <location filename="../Project/Project.py" line="5181"/> + <source>%v/%m Archives</source> + <translation>%v/%m Archivos</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5198"/> + <source><p>The file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> + <translation><p>El archivo<b>{0}</b> no puede ser leído.</p><p>Causa: {1}</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5310"/> <source><p>The eric6 plugin archive files were created with some errors.</p></source> <translation><p>Los ficheros para archivo de plugin de eric6 se han creado con errores.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5184"/> + <location filename="../Project/Project.py" line="5313"/> <source><p>The eric6 plugin archive files were created successfully.</p></source> <translation><p>Los ficheros para archivo de plugin de eric6 se han creado correctamente.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5045"/> + <location filename="../Project/Project.py" line="5174"/> <source><p>No package list files (PKGLIST*) available or selected. Aborting...</p></source> <translation><p>No hay archivo de package list (PKGLIST*) disponible o seleccionado. Abortando...</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5099"/> + <location filename="../Project/Project.py" line="5228"/> <source><p>The file <b>{0}</b> is not ready yet.</p><p>Please rework it and delete the'; initial_list' line of the header.</p></source> <translation><p>El archivo <b>{0}</b> todavía no está listo.</p><p>Por favor, revíselo y borre la línea '; initial_list' del encabezado.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3733"/> + <location filename="../Project/Project.py" line="3820"/> <source><b>Search new files...</b><p>This searches for new files (sources, *.ui, *.idl, *.proto) in the project directory and registered subdirectories.</p></source> <translation><b>Buscar nuevos archivos...</b><p>Busca nuevos archivos (fuentes, *.ui, *.idl, *.proto) en el directorio del proyecto y en los subdirectorios registrados.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3791"/> + <location filename="../Project/Project.py" line="3878"/> <source><b>Filetype Associations...</b><p>This shows a dialog to edit the file type associations of the project. These associations determine the type (source, form, interface, protocol 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><b>Asociaciones de tipos de archivo...</b><p>Muestra un diálogo para editar asociaciones de tipos de archivo del proyecto. Estas asociaciones determinan el tipo (fuentes, formulario, interfaces, protocolos u otros) con un patrón de nombre de archivo. Se usan al añadir archivos al proyecto y al realizar una búsqueda de nuevos archivos.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1435"/> + <location filename="../Project/Project.py" line="1456"/> <source><p>The selected translation file <b>{0}</b> could not be deleted.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2133"/> + <location filename="../Project/Project.py" line="2154"/> <source><p>The selected file <b>{0}</b> could not be deleted.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2163"/> + <location filename="../Project/Project.py" line="2184"/> <source><p>The selected directory <b>{0}</b> could not be deleted.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Project/Project.py" line="2654"/> + <source>Create Makefile</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="2654"/> + <source><p>The makefile <b>{0}</b> could not be created.<br/>Reason: {1}</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5590"/> + <source>Execute Make</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4148"/> + <source>&Execute Make</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4152"/> + <source>Perform a 'make' run.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4154"/> + <source><b>Execute Make</b><p>This performs a 'make' run to rebuild the configured target.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5570"/> + <source>Test for Changes</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4162"/> + <source>&Test for Changes</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4166"/> + <source>Question 'make', if a rebuild is needed.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4168"/> + <source><b>Test for Changes</b><p>This questions 'make', if a rebuild of the configured target is necessary.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4210"/> + <source>Make</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5518"/> + <source>The make process did not start.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5563"/> + <source>The make process crashed.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5573"/> + <source><p>There are changes that require the configured make target <b>{0}</b> to be rebuilt.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5578"/> + <source><p>There are changes that require the default make target to be rebuilt.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5590"/> + <source>The makefile contains errors.</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>ProjectBaseBrowser</name> @@ -52155,74 +52303,84 @@ <translation>Incluir marca de tiempo en los archivos XML relacionados con el proyecto</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="211"/> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="221"/> <source>Recent Projects</source> <translation>Proyectos recientes</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="217"/> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="227"/> <source>Number of recent projects:</source> <translation>Número de proyectos recientes:</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="224"/> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="234"/> <source>Enter the number of recent projects to remember</source> <translation>Introduzca el número de proyectos recientes a recordar</translation> </message> <message> <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="163"/> - <source>Automatically compile</source> - <translation>Compilar automaticamente</translation> + <source>Automatisations</source> + <translation type="unfinished">Compilar automaticamente</translation> </message> <message> <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="172"/> - <source>changed forms</source> - <translation>formularios modificados</translation> + <source>compile changed forms</source> + <translation type="unfinished">formularios modificados</translation> </message> <message> <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="182"/> - <source>changed resources</source> - <translation>recursos modificados</translation> + <source>compile changed resources</source> + <translation type="unfinished">recursos modificados</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="202"/> + <source>Python Variant</source> + <translation>Variante de Python</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="208"/> + <source>Select to determine the Python variant from the project language</source> + <translation>Seleccionar para determinar la variante de Python a partir del lenguaje del proyecto</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="211"/> + <source>Determine Python variant from project language</source> + <translation>Determinar la variante de Python a partir del lenguaje del proyecto</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="266"/> + <source>Tasks</source> + <translation>Tareas</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="272"/> + <source>Select to save the project tasks automatically</source> + <translation>Seleccionar para guardar las tareas de proyecto automaticamente</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="275"/> + <source>Save tasks automatically</source> + <translation>Guardar tareas automaticamente</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="282"/> + <source>Select to rescan the project tasks when a project is opened</source> + <translation>Seleccionar para reescanear las tareas del proyecto al abrir un proyecto</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="285"/> + <source>Rescan tasks upon opening</source> + <translation>Reescanear tareas al abrir</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="189"/> + <source>Select to execute the configured 'make' command before a run action is performed</source> + <translation type="unfinished"></translation> </message> <message> <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="192"/> - <source>Python Variant</source> - <translation>Variante de Python</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="198"/> - <source>Select to determine the Python variant from the project language</source> - <translation>Seleccionar para determinar la variante de Python a partir del lenguaje del proyecto</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="201"/> - <source>Determine Python variant from project language</source> - <translation>Determinar la variante de Python a partir del lenguaje del proyecto</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="256"/> - <source>Tasks</source> - <translation>Tareas</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="262"/> - <source>Select to save the project tasks automatically</source> - <translation>Seleccionar para guardar las tareas de proyecto automaticamente</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="265"/> - <source>Save tasks automatically</source> - <translation>Guardar tareas automaticamente</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="272"/> - <source>Select to rescan the project tasks when a project is opened</source> - <translation>Seleccionar para reescanear las tareas del proyecto al abrir un proyecto</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="275"/> - <source>Rescan tasks upon opening</source> - <translation>Reescanear tareas al abrir</translation> + <source>execute make</source> + <translation type="unfinished"></translation> </message> </context> <context> @@ -52992,29 +53150,29 @@ <p>Si el proyecto está controlado por un systema de control de versiones, el botón de "Mostrar Información del Repositorio" muestra información acerca del repositorio.</p></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="97"/> + <location filename="../Project/PropertiesDialog.ui" line="137"/> <source>Project &Type:</source> <translation>&Tipo de Proyecto:</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="244"/> + <location filename="../Project/PropertiesDialog.ui" line="284"/> <source>&Author:</source> <translation>&Autor:</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="254"/> + <location filename="../Project/PropertiesDialog.ui" line="294"/> <source>Enter authors name</source> <translation>Introduzca el nombre de los autores</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="257"/> + <location filename="../Project/PropertiesDialog.ui" line="297"/> <source><b>Author</b> <p>Enter the name of the author.</p></source> <translation><b>Autor</b> <p>Introduzca el nombre del autor.</p></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="286"/> + <location filename="../Project/PropertiesDialog.ui" line="326"/> <source>&Description:</source> <translation>&Descripción:</translation> </message> @@ -53024,35 +53182,35 @@ <translation>&Nombre del Proyecto:</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="155"/> + <location filename="../Project/PropertiesDialog.ui" line="195"/> <source>Enter the version number</source> <translation>Introduzca el número de versión</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="158"/> + <location filename="../Project/PropertiesDialog.ui" line="198"/> <source><b>Version No.</b> <p>Enter the version no.</p></source> <translation><b>Número de Version</b> <p>Introduzca el número de versión.</p></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="299"/> + <location filename="../Project/PropertiesDialog.ui" line="339"/> <source>Enter description</source> <translation>Introduzca la descripción</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="302"/> + <location filename="../Project/PropertiesDialog.ui" line="342"/> <source><b>Description</b> <p>Enter a short description for the project.</p></source> <translation><b>Descripcion</b><p>Introduzca una descripción corta para el proyecto.</p></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="133"/> + <location filename="../Project/PropertiesDialog.ui" line="173"/> <source>Enter the project directory</source> <translation>Introduzca el directorio del proyecto</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="136"/> + <location filename="../Project/PropertiesDialog.ui" line="176"/> <source><b>Project Directory</b> <p>Enter the project directory. You may select it with a dialog by pressing the button to the right.</p></source> @@ -53061,17 +53219,17 @@ presione el botón de la derecha</p></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="265"/> + <location filename="../Project/PropertiesDialog.ui" line="305"/> <source>&Email:</source> <translation>&Correo electrónico:</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="275"/> + <location filename="../Project/PropertiesDialog.ui" line="315"/> <source>Enter authors email</source> <translation>Introduzca el correo electrónico de los autores</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="278"/> + <location filename="../Project/PropertiesDialog.ui" line="318"/> <source><b>Email</b> <p>Enter the email address of the author</p></source> <translation><b>Email</b> @@ -53090,22 +53248,22 @@ <p>Introduzca el nombre del proyecto.</p></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="166"/> + <location filename="../Project/PropertiesDialog.ui" line="206"/> <source>&Main Script:</source> <translation>&Script principal:</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="114"/> + <location filename="../Project/PropertiesDialog.ui" line="154"/> <source>Project &Directory:</source> <translation>&Directorio del Proyecto:</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="185"/> + <location filename="../Project/PropertiesDialog.ui" line="225"/> <source>Enter the main script</source> <translation>Introducir el script principal</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="188"/> + <location filename="../Project/PropertiesDialog.ui" line="228"/> <source><b>Main Script</b> <p>Enter the main script of the project. You may select it with a dialog by pressing the button to the right.</p></source> @@ -53114,57 +53272,57 @@ a través de un diálogo pulsando el botón de la derecha.</p></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="197"/> + <location filename="../Project/PropertiesDialog.ui" line="237"/> <source>Press to edit the translations properties</source> <translation>Pulse para editar las propiedades de las traducciones</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="200"/> + <location filename="../Project/PropertiesDialog.ui" line="240"/> <source>Translations Properties...</source> <translation>Propiedades de las traducciones...</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="145"/> + <location filename="../Project/PropertiesDialog.ui" line="185"/> <source>&Version No.:</source> <translation>Número de &versión:</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="84"/> + <location filename="../Project/PropertiesDialog.ui" line="86"/> <source>Select, if the project uses other programming languages as well</source> <translation>Seleccionar si el proyecto usa también otros lenguajes de programación</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="87"/> + <location filename="../Project/PropertiesDialog.ui" line="89"/> <source>Mi&xed programming languages</source> <translation>&Varios lenguajes de programación</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="90"/> + <location filename="../Project/PropertiesDialog.ui" line="92"/> <source>Alt+X</source> <translation>Alt+X</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="343"/> + <location filename="../Project/PropertiesDialog.ui" line="383"/> <source>Press to show information about the repository</source> <translation>Pulse para mostrar información acerca del repositorio</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="346"/> + <location filename="../Project/PropertiesDialog.ui" line="386"/> <source>Show &Repository Info</source> <translation>Mostrar Información del &Repositorio</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="349"/> + <location filename="../Project/PropertiesDialog.ui" line="389"/> <source>Alt+R</source> <translation>Alt+R</translation> </message> <message> - <location filename="../Project/PropertiesDialog.py" line="111"/> + <location filename="../Project/PropertiesDialog.py" line="115"/> <source>The project is not version controlled.</source> <translation>El proyecto no tiene control de versiones.</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="107"/> + <location filename="../Project/PropertiesDialog.ui" line="147"/> <source>Select the type of the project</source> <translation>Seleccione el tipo de proyecto</translation> </message> @@ -53200,55 +53358,70 @@ <translation>Propiedades de la Corrección Ortográfica...</translation> </message> <message> - <location filename="../Project/PropertiesDialog.py" line="105"/> + <location filename="../Project/PropertiesDialog.py" line="109"/> <source>The project is version controlled by <b>{0}</b>.</source> <translation>El proyecto está bajo control de versiones de <b>{0}</b>.</translation> </message> <message> - <location filename="../Project/PropertiesDialog.py" line="56"/> + <location filename="../Project/PropertiesDialog.py" line="60"/> <source>Source Files ({0});;All Files (*)</source> <translation>Archivos fuente ({0});;Todos los archivos (*)</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="207"/> + <location filename="../Project/PropertiesDialog.ui" line="247"/> <source>End of &Line Character:</source> <translation>Carácter de Fin de &Línea:</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="217"/> + <location filename="../Project/PropertiesDialog.ui" line="257"/> <source>Select the end of line character to be used by the project</source> <translation>Seleccionar el carácter de fin de línea a utilizar en este proyecto</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="221"/> + <location filename="../Project/PropertiesDialog.ui" line="261"/> <source>System</source> <translation>Sistema</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="226"/> + <location filename="../Project/PropertiesDialog.ui" line="266"/> <source>Unix</source> <translation>Unix</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="231"/> + <location filename="../Project/PropertiesDialog.ui" line="271"/> <source>Macintosh</source> <translation>Macintosh</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="236"/> + <location filename="../Project/PropertiesDialog.ui" line="276"/> <source>Windows/DOS</source> <translation>Windows/DOS</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="318"/> + <location filename="../Project/PropertiesDialog.ui" line="358"/> <source>Select to create a version controlled project</source> <translation>Seleccionar para crear un proyecto con control de versiones</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="321"/> + <location filename="../Project/PropertiesDialog.ui" line="361"/> <source>Version Controlled Project</source> <translation>Proyecto con Control de Versiones</translation> </message> + <message> + <location filename="../Project/PropertiesDialog.ui" line="112"/> + <source>Select to activate the 'make' support</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/PropertiesDialog.ui" line="115"/> + <source>Enable 'make' Support</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/PropertiesDialog.ui" line="125"/> + <source>Press to open a dialog to enter the 'make' parameters</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>ProtobufPage</name> @@ -73615,2163 +73788,2163 @@ <translation>Aplicando conexiones...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="513"/> + <location filename="../UI/UserInterface.py" line="516"/> <source>Initializing Tools...</source> <translation>Inicializando Herramientas...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="531"/> + <location filename="../UI/UserInterface.py" line="534"/> <source>Registering Objects...</source> <translation>Registrando Objetos...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="559"/> + <location filename="../UI/UserInterface.py" line="562"/> <source>Initializing Actions...</source> <translation>Inicializando Acciones...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="561"/> + <location filename="../UI/UserInterface.py" line="564"/> <source>Initializing Menus...</source> <translation>Inicializando Menues...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="563"/> + <location filename="../UI/UserInterface.py" line="566"/> <source>Initializing Toolbars...</source> <translation>Inicializando Barras de Herramientas...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="565"/> + <location filename="../UI/UserInterface.py" line="568"/> <source>Initializing Statusbar...</source> <translation>Inicializando Barra de estado...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="592"/> + <location filename="../UI/UserInterface.py" line="595"/> <source>Initializing Single Application Server...</source> <translation>Incializando el servidor de aplicaciones simples...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="602"/> + <location filename="../UI/UserInterface.py" line="605"/> <source>Activating Plugins...</source> <translation>Activando Plugins...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1427"/> + <location filename="../UI/UserInterface.py" line="1430"/> <source>Project-Viewer</source> <translation>Visor de Proyecto</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1462"/> + <location filename="../UI/UserInterface.py" line="1465"/> <source>Debug-Viewer</source> <translation>Visor Depurador</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1513"/> + <location filename="../UI/UserInterface.py" line="1516"/> <source>Log-Viewer</source> <translation>Visor Log</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1531"/> + <location filename="../UI/UserInterface.py" line="1534"/> <source>Task-Viewer</source> <translation>Visor de Tareas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1549"/> + <location filename="../UI/UserInterface.py" line="1552"/> <source>Template-Viewer</source> <translation>Visor de Plantillas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1480"/> + <location filename="../UI/UserInterface.py" line="1483"/> <source>Shell</source> <translation>Shell</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1496"/> + <location filename="../UI/UserInterface.py" line="1499"/> <source>File-Browser</source> <translation>Explorador de archivos</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1331"/> + <location filename="../UI/UserInterface.py" line="1334"/> <source>Quit</source> <translation>Salir</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1331"/> + <location filename="../UI/UserInterface.py" line="1334"/> <source>&Quit</source> <translation>&Salir</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1331"/> + <location filename="../UI/UserInterface.py" line="1334"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation>Ctrl+Q</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1337"/> + <location filename="../UI/UserInterface.py" line="1340"/> <source>Quit the IDE</source> <translation>Salir del IDE</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1338"/> + <location filename="../UI/UserInterface.py" line="1341"/> <source><b>Quit the IDE</b><p>This quits the IDE. Any unsaved changes may be saved first. Any Python program being debugged will be stopped and the preferences will be written to disc.</p></source> <translation><b>Salir del IDE</b><p>Sale del IDE. Salve primero cualquier cambio que no haya guardado. Se detendran las depuraciones en curso y las preferencias se guardarán en disco.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1393"/> + <location filename="../UI/UserInterface.py" line="1396"/> <source>Edit Profile</source> <translation>Perfil de Edición</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1399"/> + <location filename="../UI/UserInterface.py" line="1402"/> <source>Activate the edit view profile</source> <translation>Activar el perfil de vista de edición</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1401"/> + <location filename="../UI/UserInterface.py" line="1404"/> <source><b>Edit Profile</b><p>Activate the "Edit View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.</p></source> <translation><b>Perfil de Edición</b><p>Activar "Perfil de Vista de Edición". Las ventanas que se muestran, si este perfil esta activo, pueden ser configuradas con el diálogo "Ver Configuración de Perfil".</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1410"/> + <location filename="../UI/UserInterface.py" line="1413"/> <source>Debug Profile</source> <translation>Perfil de Depuración</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1416"/> + <location filename="../UI/UserInterface.py" line="1419"/> <source>Activate the debug view profile</source> <translation>Activar el perfil de vista de depuración</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1418"/> + <location filename="../UI/UserInterface.py" line="1421"/> <source><b>Debug Profile</b><p>Activate the "Debug View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.</p></source> <translation><b>Perfil de Depuración</b><p>Activar "Perfil de Vista de Depuracion". Las ventanas que se muestran, si este perfil esta activo, pueden ser configuradas con el diálogo "Ver Configuración de Perfil".</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1427"/> + <location filename="../UI/UserInterface.py" line="1430"/> <source>&Project-Viewer</source> <translation>Visor de &Proyecto</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1427"/> + <location filename="../UI/UserInterface.py" line="1430"/> <source>Alt+Shift+P</source> <translation>Alt+Shift+P</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1462"/> + <location filename="../UI/UserInterface.py" line="1465"/> <source>Alt+Shift+D</source> <translation>Alt+Shift+D</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1480"/> + <location filename="../UI/UserInterface.py" line="1483"/> <source>&Shell</source> <translation>&Shell</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1480"/> + <location filename="../UI/UserInterface.py" line="1483"/> <source>Alt+Shift+S</source> <translation>Alt+Shift+S</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1496"/> + <location filename="../UI/UserInterface.py" line="1499"/> <source>Alt+Shift+F</source> <translation>Alt+Shift+F</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1513"/> + <location filename="../UI/UserInterface.py" line="1516"/> <source>Alt+Shift+G</source> <translation>Alt+Shift+G</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1531"/> + <location filename="../UI/UserInterface.py" line="1534"/> <source>Alt+Shift+T</source> <translation>Alt+Shift+T</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1444"/> + <location filename="../UI/UserInterface.py" line="1447"/> <source>Alt+Shift+M</source> <translation>Alt+Shift+M</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1718"/> + <location filename="../UI/UserInterface.py" line="1721"/> <source>What's This?</source> <translation>¿Qué es esto?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1718"/> + <location filename="../UI/UserInterface.py" line="1721"/> <source>&What's This?</source> <translation>¿&Qué es esto?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1718"/> + <location filename="../UI/UserInterface.py" line="1721"/> <source>Shift+F1</source> <translation>Shift+F1</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1724"/> + <location filename="../UI/UserInterface.py" line="1727"/> <source>Context sensitive help</source> <translation>Ayuda sensible al contexto</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1725"/> + <location filename="../UI/UserInterface.py" line="1728"/> <source><b>Display context sensitive help</b><p>In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.</p></source> <translation><b>Mostrar ayuda sensible al contexto</b><p>En modo ¿Qué es esto? el puntero del ratón muestra una flecha con un interrogante, y se puede hacer click en elementos de la interfaz gráfica para obtener una descripción corta de lo que hacen y de cómo se utilizan. En los diálogos, se puede acceder a esta característica utilizando el botón de ayuda de contexto en la barra de título.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1737"/> + <location filename="../UI/UserInterface.py" line="1740"/> <source>Helpviewer</source> <translation>Visor de Ayuda</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1737"/> + <location filename="../UI/UserInterface.py" line="1740"/> <source>&Helpviewer...</source> <translation>Visor de &Ayuda...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1737"/> + <location filename="../UI/UserInterface.py" line="1740"/> <source>F1</source> <translation>F1</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1743"/> + <location filename="../UI/UserInterface.py" line="1746"/> <source>Open the helpviewer window</source> <translation>Abrir la ventana del visor de ayuda</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1765"/> + <location filename="../UI/UserInterface.py" line="1768"/> <source>Show Versions</source> <translation>Mostrar Versiones</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1765"/> + <location filename="../UI/UserInterface.py" line="1768"/> <source>Show &Versions</source> <translation>Mostrar Versione&s</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1769"/> + <location filename="../UI/UserInterface.py" line="1772"/> <source>Display version information</source> <translation>Mostrar información de versiones</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1771"/> + <location filename="../UI/UserInterface.py" line="1774"/> <source><b>Show Versions</b><p>Display version information.</p></source> <translation><b>Mostrar Versiones</b><p>Muestra información de versiones.</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1784"/> + <source>Check for Updates</source> + <translation>Buscar actualizaciones</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1781"/> - <source>Check for Updates</source> - <translation>Buscar actualizaciones</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1778"/> <source>Check for &Updates...</source> <translation>Buscar act&ualizaciones...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1789"/> + <location filename="../UI/UserInterface.py" line="1792"/> <source>Show downloadable versions</source> <translation>Mostrar versiones descargables</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1789"/> + <location filename="../UI/UserInterface.py" line="1792"/> <source>Show &downloadable versions...</source> <translation>Mostrar versiones &descargables...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1793"/> + <location filename="../UI/UserInterface.py" line="1796"/> <source>Show the versions available for download</source> <translation>Mostrar las versiones disponibles para descarga</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3218"/> + <location filename="../UI/UserInterface.py" line="3221"/> <source>Report Bug</source> <translation>Enviar informe de bugs</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1816"/> + <location filename="../UI/UserInterface.py" line="1819"/> <source>Report &Bug...</source> <translation>Enviar informe de &bugs...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1820"/> + <location filename="../UI/UserInterface.py" line="1823"/> <source>Report a bug</source> <translation>Enviar informe de bugs</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1821"/> + <location filename="../UI/UserInterface.py" line="1824"/> <source><b>Report Bug...</b><p>Opens a dialog to report a bug.</p></source> <translation><b>Enviar informe de Bugs...</b><p>Abre un diálogo para enviar un informe de un error (bug).</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2790"/> - <source>Unittest</source> - <translation>Test Unitario</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1843"/> - <source>&Unittest...</source> - <translation>Te&st Unitario...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1848"/> - <source>Start unittest dialog</source> - <translation>Ejecutar diálogo de tests unitarios</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1849"/> - <source><b>Unittest</b><p>Perform unit tests. The dialog gives you the ability to select and run a unittest suite.</p></source> - <translation><b>Tests unitarios</b><p>Lleva a cabo tests unitarios. Este diálogo proporciona la capacidad de seleccionar y ejecutar una suite de tests unitarios.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1857"/> - <source>Unittest Restart</source> - <translation>Ejecutar de nuevo Test Unitario</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1857"/> - <source>&Restart Unittest...</source> - <translation>Ejecuta&r de nuevo Test Unitario...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1862"/> - <source>Restart last unittest</source> - <translation>Ejecutar de nuevo el último test unitario</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1863"/> - <source><b>Restart Unittest</b><p>Restart the unittest performed last.</p></source> - <translation><b>Ejecutar de nuevo Test Unitario</b><p>Vuelve a ejecutar el último test unitario que se ha ejecutado.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1887"/> - <source>Unittest Script</source> - <translation>Test Unitario de Script</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1887"/> - <source>Unittest &Script...</source> - <translation>Test Unitario de &Script...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1892"/> - <source>Run unittest with current script</source> - <translation>Ejecutar test unitario con el script actual</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1894"/> - <source><b>Unittest Script</b><p>Run unittest with current script.</p></source> - <translation><b>Test Unitario de Script</b><p>Ejecuta un test unitario con el script actual.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4346"/> - <source>Unittest Project</source> - <translation>Test Unitario de Proyecto</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1902"/> - <source>Unittest &Project...</source> - <translation>Test Unitario de &Proyecto...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1907"/> - <source>Run unittest with current project</source> - <translation>Ejecutar test unitario con el proyecto actual</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1909"/> - <source><b>Unittest Project</b><p>Run unittest with current project.</p></source> - <translation><b>Test Unitario del Proyecto</b>Ejecuta un test unitario con el proyecto actual.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1970"/> - <source>UI Previewer</source> - <translation>Previsualizador de UI</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1970"/> - <source>&UI Previewer...</source> - <translation>Previsualizador de &UI...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1975"/> - <source>Start the UI Previewer</source> - <translation>Ejecutar el Previsualizador de UI</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1976"/> - <source><b>UI Previewer</b><p>Start the UI Previewer.</p></source> - <translation><b>Previsualizador de UI</b><p>Ejecuta el Previsualizador de UI.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1983"/> - <source>Translations Previewer</source> - <translation>Previsualizador de Traducciones</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1983"/> - <source>&Translations Previewer...</source> - <translation>Previsualizador de &Traducciones...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1988"/> - <source>Start the Translations Previewer</source> - <translation>Ejecutar el Previsualizador de traducciones</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1990"/> - <source><b>Translations Previewer</b><p>Start the Translations Previewer.</p></source> - <translation><b>Previsualizador de traducciones<b><p>Ejecuta el Previsualizador de traducciones.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1997"/> - <source>Compare Files</source> - <translation>Comparar Archivos</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1997"/> - <source>&Compare Files...</source> - <translation>&Comparar Archivos...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2015"/> - <source>Compare two files</source> - <translation>Comparar dos archivos</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2003"/> - <source><b>Compare Files</b><p>Open a dialog to compare two files.</p></source> - <translation><b>Comparar Archivos</b><p>Abre un diálogo para comparar dos archivos.</b></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2010"/> - <source>Compare Files side by side</source> - <translation>Comparar Archivos uno al lado de otro</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2016"/> - <source><b>Compare Files side by side</b><p>Open a dialog to compare two files and show the result side by side.</p></source> - <translation><b>Comparar Archivos uno al lado de otro</b><p>Abre un diálogo para comparar dos archivos y mostrar los resultados en paralelo.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2111"/> - <source>Preferences</source> - <translation>Preferencias</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2111"/> - <source>&Preferences...</source> - <translation>&Preferencias...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2116"/> - <source>Set the prefered configuration</source> - <translation>Establecer la configuración preferida</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2118"/> - <source><b>Preferences</b><p>Set the configuration items of the application with your prefered values.</p></source> - <translation><b>Preferencias</b><p>Establecezca los elementos de configuración de la aplicación con sus valores preferidos.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2155"/> - <source>Reload APIs</source> - <translation>Recargar APIs</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2155"/> - <source>Reload &APIs</source> - <translation>Recargar &APIs</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2159"/> - <source>Reload the API information</source> - <translation>Recargar la información de API</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2161"/> - <source><b>Reload APIs</b><p>Reload the API information.</p></source> - <translation><b>Recargar APIs</b><p>Recarga la información de API.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2173"/> - <source>Show external tools</source> - <translation>Mostrar herramientas externas</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2168"/> - <source>Show external &tools</source> - <translation>Mostrar herramien&tas externas</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2184"/> - <source>View Profiles</source> - <translation>Perfiles de Vista</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2184"/> - <source>&View Profiles...</source> - <translation>Perfiles de &Vista...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2189"/> - <source>Configure view profiles</source> - <translation>Configurar perfiles de vista</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2191"/> - <source><b>View Profiles</b><p>Configure the view profiles. With this dialog you may set the visibility of the various windows for the predetermined view profiles.</p></source> - <translation><b>Perfiles de Vista</b><p>Configure los perfiles de vista. Con este diálogo puede establecer la visibilidad de las diversas ventanas para los perfiles de vista predeterminados.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2216"/> - <source>Keyboard Shortcuts</source> - <translation>Atajos de Teclado</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2216"/> - <source>Keyboard &Shortcuts...</source> - <translation>Atajo&s de Teclado...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2221"/> - <source>Set the keyboard shortcuts</source> - <translation>Establecer los atajos de teclado</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2223"/> - <source><b>Keyboard Shortcuts</b><p>Set the keyboard shortcuts of the application with your prefered values.</p></source> - <translation><b>Atajos de Teclado</b><p>Establezca los atajos de teclado para la aplicación con sus valores preferidos.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5712"/> - <source>Export Keyboard Shortcuts</source> - <translation>Exportar Atajos de Teclado</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2231"/> - <source>&Export Keyboard Shortcuts...</source> - <translation>&Exportar Atajos de Teclado...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2236"/> - <source>Export the keyboard shortcuts</source> - <translation>Exportar los atajos de teclado</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2238"/> - <source><b>Export Keyboard Shortcuts</b><p>Export the keyboard shortcuts of the application.</p></source> - <translation><b>Exportar Atajos de Teclado</b><p>Exporte los atajos de teclado de la aplicación.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5736"/> - <source>Import Keyboard Shortcuts</source> - <translation>Importar Atajos de Teclado</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2245"/> - <source>&Import Keyboard Shortcuts...</source> - <translation>&Importar Atajos de Teclado...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2250"/> - <source>Import the keyboard shortcuts</source> - <translation>Importar los atajos de teclado</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2252"/> - <source><b>Import Keyboard Shortcuts</b><p>Import the keyboard shortcuts of the application.</p></source> - <translation><b>Importar Atajos de Teclado</b><p>Importe los atajos de teclado de la aplicación.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2310"/> - <source>Activate current editor</source> - <translation>Activar editor actual</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2310"/> - <source>Alt+Shift+E</source> - <translation>Alt+Shift+E</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2320"/> - <source>Ctrl+Alt+Tab</source> - <translation>Ctrl+Alt+Tab</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2329"/> - <source>Shift+Ctrl+Alt+Tab</source> - <translation>Shift+Ctrl+Alt+Tab</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2347"/> - <source>Plugin Infos</source> - <translation>Información sobre Plugins</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2347"/> - <source>&Plugin Infos...</source> - <translation>Información sobre &Plugins...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2351"/> - <source>Show Plugin Infos</source> - <translation>Mostrar Información sobre Plugins</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2352"/> - <source><b>Plugin Infos...</b><p>This opens a dialog, that show some information about loaded plugins.</p></source> - <translation><b>Información sobre Plugins...</b><p>Abre un diálogo que muestra información sobre las extensiones (plugins) cargadas.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2378"/> - <source>Uninstall Plugin</source> - <translation>Desinstalar Plugin</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2373"/> - <source>&Uninstall Plugin...</source> - <translation>Desinstalar Pl&ugin...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2379"/> - <source><b>Uninstall Plugin...</b><p>This opens a dialog to uninstall a plugin.</p></source> - <translation><b>Desinstalar Plugin...</b><p>Abre un diálogo para desinstalar una extensión o plugin.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2386"/> - <source>Plugin Repository</source> - <translation>Repositorio de Plugins</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2386"/> - <source>Plugin &Repository...</source> - <translation>&Repositorio de Plugins...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2391"/> - <source>Show Plugins available for download</source> - <translation>Mostrar Plugins disponibles para descarga</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2393"/> - <source><b>Plugin Repository...</b><p>This opens a dialog, that shows a list of plugins available on the Internet.</p></source> - <translation><b>Repositorios de Plugins...</b><p>Abre un diálogo que muestra una lista de extensiones (plugins) disponibles en Internet.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2417"/> - <source>Qt4 Documentation</source> - <translation>Documentación de Qt4</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2417"/> - <source>Qt&4 Documentation</source> - <translation>Documentación de Qt&4</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2421"/> - <source>Open Qt4 Documentation</source> - <translation>Abrir Documentación de Qt4</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2447"/> - <source>PyQt4 Documentation</source> - <translation>Documentación de PyQt4</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2451"/> - <source>Open PyQt4 Documentation</source> - <translation>Abrir Documentación de PyQt4</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2531"/> - <source>Eric API Documentation</source> - <translation>Documentación de API de Eric</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2531"/> - <source>&Eric API Documentation</source> - <translation>Documentación de API de &Eric</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2535"/> - <source>Open Eric API Documentation</source> - <translation>Abrir Documentación de API de Eric</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2603"/> - <source>&Unittest</source> - <translation>Te&st Unitario</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2620"/> - <source>E&xtras</source> - <translation>E&xtras</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2625"/> - <source>Wi&zards</source> - <translation>Asis&tentes</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2633"/> - <source>Select Tool Group</source> - <translation>Seleccionar Grupo de Herramientas</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2641"/> - <source>Se&ttings</source> - <translation>Con&figuración</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2666"/> - <source>&Window</source> - <translation>Ven&tana</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2691"/> - <source>&Toolbars</source> - <translation>&Barra de Herramientas</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2702"/> - <source>P&lugins</source> - <translation>P&lugins</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2716"/> - <source>&Help</source> - <translation>Ay&uda</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2789"/> - <source>Tools</source> - <translation>Herramientas</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2791"/> - <source>Settings</source> - <translation>Ajustes</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4598"/> - <source>Help</source> - <translation>Ayuda</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2793"/> - <source>Profiles</source> - <translation>Perfiles</translation> + <source>Unittest</source> + <translation>Test Unitario</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1846"/> + <source>&Unittest...</source> + <translation>Te&st Unitario...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1851"/> + <source>Start unittest dialog</source> + <translation>Ejecutar diálogo de tests unitarios</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1852"/> + <source><b>Unittest</b><p>Perform unit tests. The dialog gives you the ability to select and run a unittest suite.</p></source> + <translation><b>Tests unitarios</b><p>Lleva a cabo tests unitarios. Este diálogo proporciona la capacidad de seleccionar y ejecutar una suite de tests unitarios.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1860"/> + <source>Unittest Restart</source> + <translation>Ejecutar de nuevo Test Unitario</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1860"/> + <source>&Restart Unittest...</source> + <translation>Ejecuta&r de nuevo Test Unitario...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1865"/> + <source>Restart last unittest</source> + <translation>Ejecutar de nuevo el último test unitario</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1866"/> + <source><b>Restart Unittest</b><p>Restart the unittest performed last.</p></source> + <translation><b>Ejecutar de nuevo Test Unitario</b><p>Vuelve a ejecutar el último test unitario que se ha ejecutado.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1890"/> + <source>Unittest Script</source> + <translation>Test Unitario de Script</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1890"/> + <source>Unittest &Script...</source> + <translation>Test Unitario de &Script...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1895"/> + <source>Run unittest with current script</source> + <translation>Ejecutar test unitario con el script actual</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1897"/> + <source><b>Unittest Script</b><p>Run unittest with current script.</p></source> + <translation><b>Test Unitario de Script</b><p>Ejecuta un test unitario con el script actual.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4349"/> + <source>Unittest Project</source> + <translation>Test Unitario de Proyecto</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1905"/> + <source>Unittest &Project...</source> + <translation>Test Unitario de &Proyecto...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1910"/> + <source>Run unittest with current project</source> + <translation>Ejecutar test unitario con el proyecto actual</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1912"/> + <source><b>Unittest Project</b><p>Run unittest with current project.</p></source> + <translation><b>Test Unitario del Proyecto</b>Ejecuta un test unitario con el proyecto actual.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1973"/> + <source>UI Previewer</source> + <translation>Previsualizador de UI</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1973"/> + <source>&UI Previewer...</source> + <translation>Previsualizador de &UI...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1978"/> + <source>Start the UI Previewer</source> + <translation>Ejecutar el Previsualizador de UI</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1979"/> + <source><b>UI Previewer</b><p>Start the UI Previewer.</p></source> + <translation><b>Previsualizador de UI</b><p>Ejecuta el Previsualizador de UI.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1986"/> + <source>Translations Previewer</source> + <translation>Previsualizador de Traducciones</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1986"/> + <source>&Translations Previewer...</source> + <translation>Previsualizador de &Traducciones...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1991"/> + <source>Start the Translations Previewer</source> + <translation>Ejecutar el Previsualizador de traducciones</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1993"/> + <source><b>Translations Previewer</b><p>Start the Translations Previewer.</p></source> + <translation><b>Previsualizador de traducciones<b><p>Ejecuta el Previsualizador de traducciones.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2000"/> + <source>Compare Files</source> + <translation>Comparar Archivos</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2000"/> + <source>&Compare Files...</source> + <translation>&Comparar Archivos...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2018"/> + <source>Compare two files</source> + <translation>Comparar dos archivos</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2006"/> + <source><b>Compare Files</b><p>Open a dialog to compare two files.</p></source> + <translation><b>Comparar Archivos</b><p>Abre un diálogo para comparar dos archivos.</b></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2013"/> + <source>Compare Files side by side</source> + <translation>Comparar Archivos uno al lado de otro</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2019"/> + <source><b>Compare Files side by side</b><p>Open a dialog to compare two files and show the result side by side.</p></source> + <translation><b>Comparar Archivos uno al lado de otro</b><p>Abre un diálogo para comparar dos archivos y mostrar los resultados en paralelo.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2114"/> + <source>Preferences</source> + <translation>Preferencias</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2114"/> + <source>&Preferences...</source> + <translation>&Preferencias...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2119"/> + <source>Set the prefered configuration</source> + <translation>Establecer la configuración preferida</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2121"/> + <source><b>Preferences</b><p>Set the configuration items of the application with your prefered values.</p></source> + <translation><b>Preferencias</b><p>Establecezca los elementos de configuración de la aplicación con sus valores preferidos.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2158"/> + <source>Reload APIs</source> + <translation>Recargar APIs</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2158"/> + <source>Reload &APIs</source> + <translation>Recargar &APIs</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2162"/> + <source>Reload the API information</source> + <translation>Recargar la información de API</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2164"/> + <source><b>Reload APIs</b><p>Reload the API information.</p></source> + <translation><b>Recargar APIs</b><p>Recarga la información de API.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2176"/> + <source>Show external tools</source> + <translation>Mostrar herramientas externas</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2171"/> + <source>Show external &tools</source> + <translation>Mostrar herramien&tas externas</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2187"/> + <source>View Profiles</source> + <translation>Perfiles de Vista</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2187"/> + <source>&View Profiles...</source> + <translation>Perfiles de &Vista...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2192"/> + <source>Configure view profiles</source> + <translation>Configurar perfiles de vista</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2194"/> + <source><b>View Profiles</b><p>Configure the view profiles. With this dialog you may set the visibility of the various windows for the predetermined view profiles.</p></source> + <translation><b>Perfiles de Vista</b><p>Configure los perfiles de vista. Con este diálogo puede establecer la visibilidad de las diversas ventanas para los perfiles de vista predeterminados.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2219"/> + <source>Keyboard Shortcuts</source> + <translation>Atajos de Teclado</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2219"/> + <source>Keyboard &Shortcuts...</source> + <translation>Atajo&s de Teclado...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2224"/> + <source>Set the keyboard shortcuts</source> + <translation>Establecer los atajos de teclado</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2226"/> + <source><b>Keyboard Shortcuts</b><p>Set the keyboard shortcuts of the application with your prefered values.</p></source> + <translation><b>Atajos de Teclado</b><p>Establezca los atajos de teclado para la aplicación con sus valores preferidos.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5715"/> + <source>Export Keyboard Shortcuts</source> + <translation>Exportar Atajos de Teclado</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2234"/> + <source>&Export Keyboard Shortcuts...</source> + <translation>&Exportar Atajos de Teclado...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2239"/> + <source>Export the keyboard shortcuts</source> + <translation>Exportar los atajos de teclado</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2241"/> + <source><b>Export Keyboard Shortcuts</b><p>Export the keyboard shortcuts of the application.</p></source> + <translation><b>Exportar Atajos de Teclado</b><p>Exporte los atajos de teclado de la aplicación.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5739"/> + <source>Import Keyboard Shortcuts</source> + <translation>Importar Atajos de Teclado</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2248"/> + <source>&Import Keyboard Shortcuts...</source> + <translation>&Importar Atajos de Teclado...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2253"/> + <source>Import the keyboard shortcuts</source> + <translation>Importar los atajos de teclado</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2255"/> + <source><b>Import Keyboard Shortcuts</b><p>Import the keyboard shortcuts of the application.</p></source> + <translation><b>Importar Atajos de Teclado</b><p>Importe los atajos de teclado de la aplicación.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2313"/> + <source>Activate current editor</source> + <translation>Activar editor actual</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2313"/> + <source>Alt+Shift+E</source> + <translation>Alt+Shift+E</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2323"/> + <source>Ctrl+Alt+Tab</source> + <translation>Ctrl+Alt+Tab</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2332"/> + <source>Shift+Ctrl+Alt+Tab</source> + <translation>Shift+Ctrl+Alt+Tab</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2350"/> + <source>Plugin Infos</source> + <translation>Información sobre Plugins</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2350"/> + <source>&Plugin Infos...</source> + <translation>Información sobre &Plugins...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2354"/> + <source>Show Plugin Infos</source> + <translation>Mostrar Información sobre Plugins</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2355"/> + <source><b>Plugin Infos...</b><p>This opens a dialog, that show some information about loaded plugins.</p></source> + <translation><b>Información sobre Plugins...</b><p>Abre un diálogo que muestra información sobre las extensiones (plugins) cargadas.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2381"/> + <source>Uninstall Plugin</source> + <translation>Desinstalar Plugin</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2376"/> + <source>&Uninstall Plugin...</source> + <translation>Desinstalar Pl&ugin...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2382"/> + <source><b>Uninstall Plugin...</b><p>This opens a dialog to uninstall a plugin.</p></source> + <translation><b>Desinstalar Plugin...</b><p>Abre un diálogo para desinstalar una extensión o plugin.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2389"/> + <source>Plugin Repository</source> + <translation>Repositorio de Plugins</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2389"/> + <source>Plugin &Repository...</source> + <translation>&Repositorio de Plugins...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2394"/> + <source>Show Plugins available for download</source> + <translation>Mostrar Plugins disponibles para descarga</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2396"/> + <source><b>Plugin Repository...</b><p>This opens a dialog, that shows a list of plugins available on the Internet.</p></source> + <translation><b>Repositorios de Plugins...</b><p>Abre un diálogo que muestra una lista de extensiones (plugins) disponibles en Internet.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2420"/> + <source>Qt4 Documentation</source> + <translation>Documentación de Qt4</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2420"/> + <source>Qt&4 Documentation</source> + <translation>Documentación de Qt&4</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2424"/> + <source>Open Qt4 Documentation</source> + <translation>Abrir Documentación de Qt4</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2450"/> + <source>PyQt4 Documentation</source> + <translation>Documentación de PyQt4</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2454"/> + <source>Open PyQt4 Documentation</source> + <translation>Abrir Documentación de PyQt4</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2534"/> + <source>Eric API Documentation</source> + <translation>Documentación de API de Eric</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2534"/> + <source>&Eric API Documentation</source> + <translation>Documentación de API de &Eric</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2538"/> + <source>Open Eric API Documentation</source> + <translation>Abrir Documentación de API de Eric</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2606"/> + <source>&Unittest</source> + <translation>Te&st Unitario</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2623"/> + <source>E&xtras</source> + <translation>E&xtras</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2628"/> + <source>Wi&zards</source> + <translation>Asis&tentes</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2636"/> + <source>Select Tool Group</source> + <translation>Seleccionar Grupo de Herramientas</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2644"/> + <source>Se&ttings</source> + <translation>Con&figuración</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2669"/> + <source>&Window</source> + <translation>Ven&tana</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2694"/> + <source>&Toolbars</source> + <translation>&Barra de Herramientas</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2705"/> + <source>P&lugins</source> + <translation>P&lugins</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2719"/> + <source>&Help</source> + <translation>Ay&uda</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2792"/> + <source>Tools</source> + <translation>Herramientas</translation> </message> <message> <location filename="../UI/UserInterface.py" line="2794"/> + <source>Settings</source> + <translation>Ajustes</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4601"/> + <source>Help</source> + <translation>Ayuda</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2796"/> + <source>Profiles</source> + <translation>Perfiles</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2797"/> <source>Plugins</source> <translation>Plugins</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3163"/> + <location filename="../UI/UserInterface.py" line="3166"/> <source><h3>Version Numbers</h3><table></source> <translation><h3>Números de Versiones</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6690"/> + <location filename="../UI/UserInterface.py" line="6693"/> <source></table></source> <translation></table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3218"/> + <location filename="../UI/UserInterface.py" line="3221"/> <source>Email address or mail server address is empty. Please configure your Email settings in the Preferences Dialog.</source> <translation>La dirección de correo electrónico o la dirección del servidor de correo están en blanco. Por favor configure las opciones de Correo Electrónico en el diálogo de Preferencias.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3577"/> + <location filename="../UI/UserInterface.py" line="3580"/> <source>Configure Tool Groups ...</source> <translation>Configurar Grupos de Herramientas ...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3581"/> + <location filename="../UI/UserInterface.py" line="3584"/> <source>Configure current Tool Group ...</source> <translation>Configurar Grupo de Herramientas actual ...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3532"/> + <location filename="../UI/UserInterface.py" line="3535"/> <source>&Builtin Tools</source> <translation>Herramientas de serie (&builtin)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3549"/> + <location filename="../UI/UserInterface.py" line="3552"/> <source>&Plugin Tools</source> <translation>Herramientas de Extensión (&Plugin)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3697"/> + <location filename="../UI/UserInterface.py" line="3700"/> <source>&Show all</source> <translation>&Ver todo</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3699"/> + <location filename="../UI/UserInterface.py" line="3702"/> <source>&Hide all</source> <translation>&Ocultar todo</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4346"/> + <location filename="../UI/UserInterface.py" line="4349"/> <source>There is no main script defined for the current project. Aborting</source> <translation>No hay script principal definido para el proyecto actual. Abortando</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4724"/> + <location filename="../UI/UserInterface.py" line="4727"/> <source>Problem</source> <translation>Problema</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4913"/> + <location filename="../UI/UserInterface.py" line="4916"/> <source>Process Generation Error</source> <translation>Error de Generación de Proceso</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4598"/> + <location filename="../UI/UserInterface.py" line="4601"/> <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source> <translation>No hay visor personalizado seleccionado actualmente. Por favor, especifique uno en el diálogo de preferencias.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4632"/> + <location filename="../UI/UserInterface.py" line="4635"/> <source><p>Could not start the help viewer.<br>Ensure that it is available as <b>hh</b>.</p></source> <translation><p>No se ha podido ejecutar el visor de ayuda.<br>Asegúrese de que esta disponible como <b>hh</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5387"/> + <location filename="../UI/UserInterface.py" line="5390"/> <source>Documentation Missing</source> <translation>Falta documentación</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5372"/> + <location filename="../UI/UserInterface.py" line="5375"/> <source>Documentation</source> <translation>Documentación</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5198"/> + <location filename="../UI/UserInterface.py" line="5201"/> <source><p>The PyQt4 documentation starting point has not been configured.</p></source> <translation><P>El punto de entrada de documentación de PyQt4 no ha sido configurado.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5905"/> + <location filename="../UI/UserInterface.py" line="5908"/> <source>Save tasks</source> <translation>Guardar tareas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5934"/> + <location filename="../UI/UserInterface.py" line="5937"/> <source>Read tasks</source> <translation>Leer tareas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6295"/> + <location filename="../UI/UserInterface.py" line="6298"/> <source>Drop Error</source> <translation>Error de volcado</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6652"/> + <location filename="../UI/UserInterface.py" line="6655"/> <source>Error during updates check</source> <translation>Error durante la verificación de actualización</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6465"/> + <location filename="../UI/UserInterface.py" line="6468"/> <source>&Cancel</source> <translation>&Cancelar</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6632"/> + <location filename="../UI/UserInterface.py" line="6635"/> <source>Update available</source> <translation>Actualizaciones disponibles</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6652"/> + <location filename="../UI/UserInterface.py" line="6655"/> <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="6676"/> + <location filename="../UI/UserInterface.py" line="6679"/> <source><h3>Available versions</h3><table></source> <translation><h3>Versiones disponibles</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6717"/> + <location filename="../UI/UserInterface.py" line="6720"/> <source>First time usage</source> <translation>Usado por primera vez</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2042"/> + <location filename="../UI/UserInterface.py" line="2045"/> <source>Mini Editor</source> <translation>Mini Editor</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2037"/> + <location filename="../UI/UserInterface.py" line="2040"/> <source>Mini &Editor...</source> <translation>Mini &Editor...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2043"/> + <location filename="../UI/UserInterface.py" line="2046"/> <source><b>Mini Editor</b><p>Open a dialog with a simplified editor.</p></source> <translation><b>Mini Editor</b><p>Abre un diálogo con un editor simple.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2365"/> + <location filename="../UI/UserInterface.py" line="2368"/> <source>Install Plugins</source> <translation>Instalar Plugins</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2360"/> + <location filename="../UI/UserInterface.py" line="2363"/> <source>&Install Plugins...</source> <translation>&Instalar Plugins...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2366"/> + <location filename="../UI/UserInterface.py" line="2369"/> <source><b>Install Plugins...</b><p>This opens a dialog to install or update plugins.</p></source> <translation><b>Instalar Plugins...</b><p>Abre un diálogo para instalar o actualizar extensiones (plugins).</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2201"/> + <location filename="../UI/UserInterface.py" line="2204"/> <source>Toolbars</source> <translation>Barras de Herramientas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2201"/> + <location filename="../UI/UserInterface.py" line="2204"/> <source>Tool&bars...</source> <translation>&Barras de Herramientas...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2206"/> + <location filename="../UI/UserInterface.py" line="2209"/> <source>Configure toolbars</source> <translation>Configurar Barras de Herramientas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2207"/> + <location filename="../UI/UserInterface.py" line="2210"/> <source><b>Toolbars</b><p>Configure the toolbars. With this dialog you may change the actions shown on the various toolbars and define your own toolbars.</p></source> <translation><b>Barras de Herramientas</b><p>Configure las barras de herramientas. Con este diálogo puede cambiar las accines mostradas en las diversas barras de herramientas, y definir sus propias barras de herramientas.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="617"/> + <location filename="../UI/UserInterface.py" line="620"/> <source>Restoring Toolbarmanager...</source> <translation>Restaurando Gestor de Barras de Herramientas...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4858"/> + <location filename="../UI/UserInterface.py" line="4861"/> <source>External Tools</source> <translation>Herramientas Externas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1444"/> + <location filename="../UI/UserInterface.py" line="1447"/> <source>Multiproject-Viewer</source> <translation>Visor de Multiproyecto</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1444"/> + <location filename="../UI/UserInterface.py" line="1447"/> <source>&Multiproject-Viewer</source> <translation>Visor de &Multiproyecto</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6031"/> + <location filename="../UI/UserInterface.py" line="6034"/> <source>Save session</source> <translation>Guardar sesión</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6015"/> + <location filename="../UI/UserInterface.py" line="6018"/> <source>Read session</source> <translation>Cargar sesión</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2962"/> + <location filename="../UI/UserInterface.py" line="2965"/> <source><p>This part of the status bar displays the current editors encoding.</p></source> <translation><p>Esta zona de la barra de estado muestra la codificación del editor actual.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2976"/> + <location filename="../UI/UserInterface.py" line="2979"/> <source><p>This part of the status bar displays an indication of the current editors files writability.</p></source> <translation><p>Esta zona de la barra de estado muestra una indicación de las propiedades de escritura de los archivos del editor.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1828"/> + <location filename="../UI/UserInterface.py" line="1831"/> <source>Request Feature</source> <translation>Solicitar nueva característica</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1828"/> + <location filename="../UI/UserInterface.py" line="1831"/> <source>Request &Feature...</source> <translation>Solicitar nueva &característica...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1832"/> + <location filename="../UI/UserInterface.py" line="1835"/> <source>Send a feature request</source> <translation>Enviar una solicitud de nueva característica</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1834"/> + <location filename="../UI/UserInterface.py" line="1837"/> <source><b>Request Feature...</b><p>Opens a dialog to send a feature request.</p></source> <translation><b>Solicitar nueva Característica...</b><p>Abre un diálogo para enviar una solicitud de nueva característica.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2955"/> + <location filename="../UI/UserInterface.py" line="2958"/> <source><p>This part of the status bar displays the current editors language.</p></source> <translation><p>Esta zona de la barra de estado muestra el lenguaje del editor actual.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2983"/> + <location filename="../UI/UserInterface.py" line="2986"/> <source><p>This part of the status bar displays the line number of the current editor.</p></source> <translation><p>Esta zona de la barra de estado muestra el número de línea en el editor actual.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2990"/> + <location filename="../UI/UserInterface.py" line="2993"/> <source><p>This part of the status bar displays the cursor position of the current editor.</p></source> <translation><p>Esta zona de la barra de estado muestra la posición del cursor en el editor actual.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1592"/> + <location filename="../UI/UserInterface.py" line="1595"/> <source>Horizontal Toolbox</source> <translation>Caja de Herramientas Horizontal</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1549"/> + <location filename="../UI/UserInterface.py" line="1552"/> <source>Alt+Shift+A</source> <translation>Alt+Shift+A</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1592"/> + <location filename="../UI/UserInterface.py" line="1595"/> <source>&Horizontal Toolbox</source> <translation>Caja de Herramientas &Horizontal</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1596"/> + <location filename="../UI/UserInterface.py" line="1599"/> <source>Toggle the Horizontal Toolbox window</source> <translation>Conmutar la ventana de Caja de Herramientas Horizontal</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1598"/> + <location filename="../UI/UserInterface.py" line="1601"/> <source><b>Toggle the Horizontal Toolbox window</b><p>If the Horizontal Toolbox window is hidden then display it. If it is displayed then close it.</p></source> <translation><b>Conmutar la ventana de Caja de Herramientas Horizontal</b><p>Si la ventana de Caja de Herramientas Horizontal está escondida, se muestra. Si está siendo mostrada, se cierra.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3498"/> + <location filename="../UI/UserInterface.py" line="3501"/> <source>Restart application</source> <translation>Reiniciar aplicación</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3498"/> + <location filename="../UI/UserInterface.py" line="3501"/> <source>The application needs to be restarted. Do it now?</source> <translation>La aplicación necesita ser reiniciada. ¿Desea hacerlo ahora?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2711"/> + <location filename="../UI/UserInterface.py" line="2714"/> <source>Configure...</source> <translation>Configurar...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2969"/> + <location filename="../UI/UserInterface.py" line="2972"/> <source><p>This part of the status bar displays the current editors eol setting.</p></source> <translation><p>Esta zona de la barra de estado muestra la configuración actual de fin de línea (eol) para los editores.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2338"/> + <location filename="../UI/UserInterface.py" line="2341"/> <source>Switch between tabs</source> <translation>Alternar entre pestañas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2338"/> + <location filename="../UI/UserInterface.py" line="2341"/> <source>Ctrl+1</source> <translation>Ctrl+1</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2127"/> + <location filename="../UI/UserInterface.py" line="2130"/> <source>Export Preferences</source> <translation>Exportar Preferencias</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2127"/> + <location filename="../UI/UserInterface.py" line="2130"/> <source>E&xport Preferences...</source> <translation>E&xportar Preferencias...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2132"/> + <location filename="../UI/UserInterface.py" line="2135"/> <source>Export the current configuration</source> <translation>Exportar la configuración actual</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2134"/> + <location filename="../UI/UserInterface.py" line="2137"/> <source><b>Export Preferences</b><p>Export the current configuration to a file.</p></source> <translation><b>Exportar Preferencias</b><p>Exportar la configuración actual a un archivo.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2141"/> + <location filename="../UI/UserInterface.py" line="2144"/> <source>Import Preferences</source> <translation>Importar Preferencias</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2141"/> + <location filename="../UI/UserInterface.py" line="2144"/> <source>I&mport Preferences...</source> <translation>I&mportar Preferencias...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2146"/> + <location filename="../UI/UserInterface.py" line="2149"/> <source>Import a previously exported configuration</source> <translation>Importar una configuración previamente exportada</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2148"/> + <location filename="../UI/UserInterface.py" line="2151"/> <source><b>Import Preferences</b><p>Import a previously exported configuration.</p></source> <translation><b>Importar Preferencias</b><p>Importar una configuración previamente exportada.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2320"/> + <location filename="../UI/UserInterface.py" line="2323"/> <source>Show next</source> <translation>Mostrar siguente</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2329"/> + <location filename="../UI/UserInterface.py" line="2332"/> <source>Show previous</source> <translation>Mostrar anterior</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1606"/> + <location filename="../UI/UserInterface.py" line="1609"/> <source>Left Sidebar</source> <translation>Barra Lateral a la Izquierda</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1606"/> + <location filename="../UI/UserInterface.py" line="1609"/> <source>&Left Sidebar</source> <translation>Barra &Lateral a la Izquierda</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1610"/> + <location filename="../UI/UserInterface.py" line="1613"/> <source>Toggle the left sidebar window</source> <translation>Conmutar la barra lateral a la izquierda</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1611"/> + <location filename="../UI/UserInterface.py" line="1614"/> <source><b>Toggle the left sidebar window</b><p>If the left sidebar window is hidden then display it. If it is displayed then close it.</p></source> <translation><b>Conmutar la barra lateral a la izquierda</b><p>Si la barra lateral a la izquierda está escondida, se muestra. Si está siendo mostrada, se cierra.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1633"/> + <location filename="../UI/UserInterface.py" line="1636"/> <source>Bottom Sidebar</source> <translation>Barra Lateral Inferior</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1633"/> + <location filename="../UI/UserInterface.py" line="1636"/> <source>&Bottom Sidebar</source> <translation>&Barra Lateral Inferior</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1637"/> + <location filename="../UI/UserInterface.py" line="1640"/> <source>Toggle the bottom sidebar window</source> <translation>Conmutar la barra lateral inferior</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1639"/> + <location filename="../UI/UserInterface.py" line="1642"/> <source><b>Toggle the bottom sidebar window</b><p>If the bottom sidebar window is hidden then display it. If it is displayed then close it.</p></source> <translation><b>Conmutar la barra lateral inferior</b><p>Si la barra lateral inferior está escondida, se muestra. Si está siendo mostrada, se cierra.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1462"/> + <location filename="../UI/UserInterface.py" line="1465"/> <source>&Debug-Viewer</source> <translation>Visor &Depurador</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2024"/> + <location filename="../UI/UserInterface.py" line="2027"/> <source>SQL Browser</source> <translation>Navegador SQL</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2024"/> + <location filename="../UI/UserInterface.py" line="2027"/> <source>SQL &Browser...</source> <translation>&Navegador SQL...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2029"/> + <location filename="../UI/UserInterface.py" line="2032"/> <source>Browse a SQL database</source> <translation>Navegar una base de datos SQL</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2030"/> + <location filename="../UI/UserInterface.py" line="2033"/> <source><b>SQL Browser</b><p>Browse a SQL database.</p></source> <translation><b>Navegador SQL</b><p>Navegar una base de datos SQL.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2082"/> + <location filename="../UI/UserInterface.py" line="2085"/> <source>Icon Editor</source> <translation>Editor de Iconos</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2082"/> + <location filename="../UI/UserInterface.py" line="2085"/> <source>&Icon Editor...</source> <translation>Editor de &Iconos...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4545"/> + <location filename="../UI/UserInterface.py" line="4548"/> <source>Qt 3 support</source> <translation>Soporte para Qt 3</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5372"/> + <location filename="../UI/UserInterface.py" line="5375"/> <source><p>The PySide documentation starting point has not been configured.</p></source> <translation><P>El punto de entrada de documentación de PySide no ha sido configurado.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2552"/> + <location filename="../UI/UserInterface.py" line="2555"/> <source>PySide Documentation</source> <translation>Documentación de PySide</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2552"/> + <location filename="../UI/UserInterface.py" line="2555"/> <source>Py&Side Documentation</source> <translation>Documentación de Py&Side</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2556"/> + <location filename="../UI/UserInterface.py" line="2559"/> <source>Open PySide Documentation</source> <translation>Abrir Documentación de PySide</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1297"/> + <location filename="../UI/UserInterface.py" line="1300"/> <source>{0} - Passive Mode</source> <translation>{0} - Modo Pasivo</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1304"/> + <location filename="../UI/UserInterface.py" line="1307"/> <source>{0} - {1} - Passive Mode</source> <translation>{0} - {1} - Modo Pasivo</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1308"/> + <location filename="../UI/UserInterface.py" line="1311"/> <source>{0} - {1} - {2} - Passive Mode</source> <translation>{0} - {1} - {2} - Modo Pasivo</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3065"/> + <location filename="../UI/UserInterface.py" line="3068"/> <source>External Tools/{0}</source> <translation>Herramientas Externas/{0}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4724"/> + <location filename="../UI/UserInterface.py" line="4727"/> <source><p>The file <b>{0}</b> does not exist or is zero length.</p></source> <translation><p>El archivo <b>{0}</b> no existe o tiene longitud nula. </p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4452"/> + <location filename="../UI/UserInterface.py" line="4455"/> <source><p>Could not start Qt-Designer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>No se ha podido ejecutar Qt-Designer.<br>Asegúrese de que esta disponible como <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4519"/> + <location filename="../UI/UserInterface.py" line="4522"/> <source><p>Could not start Qt-Linguist.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>No se ha podido ejecutar Qt-Linguist.<br>Asegúrese de que esta disponible como <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4570"/> + <location filename="../UI/UserInterface.py" line="4573"/> <source><p>Could not start Qt-Assistant.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>No se ha podido ejecutar Qt-Assistant.<br>Asegúrese de que esta disponible como <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4612"/> + <location filename="../UI/UserInterface.py" line="4615"/> <source><p>Could not start custom viewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>No se ha podido ejecutar el visor personalizado.<br>Asegúrese de que esta disponible como <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4680"/> + <location filename="../UI/UserInterface.py" line="4683"/> <source><p>Could not start UI Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>No se ha podido ejecutar el Previsualizador de UI.<br>Asegúrese de que esta disponible como <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4735"/> + <location filename="../UI/UserInterface.py" line="4738"/> <source><p>Could not start Translation Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>No se ha podido ejecutar el Previsualizador de Traducciones.<br>Asegúrese de que esta disponible como <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4756"/> + <location filename="../UI/UserInterface.py" line="4759"/> <source><p>Could not start SQL Browser.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>No se ha podido iniciar el navegador SQL.<br>Asegúrese de que está disponible como <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4849"/> + <location filename="../UI/UserInterface.py" line="4852"/> <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source> <translation>No se ha encontrado la entrada para la herramienta externa '{0}' en el grupo de herramientas '{1}'.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4858"/> + <location filename="../UI/UserInterface.py" line="4861"/> <source>No toolgroup entry '{0}' found.</source> <translation>No se ha encontrado la entrada para el grupo de herramientas '{0}'.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4897"/> + <location filename="../UI/UserInterface.py" line="4900"/> <source>Starting process '{0} {1}'. </source> <translation>Comenzando proceso '{0} {1}'. </translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4913"/> + <location filename="../UI/UserInterface.py" line="4916"/> <source><p>Could not start the tool entry <b>{0}</b>.<br>Ensure that it is available as <b>{1}</b>.</p></source> <translation><p>No se ha podido ejecutar la entrada de herramienta <b>{0}</b>.<br>Asegúrese de que esta disponible como <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4989"/> + <location filename="../UI/UserInterface.py" line="4992"/> <source>Process '{0}' has exited. </source> <translation>El proceso '{0}' ha finalizado. </translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5387"/> + <location filename="../UI/UserInterface.py" line="5390"/> <source><p>The documentation starting point "<b>{0}</b>" could not be found.</p></source> <translation><P>El punto de entrada de documentación "<b>{0}</b>" no ha podido encontrarse.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5905"/> + <location filename="../UI/UserInterface.py" line="5908"/> <source><p>The tasks file <b>{0}</b> could not be written.</p></source> <translation><p>El archivo de tareas <b>{0}</b> no pudo ser guardado.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5934"/> + <location filename="../UI/UserInterface.py" line="5937"/> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation><p>El archivo de tareas <b>{0}</b> no puede leerse.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5968"/> + <location filename="../UI/UserInterface.py" line="5971"/> <source><p>The session file <b>{0}</b> could not be written.</p></source> <translation><p>El archivo de sesión <b>{0}</b> no ha podido guardarse.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6015"/> + <location filename="../UI/UserInterface.py" line="6018"/> <source><p>The session file <b>{0}</b> could not be read.</p></source> <translation><p>El archivo de sesión <b></b> no ha podido ser leído.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6295"/> + <location filename="../UI/UserInterface.py" line="6298"/> <source><p><b>{0}</b> is not a file.</p></source> <translation><p><b>{0}</b> no es un archivo.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6474"/> + <location filename="../UI/UserInterface.py" line="6477"/> <source>Trying host {0}</source> <translation>Probando host {0}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="945"/> + <location filename="../UI/UserInterface.py" line="948"/> <source>Cooperation</source> <translation>Cooperación</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1647"/> + <location filename="../UI/UserInterface.py" line="1650"/> <source>Alt+Shift+O</source> <translation>Alt+Shift+O</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1002"/> + <location filename="../UI/UserInterface.py" line="1005"/> <source>Symbols</source> <translation>Símbolos</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1682"/> + <location filename="../UI/UserInterface.py" line="1685"/> <source>Alt+Shift+Y</source> <translation>Alt+Shift+Y</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1010"/> + <location filename="../UI/UserInterface.py" line="1013"/> <source>Numbers</source> <translation>Números</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1700"/> + <location filename="../UI/UserInterface.py" line="1703"/> <source>Alt+Shift+B</source> <translation>Alt+Shift+B</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5736"/> + <location filename="../UI/UserInterface.py" line="5739"/> <source>Keyboard shortcut file (*.e4k)</source> <translation>Archivo de atajos de teclado (*.e4k)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2489"/> + <location filename="../UI/UserInterface.py" line="2492"/> <source>Python 3 Documentation</source> <translation>Documentación de Python 3</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2489"/> + <location filename="../UI/UserInterface.py" line="2492"/> <source>Python &3 Documentation</source> <translation>Documentación de Python &3</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2493"/> + <location filename="../UI/UserInterface.py" line="2496"/> <source>Open Python 3 Documentation</source> <translation>Abrir Documentación de Python 3</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2507"/> + <location filename="../UI/UserInterface.py" line="2510"/> <source>Python 2 Documentation</source> <translation>Documentación de Python 2</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2507"/> + <location filename="../UI/UserInterface.py" line="2510"/> <source>Python &2 Documentation</source> <translation>Documentación de Python &2</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2511"/> + <location filename="../UI/UserInterface.py" line="2514"/> <source>Open Python 2 Documentation</source> <translation>Abrir Documentación de Python 2</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2513"/> + <location filename="../UI/UserInterface.py" line="2516"/> <source><b>Python 2 Documentation</b><p>Display the Python 2 documentation. If no documentation directory is configured, the location of the Python 2 documentation is assumed to be the doc directory underneath the location of the configured Python 2 executable on Windows and <i>/usr/share/doc/packages/python/html/python-docs-html</i> on Unix. Set PYTHON2DOCDIR in your environment to override this. </p></source> <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="6538"/> + <location filename="../UI/UserInterface.py" line="6541"/> <source>Error getting versions information</source> <translation>Error al obtener información de versiones</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6531"/> + <location filename="../UI/UserInterface.py" line="6534"/> <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> <message> - <location filename="../UI/UserInterface.py" line="5508"/> + <location filename="../UI/UserInterface.py" line="5511"/> <source>Open Browser</source> <translation>Abrir Navegador</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5508"/> + <location filename="../UI/UserInterface.py" line="5511"/> <source>Could not start a web browser</source> <translation>No se ha podido iniciar el navegador web</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6538"/> + <location filename="../UI/UserInterface.py" line="6541"/> <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> <message> - <location filename="../UI/UserInterface.py" line="622"/> + <location filename="../UI/UserInterface.py" line="625"/> <source>Setting View Profile...</source> <translation>Estableciendo Perfil de Vista...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="626"/> + <location filename="../UI/UserInterface.py" line="629"/> <source>Reading Tasks...</source> <translation>Leyendo tareas...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="630"/> + <location filename="../UI/UserInterface.py" line="633"/> <source>Reading Templates...</source> <translation>Leyendo Plantillas...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="634"/> + <location filename="../UI/UserInterface.py" line="637"/> <source>Starting Debugger...</source> <translation>Iniciando Depurador...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1374"/> + <location filename="../UI/UserInterface.py" line="1377"/> <source>New Window</source> <translation>Nueva Ventana</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1374"/> + <location filename="../UI/UserInterface.py" line="1377"/> <source>New &Window</source> <translation>Nueva &Ventana</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1374"/> + <location filename="../UI/UserInterface.py" line="1377"/> <source>Ctrl+Shift+N</source> <comment>File|New Window</comment> <translation>Ctrl+Shift+N</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1871"/> + <location filename="../UI/UserInterface.py" line="1874"/> <source>Unittest Rerun Failed</source> <translation>Re-ejecución de Test Unitatio Fallida</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1871"/> + <location filename="../UI/UserInterface.py" line="1874"/> <source>Rerun Failed Tests...</source> <translation>Re-ejecutar Tests Fallidos...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1876"/> + <location filename="../UI/UserInterface.py" line="1879"/> <source>Rerun failed tests of the last run</source> <translation>Re-ejecutar tests fallidos de la última ejecución</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1878"/> + <location filename="../UI/UserInterface.py" line="1881"/> <source><b>Rerun Failed Tests</b><p>Rerun all tests that failed during the last unittest run.</p></source> <translation><b>Re-ejecución Tests Fallidos</b><p>Re-ejecutar todos los tests que fallaron durante la última ejecución de test unitario.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2010"/> + <location filename="../UI/UserInterface.py" line="2013"/> <source>Compare &Files side by side...</source> <translation>Comparar &Archivos uno al lado de otro...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2096"/> + <location filename="../UI/UserInterface.py" line="2099"/> <source>Snapshot</source> <translation>Captura de Pantalla</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2096"/> + <location filename="../UI/UserInterface.py" line="2099"/> <source>&Snapshot...</source> <translation>Captura de &Pantalla...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2101"/> + <location filename="../UI/UserInterface.py" line="2104"/> <source>Take snapshots of a screen region</source> <translation>Tomar capturas de una región de la pantalla</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2103"/> + <location filename="../UI/UserInterface.py" line="2106"/> <source><b>Snapshot</b><p>This opens a dialog to take snapshots of a screen region.</p></source> <translation><b>Captura de Pantalla</b><p>Abre un diálogo para tomar capturas de pantalla de una región de la pantalla.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4826"/> + <location filename="../UI/UserInterface.py" line="4829"/> <source><p>Could not start Snapshot tool.<br>Ensure that it is available as <b>{0}</b>.</p></source> <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="6736"/> + <location filename="../UI/UserInterface.py" line="6739"/> <source>Select Workspace Directory</source> <translation>Seleccionar Directorio para el Espacio de Trabajo</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1567"/> + <location filename="../UI/UserInterface.py" line="1570"/> <source>Left Toolbox</source> <translation>Caja de herramientas de la Izquierda</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1579"/> + <location filename="../UI/UserInterface.py" line="1582"/> <source>Right Toolbox</source> <translation>Caja de herramientas de la Derecha</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1433"/> + <location filename="../UI/UserInterface.py" line="1436"/> <source>Switch the input focus to the Project-Viewer window.</source> <translation>Cambiar el foco de input a la ventana de Visor de Proyecto.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1435"/> + <location filename="../UI/UserInterface.py" line="1438"/> <source><b>Activate Project-Viewer</b><p>This switches the input focus to the Project-Viewer window.</p></source> <translation><b>Activar Visor de Proyectos</b><p>Cambia el foco de input a la ventana de Visor de Proyecto.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1450"/> + <location filename="../UI/UserInterface.py" line="1453"/> <source>Switch the input focus to the Multiproject-Viewer window.</source> <translation>Cambiar el foco de input a la ventana de Visor de Multiproyecto.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1452"/> + <location filename="../UI/UserInterface.py" line="1455"/> <source><b>Activate Multiproject-Viewer</b><p>This switches the input focus to the Multiproject-Viewer window.</p></source> <translation><b>Activar Visor de Multiproyecto</b><p>Cambia el foco de input a la ventana de Visor de Multiproyecto.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1468"/> + <location filename="../UI/UserInterface.py" line="1471"/> <source>Switch the input focus to the Debug-Viewer window.</source> <translation>Cambiar el foco de input a la ventana de Visor de Depuración.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1470"/> + <location filename="../UI/UserInterface.py" line="1473"/> <source><b>Activate Debug-Viewer</b><p>This switches the input focus to the Debug-Viewer window.</p></source> <translation><b>Activar Visor de Depuración</b><p>Cambia el foco de input a la ventana de Visor de Depuración.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1486"/> + <location filename="../UI/UserInterface.py" line="1489"/> <source>Switch the input focus to the Shell window.</source> <translation>Cambiar el foco de input a la ventana de Shell.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1488"/> + <location filename="../UI/UserInterface.py" line="1491"/> <source><b>Activate Shell</b><p>This switches the input focus to the Shell window.</p></source> <translation><b>Activar Shell</b><p>Cambia el foco de input a la ventana de Shell.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1496"/> + <location filename="../UI/UserInterface.py" line="1499"/> <source>&File-Browser</source> <translation>Na&vegador de archivos</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1502"/> + <location filename="../UI/UserInterface.py" line="1505"/> <source>Switch the input focus to the File-Browser window.</source> <translation>Cambiar el foco de input a la ventana de Navegador de Archivos.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1504"/> + <location filename="../UI/UserInterface.py" line="1507"/> <source><b>Activate File-Browser</b><p>This switches the input focus to the File-Browser window.</p></source> <translation><b>Activar Navegador de Archivos</b><p>Cambia el foco de input a la ventana de Navegador de Archivos.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1513"/> + <location filename="../UI/UserInterface.py" line="1516"/> <source>Lo&g-Viewer</source> <translation>Visor de Lo&g</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1519"/> + <location filename="../UI/UserInterface.py" line="1522"/> <source>Switch the input focus to the Log-Viewer window.</source> <translation>Cambiar el foco de input a la ventana de Visor de Log.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1521"/> + <location filename="../UI/UserInterface.py" line="1524"/> <source><b>Activate Log-Viewer</b><p>This switches the input focus to the Log-Viewer window.</p></source> <translation><b>Activar Visor de Log</b><p>Cambia el foco de input a la ventana de Visor de Log.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1531"/> + <location filename="../UI/UserInterface.py" line="1534"/> <source>&Task-Viewer</source> <translation>Visor de &Tareas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1537"/> + <location filename="../UI/UserInterface.py" line="1540"/> <source>Switch the input focus to the Task-Viewer window.</source> <translation>Cambiar el foco de input a la ventana de Visor de Tareas.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1549"/> + <location filename="../UI/UserInterface.py" line="1552"/> <source>Templ&ate-Viewer</source> <translation>Visor de Pl&antillas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1555"/> + <location filename="../UI/UserInterface.py" line="1558"/> <source>Switch the input focus to the Template-Viewer window.</source> <translation>Cambiar el foco de input a la ventana de Visor de Plantillas.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1557"/> + <location filename="../UI/UserInterface.py" line="1560"/> <source><b>Activate Template-Viewer</b><p>This switches the input focus to the Template-Viewer window.</p></source> <translation><b>Activar Visor de Plantillas</b><p>Cambiar el foco de input a la ventana de Visor de Plantillas.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1567"/> - <source>&Left Toolbox</source> - <translation>Caja de herramientas de &la Izquierda</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1570"/> + <source>&Left Toolbox</source> + <translation>Caja de herramientas de &la Izquierda</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1573"/> <source>Toggle the Left Toolbox window</source> <translation>Conmutar la ventana de Caja de Herramientas a la izquierda</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1571"/> + <location filename="../UI/UserInterface.py" line="1574"/> <source><b>Toggle the Left Toolbox window</b><p>If the Left Toolbox window is hidden then display it. If it is displayed then close it.</p></source> <translation><b>Conmutar la Caja de Herramientas de la izquierda</b><p>Si la ventana Caja de Herramientas de la izquierda está escondida, se muestra. Si está siendo mostrada, se cierra.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1579"/> + <location filename="../UI/UserInterface.py" line="1582"/> <source>&Right Toolbox</source> <translation>Caja de herramientas de la De&recha</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1583"/> + <location filename="../UI/UserInterface.py" line="1586"/> <source>Toggle the Right Toolbox window</source> <translation>Conmutar la ventana de Caja de Herramientas a la derecha</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1584"/> + <location filename="../UI/UserInterface.py" line="1587"/> <source><b>Toggle the Right Toolbox window</b><p>If the Right Toolbox window is hidden then display it. If it is displayed then close it.</p></source> <translation><b>Conmutar la Caja de Herramientas de la derecha</b><p>Si la ventana Caja de Herramientas de la derecha está escondida, se muestra. Si está siendo mostrada, se cierra.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1619"/> + <location filename="../UI/UserInterface.py" line="1622"/> <source>Right Sidebar</source> <translation>Barra Lateral a la Derecha</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1619"/> + <location filename="../UI/UserInterface.py" line="1622"/> <source>&Right Sidebar</source> <translation>Ba&rra Lateral a la Derecha</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1623"/> + <location filename="../UI/UserInterface.py" line="1626"/> <source>Toggle the right sidebar window</source> <translation>Conmutar la ventana de barra lateral de la derecha</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1625"/> + <location filename="../UI/UserInterface.py" line="1628"/> <source><b>Toggle the right sidebar window</b><p>If the right sidebar window is hidden then display it. If it is displayed then close it.</p></source> <translation><b>Conmutar la ventana de barra lateral de la derecha</b><p>Si la ventana de barra lateral a la derecha está escondida, se muestra. Si está siendo mostrada, se cierra.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1647"/> + <location filename="../UI/UserInterface.py" line="1650"/> <source>Cooperation-Viewer</source> <translation>Visor de Cooperación</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1647"/> + <location filename="../UI/UserInterface.py" line="1650"/> <source>Co&operation-Viewer</source> <translation>Visor de Co&operación</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1653"/> + <location filename="../UI/UserInterface.py" line="1656"/> <source>Switch the input focus to the Cooperation-Viewer window.</source> <translation>Cambiar el foco de input a la ventana de Visor de Cooperación.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1655"/> + <location filename="../UI/UserInterface.py" line="1658"/> <source><b>Activate Cooperation-Viewer</b><p>This switches the input focus to the Cooperation-Viewer window.</p></source> <translation><b>Activar Visor de Cooperación</b><p>Cambia el foco de input a la ventana de Visor de Cooperación.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1682"/> + <location filename="../UI/UserInterface.py" line="1685"/> <source>Symbols-Viewer</source> <translation>Visor de Símbolos</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1682"/> + <location filename="../UI/UserInterface.py" line="1685"/> <source>S&ymbols-Viewer</source> <translation>Visor de S&ímbolos</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1688"/> + <location filename="../UI/UserInterface.py" line="1691"/> <source>Switch the input focus to the Symbols-Viewer window.</source> <translation>Cambiar el foco de input a la ventana de Visor de Símbolos.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1690"/> + <location filename="../UI/UserInterface.py" line="1693"/> <source><b>Activate Symbols-Viewer</b><p>This switches the input focus to the Symbols-Viewer window.</p></source> <translation><b>Activar Visor de Símbolos</b><p>Cambia el foco de input a la ventana de Visor de Símbolos.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1700"/> + <location filename="../UI/UserInterface.py" line="1703"/> <source>Numbers-Viewer</source> <translation>Visor de Números</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1700"/> + <location filename="../UI/UserInterface.py" line="1703"/> <source>Num&bers-Viewer</source> <translation>Visor de Nú&meros</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1706"/> + <location filename="../UI/UserInterface.py" line="1709"/> <source>Switch the input focus to the Numbers-Viewer window.</source> <translation>Cambiar el foco de input a la ventana de Visor de Números.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1708"/> + <location filename="../UI/UserInterface.py" line="1711"/> <source><b>Activate Numbers-Viewer</b><p>This switches the input focus to the Numbers-Viewer window.</p></source> <translation><b>Activar Visor de Números</b><p>Cambia el foco de input a la ventana de Visor de Números.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2671"/> + <location filename="../UI/UserInterface.py" line="2674"/> <source>&Windows</source> <translation>&Ventanas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1539"/> + <location filename="../UI/UserInterface.py" line="1542"/> <source><b>Activate Task-Viewer</b><p>This switches the input focus to the Task-Viewer window.</p></source> <translation><b>Activar Visor de Tareas</b><p>Cambia el foco de input a la ventana de Visor de Tareas.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1665"/> + <location filename="../UI/UserInterface.py" line="1668"/> <source>IRC</source> <translation>IRC</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1665"/> + <location filename="../UI/UserInterface.py" line="1668"/> <source>&IRC</source> <translation>&IRC</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1665"/> + <location filename="../UI/UserInterface.py" line="1668"/> <source>Meta+Shift+I</source> <translation>Meta+Shift+I</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1671"/> + <location filename="../UI/UserInterface.py" line="1674"/> <source>Switch the input focus to the IRC window.</source> <translation>Cambiar el foco de input a la ventana de IRC.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1673"/> + <location filename="../UI/UserInterface.py" line="1676"/> <source><b>Activate IRC</b><p>This switches the input focus to the IRC window.</p></source> <translation><b>Activar IRC</b><p>Cambia el foco de input a la ventana de IRC.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1929"/> + <location filename="../UI/UserInterface.py" line="1932"/> <source>Qt-Designer</source> <translation>Qt Designer</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1929"/> + <location filename="../UI/UserInterface.py" line="1932"/> <source>Qt-&Designer...</source> <translation>Qt-&Designer...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1934"/> + <location filename="../UI/UserInterface.py" line="1937"/> <source>Start Qt-Designer</source> <translation>Iniciar Qt-Designer</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1935"/> + <location filename="../UI/UserInterface.py" line="1938"/> <source><b>Qt-Designer</b><p>Start Qt-Designer.</p></source> <translation><b>Qt-Designer</b><p>Ejecutar Qt-Designer.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1955"/> + <location filename="../UI/UserInterface.py" line="1958"/> <source>Qt-Linguist</source> <translation>Qt-Linguist</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1955"/> + <location filename="../UI/UserInterface.py" line="1958"/> <source>Qt-&Linguist...</source> <translation>Qt-&Linguist...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1960"/> + <location filename="../UI/UserInterface.py" line="1963"/> <source>Start Qt-Linguist</source> <translation>Iniciar Qt Linguist</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1961"/> + <location filename="../UI/UserInterface.py" line="1964"/> <source><b>Qt-Linguist</b><p>Start Qt-Linguist.</p></source> <translation><b>Qt-Linguist</b><p>Iniciar Qt-Linguist.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2431"/> + <location filename="../UI/UserInterface.py" line="2434"/> <source>Qt5 Documentation</source> <translation>Documentación de Qt5</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2431"/> + <location filename="../UI/UserInterface.py" line="2434"/> <source>Qt&5 Documentation</source> <translation>Documentación de Qt&5</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2435"/> + <location filename="../UI/UserInterface.py" line="2438"/> <source>Open Qt5 Documentation</source> <translation>Abrir Documentación de Qt5</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3001"/> + <location filename="../UI/UserInterface.py" line="3004"/> <source><p>This part of the status bar allows zooming the current editor, shell or terminal.</p></source> <translation><p>Esta zona de la barra de estado permite hacer zoom sobre el editor, shell o terminal actual.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2260"/> + <location filename="../UI/UserInterface.py" line="2263"/> <source>Manage SSL Certificates</source> <translation>Gestionar Certificados SSL</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2260"/> + <location filename="../UI/UserInterface.py" line="2263"/> <source>Manage SSL Certificates...</source> <translation>Gestionar Certificados SSL...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2265"/> + <location filename="../UI/UserInterface.py" line="2268"/> <source>Manage the saved SSL certificates</source> <translation>Gestionar los certificados SSL guardados</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2267"/> + <location filename="../UI/UserInterface.py" line="2270"/> <source><b>Manage SSL Certificates...</b><p>Opens a dialog to manage the saved SSL certificates.</p></source> <translation><b>Gestionar Certificados SSL...</b><p>Abre un diálogo para gestionar los certificados SSL guardados.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2276"/> + <location filename="../UI/UserInterface.py" line="2279"/> <source>Edit Message Filters</source> <translation>Editar Filtros de Mensajes</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2276"/> + <location filename="../UI/UserInterface.py" line="2279"/> <source>Edit Message Filters...</source> <translation>Editar Filtros de Mensajes...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2281"/> + <location filename="../UI/UserInterface.py" line="2284"/> <source>Edit the message filters used to suppress unwanted messages</source> <translation>Editar los filtros de mensajes utilizados para suprimir mensajes no deseados</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2283"/> + <location filename="../UI/UserInterface.py" line="2286"/> <source><b>Edit Message Filters</b><p>Opens a dialog to edit the message filters used to suppress unwanted messages been shown in an error window.</p></source> <translation><b>Editar Filtros de Mensajes</b><p>Abre un diálogo para editar los filtros de mensajes utilizados para suprimir mensajes no deseados y que no se muestren en la ventana de error.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2447"/> + <location filename="../UI/UserInterface.py" line="2450"/> <source>PyQt&4 Documentation</source> <translation>Documentación de PyQt&4</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2466"/> + <location filename="../UI/UserInterface.py" line="2469"/> <source>PyQt5 Documentation</source> <translation>Documentación de PyQt5</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2466"/> + <location filename="../UI/UserInterface.py" line="2469"/> <source>PyQt&5 Documentation</source> <translation>Documentación de PyQt&5</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2470"/> + <location filename="../UI/UserInterface.py" line="2473"/> <source>Open PyQt5 Documentation</source> <translation>Abrir Documentación de PyQt5</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5264"/> + <location filename="../UI/UserInterface.py" line="5267"/> <source><p>The PyQt5 documentation starting point has not been configured.</p></source> <translation><P>El punto de entrada de documentación de PyQt5 no ha sido configurado.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2422"/> + <location filename="../UI/UserInterface.py" line="2425"/> <source><b>Qt4 Documentation</b><p>Display the Qt4 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation><b>Documentación de Qt4</b><p>Muestra la Documentación de Qt4. Dependiendo de la configuración, esta documentación será mostrará en el visor de ayuda interno de Eric,en un navegador web, o se ejecutará Qt Assistant.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2436"/> + <location filename="../UI/UserInterface.py" line="2439"/> <source><b>Qt5 Documentation</b><p>Display the Qt5 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation><b>Documentación de Qt5</b><p>Muestra la Documentación de Qt5. Dependiendo de la configuración, esta documentación será mostrará en el visor de ayuda interno de Eric,en un navegador web, o se ejecutará Qt Assistant.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2452"/> + <location filename="../UI/UserInterface.py" line="2455"/> <source><b>PyQt4 Documentation</b><p>Display the PyQt4 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation><b>Documentación de PyQt4</b><p>Muestra la Documentación de PyQt4. Dependiendo de la configuración, esta documentación será mostrará en el visor de ayuda interno de Eric,en un navegador web, o se ejecutará Qt Assistant.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2472"/> + <location filename="../UI/UserInterface.py" line="2475"/> <source><b>PyQt5 Documentation</b><p>Display the PyQt5 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation><b>Documentación de PyQt5</b><p>Muestra la Documentación de PyQt5. Dependiendo de la configuración, esta documentación será mostrará en el visor de ayuda interno de Eric,en un navegador web, o se ejecutará Qt Assistant.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2495"/> + <location filename="../UI/UserInterface.py" line="2498"/> <source><b>Python 3 Documentation</b><p>Display the Python 3 documentation. If no documentation directory is configured, the location of the Python 3 documentation is assumed to be the doc directory underneath the location of the Python 3 executable on Windows and <i>/usr/share/doc/packages/python/html</i> on Unix. Set PYTHON3DOCDIR in your environment to override this.</p></source> <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="2558"/> + <location filename="../UI/UserInterface.py" line="2561"/> <source><b>PySide Documentation</b><p>Display the PySide Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation><b>Documentación de PySide</b><p>Muestra la Documentación de PySide. Dependiendo de la configuración, esta documentación será mostrará en el visor de ayuda interno de Eric,en un navegador web, o se ejecutará Qt Assistant.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6465"/> + <location filename="../UI/UserInterface.py" line="6468"/> <source>%v/%m</source> <translation>%v/%m</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1808"/> + <location filename="../UI/UserInterface.py" line="1811"/> <source>Show Error Log</source> <translation>Mostrar Registro de Errores</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1804"/> + <location filename="../UI/UserInterface.py" line="1807"/> <source>Show Error &Log...</source> <translation>Mostrar &Registro de Errores...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1809"/> + <location filename="../UI/UserInterface.py" line="1812"/> <source><b>Show Error Log...</b><p>Opens a dialog showing the most recent error log.</p></source> <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="6469"/> + <location filename="../UI/UserInterface.py" line="6472"/> <source>Version Check</source> <translation>Verificación de Versión</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1380"/> + <location filename="../UI/UserInterface.py" line="1383"/> <source>Open a new eric6 instance</source> <translation>Abre una nueva instancia de eric6</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1382"/> + <location filename="../UI/UserInterface.py" line="1385"/> <source><b>New Window</b><p>This opens a new instance of the eric6 IDE.</p></source> <translation><b>Nueva Ventana</b><p>Abre una nueva instancia del IDE eric6.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1745"/> + <location filename="../UI/UserInterface.py" line="1748"/> <source><b>Helpviewer</b><p>Display the eric6 web browser. This window will show HTML help files and help from Qt help collections. It has the capability to navigate to links, set bookmarks, print the displayed help and some more features. You may use it to browse the internet as well</p><p>If called with a word selected, this word is search in the Qt help collection.</p></source> <translation><b>Visor de ayuda</b><p>Mostrar el navegador web de eric6. Esta ventana mostrará archivos de ayuda HTML y ayuda de las colecciones de ayuda de Qt. Tiene la capacidad de navegar a hiperenlaces, establecer marcadores, imprimir la ayuda visualizada y algunas otras características.</p><p>Si se invoca con una palabra seleccionada, esta palabra se busca en la colección de ayuda de Qt.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1782"/> + <location filename="../UI/UserInterface.py" line="1785"/> <source><b>Check for Updates...</b><p>Checks the internet for updates of eric6.</p></source> <translation><b>Buscar actualizaciones...</b><p>Busca actualizaciones de eric6 en internet.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1795"/> + <location filename="../UI/UserInterface.py" line="1798"/> <source><b>Show downloadable versions...</b><p>Shows the eric6 versions available for download from the internet.</p></source> <translation><b>Mostrar versiones descargables...</b><p>Muestra las versiones de eric6 disponibles para descarga de internet.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2066"/> + <location filename="../UI/UserInterface.py" line="2069"/> <source>eric6 Web Browser</source> <translation>Navegador Web de eric6</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2066"/> + <location filename="../UI/UserInterface.py" line="2069"/> <source>eric6 &Web Browser...</source> <translation>Navegador &Web de eric6...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2071"/> + <location filename="../UI/UserInterface.py" line="2074"/> <source>Start the eric6 Web Browser</source> <translation>Iniciar el Navegador Web de eric6</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2073"/> + <location filename="../UI/UserInterface.py" line="2076"/> <source><b>eric6 Web Browser</b><p>Browse the Internet with the eric6 Web Browser.</p></source> <translation><b>Navegador Web de eric6</b><p>Navegar por Internet con el Navegador Web de eric6.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2087"/> + <location filename="../UI/UserInterface.py" line="2090"/> <source>Start the eric6 Icon Editor</source> <translation>Iniciar el Editor de Iconos de eric6</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2089"/> + <location filename="../UI/UserInterface.py" line="2092"/> <source><b>Icon Editor</b><p>Starts the eric6 Icon Editor for editing simple icons.</p></source> <translation><b>Editor de Iconos</b><p>Inicia el Editor de Iconos de eric6 para editar iconos sencillos.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2175"/> + <location filename="../UI/UserInterface.py" line="2178"/> <source><b>Show external tools</b><p>Opens a dialog to show the path and versions of all extenal tools used by eric6.</p></source> <translation><b>Mostrar herramientas externas</b><p>Abre un diálogo para mostrar la ruta y versiones de todas las herramientas externas que utiliza eric6.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2537"/> + <location filename="../UI/UserInterface.py" line="2540"/> <source><b>Eric API Documentation</b><p>Display the Eric API documentation. The location for the documentation is the Documentation/Source subdirectory of the eric6 installation directory.</p></source> <translation><b>Documentación de API de Eric</b><p>Muestra la documentación de API de Eric. La ubicación de la documentación es el subdirectorio Documentation/Source del directorio de instalación de eric6.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4545"/> + <location filename="../UI/UserInterface.py" line="4548"/> <source>Qt v.3 is not supported by eric6.</source> <translation>Qt v.3 no está soportado por eric6.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6632"/> + <location filename="../UI/UserInterface.py" line="6635"/> <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="6645"/> + <location filename="../UI/UserInterface.py" line="6648"/> <source>Eric6 is up to date</source> <translation>Eric6 está actualizado</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6645"/> + <location filename="../UI/UserInterface.py" line="6648"/> <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="6717"/> + <location filename="../UI/UserInterface.py" line="6720"/> <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> <message> - <location filename="../UI/UserInterface.py" line="604"/> - <source>Generating Plugins Toolbars...</source> - <translation>Generando Barras de Herramientas para Plugins...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3552"/> - <source>&User Tools</source> - <translation>Herramientas de &Usuario</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3624"/> - <source>No User Tools Configured</source> - <translation>No se han Configurado Herramientas de Usuario</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6485"/> - <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> - <message> - <location filename="../UI/UserInterface.py" line="2050"/> - <source>Hex Editor</source> - <translation>Editor Hexadecimal</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2050"/> - <source>&Hex Editor...</source> - <translation>Editor &Hexadecimal...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2055"/> - <source>Start the eric6 Hex Editor</source> - <translation>Iniciar el Editor Hexadecimal de eric6</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2057"/> - <source><b>Hex Editor</b><p>Starts the eric6 Hex Editor for viewing or editing binary files.</p></source> - <translation><b>Editor Hexadecimal</b><p>Inicia el Editor Hexadecimal de eric6 para visionado o edición de archivos binarios.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2299"/> - <source>Clear private data</source> - <translation>Limpiar Datos Privados</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2301"/> - <source><b>Clear private data</b><p>Clears the private data like the various list of recently opened files, projects or multi projects.</p></source> - <translation><b>Limpiar datos privados</b><p>Limpia los datos privados como las listas de archivos recientes, proyectos o multiproyectos.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1348"/> - <source>Save session...</source> - <translation>Guardar sesión...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1353"/> - <source><b>Save session...</b><p>This saves the current session to disk. A dialog is opened to select the file name.</p></source> - <translation><b>Guardar sesión...</b><p>Guarda la sesión actual a disco. Se muestra un diálogo para seleccionar el nombre de archivo.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6053"/> - <source>Load session</source> - <translation>Cargar sesión</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1361"/> - <source>Load session...</source> - <translation>Cargar sesión...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1366"/> - <source><b>Load session...</b><p>This loads a session saved to disk previously. A dialog is opened to select the file name.</p></source> - <translation><b>Cargar sesión...</b><p>Carga una sesión guardada en disco anteriormente. Se muestra un diálogo para seleccionar el nombre de archivo.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6053"/> - <source>eric6 Session Files (*.e5s)</source> - <translation>Archivos de Sesión de eric6 (*.e5s)</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6100"/> - <source>Crash Session found!</source> - <translation>¡Se ha hallado una sesión perdida!</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6100"/> - <source>A session file of a crashed session was found. Shall this session be restored?</source> - <translation>Se ha encontrado un archivo de sesió para una sesión perdida. ¿Desea restaurar esta sesión?</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="607"/> + <source>Generating Plugins Toolbars...</source> + <translation>Generando Barras de Herramientas para Plugins...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3555"/> + <source>&User Tools</source> + <translation>Herramientas de &Usuario</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3627"/> + <source>No User Tools Configured</source> + <translation>No se han Configurado Herramientas de Usuario</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6488"/> + <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> + <message> + <location filename="../UI/UserInterface.py" line="2053"/> + <source>Hex Editor</source> + <translation>Editor Hexadecimal</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2053"/> + <source>&Hex Editor...</source> + <translation>Editor &Hexadecimal...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2058"/> + <source>Start the eric6 Hex Editor</source> + <translation>Iniciar el Editor Hexadecimal de eric6</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2060"/> + <source><b>Hex Editor</b><p>Starts the eric6 Hex Editor for viewing or editing binary files.</p></source> + <translation><b>Editor Hexadecimal</b><p>Inicia el Editor Hexadecimal de eric6 para visionado o edición de archivos binarios.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2302"/> + <source>Clear private data</source> + <translation>Limpiar Datos Privados</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2304"/> + <source><b>Clear private data</b><p>Clears the private data like the various list of recently opened files, projects or multi projects.</p></source> + <translation><b>Limpiar datos privados</b><p>Limpia los datos privados como las listas de archivos recientes, proyectos o multiproyectos.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1351"/> + <source>Save session...</source> + <translation>Guardar sesión...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1356"/> + <source><b>Save session...</b><p>This saves the current session to disk. A dialog is opened to select the file name.</p></source> + <translation><b>Guardar sesión...</b><p>Guarda la sesión actual a disco. Se muestra un diálogo para seleccionar el nombre de archivo.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6056"/> + <source>Load session</source> + <translation>Cargar sesión</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1364"/> + <source>Load session...</source> + <translation>Cargar sesión...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1369"/> + <source><b>Load session...</b><p>This loads a session saved to disk previously. A dialog is opened to select the file name.</p></source> + <translation><b>Cargar sesión...</b><p>Carga una sesión guardada en disco anteriormente. Se muestra un diálogo para seleccionar el nombre de archivo.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6056"/> + <source>eric6 Session Files (*.e5s)</source> + <translation>Archivos de Sesión de eric6 (*.e5s)</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6103"/> + <source>Crash Session found!</source> + <translation>¡Se ha hallado una sesión perdida!</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6103"/> + <source>A session file of a crashed session was found. Shall this session be restored?</source> + <translation>Se ha encontrado un archivo de sesió para una sesión perdida. ¿Desea restaurar esta sesión?</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="610"/> <source>Cleaning Plugins Download Area...</source> <translation>Limpiar Área de Descarga de Plugins...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="599"/> + <location filename="../UI/UserInterface.py" line="602"/> <source>Initializing Plugins...</source> <translation>Inicializando Plugins...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6620"/> + <location filename="../UI/UserInterface.py" line="6623"/> <source>Update Check</source> <translation>Comprobación Actualización</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6620"/> + <location filename="../UI/UserInterface.py" line="6623"/> <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="6610"/> + <location filename="../UI/UserInterface.py" line="6613"/> <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> <message> - <location filename="../UI/UserInterface.py" line="925"/> + <location filename="../UI/UserInterface.py" line="928"/> <source>Code Documentation Viewer</source> <translation>Visor de Documentación de Código</translation> </message>
--- a/i18n/eric6_fr.ts Thu Apr 19 19:25:18 2018 +0200 +++ b/i18n/eric6_fr.ts Thu Apr 19 19:28:02 2018 +0200 @@ -5672,267 +5672,267 @@ <context> <name>DebugUI</name> <message> - <location filename="../Debugger/DebugUI.py" line="1847"/> + <location filename="../Debugger/DebugUI.py" line="1852"/> <source>Run Script</source> <translation>Lancer le script</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="175"/> + <location filename="../Debugger/DebugUI.py" line="178"/> <source>&Run Script...</source> <translation>&Lancer le script...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="180"/> + <location filename="../Debugger/DebugUI.py" line="183"/> <source>Run the current Script</source> <translation>Lance le script courant</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="181"/> + <location filename="../Debugger/DebugUI.py" line="184"/> <source><b>Run Script</b><p>Set the command line arguments and run the script outside the debugger. If the file has unsaved changes it may be saved first.</p></source> <translation><b>Lancer le script</b><p>Entrer les arguments de la ligne de commande et lancer le script sans le débogueur. Si le script a des modifications, elles doivent d'abord être enregistrées.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1862"/> + <location filename="../Debugger/DebugUI.py" line="1867"/> <source>Run Project</source> <translation>Lancer le projet</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="190"/> + <location filename="../Debugger/DebugUI.py" line="193"/> <source>Run &Project...</source> <translation>Lancer &projet...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="195"/> + <location filename="../Debugger/DebugUI.py" line="198"/> <source>Run the current Project</source> <translation>Lance le projet courant</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="196"/> + <location filename="../Debugger/DebugUI.py" line="199"/> <source><b>Run Project</b><p>Set the command line arguments and run the current project outside the debugger. If files of the current project have unsaved changes they may be saved first.</p></source> <translation><b>Lancer le projet</b><p>Entrer les arguments de la ligne de commande et lancer le projet sans le débogueur. Si des fichiers du projet on été modifiés ils doivent d'abord être enregistrées.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="206"/> + <location filename="../Debugger/DebugUI.py" line="209"/> <source>Coverage run of Script</source> <translation>Lancer le script en mode Coverage</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="206"/> + <location filename="../Debugger/DebugUI.py" line="209"/> <source>Coverage run of Script...</source> <translation>Lancer le script en mode Coverage...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="211"/> + <location filename="../Debugger/DebugUI.py" line="214"/> <source>Perform a coverage run of the current Script</source> <translation>Lance le script courant en mode Coverage</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="213"/> + <location filename="../Debugger/DebugUI.py" line="216"/> <source><b>Coverage run of Script</b><p>Set the command line arguments and run the script under the control of a coverage analysis tool. If the file has unsaved changes it may be saved first.</p></source> <translation><b>Lancement du script en mode Coverage</b><p>Indiquer les paramètres de la ligne de commande et lancer le script en exploitant les outils d'analyse 'Coverage'. Si le fichier a été modifié, il doit être sauvé avant.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="222"/> + <location filename="../Debugger/DebugUI.py" line="225"/> <source>Coverage run of Project</source> <translation>Lancer le projet en mode Coverage</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="222"/> + <location filename="../Debugger/DebugUI.py" line="225"/> <source>Coverage run of Project...</source> <translation>Lancer le projet en mode Coverage...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="227"/> + <location filename="../Debugger/DebugUI.py" line="230"/> <source>Perform a coverage run of the current Project</source> <translation>Lance le projet courant en mode coverage</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="229"/> + <location filename="../Debugger/DebugUI.py" line="232"/> <source><b>Coverage run of Project</b><p>Set the command line arguments and run the current project under the control of a coverage analysis tool. If files of the current project have unsaved changes they may be saved first.</p></source> <translation><b>Lancement du projet en mode Coverage</b><p>Indiquer les paramètres de la ligne de commande et lancer le projet courant en exploitant les outils d'analyse 'Coverage'. Si des fichiers du projet ont été modifiés, ils doivent être sauvés avant.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="239"/> + <location filename="../Debugger/DebugUI.py" line="242"/> <source>Profile Script</source> <translation>Profiler le script</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="239"/> + <location filename="../Debugger/DebugUI.py" line="242"/> <source>Profile Script...</source> <translation>Profiler le script....</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="243"/> + <location filename="../Debugger/DebugUI.py" line="246"/> <source>Profile the current Script</source> <translation>Profiler le script courant</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="244"/> + <location filename="../Debugger/DebugUI.py" line="247"/> <source><b>Profile Script</b><p>Set the command line arguments and profile the script. If the file has unsaved changes it may be saved first.</p></source> <translation><b>Profiler le script</b><p>Entrer les arguments de la ligne de commande et profiler le script. Si le script a subi des modifications, celles-ci doivent d'abord être enregistrées.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="252"/> + <location filename="../Debugger/DebugUI.py" line="255"/> <source>Profile Project</source> <translation>Profiler le projet</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="252"/> + <location filename="../Debugger/DebugUI.py" line="255"/> <source>Profile Project...</source> <translation>Profiler le projet...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="257"/> + <location filename="../Debugger/DebugUI.py" line="260"/> <source>Profile the current Project</source> <translation>Profile le projet courant</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="259"/> + <location filename="../Debugger/DebugUI.py" line="262"/> <source><b>Profile Project</b><p>Set the command line arguments and profile the current project. If files of the current project have unsaved changes they may be saved first.</p></source> <translation><b>Profiler le projet</b><p>Entrer les arguments de la ligne de commande et profiler le projet. Si des fichiers du projet ont été modifiés, ils doivent d'abord être enregistrés.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1983"/> + <location filename="../Debugger/DebugUI.py" line="1988"/> <source>Debug Script</source> <translation>Déboguer le script</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="268"/> + <location filename="../Debugger/DebugUI.py" line="271"/> <source>&Debug Script...</source> <translation>&Déboguer le script...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="273"/> + <location filename="../Debugger/DebugUI.py" line="276"/> <source>Debug the current Script</source> <translation>Débogue le script courant</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="274"/> + <location filename="../Debugger/DebugUI.py" line="277"/> <source><b>Debug Script</b><p>Set the command line arguments and set the current line to be the first executable Python statement of the current editor window. If the file has unsaved changes it may be saved first.</p></source> <translation><b>Deboguer le script</b><p>Entrer les arguments de la ligne de commande et donner la ligne qui correspond à la première instruction Python. Si le fichier a été modifié, il doit d'abord être sauvé.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1999"/> + <location filename="../Debugger/DebugUI.py" line="2004"/> <source>Debug Project</source> <translation>Déboguer le projet</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="284"/> + <location filename="../Debugger/DebugUI.py" line="287"/> <source>Debug &Project...</source> <translation>Déboguer le &Projet...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="289"/> + <location filename="../Debugger/DebugUI.py" line="292"/> <source>Debug the current Project</source> <translation>Déboguer le projet en cours</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="291"/> + <location filename="../Debugger/DebugUI.py" line="294"/> <source><b>Debug Project</b><p>Set the command line arguments and set the current line to be the first executable Python statement of the main script of the current project. If files of the current project have unsaved changes they may be saved first.</p></source> <translation><b>Deboguer le projet</b><p>Entrer les arguments de la ligne de commande et donner la ligne correspondant à la première instruction Python du script principal du projet en cours.Si des fichiers du projet ont été modifiés, ils doivent d'abord être sauvés.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="305"/> + <location filename="../Debugger/DebugUI.py" line="308"/> <source>Restart the last debugged script</source> <translation>Relance le dernier script débogué</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="332"/> + <location filename="../Debugger/DebugUI.py" line="335"/> <source>Continue</source> <translation>Continuer</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="332"/> + <location filename="../Debugger/DebugUI.py" line="335"/> <source>&Continue</source> <translation>&Continuer</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="337"/> + <location filename="../Debugger/DebugUI.py" line="340"/> <source>Continue running the program from the current line</source> <translation>Continuer le programme à partir de la ligne courante</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="339"/> + <location filename="../Debugger/DebugUI.py" line="342"/> <source><b>Continue</b><p>Continue running the program from the current line. The program will stop when it terminates or when a breakpoint is reached.</p></source> <translation><b>Continuer</b><p>Continue le programme à partir de la ligne courante. Le programme s'arrêtera à la fin si aucun point d'arrêt n'est rencontré.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="384"/> + <location filename="../Debugger/DebugUI.py" line="387"/> <source>Single Step</source> <translation>Instruction suivante (Single Step)</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="384"/> + <location filename="../Debugger/DebugUI.py" line="387"/> <source>Sin&gle Step</source> <translation>Instruction &suivante (Single Step)</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="389"/> + <location filename="../Debugger/DebugUI.py" line="392"/> <source>Execute a single Python statement</source> <translation>Execute une seule instruction Python</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="390"/> + <location filename="../Debugger/DebugUI.py" line="393"/> <source><b>Single Step</b><p>Execute a single Python statement. If the statement is an <tt>import</tt> statement, a class constructor, or a method or function call then control is returned to the debugger at the next statement.</p></source> <translation><b>Un seul Pas</b><p>Execute une seule instruction Python. Si l'instruction est dans un <tt>import</tt> , un constructeur de classe, ou un appel à une méthode ou à une fonction, alors le contrôle est rendu au débogueur à l'instruction suivante.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="400"/> + <location filename="../Debugger/DebugUI.py" line="403"/> <source>Step Over</source> <translation>Bloc d'instructions suivant (Step Over)</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="400"/> + <location filename="../Debugger/DebugUI.py" line="403"/> <source>Step &Over</source> <translation>&Bloc d'instructions suivant (Step Over)</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="405"/> - <source>Execute a single Python statement staying in the current frame</source> - <translation>Execute une seule instruction Python en restant dans le même niveau d'instructions</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="408"/> + <source>Execute a single Python statement staying in the current frame</source> + <translation>Execute une seule instruction Python en restant dans le même niveau d'instructions</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="411"/> <source><b>Step Over</b><p>Execute a single Python statement staying in the same frame. If the statement is an <tt>import</tt> statement, a class constructor, or a method or function call then control is returned to the debugger after the statement has completed.</p></source> <translation><b>Bloc suivant</b><p>Execute une seule instruction Python en restant au même niveau (profondeur) d'instructions. Si l'instruction est dans un <tt>import</tt> , un constructeur de classe, ou un appel à une méthode ou à une fonction, alors le contrôle est rendu au débogueur quand l'instruction est terminée.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="419"/> + <location filename="../Debugger/DebugUI.py" line="422"/> <source>Step Out</source> <translation>Sortie du bloc (Step Out)</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="419"/> + <location filename="../Debugger/DebugUI.py" line="422"/> <source>Step Ou&t</source> <translation>Sortie du bloc (Step &Out)</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="424"/> - <source>Execute Python statements until leaving the current frame</source> - <translation>Débogue les instructions Python à partir de la sortie du bloc courant</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="427"/> + <source>Execute Python statements until leaving the current frame</source> + <translation>Débogue les instructions Python à partir de la sortie du bloc courant</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="430"/> <source><b>Step Out</b><p>Execute Python statements until leaving the current frame. If the statements are inside an <tt>import</tt> statement, a class constructor, or a method or function call then control is returned to the debugger after the current frame has been left.</p></source> <translation><b>Sortie du Bloc (Step Out)</b><p>Débogue les instructions Python à partir de la sortie du bloc courant. Si les instructions sont dans un <tt>import</tt> , un constructeur de classe, ou dans une méthode ou une fonction, alors le contrôle est rendu au débogueur au début du bloc suivant.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="438"/> + <location filename="../Debugger/DebugUI.py" line="441"/> <source>Stop</source> <translation>Arrêt</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="438"/> + <location filename="../Debugger/DebugUI.py" line="441"/> <source>&Stop</source> <translation>&Arrêt</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="443"/> + <location filename="../Debugger/DebugUI.py" line="446"/> <source>Stop debugging</source> <translation>Arrêter le débogage</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="444"/> + <location filename="../Debugger/DebugUI.py" line="447"/> <source><b>Stop</b><p>Stop the running debugging session.</p></source> <translation><b>Arrêt</b><p>Arrête le débogage courant.</p></translation> </message> @@ -5972,127 +5972,127 @@ <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="467"/> + <location filename="../Debugger/DebugUI.py" line="470"/> <source>Exceptions Filter</source> <translation>Filtre d'exceptions</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="467"/> + <location filename="../Debugger/DebugUI.py" line="470"/> <source>&Exceptions Filter...</source> <translation>Filtre d'&exceptions...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="471"/> + <location filename="../Debugger/DebugUI.py" line="474"/> <source>Configure exceptions filter</source> <translation>Configuration du filtre d'exceptions</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="473"/> + <location filename="../Debugger/DebugUI.py" line="476"/> <source><b>Exceptions Filter</b><p>Configure the exceptions filter. Only exception types that are listed are highlighted during a debugging session.</p><p>Please note, that all unhandled exceptions are highlighted indepent from the filter list.</p></source> <translation><b>Filtre d'exceptions</b><p>Configuration du filtre d'exceptions. Seuls les types d'exceptions listés sont signalés pendant le débogage.</p><p>Notez que toutes les exceptions non prises en charge sont signalés, indépendamment de la liste de filtres.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="509"/> + <location filename="../Debugger/DebugUI.py" line="512"/> <source>Toggle Breakpoint</source> <translation>Placer/Supprimer un point d'arrêt</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="510"/> + <location filename="../Debugger/DebugUI.py" line="513"/> <source><b>Toggle Breakpoint</b><p>Toggles a breakpoint at the current line of the current editor.</p></source> <translation><b>Placer/supprimer un point d'arrêt</b><p>Place ou enlève un point d'arrêt sur la ligne courante de l'éditeur en cours.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="524"/> + <location filename="../Debugger/DebugUI.py" line="527"/> <source>Edit Breakpoint</source> <translation>Edition Point d'arrêt</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="518"/> + <location filename="../Debugger/DebugUI.py" line="521"/> <source>Edit Breakpoint...</source> <translation type="unfinished">Éditer le point d'arrêt...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="525"/> + <location filename="../Debugger/DebugUI.py" line="528"/> <source><b>Edit Breakpoint</b><p>Opens a dialog to edit the breakpoints properties. It works at the current line of the current editor.</p></source> <translation><b>Edition Point d'arrêt</b><p>Edite les propriétés des points d'arrêt au travers d'une boite de dialogue. Ceci s'applique à la ligne courante de l'éditeur courant.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="540"/> + <location filename="../Debugger/DebugUI.py" line="543"/> <source>Next Breakpoint</source> <translation>Point d'arrêt suivant</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="541"/> + <location filename="../Debugger/DebugUI.py" line="544"/> <source><b>Next Breakpoint</b><p>Go to next breakpoint of the current editor.</p></source> <translation><b>Point d'arrêt suivant</b><p>Avance au point d'arrêt suivant dans l'éditeur courant.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="555"/> + <location filename="../Debugger/DebugUI.py" line="558"/> <source>Previous Breakpoint</source> <translation>Point d'arrêt précédent</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="556"/> + <location filename="../Debugger/DebugUI.py" line="559"/> <source><b>Previous Breakpoint</b><p>Go to previous breakpoint of the current editor.</p></source> <translation><b>Point d'arrêt précédent</b><p>Remonte au point d'arrêt précédent dans l'éditeur courant.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="569"/> + <location filename="../Debugger/DebugUI.py" line="572"/> <source>Clear Breakpoints</source> <translation>Suppression des point d'arrêts</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="570"/> + <location filename="../Debugger/DebugUI.py" line="573"/> <source><b>Clear Breakpoints</b><p>Clear breakpoints of all editors.</p></source> <translation><b>Suppression des points d'arrêts</b><p>Supprime les points d'arrêts de tous les éditeurs.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="600"/> + <location filename="../Debugger/DebugUI.py" line="603"/> <source>&Breakpoints</source> <translation>&Point d'arrêts</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1120"/> + <location filename="../Debugger/DebugUI.py" line="1123"/> <source>The program being debugged contains an unspecified syntax error.</source> <translation>Le programme débogué contient une erreur de syntaxe non identifiée.</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1157"/> + <location filename="../Debugger/DebugUI.py" line="1160"/> <source>An unhandled exception occured. See the shell window for details.</source> <translation>Une erreur imprévue est apparue. Regardez les détails dans la fenêtre shell.</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1282"/> + <location filename="../Debugger/DebugUI.py" line="1285"/> <source>The program being debugged has terminated unexpectedly.</source> <translation>Le programme débogué s'est terminé de façon prématurée.</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1594"/> + <location filename="../Debugger/DebugUI.py" line="1599"/> <source>Coverage of Project</source> <translation>Coverage du projet</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1581"/> + <location filename="../Debugger/DebugUI.py" line="1586"/> <source>Coverage of Script</source> <translation>Coverage du Script</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1862"/> + <location filename="../Debugger/DebugUI.py" line="1867"/> <source>There is no main script defined for the current project. Aborting</source> <translation>Il n'y a pas de script principal défini dans le projet en cours. Abandon</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1727"/> + <location filename="../Debugger/DebugUI.py" line="1732"/> <source>Profile of Project</source> <translation>Profil du projet</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1714"/> + <location filename="../Debugger/DebugUI.py" line="1719"/> <source>Profile of Script</source> <translation>Profil du Script</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1999"/> + <location filename="../Debugger/DebugUI.py" line="2004"/> <source>There is no main script defined for the current project. No debugging possible.</source> <translation>Il n'y a pas de script principal défini dans le projet en cours. Débogage impossible.</translation> </message> @@ -6107,90 +6107,90 @@ <translation type="obsolete">Entrer une instruction à exécuter</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="348"/> + <location filename="../Debugger/DebugUI.py" line="351"/> <source>Continue to Cursor</source> <translation>Continuer jusqu'au curseur</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="348"/> + <location filename="../Debugger/DebugUI.py" line="351"/> <source>Continue &To Cursor</source> <translation>Continuer &jusqu'au curseur</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="353"/> - <source>Continue running the program from the current line to the current cursor position</source> - <translation>Continue le programme en cours de la ligne en cours jusqu'à la position du curseur</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="356"/> + <source>Continue running the program from the current line to the current cursor position</source> + <translation>Continue le programme en cours de la ligne en cours jusqu'à la position du curseur</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="359"/> <source><b>Continue To Cursor</b><p>Continue running the program from the current line to the current cursor position.</p></source> <translation><b>Continuer jusqu'au curseur</b><p>Continue le programme depuis la ligne courante jusqu'au curseur.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="451"/> + <location filename="../Debugger/DebugUI.py" line="454"/> <source>Variables Type Filter</source> <translation>Filtre sur les types de variables</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="451"/> + <location filename="../Debugger/DebugUI.py" line="454"/> <source>Varia&bles Type Filter...</source> <translation>Filtre sur les types de varia&bles...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="455"/> + <location filename="../Debugger/DebugUI.py" line="458"/> <source>Configure variables type filter</source> <translation>Configurer le filtre de variables</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="457"/> + <location filename="../Debugger/DebugUI.py" line="460"/> <source><b>Variables Type Filter</b><p>Configure the variables type filter. Only variable types that are not selected are displayed in the global or local variables window during a debugging session.</p></source> <translation><b>Filtre de Variables</b><p>Configure le filtre de variables. Seuls les types de variables non sélectionnés sont affichés dans la fenêtre des variables globales (resp. locales) pendant la session de débogage.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1353"/> + <location filename="../Debugger/DebugUI.py" line="1356"/> <source>Breakpoint Condition Error</source> <translation>Erreur de condition pour le point d'arrêt</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="533"/> + <location filename="../Debugger/DebugUI.py" line="536"/> <source>Ctrl+Shift+PgDown</source> <comment>Debug|Next Breakpoint</comment> <translation>Ctrl+Shift+PgDown</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="548"/> + <location filename="../Debugger/DebugUI.py" line="551"/> <source>Ctrl+Shift+PgUp</source> <comment>Debug|Previous Breakpoint</comment> <translation>Ctrl+Shift+PgUp</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="563"/> + <location filename="../Debugger/DebugUI.py" line="566"/> <source>Ctrl+Shift+C</source> <comment>Debug|Clear Breakpoints</comment> <translation>Ctrl+Shift+C</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="596"/> + <location filename="../Debugger/DebugUI.py" line="599"/> <source>&Debug</source> <translation>&Débogage</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="598"/> + <location filename="../Debugger/DebugUI.py" line="601"/> <source>&Start</source> <translation>&Lancer</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="643"/> + <location filename="../Debugger/DebugUI.py" line="646"/> <source>Start</source> <translation>Lancer</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="657"/> + <location filename="../Debugger/DebugUI.py" line="660"/> <source>Debug</source> <translation>Débogage</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="322"/> + <location filename="../Debugger/DebugUI.py" line="325"/> <source>Stop the running script.</source> <translation>Arrête le run en cours.</translation> </message> @@ -6200,170 +6200,170 @@ <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="1389"/> + <location filename="../Debugger/DebugUI.py" line="1392"/> <source>Watch Expression Error</source> <translation>Erreur dans l'expression</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1429"/> + <location filename="../Debugger/DebugUI.py" line="1432"/> <source>Watch expression already exists</source> <translation>L'expression existe déjà</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="484"/> + <location filename="../Debugger/DebugUI.py" line="487"/> <source>Ignored Exceptions</source> <translation>Exceptions ignorées</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="484"/> + <location filename="../Debugger/DebugUI.py" line="487"/> <source>&Ignored Exceptions...</source> <translation>Exceptions &ignorées...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="488"/> + <location filename="../Debugger/DebugUI.py" line="491"/> <source>Configure ignored exceptions</source> <translation>Configuration des exceptions ignorées</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="490"/> + <location filename="../Debugger/DebugUI.py" line="493"/> <source><b>Ignored Exceptions</b><p>Configure the ignored exceptions. Only exception types that are not listed are highlighted during a debugging session.</p><p>Please note, that unhandled exceptions cannot be ignored.</p></source> <translation><b>Exceptions ignorées</b><p>Configuration des exceptions ignorées. Seuls les types d'exception non listés seront indiqués pendant le débogage.</p><p>Les exceptions non gérées ne pourront pas être ignorées.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="503"/> + <location filename="../Debugger/DebugUI.py" line="506"/> <source>Shift+F11</source> <comment>Debug|Toggle Breakpoint</comment> <translation type="unfinished">Shift+F11</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="518"/> + <location filename="../Debugger/DebugUI.py" line="521"/> <source>Shift+F12</source> <comment>Debug|Edit Breakpoint</comment> <translation type="unfinished">Shift+F12</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1139"/> + <location filename="../Debugger/DebugUI.py" line="1142"/> <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 type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1204"/> + <location filename="../Debugger/DebugUI.py" line="1207"/> <source><p>The debugged program raised the exception <b>{0}</b><br>"<b>{1}</b>"<br>File: <b>{2}</b>, Line: <b>{3}</b></p><p>Break here?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1219"/> + <location filename="../Debugger/DebugUI.py" line="1222"/> <source><p>The debugged program raised the exception <b>{0}</b><br>"<b>{1}</b>"</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1353"/> + <location filename="../Debugger/DebugUI.py" line="1356"/> <source><p>The condition of the breakpoint <b>{0}, {1}</b> contains a syntax error.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1389"/> + <location filename="../Debugger/DebugUI.py" line="1392"/> <source><p>The watch expression <b>{0}</b> contains a syntax error.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1419"/> + <location filename="../Debugger/DebugUI.py" line="1422"/> <source><p>A watch expression '<b>{0}</b>' already exists.</p></source> <translation type="unfinished"><p>L'expression de contrôle '<b>{0}</b>' existe déjà.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1423"/> + <location filename="../Debugger/DebugUI.py" line="1426"/> <source><p>A watch expression '<b>{0}</b>' for the variable <b>{1}</b> already exists.</p></source> <translation type="unfinished"><p>L'expression de contrôle '<b>{0}</b>' pour la variable <b>{1}</b> existe déjà.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1089"/> + <location filename="../Debugger/DebugUI.py" line="1092"/> <source>Program terminated</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="301"/> + <location filename="../Debugger/DebugUI.py" line="304"/> <source>Restart</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="307"/> + <location filename="../Debugger/DebugUI.py" line="310"/> <source><b>Restart</b><p>Set the command line arguments and set the current line to be the first executable Python statement of the script that was debugged last. If there are unsaved changes, they may be saved first.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="323"/> + <location filename="../Debugger/DebugUI.py" line="326"/> <source><b>Stop</b><p>This stops the script running in the debugger backend.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1268"/> + <location filename="../Debugger/DebugUI.py" line="1271"/> <source><p>The program generate the signal "{0}".<br/>File: <b>{1}</b>, Line: <b>{2}</b></p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1056"/> + <location filename="../Debugger/DebugUI.py" line="1059"/> <source><p>Message: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1062"/> + <location filename="../Debugger/DebugUI.py" line="1065"/> <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="1067"/> + <location filename="../Debugger/DebugUI.py" line="1070"/> <source><p><b>{0}</b> has terminated with an exit status of {1}.</p>{2}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1075"/> + <location filename="../Debugger/DebugUI.py" line="1078"/> <source>Message: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1082"/> - <source>The program has terminated with an exit status of {0}. -{1}</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="1085"/> + <source>The program has terminated with an exit status of {0}. +{1}</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="1088"/> <source>"{0}" has terminated with an exit status of {1}. {2}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1094"/> + <location filename="../Debugger/DebugUI.py" line="1097"/> <source>The program has terminated with an exit status of {0}. {1} </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1098"/> + <location filename="../Debugger/DebugUI.py" line="1101"/> <source>"{0}" has terminated with an exit status of {1}. {2} </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="364"/> + <location filename="../Debugger/DebugUI.py" line="367"/> <source>Move Instruction Pointer to Cursor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="364"/> + <location filename="../Debugger/DebugUI.py" line="367"/> <source>&Jump To Cursor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="369"/> - <source>Skip the code from the current line to the current cursor position</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="372"/> + <source>Skip the code from the current line to the current cursor position</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="375"/> <source><b>Move Instruction Pointer to Cursor</b><p>Move the Python internal instruction pointer to the current cursor position without executing the code in between.</p><p>It's not possible to jump out of a function or jump in a code block, e.g. a loop. In these cases, a error message is printed to the log window.</p></source> <translation type="unfinished"></translation> </message> @@ -43500,8 +43500,8 @@ </message> <message> <location filename="../QScintilla/Lexers/__init__.py" line="470"/> - <source>Makefiles (*.mak)</source> - <translation>Makefiles (*.mak)</translation> + <source>Makefiles (*makefile Makefile *.mak)</source> + <translation type="unfinished">Makefiles (*.mak)</translation> </message> <message> <location filename="../QScintilla/Lexers/__init__.py" line="473"/> @@ -44110,6 +44110,74 @@ </message> </context> <context> + <name>MakePropertiesDialog</name> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="14"/> + <source>Make Properties</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="23"/> + <source>'make' Executable (leave empty to use global 'make'):</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="39"/> + <source>Enter the executable name of the make utility</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="46"/> + <source>'makefile' path or directory (without file name 'makefile' will be used):</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="62"/> + <source>Enter the name and/or path of the makefile</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="69"/> + <source>Make Target:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="76"/> + <source>Enter the make target to be built</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="83"/> + <source>Make Command Parameters (enclose parameters containing spaces in ""):</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="93"/> + <source>Enter the command parameters for make</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="100"/> + <source>Select to just test for changes needing a make run</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="103"/> + <source>Test for changes only when run automatically</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.py" line="40"/> + <source>All Files (*)</source> + <translation type="unfinished">Tous fichiers (*)</translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.py" line="44"/> + <source>Makefiles (*makefile Makefile *.mak);;All Files (*)</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>ManageDictionariesDialog</name> <message> <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.ui" line="14"/> @@ -50330,27 +50398,27 @@ <context> <name>Preferences</name> <message> - <location filename="../Preferences/__init__.py" line="1657"/> + <location filename="../Preferences/__init__.py" line="1658"/> <source>Export Preferences</source> <translation>Export des préférences</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1685"/> + <location filename="../Preferences/__init__.py" line="1686"/> <source>Import Preferences</source> <translation>Import des préférences</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1685"/> + <location filename="../Preferences/__init__.py" line="1686"/> <source>Properties File (*.ini);;All Files (*)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1787"/> + <location filename="../Preferences/__init__.py" line="1788"/> <source>Select Python{0} Interpreter</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1787"/> + <location filename="../Preferences/__init__.py" line="1788"/> <source>Select the Python{0} interpreter to be used:</source> <translation type="unfinished"></translation> </message> @@ -50788,492 +50856,492 @@ <context> <name>Project</name> <message> - <location filename="../Project/Project.py" line="745"/> + <location filename="../Project/Project.py" line="766"/> <source>Read project file</source> <translation>Lire un fichier projet</translation> </message> <message> - <location filename="../Project/Project.py" line="847"/> + <location filename="../Project/Project.py" line="868"/> <source>Save project file</source> <translation>Enregistrer le fichier projet</translation> </message> <message> - <location filename="../Project/Project.py" line="965"/> + <location filename="../Project/Project.py" line="986"/> <source>Read project session</source> <translation>Lire la session du projet</translation> </message> <message> - <location filename="../Project/Project.py" line="1187"/> + <location filename="../Project/Project.py" line="1208"/> <source>Please save the project first.</source> <translation>Prière d'enregistrer votre projet d'abord.</translation> </message> <message> - <location filename="../Project/Project.py" line="1001"/> + <location filename="../Project/Project.py" line="1022"/> <source>Save project session</source> <translation>Enregistrer la session</translation> </message> <message> - <location filename="../Project/Project.py" line="1312"/> + <location filename="../Project/Project.py" line="1333"/> <source>Add Language</source> <translation>Ajouter une langue</translation> </message> <message> - <location filename="../Project/Project.py" line="1435"/> + <location filename="../Project/Project.py" line="1456"/> <source>Delete translation</source> <translation>Supprimer la traduction</translation> </message> <message> - <location filename="../Project/Project.py" line="1600"/> + <location filename="../Project/Project.py" line="1621"/> <source>Add file</source> <translation>Ajouter un fichier</translation> </message> <message> - <location filename="../Project/Project.py" line="1718"/> + <location filename="../Project/Project.py" line="1739"/> <source>The target directory must not be empty.</source> <translation>Le répertoire cible ne doit pas être vide.</translation> </message> <message> - <location filename="../Project/Project.py" line="1729"/> + <location filename="../Project/Project.py" line="1750"/> <source>Add directory</source> <translation>Ajouter un répertoire</translation> </message> <message> - <location filename="../Project/Project.py" line="1729"/> + <location filename="../Project/Project.py" line="1750"/> <source>The source directory must not be empty.</source> <translation>Le répertoire source ne doit pas être vide.</translation> </message> <message> - <location filename="../Project/Project.py" line="2133"/> + <location filename="../Project/Project.py" line="2154"/> <source>Delete file</source> <translation>Suppression de fichier</translation> </message> <message> - <location filename="../Project/Project.py" line="2246"/> + <location filename="../Project/Project.py" line="2271"/> <source>Create project directory</source> <translation>Création d'un répertoire projet</translation> </message> <message> - <location filename="../Project/Project.py" line="3615"/> + <location filename="../Project/Project.py" line="3702"/> <source>New project</source> <translation>Nouveau projet</translation> </message> <message> - <location filename="../Project/Project.py" line="3629"/> + <location filename="../Project/Project.py" line="3716"/> <source>Open project</source> <translation>Ouvir un projet</translation> </message> <message> - <location filename="../Project/Project.py" line="3666"/> + <location filename="../Project/Project.py" line="3753"/> <source>Save project as</source> <translation>Enregistrer le projet sous</translation> </message> <message> - <location filename="../Project/Project.py" line="2931"/> + <location filename="../Project/Project.py" line="3016"/> <source>Save File</source> <translation>Enregistrer Fichier</translation> </message> <message> - <location filename="../Project/Project.py" line="2967"/> + <location filename="../Project/Project.py" line="3052"/> <source>Close Project</source> <translation>Fermer le projet</translation> </message> <message> - <location filename="../Project/Project.py" line="2967"/> + <location filename="../Project/Project.py" line="3052"/> <source>The current project has unsaved changes.</source> <translation>Le projet courant a des modifications non enregistrées.</translation> </message> <message> - <location filename="../Project/Project.py" line="3846"/> + <location filename="../Project/Project.py" line="3933"/> <source>&Save</source> <translation>&Enregistrer</translation> </message> <message> - <location filename="../Project/Project.py" line="3615"/> + <location filename="../Project/Project.py" line="3702"/> <source>&New...</source> <translation>&Nouveau...</translation> </message> <message> - <location filename="../Project/Project.py" line="3620"/> + <location filename="../Project/Project.py" line="3707"/> <source>Generate a new project</source> <translation>Génerer un nouveau projet</translation> </message> <message> - <location filename="../Project/Project.py" line="3621"/> + <location filename="../Project/Project.py" line="3708"/> <source><b>New...</b><p>This opens a dialog for entering the info for a new project.</p></source> <translation><b>Nouveau...</b><p>Ouvre une boite de dialogue pour entrer les paramètres d'un nouveau projet.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3629"/> + <location filename="../Project/Project.py" line="3716"/> <source>&Open...</source> <translation>&Ouvrir...</translation> </message> <message> - <location filename="../Project/Project.py" line="3634"/> + <location filename="../Project/Project.py" line="3721"/> <source>Open an existing project</source> <translation>Ouvrir un projet existant</translation> </message> <message> - <location filename="../Project/Project.py" line="3635"/> + <location filename="../Project/Project.py" line="3722"/> <source><b>Open...</b><p>This opens an existing project.</p></source> <translation><b>Ouvrir...</b><p>Ouvre un projet existant.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3642"/> + <location filename="../Project/Project.py" line="3729"/> <source>Close project</source> <translation>Fermer le projet</translation> </message> <message> - <location filename="../Project/Project.py" line="3642"/> + <location filename="../Project/Project.py" line="3729"/> <source>&Close</source> <translation>&Fermer</translation> </message> <message> - <location filename="../Project/Project.py" line="3646"/> + <location filename="../Project/Project.py" line="3733"/> <source>Close the current project</source> <translation>Fermer le projet en cours</translation> </message> <message> - <location filename="../Project/Project.py" line="3647"/> + <location filename="../Project/Project.py" line="3734"/> <source><b>Close</b><p>This closes the current project.</p></source> <translation><b>Fermer</b><p>Ferme le projet en cours.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3654"/> + <location filename="../Project/Project.py" line="3741"/> <source>Save project</source> <translation>Enregistrer le projet</translation> </message> <message> - <location filename="../Project/Project.py" line="3658"/> + <location filename="../Project/Project.py" line="3745"/> <source>Save the current project</source> <translation>Enregistre le projet courant</translation> </message> <message> - <location filename="../Project/Project.py" line="3659"/> + <location filename="../Project/Project.py" line="3746"/> <source><b>Save</b><p>This saves the current project.</p></source> <translation><b>Enregistrer</b><p>Enregistre le projet en cours.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3666"/> + <location filename="../Project/Project.py" line="3753"/> <source>Save &as...</source> <translation>&Enregistrer sous...</translation> </message> <message> - <location filename="../Project/Project.py" line="3670"/> - <source>Save the current project to a new file</source> - <translation>Enregistre le projet en cours dans un nouveau fichier</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3672"/> - <source><b>Save as</b><p>This saves the current project to a new file.</p></source> - <translation><b>Enregistrer sous</b><p>Enregistre le projet en cours dans un nouveau fichier.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3712"/> - <source>Add translation to project</source> - <translation>Ajouter une traduction au projet</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3712"/> - <source>Add &translation...</source> - <translation>Ajouter une &traduction...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3717"/> - <source>Add a translation to the current project</source> - <translation>Ajoute une traduction au projet en cours</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3719"/> - <source><b>Add translation...</b><p>This opens a dialog for add a translation to the current project.</p></source> - <translation><b>Ajouter une traduction...</b><p>Ouvre une boite de dialogue pour ajouter une traduction au projet courant.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3727"/> - <source>Search new files</source> - <translation>Rechercher des nouveaux fichiers</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3727"/> - <source>Searc&h new files...</source> - <translation>Re&chercher des nouveaux fichiers...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3731"/> - <source>Search new files in the project directory.</source> - <translation>Recherche des nouveaux fichiers dans le répertoire du projet.</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3757"/> - <source>Project properties</source> - <translation>Propriétés du projet</translation> - </message> - <message> <location filename="../Project/Project.py" line="3757"/> + <source>Save the current project to a new file</source> + <translation>Enregistre le projet en cours dans un nouveau fichier</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3759"/> + <source><b>Save as</b><p>This saves the current project to a new file.</p></source> + <translation><b>Enregistrer sous</b><p>Enregistre le projet en cours dans un nouveau fichier.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3799"/> + <source>Add translation to project</source> + <translation>Ajouter une traduction au projet</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3799"/> + <source>Add &translation...</source> + <translation>Ajouter une &traduction...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3804"/> + <source>Add a translation to the current project</source> + <translation>Ajoute une traduction au projet en cours</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3806"/> + <source><b>Add translation...</b><p>This opens a dialog for add a translation to the current project.</p></source> + <translation><b>Ajouter une traduction...</b><p>Ouvre une boite de dialogue pour ajouter une traduction au projet courant.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3814"/> + <source>Search new files</source> + <translation>Rechercher des nouveaux fichiers</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3814"/> + <source>Searc&h new files...</source> + <translation>Re&chercher des nouveaux fichiers...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3818"/> + <source>Search new files in the project directory.</source> + <translation>Recherche des nouveaux fichiers dans le répertoire du projet.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3844"/> + <source>Project properties</source> + <translation>Propriétés du projet</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3844"/> <source>&Properties...</source> <translation>&Propriétés...</translation> </message> <message> - <location filename="../Project/Project.py" line="3762"/> + <location filename="../Project/Project.py" line="3849"/> <source>Show the project properties</source> <translation>Affiche les propriétés du projet</translation> </message> <message> - <location filename="../Project/Project.py" line="3763"/> + <location filename="../Project/Project.py" line="3850"/> <source><b>Properties...</b><p>This shows a dialog to edit the project properties.</p></source> <translation><b>Propriétés...</b><p>Affiche une boite de dialogue pour éditer les propriétés du projet.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3885"/> + <location filename="../Project/Project.py" line="3972"/> <source>Load session</source> <translation>Charger la session</translation> </message> <message> - <location filename="../Project/Project.py" line="3889"/> + <location filename="../Project/Project.py" line="3976"/> <source>Load the projects session file.</source> <translation>Charge le fichier de session du projet.</translation> </message> <message> - <location filename="../Project/Project.py" line="3890"/> + <location filename="../Project/Project.py" line="3977"/> <source><b>Load session</b><p>This loads the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> <translation><b>Charger la session</b><p>Charge le fichier session du projet. Une session est constituée par les données suivantes.<br>- tous les fichiers open source<br>- tous les points d'arrêts<br>- les arguments de ligne de commande<br>- le répertoire de travail<br>- le flag de rapport d'exception</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3903"/> + <location filename="../Project/Project.py" line="3990"/> <source>Save session</source> <translation>Enregistrer la session</translation> </message> <message> - <location filename="../Project/Project.py" line="3907"/> + <location filename="../Project/Project.py" line="3994"/> <source>Save the projects session file.</source> <translation>Enregistre le fichier de session du projet.</translation> </message> <message> - <location filename="../Project/Project.py" line="3908"/> + <location filename="../Project/Project.py" line="3995"/> <source><b>Save session</b><p>This saves the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> <translation><b>Enregistrer la session</b><p>Enregistrer le fichier session du projet. Une session est constituée par les données suivantes.<br>- tous les fichiers open source<br>- tous les points d'arrêts<br>- les arguments de ligne de commande<br>- le répertoire de travail<br>- le flag de rapport d'exception</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3935"/> + <location filename="../Project/Project.py" line="4022"/> <source>Code Metrics</source> <translation>Statistiques du code</translation> </message> <message> - <location filename="../Project/Project.py" line="3935"/> + <location filename="../Project/Project.py" line="4022"/> <source>&Code Metrics...</source> <translation>Statistiques du &Code...</translation> </message> <message> - <location filename="../Project/Project.py" line="3939"/> + <location filename="../Project/Project.py" line="4026"/> <source>Show some code metrics for the project.</source> <translation>Affiche des statistiques sur le code du projet.</translation> </message> <message> - <location filename="../Project/Project.py" line="3941"/> + <location filename="../Project/Project.py" line="4028"/> <source><b>Code Metrics...</b><p>This shows some code metrics for all Python files in the project.</p></source> <translation><b>Statistiques du Code...</b><p>Affiche des statistiques sur le code de tous les fichiers Python du projet.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3949"/> + <location filename="../Project/Project.py" line="4036"/> <source>Python Code Coverage</source> <translation> Code Coverage Python</translation> </message> <message> - <location filename="../Project/Project.py" line="3949"/> + <location filename="../Project/Project.py" line="4036"/> <source>Code Co&verage...</source> <translation>Code Co&verage...</translation> </message> <message> - <location filename="../Project/Project.py" line="3953"/> + <location filename="../Project/Project.py" line="4040"/> <source>Show code coverage information for the project.</source> <translation>Affiche les informations de code coverage pour le projet.</translation> </message> <message> - <location filename="../Project/Project.py" line="3955"/> + <location filename="../Project/Project.py" line="4042"/> <source><b>Code Coverage...</b><p>This shows the code coverage information for all Python files in the project.</p></source> <translation><b>Code Coverage...</b><p>Affiche les informations de code coverage pour le projet.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4754"/> + <location filename="../Project/Project.py" line="4883"/> <source>Profile Data</source> <translation>Profiling des données</translation> </message> <message> - <location filename="../Project/Project.py" line="3963"/> + <location filename="../Project/Project.py" line="4050"/> <source>&Profile Data...</source> <translation>&Profiling des données...</translation> </message> <message> - <location filename="../Project/Project.py" line="3967"/> + <location filename="../Project/Project.py" line="4054"/> <source>Show profiling data for the project.</source> <translation>Affiche le profiling des données du projet.</translation> </message> <message> - <location filename="../Project/Project.py" line="3969"/> + <location filename="../Project/Project.py" line="4056"/> <source><b>Profile Data...</b><p>This shows the profiling data for the project.</p></source> <translation><b>Profilling des données...</b><p>Affiche le profiling des données du projet.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4808"/> + <location filename="../Project/Project.py" line="4937"/> <source>Application Diagram</source> <translation>Diagramme de l'application</translation> </message> <message> - <location filename="../Project/Project.py" line="3978"/> + <location filename="../Project/Project.py" line="4065"/> <source>&Application Diagram...</source> <translation>&Diagramme de l'application...</translation> </message> <message> - <location filename="../Project/Project.py" line="3982"/> + <location filename="../Project/Project.py" line="4069"/> <source>Show a diagram of the project.</source> <translation>Affiche le diagramme de l'application.</translation> </message> <message> - <location filename="../Project/Project.py" line="3984"/> + <location filename="../Project/Project.py" line="4071"/> <source><b>Application Diagram...</b><p>This shows a diagram of the project.</p></source> <translation><b>Diagramme de l'application...</b><p>Affiche le diagramme du projet.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4078"/> + <location filename="../Project/Project.py" line="4196"/> <source>Open &Recent Projects</source> <translation>Ouvrir un projet &récent</translation> </message> <message> - <location filename="../Project/Project.py" line="4086"/> + <location filename="../Project/Project.py" line="4204"/> <source>&Diagrams</source> <translation>&Diagrammes</translation> </message> <message> - <location filename="../Project/Project.py" line="4083"/> + <location filename="../Project/Project.py" line="4201"/> <source>Chec&k</source> <translation>&Vérification</translation> </message> <message> - <location filename="../Project/Project.py" line="4079"/> + <location filename="../Project/Project.py" line="4197"/> <source>&Version Control</source> <translation>&Contrôle de version</translation> </message> <message> - <location filename="../Project/Project.py" line="4085"/> + <location filename="../Project/Project.py" line="4203"/> <source>Sho&w</source> <translation>&Affichage</translation> </message> <message> - <location filename="../Project/Project.py" line="4088"/> + <location filename="../Project/Project.py" line="4206"/> <source>Source &Documentation</source> <translation>&Documentation automatique</translation> </message> <message> - <location filename="../Project/Project.py" line="4416"/> + <location filename="../Project/Project.py" line="4545"/> <source>Search New Files</source> <translation>Rechercher des nouveaux fichiers</translation> </message> <message> - <location filename="../Project/Project.py" line="4416"/> + <location filename="../Project/Project.py" line="4545"/> <source>There were no new files found to be added.</source> <translation>Aucun fichier à ajouter n'a été trouvé.</translation> </message> <message> - <location filename="../Project/Project.py" line="4562"/> + <location filename="../Project/Project.py" line="4691"/> <source>Version Control System</source> <translation>Système de conrôle des versions (VCS)</translation> </message> <message> - <location filename="../Project/Project.py" line="4681"/> + <location filename="../Project/Project.py" line="4810"/> <source>Coverage Data</source> <translation>Coverage de données</translation> </message> <message> - <location filename="../Project/Project.py" line="4731"/> + <location filename="../Project/Project.py" line="4860"/> <source>There is no main script defined for the current project. Aborting</source> <translation>Il n'y a pas de script principal défini dans le projet en cours. Abandon</translation> </message> <message> - <location filename="../Project/Project.py" line="1866"/> + <location filename="../Project/Project.py" line="1887"/> <source>Rename file</source> <translation>Renommer le fichier</translation> </message> <message> - <location filename="../Project/Project.py" line="1890"/> + <location filename="../Project/Project.py" line="1911"/> <source>Rename File</source> <translation>Renommer le fichier</translation> </message> <message> - <location filename="../Project/Project.py" line="2777"/> + <location filename="../Project/Project.py" line="2858"/> <source>New Project</source> <translation>Nouveau projet</translation> </message> <message> - <location filename="../Project/Project.py" line="2326"/> + <location filename="../Project/Project.py" line="2386"/> <source>Add existing files to the project?</source> <translation>Ajouter des fichiers existant au projet ?</translation> </message> <message> - <location filename="../Project/Project.py" line="2445"/> + <location filename="../Project/Project.py" line="2505"/> <source>Would you like to edit the VCS command options?</source> <translation>Voulez-vous éditer les options de commande VCS ?</translation> </message> <message> - <location filename="../Project/Project.py" line="2393"/> + <location filename="../Project/Project.py" line="2453"/> <source>Shall the project file be added to the repository?</source> <translation>Le fichier projet doit-il être ajouté au référentiel?</translation> </message> <message> - <location filename="../Project/Project.py" line="2417"/> + <location filename="../Project/Project.py" line="2477"/> <source>Select version control system for the project</source> <translation>Sélectionner un système de contrôle de version (VCS) pour le projet</translation> </message> <message> - <location filename="../Project/Project.py" line="3697"/> + <location filename="../Project/Project.py" line="3784"/> <source>Add directory to project</source> <translation>Ajouter un répertoire au projet</translation> </message> <message> - <location filename="../Project/Project.py" line="3697"/> + <location filename="../Project/Project.py" line="3784"/> <source>Add directory...</source> <translation>Ajouter un répertoire...</translation> </message> <message> - <location filename="../Project/Project.py" line="3702"/> + <location filename="../Project/Project.py" line="3789"/> <source>Add a directory to the current project</source> <translation>Ajouter un répertoire au projet courant</translation> </message> <message> - <location filename="../Project/Project.py" line="3704"/> + <location filename="../Project/Project.py" line="3791"/> <source><b>Add directory...</b><p>This opens a dialog for adding a directory to the current project.</p></source> <translation><b>Ajouter un répertoire...</b><p>Ouvre une fenêtre pour ajouter un répertoire au projet courant.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4704"/> + <location filename="../Project/Project.py" line="4833"/> <source>Code Coverage</source> <translation>Code Coverage</translation> </message> <message> - <location filename="../Project/Project.py" line="4704"/> + <location filename="../Project/Project.py" line="4833"/> <source>Please select a coverage file</source> <translation>Sélectionner un fichier coverage</translation> </message> <message> - <location filename="../Project/Project.py" line="4754"/> + <location filename="../Project/Project.py" line="4883"/> <source>Please select a profile file</source> <translation>Sélectionner un fichier profile</translation> </message> <message> - <location filename="../Project/Project.py" line="1030"/> + <location filename="../Project/Project.py" line="1051"/> <source>Delete project session</source> <translation>Supprime la session de projet</translation> </message> <message> - <location filename="../Project/Project.py" line="3921"/> + <location filename="../Project/Project.py" line="4008"/> <source>Delete session</source> <translation>Supprimer la session</translation> </message> <message> - <location filename="../Project/Project.py" line="3925"/> + <location filename="../Project/Project.py" line="4012"/> <source>Delete the projects session file.</source> <translation>Suppression du fichier session de projet.</translation> </message> <message> - <location filename="../Project/Project.py" line="3926"/> + <location filename="../Project/Project.py" line="4013"/> <source><b>Delete session</b><p>This deletes the projects session file</p></source> <translation><b>Suppression de session</b><p>Ceci supprime le fichier session de projet.</p></translation> </message> @@ -51288,167 +51356,167 @@ <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="265"/> + <location filename="../Project/Project.py" line="275"/> <source>Console</source> <translation>Console</translation> </message> <message> - <location filename="../Project/Project.py" line="266"/> + <location filename="../Project/Project.py" line="276"/> <source>Other</source> <translation>Autre</translation> </message> <message> - <location filename="../Project/Project.py" line="4808"/> + <location filename="../Project/Project.py" line="4937"/> <source>Include module names?</source> <translation>Inclure les noms de modules ?</translation> </message> <message> - <location filename="../Project/Project.py" line="2163"/> + <location filename="../Project/Project.py" line="2184"/> <source>Delete directory</source> <translation>Suppression répertoire</translation> </message> <message> - <location filename="../Project/Project.py" line="1064"/> + <location filename="../Project/Project.py" line="1085"/> <source>Read tasks</source> <translation>Tâches lues</translation> </message> <message> - <location filename="../Project/Project.py" line="1084"/> + <location filename="../Project/Project.py" line="1105"/> <source>Save tasks</source> <translation>Tâches enregistrées</translation> </message> <message> - <location filename="../Project/Project.py" line="1141"/> + <location filename="../Project/Project.py" line="1162"/> <source>Read debugger properties</source> <translation>Lecture des propriétés du débogueur</translation> </message> <message> - <location filename="../Project/Project.py" line="1175"/> + <location filename="../Project/Project.py" line="1196"/> <source>Save debugger properties</source> <translation>Enregistrement des propriétés du débogueur</translation> </message> <message> - <location filename="../Project/Project.py" line="1201"/> + <location filename="../Project/Project.py" line="1222"/> <source>Delete debugger properties</source> <translation>Suppression des propriétés du débogueur</translation> </message> <message> - <location filename="../Project/Project.py" line="3821"/> + <location filename="../Project/Project.py" line="3908"/> <source>Debugger Properties</source> <translation>Propriétés du Débogueur</translation> </message> <message> - <location filename="../Project/Project.py" line="3821"/> + <location filename="../Project/Project.py" line="3908"/> <source>Debugger &Properties...</source> <translation>Débogueur & Propriétés...</translation> </message> <message> - <location filename="../Project/Project.py" line="3825"/> + <location filename="../Project/Project.py" line="3912"/> <source>Show the debugger properties</source> <translation>Affichage des propriétés du débogueur</translation> </message> <message> - <location filename="../Project/Project.py" line="3826"/> + <location filename="../Project/Project.py" line="3913"/> <source><b>Debugger Properties...</b><p>This shows a dialog to edit project specific debugger settings.</p></source> <translation><b>Propriétés du Débogueur...</b><p>Affiche une boite de dialogue permettant d'éditer les proprités du débogueur, spécifiques au projet.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3834"/> + <location filename="../Project/Project.py" line="3921"/> <source>Load</source> <translation>Charger</translation> </message> <message> - <location filename="../Project/Project.py" line="3834"/> + <location filename="../Project/Project.py" line="3921"/> <source>&Load</source> <translation>&Charger</translation> </message> <message> - <location filename="../Project/Project.py" line="3838"/> + <location filename="../Project/Project.py" line="3925"/> <source>Load the debugger properties</source> <translation>Charger les propriétés du débogueur</translation> </message> <message> - <location filename="../Project/Project.py" line="3846"/> + <location filename="../Project/Project.py" line="3933"/> <source>Save</source> <translation>Enregistrer</translation> </message> <message> - <location filename="../Project/Project.py" line="3850"/> + <location filename="../Project/Project.py" line="3937"/> <source>Save the debugger properties</source> <translation>Enregistrer les propriétés du débogueur</translation> </message> <message> - <location filename="../Project/Project.py" line="3858"/> + <location filename="../Project/Project.py" line="3945"/> <source>Delete</source> <translation>Supprimer</translation> </message> <message> - <location filename="../Project/Project.py" line="3858"/> + <location filename="../Project/Project.py" line="3945"/> <source>&Delete</source> <translation>&Supprimer</translation> </message> <message> - <location filename="../Project/Project.py" line="3862"/> + <location filename="../Project/Project.py" line="3949"/> <source>Delete the debugger properties</source> <translation>Supprimer les propriétés du débogueur</translation> </message> <message> - <location filename="../Project/Project.py" line="3871"/> + <location filename="../Project/Project.py" line="3958"/> <source>Reset</source> <translation>Réinitialiser</translation> </message> <message> - <location filename="../Project/Project.py" line="3871"/> + <location filename="../Project/Project.py" line="3958"/> <source>&Reset</source> <translation>&Réinitialiser</translation> </message> <message> - <location filename="../Project/Project.py" line="3875"/> + <location filename="../Project/Project.py" line="3962"/> <source>Reset the debugger properties</source> <translation>Réinitialise des propriétés du débogueur</translation> </message> <message> - <location filename="../Project/Project.py" line="4090"/> + <location filename="../Project/Project.py" line="4208"/> <source>Debugger</source> <translation>Débogueur</translation> </message> <message> - <location filename="../Project/Project.py" line="4087"/> + <location filename="../Project/Project.py" line="4205"/> <source>Session</source> <translation>Session</translation> </message> <message> - <location filename="../Project/Project.py" line="3839"/> + <location filename="../Project/Project.py" line="3926"/> <source><b>Load Debugger Properties</b><p>This loads the project specific debugger settings.</p></source> <translation><b>Chargement des Propriétés du Débogueur</b><p>Charge la configuration du débogueur spécifique au projet.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3851"/> + <location filename="../Project/Project.py" line="3938"/> <source><b>Save Debugger Properties</b><p>This saves the project specific debugger settings.</p></source> <translation><b>Enregistrement des Propriétés du Débogueur</b><p>Enregistre la configuration du débogueur spécifique au projet.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3863"/> + <location filename="../Project/Project.py" line="3950"/> <source><b>Delete Debugger Properties</b><p>This deletes the file containing the project specific debugger settings.</p></source> <translation><b>Suppression des Propriétés du Débogueur...</b><p>Supprime la configuration du débogueur spécifique au projet.</p></translation> </message> <message> + <location filename="../Project/Project.py" line="3963"/> + <source><b>Reset Debugger Properties</b><p>This resets the project specific debugger settings.</p></source> + <translation><b>Réinitialiser les propriétés du débogueur</b><p>Réinitialise la configuration du débogueur spécifique au projet.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3872"/> + <source>Filetype Associations</source> + <translation>Association des types de fichiers</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3872"/> + <source>Filetype Associations...</source> + <translation>Association des types de fichiers...</translation> + </message> + <message> <location filename="../Project/Project.py" line="3876"/> - <source><b>Reset Debugger Properties</b><p>This resets the project specific debugger settings.</p></source> - <translation><b>Réinitialiser les propriétés du débogueur</b><p>Réinitialise la configuration du débogueur spécifique au projet.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3785"/> - <source>Filetype Associations</source> - <translation>Association des types de fichiers</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3785"/> - <source>Filetype Associations...</source> - <translation>Association des types de fichiers...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3789"/> <source>Show the project filetype associations</source> <translation>Affiche les asociation Fichier/Type de fichier pour le projet</translation> </message> @@ -51458,87 +51526,87 @@ <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="4091"/> + <location filename="../Project/Project.py" line="4209"/> <source>Pac&kagers</source> <translation>Création de pac&kage</translation> </message> <message> - <location filename="../Project/Project.py" line="3681"/> + <location filename="../Project/Project.py" line="3768"/> <source>Add files to project</source> <translation>Ajouter des fichiers au projet</translation> </message> <message> - <location filename="../Project/Project.py" line="3681"/> + <location filename="../Project/Project.py" line="3768"/> <source>Add &files...</source> <translation>Ajouter des &fichiers...</translation> </message> <message> - <location filename="../Project/Project.py" line="3686"/> + <location filename="../Project/Project.py" line="3773"/> <source>Add files to the current project</source> <translation>Ajouter des fichiers au projet courant</translation> </message> <message> - <location filename="../Project/Project.py" line="3688"/> - <source><b>Add files...</b><p>This opens a dialog for adding files to the current project. The place to add is determined by the file extension.</p></source> - <translation><b>Ajouter des fichiers...</b><p>Ouvre une boite de dialogue pour ajouter des fichiers au projet courant. La position pour l'insertion est déterminée par l'extension du fichier.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="2916"/> - <source>Project Files (*.e4p)</source> - <translation>Fichiers projets (*.e4p)</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4077"/> - <source>&Project</source> - <translation>&Projet</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4199"/> - <source>Project</source> - <translation>Projet</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4265"/> - <source>&Clear</source> - <translation>&Effacer</translation> - </message> - <message> - <location filename="../Project/Project.py" line="883"/> - <source>Read user project properties</source> - <translation>Lire les propriétés utilisateur du projet</translation> - </message> - <message> - <location filename="../Project/Project.py" line="907"/> - <source>Save user project properties</source> - <translation>Enregistrer les propriétés utilisateur du projet</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3770"/> - <source>User project properties</source> - <translation>Propriétés utilisateur du projet</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3770"/> - <source>&User Properties...</source> - <translation>Propriétés &Utilisateur...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3775"/> + <source><b>Add files...</b><p>This opens a dialog for adding files to the current project. The place to add is determined by the file extension.</p></source> + <translation><b>Ajouter des fichiers...</b><p>Ouvre une boite de dialogue pour ajouter des fichiers au projet courant. La position pour l'insertion est déterminée par l'extension du fichier.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3001"/> + <source>Project Files (*.e4p)</source> + <translation>Fichiers projets (*.e4p)</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4195"/> + <source>&Project</source> + <translation>&Projet</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4328"/> + <source>Project</source> + <translation>Projet</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4394"/> + <source>&Clear</source> + <translation>&Effacer</translation> + </message> + <message> + <location filename="../Project/Project.py" line="904"/> + <source>Read user project properties</source> + <translation>Lire les propriétés utilisateur du projet</translation> + </message> + <message> + <location filename="../Project/Project.py" line="928"/> + <source>Save user project properties</source> + <translation>Enregistrer les propriétés utilisateur du projet</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3857"/> + <source>User project properties</source> + <translation>Propriétés utilisateur du projet</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3857"/> + <source>&User Properties...</source> + <translation>Propriétés &Utilisateur...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3862"/> <source>Show the user specific project properties</source> <translation>Afficher le propriétés utilisateurs spécifiques au projet</translation> </message> <message> - <location filename="../Project/Project.py" line="3777"/> + <location filename="../Project/Project.py" line="3864"/> <source><b>User Properties...</b><p>This shows a dialog to edit the user specific project properties.</p></source> <translation><b>Propriétés utilisateur...</b><p>Affiche une fenêtre permettant d'éditer les propriétés du projet spécifiques à l'utilisateur.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3140"/> + <location filename="../Project/Project.py" line="3227"/> <source>Syntax errors detected</source> <translation>Erreurs de syntaxe détectées</translation> </message> <message numerus="yes"> - <location filename="../Project/Project.py" line="3140"/> + <location filename="../Project/Project.py" line="3227"/> <source>The project contains %n file(s) with syntax errors.</source> <translation> <numerusform>Le projet contient %n fichier avec des erreurs de syntaxe.</numerusform> @@ -51546,22 +51614,22 @@ </translation> </message> <message> - <location filename="../Project/Project.py" line="5002"/> + <location filename="../Project/Project.py" line="5131"/> <source>Create Package List</source> <translation>Création de la liste de package</translation> </message> <message> - <location filename="../Project/Project.py" line="4007"/> + <location filename="../Project/Project.py" line="4094"/> <source>Create &Package List</source> <translation type="unfinished">Création de l'&archive du plugin</translation> </message> <message> - <location filename="../Project/Project.py" line="5278"/> + <location filename="../Project/Project.py" line="5407"/> <source>Create Plugin Archive</source> <translation>Création de l'archive du plugin</translation> </message> <message> - <location filename="../Project/Project.py" line="4953"/> + <location filename="../Project/Project.py" line="5082"/> <source><p>The file <b>PKGLIST</b> already exists.</p><p>Overwrite it?</p></source> <translation><p>Le fichier <b>PKGLIST</b> existe déjà.</p><p>Ecraser ?</p></translation> </message> @@ -51571,383 +51639,383 @@ <translation type="obsolete"><p>Le fichier <b>PKGLIST</b> n'existe pas. Abandon...</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5021"/> + <location filename="../Project/Project.py" line="5150"/> <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> </message> <message> - <location filename="../Project/Project.py" line="1631"/> + <location filename="../Project/Project.py" line="1652"/> <source><p>The source directory doesn't contain any files belonging to the selected category.</p></source> <translation><p>Le répertoire source ne contient aucun fichier correspondant à la catégorie sélectionnée.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2777"/> + <location filename="../Project/Project.py" line="2858"/> <source>Select Version Control System</source> <translation>Sélectionner un système de contrôle de version</translation> </message> <message> - <location filename="../Project/Project.py" line="2424"/> + <location filename="../Project/Project.py" line="2484"/> <source>None</source> <translation>Auncun</translation> </message> <message> - <location filename="../Project/Project.py" line="364"/> + <location filename="../Project/Project.py" line="374"/> <source>Registering Project Type</source> <translation>Enregistrement du type de projet</translation> </message> <message> - <location filename="../Project/Project.py" line="4023"/> + <location filename="../Project/Project.py" line="4110"/> <source>Create Plugin &Archives</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1312"/> + <location filename="../Project/Project.py" line="1333"/> <source>You have to specify a translation pattern first.</source> <translation>Vous devez d'abord spécifier un pattern de traduction.</translation> </message> <message> - <location filename="../Project/Project.py" line="2523"/> + <location filename="../Project/Project.py" line="2583"/> <source>Translation Pattern</source> <translation>Pattern de traduction</translation> </message> <message> - <location filename="../Project/Project.py" line="2523"/> + <location filename="../Project/Project.py" line="2583"/> <source>Enter the path pattern for translation files (use '%language%' in place of the language code):</source> <translation>Entrer le pattern pour les fichiers de traduction (utiliser la balise '%language%' à la place de la langue à utiliser):</translation> </message> <message> - <location filename="../Project/Project.py" line="3803"/> + <location filename="../Project/Project.py" line="3890"/> <source>Lexer Associations</source> <translation>Association des types de fichiers</translation> </message> <message> - <location filename="../Project/Project.py" line="3803"/> + <location filename="../Project/Project.py" line="3890"/> <source>Lexer Associations...</source> <translation>Association des types de fichiers...</translation> </message> <message> - <location filename="../Project/Project.py" line="3807"/> + <location filename="../Project/Project.py" line="3894"/> <source>Show the project lexer associations (overriding defaults)</source> <translation>Affiche les asociations Fichier/Type de fichier pour le projet (sans tenir compte des valeurs par défaut)</translation> </message> <message> - <location filename="../Project/Project.py" line="3809"/> + <location filename="../Project/Project.py" line="3896"/> <source><b>Lexer Associations...</b><p>This shows a dialog to edit the lexer associations of the project. These associations override the global lexer associations. Lexers are used to highlight the editor text.</p></source> <translation><b>Associations des types de fichiers...</b><p>Permet d'associer les types de fichiers aux analyseurs syntaxiques pour le projet en cours. Ces associations sont prioritaires sur les associations de fichiers configurées par défaut.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="280"/> + <location filename="../Project/Project.py" line="290"/> <source>PySide GUI</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="281"/> + <location filename="../Project/Project.py" line="291"/> <source>PySide Console</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="167"/> + <location filename="../Project/Project.py" line="176"/> <source>Python3 Files (*.py *.py3);;Python3 GUI Files (*.pyw *.pyw3);;</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="745"/> + <location filename="../Project/Project.py" line="766"/> <source><p>The project file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="847"/> + <location filename="../Project/Project.py" line="868"/> <source><p>The project file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="883"/> + <location filename="../Project/Project.py" line="904"/> <source><p>The user specific project properties file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="907"/> + <location filename="../Project/Project.py" line="928"/> <source><p>The user specific project properties file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="965"/> + <location filename="../Project/Project.py" line="986"/> <source><p>The project session file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1001"/> + <location filename="../Project/Project.py" line="1022"/> <source><p>The project session file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1030"/> + <location filename="../Project/Project.py" line="1051"/> <source><p>The project session file <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1064"/> + <location filename="../Project/Project.py" line="1085"/> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1084"/> + <location filename="../Project/Project.py" line="1105"/> <source><p>The tasks file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1141"/> + <location filename="../Project/Project.py" line="1162"/> <source><p>The project debugger properties file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1175"/> + <location filename="../Project/Project.py" line="1196"/> <source><p>The project debugger properties file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1201"/> + <location filename="../Project/Project.py" line="1222"/> <source><p>The project debugger properties file <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1662"/> + <location filename="../Project/Project.py" line="1683"/> <source><p>The file <b>{0}</b> already exists.</p><p>Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2931"/> + <location filename="../Project/Project.py" line="3016"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"><p>Le fichier <b>{0}</b>existe déjà. Écraser ?</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1890"/> + <location filename="../Project/Project.py" line="1911"/> <source><p>The file <b>{0}</b> could not be renamed.<br />Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2246"/> + <location filename="../Project/Project.py" line="2271"/> <source><p>The project directory <b>{0}</b> could not be created.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4562"/> + <location filename="../Project/Project.py" line="4691"/> <source><p>The selected VCS <b>{0}</b> could not be found.<br/>Disabling version control.</p><p>{1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5002"/> + <location filename="../Project/Project.py" line="5131"/> <source><p>The file <b>PKGLIST</b> could not be created.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5162"/> + <location filename="../Project/Project.py" line="5291"/> <source><p>The file <b>{0}</b> could not be stored in the archive. Ignoring it.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5236"/> + <location filename="../Project/Project.py" line="5365"/> <source><p>The plugin file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1587"/> + <location filename="../Project/Project.py" line="1608"/> <source><p>The selected file <b>{0}</b> could not be added to <b>{1}</b>.</p><p>Reason: {2}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1644"/> + <location filename="../Project/Project.py" line="1665"/> <source><p>The target directory <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="164"/> + <location filename="../Project/Project.py" line="173"/> <source>Python2 Files (*.py2);;Python2 GUI Files (*.pyw2);;</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2313"/> + <location filename="../Project/Project.py" line="2352"/> <source>Create main script</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2313"/> + <location filename="../Project/Project.py" line="2352"/> <source><p>The mainscript <b>{0}</b> could not be created.<br/>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3992"/> + <location filename="../Project/Project.py" line="4079"/> <source>Load Diagram</source> <translation type="unfinished">Charger le diagramme</translation> </message> <message> - <location filename="../Project/Project.py" line="3992"/> + <location filename="../Project/Project.py" line="4079"/> <source>&Load Diagram...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3996"/> + <location filename="../Project/Project.py" line="4083"/> <source>Load a diagram from file.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3998"/> + <location filename="../Project/Project.py" line="4085"/> <source><b>Load Diagram...</b><p>This loads a diagram from file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="341"/> + <location filename="../Project/Project.py" line="351"/> <source><p>The Programming Language <b>{0}</b> is not supported.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="364"/> + <location filename="../Project/Project.py" line="374"/> <source><p>The Project type <b>{0}</b> is already registered.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="352"/> + <location filename="../Project/Project.py" line="362"/> <source><p>The Project type <b>{0}</b> is already registered with Programming Language <b>{1}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="262"/> + <location filename="../Project/Project.py" line="272"/> <source>PyQt5 GUI</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="263"/> + <location filename="../Project/Project.py" line="273"/> <source>PyQt5 Console</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4550"/> + <location filename="../Project/Project.py" line="4679"/> <source><p>The selected VCS <b>{0}</b> could not be found. <br/>Reverting override.</p><p>{1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5278"/> + <location filename="../Project/Project.py" line="5407"/> <source><p>The plugin file <b>{0}</b> could not be read.</p> <p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4012"/> + <location filename="../Project/Project.py" line="4099"/> <source>Create an initial PKGLIST file for an eric6 plugin.</source> <translation type="unfinished">Créé le fichier d'archive pour un plugin eric4. {5 ?} {6 ?}</translation> </message> <message> - <location filename="../Project/Project.py" line="4014"/> + <location filename="../Project/Project.py" line="4101"/> <source><b>Create Package List</b><p>This creates an initial list of files to include in an eric6 plugin archive. The list is created from the project file.</p></source> <translation type="unfinished"><b>Création de l'archive du plugin</b><p>Ceci créé une archive contenant l'ensemble des fichiers indiqués dans le fichier PKGLIST. Le nom de l'archive est construit à partir du nom du script principal.</p> {5 ?} {6 ?}</translation> </message> <message> - <location filename="../Project/Project.py" line="4028"/> + <location filename="../Project/Project.py" line="4115"/> <source>Create eric6 plugin archive files.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4030"/> + <location filename="../Project/Project.py" line="4117"/> <source><b>Create Plugin Archives</b><p>This creates eric6 plugin archive files using the list of files given in a PKGLIST* file. The archive name is built from the main script name if not designated in the package list file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5127"/> + <location filename="../Project/Project.py" line="5256"/> <source><p>The eric6 plugin archive file <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="260"/> + <location filename="../Project/Project.py" line="270"/> <source>PyQt4 GUI</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="261"/> + <location filename="../Project/Project.py" line="271"/> <source>PyQt4 Console</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="264"/> + <location filename="../Project/Project.py" line="274"/> <source>Eric6 Plugin</source> <translation type="unfinished">Plugin Eric4 {6 ?}</translation> </message> <message> - <location filename="../Project/Project.py" line="2747"/> + <location filename="../Project/Project.py" line="2828"/> <source>Create project management directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2747"/> + <location filename="../Project/Project.py" line="2828"/> <source><p>The project directory <b>{0}</b> is not writable.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3742"/> + <location filename="../Project/Project.py" line="3829"/> <source>Alt+Ctrl+P</source> <comment>Project|Search Project File</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3748"/> + <location filename="../Project/Project.py" line="3835"/> <source>Search for a file in the project list of files.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3750"/> + <location filename="../Project/Project.py" line="3837"/> <source><b>Search Project File</b><p>This searches for a file in the project list of files.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3742"/> + <location filename="../Project/Project.py" line="3829"/> <source>Search Project File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3742"/> + <location filename="../Project/Project.py" line="3829"/> <source>Search Project File...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5056"/> + <location filename="../Project/Project.py" line="5185"/> <source>Create Plugin Archives</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4040"/> + <location filename="../Project/Project.py" line="4127"/> <source>Create Plugin Archives (Snapshot)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4040"/> + <location filename="../Project/Project.py" line="4127"/> <source>Create Plugin Archives (&Snapshot)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4045"/> + <location filename="../Project/Project.py" line="4132"/> <source>Create eric6 plugin archive files (snapshot releases).</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4047"/> + <location filename="../Project/Project.py" line="4134"/> <source><b>Create Plugin Archives (Snapshot)</b><p>This creates eric6 plugin archive files using the list of files given in the PKGLIST* file. The archive name is built from the main script name if not designated in the package list file. The version entry of the main script is modified to reflect a snapshot release.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5035"/> + <location filename="../Project/Project.py" line="5164"/> <source>Select package lists:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5052"/> + <location filename="../Project/Project.py" line="5181"/> <source>Creating plugin archives...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5052"/> + <location filename="../Project/Project.py" line="5181"/> <source>Abort</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5052"/> + <location filename="../Project/Project.py" line="5181"/> <source>%v/%m Archives</source> <translation type="unfinished"></translation> </message> @@ -51957,55 +52025,135 @@ <translation type="obsolete">Coverage</translation> </message> <message> - <location filename="../Project/Project.py" line="5069"/> + <location filename="../Project/Project.py" line="5198"/> <source><p>The file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5181"/> + <location filename="../Project/Project.py" line="5310"/> <source><p>The eric6 plugin archive files were created with some errors.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5184"/> + <location filename="../Project/Project.py" line="5313"/> <source><p>The eric6 plugin archive files were created successfully.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5045"/> + <location filename="../Project/Project.py" line="5174"/> <source><p>No package list files (PKGLIST*) available or selected. Aborting...</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5099"/> + <location filename="../Project/Project.py" line="5228"/> <source><p>The file <b>{0}</b> is not ready yet.</p><p>Please rework it and delete the'; initial_list' line of the header.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3733"/> + <location filename="../Project/Project.py" line="3820"/> <source><b>Search new files...</b><p>This searches for new files (sources, *.ui, *.idl, *.proto) in the project directory and registered subdirectories.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3791"/> + <location filename="../Project/Project.py" line="3878"/> <source><b>Filetype Associations...</b><p>This shows a dialog to edit the file type associations of the project. These associations determine the type (source, form, interface, protocol 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="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1435"/> + <location filename="../Project/Project.py" line="1456"/> <source><p>The selected translation file <b>{0}</b> could not be deleted.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2133"/> + <location filename="../Project/Project.py" line="2154"/> <source><p>The selected file <b>{0}</b> could not be deleted.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2163"/> + <location filename="../Project/Project.py" line="2184"/> <source><p>The selected directory <b>{0}</b> could not be deleted.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Project/Project.py" line="2654"/> + <source>Create Makefile</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="2654"/> + <source><p>The makefile <b>{0}</b> could not be created.<br/>Reason: {1}</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5590"/> + <source>Execute Make</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4148"/> + <source>&Execute Make</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4152"/> + <source>Perform a 'make' run.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4154"/> + <source><b>Execute Make</b><p>This performs a 'make' run to rebuild the configured target.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5570"/> + <source>Test for Changes</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4162"/> + <source>&Test for Changes</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4166"/> + <source>Question 'make', if a rebuild is needed.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4168"/> + <source><b>Test for Changes</b><p>This questions 'make', if a rebuild of the configured target is necessary.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4210"/> + <source>Make</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5518"/> + <source>The make process did not start.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5563"/> + <source>The make process crashed.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5573"/> + <source><p>There are changes that require the configured make target <b>{0}</b> to be rebuilt.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5578"/> + <source><p>There are changes that require the default make target to be rebuilt.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5590"/> + <source>The makefile contains errors.</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>ProjectBaseBrowser</name> @@ -52901,75 +53049,85 @@ <translation>Rechercher des nouveaux fichiers récursivement</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="211"/> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="221"/> <source>Recent Projects</source> <translation>Projets récents</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="217"/> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="227"/> <source>Number of recent projects:</source> <translation>Nombre de projets récents:</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="224"/> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="234"/> <source>Enter the number of recent projects to remember</source> <translation>Entrer le nombre de projets récents à retenir</translation> </message> <message> <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="163"/> - <source>Automatically compile</source> - <translation>Compilation automatique</translation> + <source>Automatisations</source> + <translation type="unfinished">Compilation automatique</translation> </message> <message> <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="172"/> - <source>changed forms</source> - <translation>feuilles modifiées</translation> + <source>compile changed forms</source> + <translation type="unfinished">feuilles modifiées</translation> </message> <message> <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="182"/> - <source>changed resources</source> - <translation>ressources modifées</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="192"/> + <source>compile changed resources</source> + <translation type="unfinished">ressources modifées</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="202"/> <source>Python Variant</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="198"/> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="208"/> <source>Select to determine the Python variant from the project language</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="201"/> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="211"/> <source>Determine Python variant from project language</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="256"/> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="266"/> <source>Tasks</source> <translation type="unfinished">Tâches</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="262"/> - <source>Select to save the project tasks automatically</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="265"/> - <source>Save tasks automatically</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="272"/> - <source>Select to rescan the project tasks when a project is opened</source> + <source>Select to save the project tasks automatically</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="275"/> + <source>Save tasks automatically</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="282"/> + <source>Select to rescan the project tasks when a project is opened</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="285"/> <source>Rescan tasks upon opening</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="189"/> + <source>Select to execute the configured 'make' command before a run action is performed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="192"/> + <source>execute make</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>ProjectProtocolsBrowser</name> @@ -53734,7 +53892,7 @@ <translation type="obsolete">Sélectionne le script principal</translation> </message> <message> - <location filename="../Project/PropertiesDialog.py" line="111"/> + <location filename="../Project/PropertiesDialog.py" line="115"/> <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> </message> @@ -53753,24 +53911,24 @@ <p>Si le projet est controlé par un système de gestion de versions, le bouton "Afficher les Infos du référentiel" permet d'afficher les informations du référentiel.</p></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="275"/> + <location filename="../Project/PropertiesDialog.ui" line="315"/> <source>Enter authors email</source> <translation>Entrer les mails des auteurs</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="278"/> + <location filename="../Project/PropertiesDialog.ui" line="318"/> <source><b>Email</b> <p>Enter the email address of the author</p></source> <translation><b>Email</b> <p>Entrer les adresses emails des auteurs</p></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="185"/> + <location filename="../Project/PropertiesDialog.ui" line="225"/> <source>Enter the main script</source> <translation>Entrer le script principal</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="188"/> + <location filename="../Project/PropertiesDialog.ui" line="228"/> <source><b>Main Script</b> <p>Enter the main script of the project. You may select it with a dialog by pressing the button to the right.</p></source> @@ -53779,19 +53937,19 @@ en cliquant sur le bouton à droite.</p></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="299"/> + <location filename="../Project/PropertiesDialog.ui" line="339"/> <source>Enter description</source> <translation>Entrer une description du projet</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="302"/> + <location filename="../Project/PropertiesDialog.ui" line="342"/> <source><b>Description</b> <p>Enter a short description for the project.</p></source> <translation><b>Description</b> <p>Entrer une courte description du projet.</p></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="244"/> + <location filename="../Project/PropertiesDialog.ui" line="284"/> <source>&Author:</source> <translation>&Auteur:</translation> </message> @@ -53801,37 +53959,37 @@ <translation>&Nom du projet:</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="114"/> + <location filename="../Project/PropertiesDialog.ui" line="154"/> <source>Project &Directory:</source> <translation>&Répertoire du projet:</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="145"/> + <location filename="../Project/PropertiesDialog.ui" line="185"/> <source>&Version No.:</source> <translation>&Version No.:</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="84"/> + <location filename="../Project/PropertiesDialog.ui" line="86"/> <source>Select, if the project uses other programming languages as well</source> <translation>Cocher si le projet utilise aussi d'autres langages</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="87"/> + <location filename="../Project/PropertiesDialog.ui" line="89"/> <source>Mi&xed programming languages</source> <translation>Program&mation en plusieurs langages</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="90"/> + <location filename="../Project/PropertiesDialog.ui" line="92"/> <source>Alt+X</source> <translation>Alt+X</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="133"/> + <location filename="../Project/PropertiesDialog.ui" line="173"/> <source>Enter the project directory</source> <translation>Entrer le répertoire du projet</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="136"/> + <location filename="../Project/PropertiesDialog.ui" line="176"/> <source><b>Project Directory</b> <p>Enter the project directory. You may select it with a dialog by pressing the button to the right.</p></source> @@ -53840,12 +53998,12 @@ en cliquant sur le bouton à droite.</p></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="166"/> + <location filename="../Project/PropertiesDialog.ui" line="206"/> <source>&Main Script:</source> <translation>Script &principal:</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="286"/> + <location filename="../Project/PropertiesDialog.ui" line="326"/> <source>&Description:</source> <translation>&Description:</translation> </message> @@ -53874,19 +54032,19 @@ <p>Selection du répertoire projet via une boite de dialogue.</p></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="254"/> + <location filename="../Project/PropertiesDialog.ui" line="294"/> <source>Enter authors name</source> <translation>Entrer le nom des auteurs</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="257"/> + <location filename="../Project/PropertiesDialog.ui" line="297"/> <source><b>Author</b> <p>Enter the name of the author.</p></source> <translation><b>Auteurs</b> <p>Entrer le nom des auteurs.</p></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="265"/> + <location filename="../Project/PropertiesDialog.ui" line="305"/> <source>&Email:</source> <translation>&Email:</translation> </message> @@ -53903,49 +54061,49 @@ <p>Entrer le nom du projet</p></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="155"/> + <location filename="../Project/PropertiesDialog.ui" line="195"/> <source>Enter the version number</source> <translation>Entrer le numéro de version</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="158"/> + <location filename="../Project/PropertiesDialog.ui" line="198"/> <source><b>Version No.</b> <p>Enter the version no.</p></source> <translation><b>Version No.</b> <p>Entrer le numéro de version.</p></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="343"/> + <location filename="../Project/PropertiesDialog.ui" line="383"/> <source>Press to show information about the repository</source> <translation>Cliquer pour afficher les infos du référentiel</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="346"/> + <location filename="../Project/PropertiesDialog.ui" line="386"/> <source>Show &Repository Info</source> <translation>Afficher les Infos du &référentiel</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="349"/> + <location filename="../Project/PropertiesDialog.ui" line="389"/> <source>Alt+R</source> <translation>Alt+R</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="197"/> + <location filename="../Project/PropertiesDialog.ui" line="237"/> <source>Press to edit the translations properties</source> <translation>Cliquer pour éditer les propriétés de traduction</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="200"/> + <location filename="../Project/PropertiesDialog.ui" line="240"/> <source>Translations Properties...</source> <translation>Propriétés des traductions...</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="97"/> + <location filename="../Project/PropertiesDialog.ui" line="137"/> <source>Project &Type:</source> <translation>T&ype de projet:</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="107"/> + <location filename="../Project/PropertiesDialog.ui" line="147"/> <source>Select the type of the project</source> <translation>Sélectionner le type de projet</translation> </message> @@ -53981,55 +54139,70 @@ <translation>Configuration de la vérification orthographiques...</translation> </message> <message> - <location filename="../Project/PropertiesDialog.py" line="105"/> + <location filename="../Project/PropertiesDialog.py" line="109"/> <source>The project is version controlled by <b>{0}</b>.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/PropertiesDialog.py" line="56"/> + <location filename="../Project/PropertiesDialog.py" line="60"/> <source>Source Files ({0});;All Files (*)</source> <translation type="unfinished">Fichiers sources ({0});;Tous fichiers (*)</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="207"/> + <location filename="../Project/PropertiesDialog.ui" line="247"/> <source>End of &Line Character:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="217"/> + <location filename="../Project/PropertiesDialog.ui" line="257"/> <source>Select the end of line character to be used by the project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="221"/> + <location filename="../Project/PropertiesDialog.ui" line="261"/> <source>System</source> <translation type="unfinished">Système</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="226"/> + <location filename="../Project/PropertiesDialog.ui" line="266"/> <source>Unix</source> <translation type="unfinished">Unix</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="231"/> + <location filename="../Project/PropertiesDialog.ui" line="271"/> <source>Macintosh</source> <translation type="unfinished">Macintosh</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="236"/> + <location filename="../Project/PropertiesDialog.ui" line="276"/> <source>Windows/DOS</source> <translation type="unfinished">Windows/DOS</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="318"/> + <location filename="../Project/PropertiesDialog.ui" line="358"/> <source>Select to create a version controlled project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="321"/> + <location filename="../Project/PropertiesDialog.ui" line="361"/> <source>Version Controlled Project</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Project/PropertiesDialog.ui" line="112"/> + <source>Select to activate the 'make' support</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/PropertiesDialog.ui" line="115"/> + <source>Enable 'make' Support</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/PropertiesDialog.ui" line="125"/> + <source>Press to open a dialog to enter the 'make' parameters</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>ProtobufPage</name> @@ -74681,7 +74854,7 @@ <translation>Création de l'interface utilisateur...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1513"/> + <location filename="../UI/UserInterface.py" line="1516"/> <source>Log-Viewer</source> <translation>Fenêtre de log</translation> </message> @@ -74691,222 +74864,222 @@ <translation>Définition des connexions...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="559"/> + <location filename="../UI/UserInterface.py" line="562"/> <source>Initializing Actions...</source> <translation>Initialisation des actions...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="561"/> + <location filename="../UI/UserInterface.py" line="564"/> <source>Initializing Menus...</source> <translation>Initialisation des menus...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="563"/> + <location filename="../UI/UserInterface.py" line="566"/> <source>Initializing Toolbars...</source> <translation>Initialisation des barres d'outils...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="565"/> + <location filename="../UI/UserInterface.py" line="568"/> <source>Initializing Statusbar...</source> <translation>Initialisation de la barre d'état...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="513"/> + <location filename="../UI/UserInterface.py" line="516"/> <source>Initializing Tools...</source> <translation>Initialisation des outils...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1331"/> + <location filename="../UI/UserInterface.py" line="1334"/> <source>Quit</source> <translation>Quitter</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1331"/> + <location filename="../UI/UserInterface.py" line="1334"/> <source>&Quit</source> <translation>&Quitter</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1337"/> + <location filename="../UI/UserInterface.py" line="1340"/> <source>Quit the IDE</source> <translation>Quitter l'IDE</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1338"/> + <location filename="../UI/UserInterface.py" line="1341"/> <source><b>Quit the IDE</b><p>This quits the IDE. Any unsaved changes may be saved first. Any Python program being debugged will be stopped and the preferences will be written to disc.</p></source> <translation><b>Quitter l'IDE</b><p>Cette commande fait quitter l'IDE. Toutes les modifications non-enregistrées devraient d'abord être enregistrées. Tous les programmes Python débogués seront stoppés et les préférences seront écrites sur le disque.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1718"/> + <location filename="../UI/UserInterface.py" line="1721"/> <source>What's This?</source> <translation>Qu'est-ce que c'est ?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1718"/> + <location filename="../UI/UserInterface.py" line="1721"/> <source>&What's This?</source> <translation>&Qu'est-ce que c'est?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1724"/> + <location filename="../UI/UserInterface.py" line="1727"/> <source>Context sensitive help</source> <translation>Aide contextuelle</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1725"/> + <location filename="../UI/UserInterface.py" line="1728"/> <source><b>Display context sensitive help</b><p>In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.</p></source> <translation><b>Affiche l'aide contextuelle</b><p>Dans le mode "Qu'est-ce que c'est?", la souris est affichée avec un point d'interrogation, et on peut cliquer sur les éléments de l'interface pour obtenir une courte description de l'élément. Cette fonction peut être obtenue avec le bouton d'aide contextuelle de la barre principale.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1737"/> + <location filename="../UI/UserInterface.py" line="1740"/> <source>Helpviewer</source> <translation>Visionneur d'aide</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1737"/> + <location filename="../UI/UserInterface.py" line="1740"/> <source>&Helpviewer...</source> <translation>Visionneur d'&aide...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1743"/> + <location filename="../UI/UserInterface.py" line="1746"/> <source>Open the helpviewer window</source> <translation>Ouvre le visualiseur d'aide</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1765"/> + <location filename="../UI/UserInterface.py" line="1768"/> <source>Show Versions</source> <translation>Afficher les versions</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1765"/> + <location filename="../UI/UserInterface.py" line="1768"/> <source>Show &Versions</source> <translation>Afficher les &versions</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1769"/> + <location filename="../UI/UserInterface.py" line="1772"/> <source>Display version information</source> <translation>Affiche les informations sur les versions</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1771"/> + <location filename="../UI/UserInterface.py" line="1774"/> <source><b>Show Versions</b><p>Display version information.</p></source> <translation><b>Afficher les versions</b><p>Affiche les informations sur les versions.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3218"/> + <location filename="../UI/UserInterface.py" line="3221"/> <source>Report Bug</source> <translation>Rapport de bogue</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1816"/> + <location filename="../UI/UserInterface.py" line="1819"/> <source>Report &Bug...</source> <translation>Rapport de &bogue...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1820"/> + <location filename="../UI/UserInterface.py" line="1823"/> <source>Report a bug</source> <translation>Envoyer un rapport de bogue</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1821"/> + <location filename="../UI/UserInterface.py" line="1824"/> <source><b>Report Bug...</b><p>Opens a dialog to report a bug.</p></source> <translation><b>Rapport de bogue...</b><p>Ouvre une fenêtre pour envoyer un rapport de bogue.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2790"/> + <location filename="../UI/UserInterface.py" line="2793"/> <source>Unittest</source> <translation>Tests unitaires</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1843"/> + <location filename="../UI/UserInterface.py" line="1846"/> <source>&Unittest...</source> <translation>&Tests unitaires...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1848"/> + <location filename="../UI/UserInterface.py" line="1851"/> <source>Start unittest dialog</source> <translation>Ouvre la fenêtre Unitest</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2111"/> + <location filename="../UI/UserInterface.py" line="2114"/> <source>Preferences</source> <translation>Préférences</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2111"/> + <location filename="../UI/UserInterface.py" line="2114"/> <source>&Preferences...</source> <translation>&Préférences...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2116"/> + <location filename="../UI/UserInterface.py" line="2119"/> <source>Set the prefered configuration</source> <translation>Édition des préférences</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2118"/> + <location filename="../UI/UserInterface.py" line="2121"/> <source><b>Preferences</b><p>Set the configuration items of the application with your prefered values.</p></source> <translation><b>Préférences</b><p>Edite les valeurs souhaitées pour la configuration du logiciel.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2216"/> + <location filename="../UI/UserInterface.py" line="2219"/> <source>Keyboard Shortcuts</source> <translation>Raccourcis clavier</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2216"/> + <location filename="../UI/UserInterface.py" line="2219"/> <source>Keyboard &Shortcuts...</source> <translation>&Raccourcis claviers...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2221"/> + <location filename="../UI/UserInterface.py" line="2224"/> <source>Set the keyboard shortcuts</source> <translation>Définition des raccourcis clavier</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2223"/> + <location filename="../UI/UserInterface.py" line="2226"/> <source><b>Keyboard Shortcuts</b><p>Set the keyboard shortcuts of the application with your prefered values.</p></source> <translation><b>Raccourcis claviers</b><p>Edite les raccourcis claviers pour l'application.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5712"/> + <location filename="../UI/UserInterface.py" line="5715"/> <source>Export Keyboard Shortcuts</source> <translation>Exporter les raccourcis clavier</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2231"/> + <location filename="../UI/UserInterface.py" line="2234"/> <source>&Export Keyboard Shortcuts...</source> <translation>&Exporter les raccourcis claviers...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2236"/> + <location filename="../UI/UserInterface.py" line="2239"/> <source>Export the keyboard shortcuts</source> <translation>Exporte les raccourcis claviers</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2238"/> + <location filename="../UI/UserInterface.py" line="2241"/> <source><b>Export Keyboard Shortcuts</b><p>Export the keyboard shortcuts of the application.</p></source> <translation><b>Exporter les raccourcis clavier</b><p>Exporte les raccourcis claviers de l'application.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5736"/> + <location filename="../UI/UserInterface.py" line="5739"/> <source>Import Keyboard Shortcuts</source> <translation>Importer des raccourcis clavier</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2245"/> + <location filename="../UI/UserInterface.py" line="2248"/> <source>&Import Keyboard Shortcuts...</source> <translation>&Importer des raccourcis clavier...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2250"/> + <location filename="../UI/UserInterface.py" line="2253"/> <source>Import the keyboard shortcuts</source> <translation>Importe des raccourcis clavier</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2252"/> + <location filename="../UI/UserInterface.py" line="2255"/> <source><b>Import Keyboard Shortcuts</b><p>Import the keyboard shortcuts of the application.</p></source> <translation><b>Importer des raccourcis clavier</b><p>Importe des raccourcis claviers de l'application.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2620"/> + <location filename="../UI/UserInterface.py" line="2623"/> <source>E&xtras</source> <translation>E&xtras</translation> </message> @@ -74916,559 +75089,559 @@ <translation type="obsolete">&Outils</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2666"/> + <location filename="../UI/UserInterface.py" line="2669"/> <source>&Window</source> <translation>&Fenêtre</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2716"/> + <location filename="../UI/UserInterface.py" line="2719"/> <source>&Help</source> <translation>A&ide</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2789"/> + <location filename="../UI/UserInterface.py" line="2792"/> <source>Tools</source> <translation>Outils</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4598"/> + <location filename="../UI/UserInterface.py" line="4601"/> <source>Help</source> <translation>Aide</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2791"/> + <location filename="../UI/UserInterface.py" line="2794"/> <source>Settings</source> <translation>Configuration</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2691"/> + <location filename="../UI/UserInterface.py" line="2694"/> <source>&Toolbars</source> <translation>&Barres d'Outils</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4724"/> + <location filename="../UI/UserInterface.py" line="4727"/> <source>Problem</source> <translation>Problème</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4913"/> + <location filename="../UI/UserInterface.py" line="4916"/> <source>Process Generation Error</source> <translation>Erreur du processus</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="592"/> + <location filename="../UI/UserInterface.py" line="595"/> <source>Initializing Single Application Server...</source> <translation>Initialisation du serveur d'application...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1849"/> + <location filename="../UI/UserInterface.py" line="1852"/> <source><b>Unittest</b><p>Perform unit tests. The dialog gives you the ability to select and run a unittest suite.</p></source> <translation><b>Tests unitaires</b><p>Effectue les tests d'unitaires. Cette fenêtre permet de sélectionner et de lancer une suite de tests unitaires.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1857"/> + <location filename="../UI/UserInterface.py" line="1860"/> <source>Unittest Restart</source> <translation>Relancer les tests unitaires</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1857"/> + <location filename="../UI/UserInterface.py" line="1860"/> <source>&Restart Unittest...</source> <translation>&Relancer les tests unitaires...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1862"/> + <location filename="../UI/UserInterface.py" line="1865"/> <source>Restart last unittest</source> <translation>Relancer le dernier test unitaire</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1863"/> + <location filename="../UI/UserInterface.py" line="1866"/> <source><b>Restart Unittest</b><p>Restart the unittest performed last.</p></source> <translation><b>Relancer le dernier test unitaire</b> <p>Relance le dernier test unitaire effectué.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1887"/> + <location filename="../UI/UserInterface.py" line="1890"/> <source>Unittest Script</source> <translation>Script de tests unitaires</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1887"/> + <location filename="../UI/UserInterface.py" line="1890"/> <source>Unittest &Script...</source> <translation>&Script de tests unitaires...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1892"/> + <location filename="../UI/UserInterface.py" line="1895"/> <source>Run unittest with current script</source> <translation>Lance les tests unitaires sur le script courant</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1894"/> + <location filename="../UI/UserInterface.py" line="1897"/> <source><b>Unittest Script</b><p>Run unittest with current script.</p></source> <translation><b>Script de tests unitaires</b><p>Lance les tests unitaires sur le script en cours.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4346"/> + <location filename="../UI/UserInterface.py" line="4349"/> <source>Unittest Project</source> <translation>Projet de tests unitaires</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1902"/> + <location filename="../UI/UserInterface.py" line="1905"/> <source>Unittest &Project...</source> <translation>&Projet de tests unitaires...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1907"/> + <location filename="../UI/UserInterface.py" line="1910"/> <source>Run unittest with current project</source> <translation>Lance les tests unitaires sur le projet courant</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1909"/> + <location filename="../UI/UserInterface.py" line="1912"/> <source><b>Unittest Project</b><p>Run unittest with current project.</p></source> <translation><b>Projet de tests unitaires</b><p>Lance les tests unitaires sur le projet en cours.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1997"/> + <location filename="../UI/UserInterface.py" line="2000"/> <source>Compare Files</source> <translation>Comparaison de fichiers</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1997"/> + <location filename="../UI/UserInterface.py" line="2000"/> <source>&Compare Files...</source> <translation>&Comparaison de fichiers...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2015"/> + <location filename="../UI/UserInterface.py" line="2018"/> <source>Compare two files</source> <translation>Compare deux fichiers</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2003"/> + <location filename="../UI/UserInterface.py" line="2006"/> <source><b>Compare Files</b><p>Open a dialog to compare two files.</p></source> <translation><b>Comparaison de Fichiers</b><p>Ouvre une fenêtre pour comparer deux fichiers.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2010"/> + <location filename="../UI/UserInterface.py" line="2013"/> <source>Compare Files side by side</source> <translation>Comparaison de fichiers côte à côte</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2016"/> + <location filename="../UI/UserInterface.py" line="2019"/> <source><b>Compare Files side by side</b><p>Open a dialog to compare two files and show the result side by side.</p></source> <translation><b>Comparaison de fichiers côte à côte</b><p>Ouvre une fenêtre pour comparer deux fichiers et affiche les différences côte à côte.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2603"/> + <location filename="../UI/UserInterface.py" line="2606"/> <source>&Unittest</source> <translation>Tests &unitaires</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4346"/> + <location filename="../UI/UserInterface.py" line="4349"/> <source>There is no main script defined for the current project. Aborting</source> <translation>Il n'y a pas de script principal défini dans le projet en cours. Abandon</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6295"/> + <location filename="../UI/UserInterface.py" line="6298"/> <source>Drop Error</source> <translation>Erreur de suppression</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1496"/> + <location filename="../UI/UserInterface.py" line="1499"/> <source>File-Browser</source> <translation>Navigateur de fichiers</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1393"/> + <location filename="../UI/UserInterface.py" line="1396"/> <source>Edit Profile</source> <translation>Profil d'Edition</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1399"/> + <location filename="../UI/UserInterface.py" line="1402"/> <source>Activate the edit view profile</source> <translation>Active la fenêtre d'édition des profils Edition/Débogage</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1401"/> + <location filename="../UI/UserInterface.py" line="1404"/> <source><b>Edit Profile</b><p>Activate the "Edit View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.</p></source> <translation><b>Edition des profils</b><p>Active la fenêtre d'édition des profils Edition/Débogage. On peut y configurer les différentes fenêtres devant apparaitre en mode Edition ou Débogage.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1410"/> + <location filename="../UI/UserInterface.py" line="1413"/> <source>Debug Profile</source> <translation>Profil Débogage</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1416"/> + <location filename="../UI/UserInterface.py" line="1419"/> <source>Activate the debug view profile</source> <translation>Active le profil Débogage</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1418"/> + <location filename="../UI/UserInterface.py" line="1421"/> <source><b>Debug Profile</b><p>Activate the "Debug View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.</p></source> <translation><b>Profil Debogage</b><p>Active le profil Bébogage. La fenêtre affichée dans ce mode peut être configurée avec la fenêtre "Edition des profils"</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2184"/> + <location filename="../UI/UserInterface.py" line="2187"/> <source>View Profiles</source> <translation>Profils de visualisation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2184"/> + <location filename="../UI/UserInterface.py" line="2187"/> <source>&View Profiles...</source> <translation>Profils de &Visualisation...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2189"/> + <location filename="../UI/UserInterface.py" line="2192"/> <source>Configure view profiles</source> <translation>Configuration des profils de visualisation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2191"/> + <location filename="../UI/UserInterface.py" line="2194"/> <source><b>View Profiles</b><p>Configure the view profiles. With this dialog you may set the visibility of the various windows for the predetermined view profiles.</p></source> <translation><b>Profils de Visualisation</b><p>Configure les modes de visualisation de l'éditeur (modes Edition/Débogage). Avec cet fenêtre de configuration, on peut sélectionner les sous-fenêtres actives par défaut pour chacun des mode de visualisation.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1970"/> + <location filename="../UI/UserInterface.py" line="1973"/> <source>UI Previewer</source> <translation>Visionneur d'UI</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1970"/> + <location filename="../UI/UserInterface.py" line="1973"/> <source>&UI Previewer...</source> <translation>Visionneur d'&UI...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1975"/> + <location filename="../UI/UserInterface.py" line="1978"/> <source>Start the UI Previewer</source> <translation>Démarre le Visionneur d'UI</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1976"/> + <location filename="../UI/UserInterface.py" line="1979"/> <source><b>UI Previewer</b><p>Start the UI Previewer.</p></source> <translation><b>Visulaiseur d'UI</b><p>Démarre le visualiseur d'UI.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1983"/> + <location filename="../UI/UserInterface.py" line="1986"/> <source>Translations Previewer</source> <translation>Visionneur de traductions</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1983"/> + <location filename="../UI/UserInterface.py" line="1986"/> <source>&Translations Previewer...</source> <translation>Visionneur de &Traductions...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1988"/> + <location filename="../UI/UserInterface.py" line="1991"/> <source>Start the Translations Previewer</source> <translation>Démarre le visionneur de traductions</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1990"/> + <location filename="../UI/UserInterface.py" line="1993"/> <source><b>Translations Previewer</b><p>Start the Translations Previewer.</p></source> <translation><b>Visionneur de traductions</b><p>Démarre le visionneur de traductions.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1480"/> + <location filename="../UI/UserInterface.py" line="1483"/> <source>Shell</source> <translation>Shell</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1480"/> + <location filename="../UI/UserInterface.py" line="1483"/> <source>&Shell</source> <translation>&Shell</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2155"/> + <location filename="../UI/UserInterface.py" line="2158"/> <source>Reload APIs</source> <translation>Recharger les APIs</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2155"/> + <location filename="../UI/UserInterface.py" line="2158"/> <source>Reload &APIs</source> <translation>Recharger les &APIs</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2159"/> + <location filename="../UI/UserInterface.py" line="2162"/> <source>Reload the API information</source> <translation>Recharger les informations des API</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2161"/> + <location filename="../UI/UserInterface.py" line="2164"/> <source><b>Reload APIs</b><p>Reload the API information.</p></source> <translation><b>Recharger les APIs</b><p>Recharger les informations des API.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1531"/> + <location filename="../UI/UserInterface.py" line="1534"/> <source>Task-Viewer</source> <translation>Visualisueur de tâches</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5905"/> + <location filename="../UI/UserInterface.py" line="5908"/> <source>Save tasks</source> <translation>Enregistrement des tâches</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5934"/> + <location filename="../UI/UserInterface.py" line="5937"/> <source>Read tasks</source> <translation>Lecture des tâches</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4598"/> + <location filename="../UI/UserInterface.py" line="4601"/> <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source> <translation>Aucun visualiseur personalisé n'est sélectionné. Prière d'en spécifier un dans les préférences.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5387"/> + <location filename="../UI/UserInterface.py" line="5390"/> <source>Documentation Missing</source> <translation>Documentation Manquante</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3218"/> + <location filename="../UI/UserInterface.py" line="3221"/> <source>Email address or mail server address is empty. Please configure your Email settings in the Preferences Dialog.</source> <translation>L'adresse mail ou l'adresse du serveur mail est vide. Veuillez configurer vos paramètres mails dans la fenêtre des Préférences.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1549"/> + <location filename="../UI/UserInterface.py" line="1552"/> <source>Template-Viewer</source> <translation>Gestionnaire de gabarits</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1427"/> + <location filename="../UI/UserInterface.py" line="1430"/> <source>Alt+Shift+P</source> <translation>Alt+Shift+P</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1462"/> + <location filename="../UI/UserInterface.py" line="1465"/> <source>Alt+Shift+D</source> <translation>Alt+Shift+D</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1480"/> + <location filename="../UI/UserInterface.py" line="1483"/> <source>Alt+Shift+S</source> <translation>Alt+Shift+S</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1496"/> + <location filename="../UI/UserInterface.py" line="1499"/> <source>Alt+Shift+F</source> <translation>Alt+Shift+F</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1531"/> + <location filename="../UI/UserInterface.py" line="1534"/> <source>Alt+Shift+T</source> <translation>Alt+Shift+T</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1444"/> + <location filename="../UI/UserInterface.py" line="1447"/> <source>Alt+Shift+M</source> <translation>Alt+Shift+M</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2310"/> + <location filename="../UI/UserInterface.py" line="2313"/> <source>Activate current editor</source> <translation>Activer l'éditeur courant</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2310"/> + <location filename="../UI/UserInterface.py" line="2313"/> <source>Alt+Shift+E</source> <translation>Alt+Shift+E</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2320"/> + <location filename="../UI/UserInterface.py" line="2323"/> <source>Ctrl+Alt+Tab</source> <translation>Ctrl+Alt+Tab</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2329"/> + <location filename="../UI/UserInterface.py" line="2332"/> <source>Shift+Ctrl+Alt+Tab</source> <translation>Shift+Ctrl+Alt+Tab</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1513"/> + <location filename="../UI/UserInterface.py" line="1516"/> <source>Alt+Shift+G</source> <translation>Alt+Shift+G</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2417"/> + <location filename="../UI/UserInterface.py" line="2420"/> <source>Qt4 Documentation</source> <translation>Documentation Qt4</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2417"/> + <location filename="../UI/UserInterface.py" line="2420"/> <source>Qt&4 Documentation</source> <translation>Documentation Qt&4</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2421"/> + <location filename="../UI/UserInterface.py" line="2424"/> <source>Open Qt4 Documentation</source> <translation>Lance la Documentation Qt4</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2531"/> + <location filename="../UI/UserInterface.py" line="2534"/> <source>Eric API Documentation</source> <translation>Documentation pour les API Eric</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2531"/> + <location filename="../UI/UserInterface.py" line="2534"/> <source>&Eric API Documentation</source> <translation>Documentation pour les API &Eric</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2535"/> + <location filename="../UI/UserInterface.py" line="2538"/> <source>Open Eric API Documentation</source> <translation>Ouvre la documentation sur les APIs Eric</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4632"/> + <location filename="../UI/UserInterface.py" line="4635"/> <source><p>Could not start the help viewer.<br>Ensure that it is available as <b>hh</b>.</p></source> <translation><p>Impossible de démarrer le visualiseur d'aide.<br>Assurez-vous qu'il est bien ici <b>hh</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="531"/> + <location filename="../UI/UserInterface.py" line="534"/> <source>Registering Objects...</source> <translation>Enregistrement des objets...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1427"/> + <location filename="../UI/UserInterface.py" line="1430"/> <source>Project-Viewer</source> <translation>Gestionnaire de projet</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1462"/> + <location filename="../UI/UserInterface.py" line="1465"/> <source>Debug-Viewer</source> <translation>Gestionnaire de débogage</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1331"/> + <location filename="../UI/UserInterface.py" line="1334"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation>Ctrl+Q</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1427"/> + <location filename="../UI/UserInterface.py" line="1430"/> <source>&Project-Viewer</source> <translation>Gestionnaire de &projet</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1718"/> + <location filename="../UI/UserInterface.py" line="1721"/> <source>Shift+F1</source> <translation>Shift+F1</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1737"/> + <location filename="../UI/UserInterface.py" line="1740"/> <source>F1</source> <translation>F1</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1784"/> + <source>Check for Updates</source> + <translation>Rechercher des mises à jour</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1781"/> - <source>Check for Updates</source> - <translation>Rechercher des mises à jour</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1778"/> <source>Check for &Updates...</source> <translation>Rechercher des &mises à jour...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2447"/> + <location filename="../UI/UserInterface.py" line="2450"/> <source>PyQt4 Documentation</source> <translation> Documentation PyQt4</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2451"/> + <location filename="../UI/UserInterface.py" line="2454"/> <source>Open PyQt4 Documentation</source> <translation>Lance la documentation PyQt4</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2633"/> + <location filename="../UI/UserInterface.py" line="2636"/> <source>Select Tool Group</source> <translation>Sélection d'un groupe d'outils</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2641"/> + <location filename="../UI/UserInterface.py" line="2644"/> <source>Se&ttings</source> <translation>&Configuration</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2793"/> + <location filename="../UI/UserInterface.py" line="2796"/> <source>Profiles</source> <translation>Profils</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3532"/> + <location filename="../UI/UserInterface.py" line="3535"/> <source>&Builtin Tools</source> <translation>Outils &internes</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5372"/> + <location filename="../UI/UserInterface.py" line="5375"/> <source>Documentation</source> <translation>Documentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5198"/> + <location filename="../UI/UserInterface.py" line="5201"/> <source><p>The PyQt4 documentation starting point has not been configured.</p></source> <translation><p>L'emplacement de la documentation PyQt4 n'a pas été configuré.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6652"/> + <location filename="../UI/UserInterface.py" line="6655"/> <source>Error during updates check</source> <translation>Erreur durant la recherche de mises à jour</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6632"/> + <location filename="../UI/UserInterface.py" line="6635"/> <source>Update available</source> <translation>Mise à jour disponible</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3163"/> + <location filename="../UI/UserInterface.py" line="3166"/> <source><h3>Version Numbers</h3><table></source> <translation><h3>Numéros de version</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6690"/> + <location filename="../UI/UserInterface.py" line="6693"/> <source></table></source> <translation></table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5508"/> + <location filename="../UI/UserInterface.py" line="5511"/> <source>Open Browser</source> <translation type="unfinished">Ouverture du navigateur</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5508"/> + <location filename="../UI/UserInterface.py" line="5511"/> <source>Could not start a web browser</source> <translation type="unfinished">Impossible de lancer le navigateur web</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3577"/> + <location filename="../UI/UserInterface.py" line="3580"/> <source>Configure Tool Groups ...</source> <translation>Configuration des groupes d'outils...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3581"/> + <location filename="../UI/UserInterface.py" line="3584"/> <source>Configure current Tool Group ...</source> <translation>Configuration du groupe d'outils courant...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2173"/> + <location filename="../UI/UserInterface.py" line="2176"/> <source>Show external tools</source> <translation>Afficher les outils externes</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2168"/> + <location filename="../UI/UserInterface.py" line="2171"/> <source>Show external &tools</source> <translation>Afficher les &outils externes</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6465"/> + <location filename="../UI/UserInterface.py" line="6468"/> <source>&Cancel</source> <translation>&Annuler</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6652"/> + <location filename="../UI/UserInterface.py" line="6655"/> <source>Could not perform updates check.</source> <translation>Impossible de vérifier les mises à jour.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6717"/> + <location filename="../UI/UserInterface.py" line="6720"/> <source>First time usage</source> <translation>Première utilisation</translation> </message> @@ -75478,1380 +75651,1380 @@ <translation>Initialisation du gestionnaire de plugins...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2702"/> + <location filename="../UI/UserInterface.py" line="2705"/> <source>P&lugins</source> <translation>P&lugins</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2794"/> + <location filename="../UI/UserInterface.py" line="2797"/> <source>Plugins</source> <translation>Plugins</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2347"/> + <location filename="../UI/UserInterface.py" line="2350"/> <source>Plugin Infos</source> <translation>Infos Plugins</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2351"/> + <location filename="../UI/UserInterface.py" line="2354"/> <source>Show Plugin Infos</source> <translation>Affiche les infos sur les plugins</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2352"/> + <location filename="../UI/UserInterface.py" line="2355"/> <source><b>Plugin Infos...</b><p>This opens a dialog, that show some information about loaded plugins.</p></source> <translation><b>Infos Plugins...</b><p>Affiche une fenêtre donnant des informations sur les plugins chargés.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2347"/> + <location filename="../UI/UserInterface.py" line="2350"/> <source>&Plugin Infos...</source> <translation>Infos &Plugins...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3549"/> + <location filename="../UI/UserInterface.py" line="3552"/> <source>&Plugin Tools</source> <translation>Outils &plugins</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2378"/> + <location filename="../UI/UserInterface.py" line="2381"/> <source>Uninstall Plugin</source> <translation>Désinstaller un plugin</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2373"/> + <location filename="../UI/UserInterface.py" line="2376"/> <source>&Uninstall Plugin...</source> <translation>&Désinstaller un plugin...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2379"/> + <location filename="../UI/UserInterface.py" line="2382"/> <source><b>Uninstall Plugin...</b><p>This opens a dialog to uninstall a plugin.</p></source> <translation><b>Désinstaller un plugin...</b><p>Ouvre une fenêtre pour désinstaller un plugin.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="602"/> + <location filename="../UI/UserInterface.py" line="605"/> <source>Activating Plugins...</source> <translation>Activation des plugins...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2625"/> + <location filename="../UI/UserInterface.py" line="2628"/> <source>Wi&zards</source> <translation>As&sistants</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3697"/> + <location filename="../UI/UserInterface.py" line="3700"/> <source>&Show all</source> <translation>Tout &afficher</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3699"/> + <location filename="../UI/UserInterface.py" line="3702"/> <source>&Hide all</source> <translation>Tout &masquer</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1789"/> + <location filename="../UI/UserInterface.py" line="1792"/> <source>Show downloadable versions</source> <translation>Afficher les versions téléchargeables</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1789"/> + <location filename="../UI/UserInterface.py" line="1792"/> <source>Show &downloadable versions...</source> <translation>Afficher les versions &téléchargeables...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1793"/> + <location filename="../UI/UserInterface.py" line="1796"/> <source>Show the versions available for download</source> <translation>Affiche les versions disponibles pour le téléchargement</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6676"/> + <location filename="../UI/UserInterface.py" line="6679"/> <source><h3>Available versions</h3><table></source> <translation><h3>Versions disponibles</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2386"/> + <location filename="../UI/UserInterface.py" line="2389"/> <source>Plugin Repository</source> <translation>Référentiel de plugins</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2386"/> + <location filename="../UI/UserInterface.py" line="2389"/> <source>Plugin &Repository...</source> <translation>&Référentiel de plugins...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2391"/> + <location filename="../UI/UserInterface.py" line="2394"/> <source>Show Plugins available for download</source> <translation>Affiche les plugins disponibles au téléchargement</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2393"/> + <location filename="../UI/UserInterface.py" line="2396"/> <source><b>Plugin Repository...</b><p>This opens a dialog, that shows a list of plugins available on the Internet.</p></source> <translation><b>Référentiel de plugins...</b><p>Affiche une fenêtre donnant la liste des plugins disponibles sur internet.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2365"/> + <location filename="../UI/UserInterface.py" line="2368"/> <source>Install Plugins</source> <translation>Installation de plugins</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2360"/> + <location filename="../UI/UserInterface.py" line="2363"/> <source>&Install Plugins...</source> <translation>&Installation de plugins...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2366"/> + <location filename="../UI/UserInterface.py" line="2369"/> <source><b>Install Plugins...</b><p>This opens a dialog to install or update plugins.</p></source> <translation><b>Installation de plugins...</b><p>Ouvre une fenêtre pour installer ou mettre à jour des plugins.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2042"/> + <location filename="../UI/UserInterface.py" line="2045"/> <source>Mini Editor</source> <translation>Mini-éditeur</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2037"/> + <location filename="../UI/UserInterface.py" line="2040"/> <source>Mini &Editor...</source> <translation>Mini édit&eur...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2043"/> + <location filename="../UI/UserInterface.py" line="2046"/> <source><b>Mini Editor</b><p>Open a dialog with a simplified editor.</p></source> <translation><b>Mini Editeur</b><p>ouvre une fenêtre avec un éditeur simplifié.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2201"/> + <location filename="../UI/UserInterface.py" line="2204"/> <source>Toolbars</source> <translation>Barres d'outils</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2201"/> + <location filename="../UI/UserInterface.py" line="2204"/> <source>Tool&bars...</source> <translation>&Barres d'outils...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2206"/> + <location filename="../UI/UserInterface.py" line="2209"/> <source>Configure toolbars</source> <translation>Configuration des barres d'outils</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2207"/> + <location filename="../UI/UserInterface.py" line="2210"/> <source><b>Toolbars</b><p>Configure the toolbars. With this dialog you may change the actions shown on the various toolbars and define your own toolbars.</p></source> <translation><b>Barres d'outils</b><p>Configuration des barres d'outils. Avec cette fenêtre vous pouvez modifier les actions des différentes barres affichées et créer vos propres barres d'outils</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="617"/> + <location filename="../UI/UserInterface.py" line="620"/> <source>Restoring Toolbarmanager...</source> <translation>Restauration des barres d'outils...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1444"/> + <location filename="../UI/UserInterface.py" line="1447"/> <source>Multiproject-Viewer</source> <translation>Gestionnaire de multi-projets</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1444"/> + <location filename="../UI/UserInterface.py" line="1447"/> <source>&Multiproject-Viewer</source> <translation>Gestionnaire de &multi-projet</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4858"/> + <location filename="../UI/UserInterface.py" line="4861"/> <source>External Tools</source> <translation>Outils externes</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6031"/> + <location filename="../UI/UserInterface.py" line="6034"/> <source>Save session</source> <translation>Enregistrer la session</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6015"/> + <location filename="../UI/UserInterface.py" line="6018"/> <source>Read session</source> <translation>Chargement de session</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2962"/> + <location filename="../UI/UserInterface.py" line="2965"/> <source><p>This part of the status bar displays the current editors encoding.</p></source> <translation><p>Cette partie de la barre d'état affiche l'encodage des éditeurs.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2976"/> + <location filename="../UI/UserInterface.py" line="2979"/> <source><p>This part of the status bar displays an indication of the current editors files writability.</p></source> <translation><p>Cette partie de la barre d'état affiche les droits d'écriture des fichiers en cours.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1828"/> + <location filename="../UI/UserInterface.py" line="1831"/> <source>Request Feature</source> <translation>Suggestion d'amélioration</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1828"/> + <location filename="../UI/UserInterface.py" line="1831"/> <source>Request &Feature...</source> <translation>Suggestion d'&amélioration...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1832"/> + <location filename="../UI/UserInterface.py" line="1835"/> <source>Send a feature request</source> <translation>Envoyer une suggestion d'amélioration</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1834"/> + <location filename="../UI/UserInterface.py" line="1837"/> <source><b>Request Feature...</b><p>Opens a dialog to send a feature request.</p></source> <translation><b>Demande d'amélioration...</b><p>Ouvre une fenêtre permettant d'envoyer une demande d'amélioration.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2955"/> + <location filename="../UI/UserInterface.py" line="2958"/> <source><p>This part of the status bar displays the current editors language.</p></source> <translation><p>Cette zone de la barre d'état affiche le langage de l'éditeur actif.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2983"/> + <location filename="../UI/UserInterface.py" line="2986"/> <source><p>This part of the status bar displays the line number of the current editor.</p></source> <translation><p>Cette zone de la barre d'état affiche le numéro de ligne de l'éditeur actif.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2990"/> + <location filename="../UI/UserInterface.py" line="2993"/> <source><p>This part of the status bar displays the cursor position of the current editor.</p></source> <translation><p>Cette zone de la barre d'état affiche la position du curseur.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1592"/> + <location filename="../UI/UserInterface.py" line="1595"/> <source>Horizontal Toolbox</source> <translation>Barre horizontale</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1549"/> + <location filename="../UI/UserInterface.py" line="1552"/> <source>Alt+Shift+A</source> <translation>Alt+Shift+A</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1592"/> + <location filename="../UI/UserInterface.py" line="1595"/> <source>&Horizontal Toolbox</source> <translation>Barre &horizontale</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1596"/> + <location filename="../UI/UserInterface.py" line="1599"/> <source>Toggle the Horizontal Toolbox window</source> <translation>Afficher/Masquer la barre d'outils horizontale</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1598"/> + <location filename="../UI/UserInterface.py" line="1601"/> <source><b>Toggle the Horizontal Toolbox window</b><p>If the Horizontal Toolbox window is hidden then display it. If it is displayed then close it.</p></source> <translation><b>Afficher/Masquer la barre d'outils horizontale</b><p>Affiche ou masque la barre d'outils horizontale, selon.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3498"/> + <location filename="../UI/UserInterface.py" line="3501"/> <source>Restart application</source> <translation>Redémarrage de l'application</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3498"/> + <location filename="../UI/UserInterface.py" line="3501"/> <source>The application needs to be restarted. Do it now?</source> <translation>L'application a bersoin d'être relancée. Relancer maintenant ?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2711"/> + <location filename="../UI/UserInterface.py" line="2714"/> <source>Configure...</source> <translation>Configuration...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2969"/> + <location filename="../UI/UserInterface.py" line="2972"/> <source><p>This part of the status bar displays the current editors eol setting.</p></source> <translation><p>Cette zone de la barre d'état affiche le type de fin de lignes utilisé pour les éditeurs.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2338"/> + <location filename="../UI/UserInterface.py" line="2341"/> <source>Switch between tabs</source> <translation>Intervertir les onglets</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2338"/> + <location filename="../UI/UserInterface.py" line="2341"/> <source>Ctrl+1</source> <translation>Ctrl+1</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2127"/> + <location filename="../UI/UserInterface.py" line="2130"/> <source>Export Preferences</source> <translation>Exporte les préférences</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2127"/> + <location filename="../UI/UserInterface.py" line="2130"/> <source>E&xport Preferences...</source> <translation>E&xporter les préférences...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2132"/> + <location filename="../UI/UserInterface.py" line="2135"/> <source>Export the current configuration</source> <translation>Exporte la configuration courante</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2134"/> + <location filename="../UI/UserInterface.py" line="2137"/> <source><b>Export Preferences</b><p>Export the current configuration to a file.</p></source> <translation><b>Exporter les préférences</b><p>Export la configuration courante dans un fichier.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2141"/> + <location filename="../UI/UserInterface.py" line="2144"/> <source>Import Preferences</source> <translation>Importe les préférences</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2141"/> + <location filename="../UI/UserInterface.py" line="2144"/> <source>I&mport Preferences...</source> <translation>I&mporter les préférences...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2146"/> + <location filename="../UI/UserInterface.py" line="2149"/> <source>Import a previously exported configuration</source> <translation>Importe les préférences d'un fichier précédemment exporté</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2148"/> + <location filename="../UI/UserInterface.py" line="2151"/> <source><b>Import Preferences</b><p>Import a previously exported configuration.</p></source> <translation><b>Importer les préférences</b><p>Importe les préférences d'un fichier précédemment exporté.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2320"/> + <location filename="../UI/UserInterface.py" line="2323"/> <source>Show next</source> <translation>Afficher le suivant</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2329"/> + <location filename="../UI/UserInterface.py" line="2332"/> <source>Show previous</source> <translation>Afficher le précédent</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1606"/> + <location filename="../UI/UserInterface.py" line="1609"/> <source>Left Sidebar</source> <translation>Barre latérale de gauche</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1606"/> + <location filename="../UI/UserInterface.py" line="1609"/> <source>&Left Sidebar</source> <translation>Barre latérale de &gauche</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1610"/> + <location filename="../UI/UserInterface.py" line="1613"/> <source>Toggle the left sidebar window</source> <translation>Affiche/Masque la barre latérale de gauche</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1611"/> + <location filename="../UI/UserInterface.py" line="1614"/> <source><b>Toggle the left sidebar window</b><p>If the left sidebar window is hidden then display it. If it is displayed then close it.</p></source> <translation><b>Affiche/masque la barre latérale de gauche</b><p>Affiche ou maque la barre latérale de gauche.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1633"/> + <location filename="../UI/UserInterface.py" line="1636"/> <source>Bottom Sidebar</source> <translation>Barre du bas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1633"/> + <location filename="../UI/UserInterface.py" line="1636"/> <source>&Bottom Sidebar</source> <translation>&Barre du bas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1637"/> + <location filename="../UI/UserInterface.py" line="1640"/> <source>Toggle the bottom sidebar window</source> <translation>Affiche/Masque la barre du bas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1639"/> + <location filename="../UI/UserInterface.py" line="1642"/> <source><b>Toggle the bottom sidebar window</b><p>If the bottom sidebar window is hidden then display it. If it is displayed then close it.</p></source> <translation><b>A/ffiche/Masque la barre du bas</b><p>Affiche ou masque la barre du bas</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1462"/> + <location filename="../UI/UserInterface.py" line="1465"/> <source>&Debug-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2024"/> + <location filename="../UI/UserInterface.py" line="2027"/> <source>SQL Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2024"/> + <location filename="../UI/UserInterface.py" line="2027"/> <source>SQL &Browser...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2029"/> + <location filename="../UI/UserInterface.py" line="2032"/> <source>Browse a SQL database</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2030"/> + <location filename="../UI/UserInterface.py" line="2033"/> <source><b>SQL Browser</b><p>Browse a SQL database.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2082"/> + <location filename="../UI/UserInterface.py" line="2085"/> <source>Icon Editor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2082"/> + <location filename="../UI/UserInterface.py" line="2085"/> <source>&Icon Editor...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4545"/> + <location filename="../UI/UserInterface.py" line="4548"/> <source>Qt 3 support</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5372"/> + <location filename="../UI/UserInterface.py" line="5375"/> <source><p>The PySide documentation starting point has not been configured.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2552"/> + <location filename="../UI/UserInterface.py" line="2555"/> <source>PySide Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2552"/> + <location filename="../UI/UserInterface.py" line="2555"/> <source>Py&Side Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2556"/> + <location filename="../UI/UserInterface.py" line="2559"/> <source>Open PySide Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1297"/> + <location filename="../UI/UserInterface.py" line="1300"/> <source>{0} - Passive Mode</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1304"/> + <location filename="../UI/UserInterface.py" line="1307"/> <source>{0} - {1} - Passive Mode</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1308"/> + <location filename="../UI/UserInterface.py" line="1311"/> <source>{0} - {1} - {2} - Passive Mode</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3065"/> + <location filename="../UI/UserInterface.py" line="3068"/> <source>External Tools/{0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4724"/> + <location filename="../UI/UserInterface.py" line="4727"/> <source><p>The file <b>{0}</b> does not exist or is zero length.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4452"/> + <location filename="../UI/UserInterface.py" line="4455"/> <source><p>Could not start Qt-Designer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4519"/> + <location filename="../UI/UserInterface.py" line="4522"/> <source><p>Could not start Qt-Linguist.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4570"/> + <location filename="../UI/UserInterface.py" line="4573"/> <source><p>Could not start Qt-Assistant.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4612"/> + <location filename="../UI/UserInterface.py" line="4615"/> <source><p>Could not start custom viewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4680"/> + <location filename="../UI/UserInterface.py" line="4683"/> <source><p>Could not start UI Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4735"/> + <location filename="../UI/UserInterface.py" line="4738"/> <source><p>Could not start Translation Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4756"/> + <location filename="../UI/UserInterface.py" line="4759"/> <source><p>Could not start SQL Browser.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4849"/> + <location filename="../UI/UserInterface.py" line="4852"/> <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4858"/> + <location filename="../UI/UserInterface.py" line="4861"/> <source>No toolgroup entry '{0}' found.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4897"/> + <location filename="../UI/UserInterface.py" line="4900"/> <source>Starting process '{0} {1}'. </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4913"/> + <location filename="../UI/UserInterface.py" line="4916"/> <source><p>Could not start the tool entry <b>{0}</b>.<br>Ensure that it is available as <b>{1}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4989"/> + <location filename="../UI/UserInterface.py" line="4992"/> <source>Process '{0}' has exited. </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5387"/> + <location filename="../UI/UserInterface.py" line="5390"/> <source><p>The documentation starting point "<b>{0}</b>" could not be found.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5905"/> + <location filename="../UI/UserInterface.py" line="5908"/> <source><p>The tasks file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5934"/> + <location filename="../UI/UserInterface.py" line="5937"/> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5968"/> + <location filename="../UI/UserInterface.py" line="5971"/> <source><p>The session file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6015"/> + <location filename="../UI/UserInterface.py" line="6018"/> <source><p>The session file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6295"/> + <location filename="../UI/UserInterface.py" line="6298"/> <source><p><b>{0}</b> is not a file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6474"/> + <location filename="../UI/UserInterface.py" line="6477"/> <source>Trying host {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="945"/> + <location filename="../UI/UserInterface.py" line="948"/> <source>Cooperation</source> <translation type="unfinished">Coopération</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1647"/> + <location filename="../UI/UserInterface.py" line="1650"/> <source>Alt+Shift+O</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1002"/> + <location filename="../UI/UserInterface.py" line="1005"/> <source>Symbols</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1682"/> + <location filename="../UI/UserInterface.py" line="1685"/> <source>Alt+Shift+Y</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1010"/> + <location filename="../UI/UserInterface.py" line="1013"/> <source>Numbers</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1700"/> + <location filename="../UI/UserInterface.py" line="1703"/> <source>Alt+Shift+B</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5736"/> + <location filename="../UI/UserInterface.py" line="5739"/> <source>Keyboard shortcut file (*.e4k)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2489"/> + <location filename="../UI/UserInterface.py" line="2492"/> <source>Python 3 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2489"/> + <location filename="../UI/UserInterface.py" line="2492"/> <source>Python &3 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2493"/> + <location filename="../UI/UserInterface.py" line="2496"/> <source>Open Python 3 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2507"/> + <location filename="../UI/UserInterface.py" line="2510"/> <source>Python 2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2507"/> + <location filename="../UI/UserInterface.py" line="2510"/> <source>Python &2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2511"/> + <location filename="../UI/UserInterface.py" line="2514"/> <source>Open Python 2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2513"/> + <location filename="../UI/UserInterface.py" line="2516"/> <source><b>Python 2 Documentation</b><p>Display the Python 2 documentation. If no documentation directory is configured, the location of the Python 2 documentation is assumed to be the doc directory underneath the location of the configured Python 2 executable on Windows and <i>/usr/share/doc/packages/python/html/python-docs-html</i> on Unix. Set PYTHON2DOCDIR in your environment to override this. </p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6538"/> + <location filename="../UI/UserInterface.py" line="6541"/> <source>Error getting versions information</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6531"/> + <location filename="../UI/UserInterface.py" line="6534"/> <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="6538"/> + <location filename="../UI/UserInterface.py" line="6541"/> <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="622"/> + <location filename="../UI/UserInterface.py" line="625"/> <source>Setting View Profile...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="626"/> + <location filename="../UI/UserInterface.py" line="629"/> <source>Reading Tasks...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="630"/> + <location filename="../UI/UserInterface.py" line="633"/> <source>Reading Templates...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="634"/> + <location filename="../UI/UserInterface.py" line="637"/> <source>Starting Debugger...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1374"/> + <location filename="../UI/UserInterface.py" line="1377"/> <source>New Window</source> <translation type="unfinished">Nouvelle fenêtre</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1374"/> + <location filename="../UI/UserInterface.py" line="1377"/> <source>New &Window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1374"/> + <location filename="../UI/UserInterface.py" line="1377"/> <source>Ctrl+Shift+N</source> <comment>File|New Window</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1871"/> + <location filename="../UI/UserInterface.py" line="1874"/> <source>Unittest Rerun Failed</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1871"/> + <location filename="../UI/UserInterface.py" line="1874"/> <source>Rerun Failed Tests...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1876"/> + <location filename="../UI/UserInterface.py" line="1879"/> <source>Rerun failed tests of the last run</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1878"/> + <location filename="../UI/UserInterface.py" line="1881"/> <source><b>Rerun Failed Tests</b><p>Rerun all tests that failed during the last unittest run.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2010"/> + <location filename="../UI/UserInterface.py" line="2013"/> <source>Compare &Files side by side...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2096"/> + <location filename="../UI/UserInterface.py" line="2099"/> <source>Snapshot</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2096"/> + <location filename="../UI/UserInterface.py" line="2099"/> <source>&Snapshot...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2101"/> + <location filename="../UI/UserInterface.py" line="2104"/> <source>Take snapshots of a screen region</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2103"/> + <location filename="../UI/UserInterface.py" line="2106"/> <source><b>Snapshot</b><p>This opens a dialog to take snapshots of a screen region.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4826"/> + <location filename="../UI/UserInterface.py" line="4829"/> <source><p>Could not start Snapshot tool.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6736"/> + <location filename="../UI/UserInterface.py" line="6739"/> <source>Select Workspace Directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1567"/> - <source>Left Toolbox</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1579"/> - <source>Right Toolbox</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1665"/> - <source>IRC</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1433"/> - <source>Switch the input focus to the Project-Viewer window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1435"/> - <source><b>Activate Project-Viewer</b><p>This switches the input focus to the Project-Viewer window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1450"/> - <source>Switch the input focus to the Multiproject-Viewer window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1452"/> - <source><b>Activate Multiproject-Viewer</b><p>This switches the input focus to the Multiproject-Viewer window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1468"/> - <source>Switch the input focus to the Debug-Viewer window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1470"/> - <source><b>Activate Debug-Viewer</b><p>This switches the input focus to the Debug-Viewer window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1486"/> - <source>Switch the input focus to the Shell window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1488"/> - <source><b>Activate Shell</b><p>This switches the input focus to the Shell window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1496"/> - <source>&File-Browser</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1502"/> - <source>Switch the input focus to the File-Browser window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1504"/> - <source><b>Activate File-Browser</b><p>This switches the input focus to the File-Browser window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1513"/> - <source>Lo&g-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1519"/> - <source>Switch the input focus to the Log-Viewer window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1521"/> - <source><b>Activate Log-Viewer</b><p>This switches the input focus to the Log-Viewer window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1531"/> - <source>&Task-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1537"/> - <source>Switch the input focus to the Task-Viewer window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1539"/> - <source><b>Activate Task-Viewer</b><p>This switches the input focus to the Task-Viewer window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1549"/> - <source>Templ&ate-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1555"/> - <source>Switch the input focus to the Template-Viewer window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1557"/> - <source><b>Activate Template-Viewer</b><p>This switches the input focus to the Template-Viewer window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1567"/> - <source>&Left Toolbox</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1570"/> + <source>Left Toolbox</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1582"/> + <source>Right Toolbox</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1668"/> + <source>IRC</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1436"/> + <source>Switch the input focus to the Project-Viewer window.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1438"/> + <source><b>Activate Project-Viewer</b><p>This switches the input focus to the Project-Viewer window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1453"/> + <source>Switch the input focus to the Multiproject-Viewer window.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1455"/> + <source><b>Activate Multiproject-Viewer</b><p>This switches the input focus to the Multiproject-Viewer window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1471"/> + <source>Switch the input focus to the Debug-Viewer window.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1473"/> + <source><b>Activate Debug-Viewer</b><p>This switches the input focus to the Debug-Viewer window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1489"/> + <source>Switch the input focus to the Shell window.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1491"/> + <source><b>Activate Shell</b><p>This switches the input focus to the Shell window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1499"/> + <source>&File-Browser</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1505"/> + <source>Switch the input focus to the File-Browser window.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1507"/> + <source><b>Activate File-Browser</b><p>This switches the input focus to the File-Browser window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1516"/> + <source>Lo&g-Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1522"/> + <source>Switch the input focus to the Log-Viewer window.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1524"/> + <source><b>Activate Log-Viewer</b><p>This switches the input focus to the Log-Viewer window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1534"/> + <source>&Task-Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1540"/> + <source>Switch the input focus to the Task-Viewer window.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1542"/> + <source><b>Activate Task-Viewer</b><p>This switches the input focus to the Task-Viewer window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1552"/> + <source>Templ&ate-Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1558"/> + <source>Switch the input focus to the Template-Viewer window.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1560"/> + <source><b>Activate Template-Viewer</b><p>This switches the input focus to the Template-Viewer window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1570"/> + <source>&Left Toolbox</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1573"/> <source>Toggle the Left Toolbox window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1571"/> + <location filename="../UI/UserInterface.py" line="1574"/> <source><b>Toggle the Left Toolbox window</b><p>If the Left Toolbox window is hidden then display it. If it is displayed then close it.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1579"/> + <location filename="../UI/UserInterface.py" line="1582"/> <source>&Right Toolbox</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1583"/> + <location filename="../UI/UserInterface.py" line="1586"/> <source>Toggle the Right Toolbox window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1584"/> + <location filename="../UI/UserInterface.py" line="1587"/> <source><b>Toggle the Right Toolbox window</b><p>If the Right Toolbox window is hidden then display it. If it is displayed then close it.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1619"/> + <location filename="../UI/UserInterface.py" line="1622"/> <source>Right Sidebar</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1619"/> + <location filename="../UI/UserInterface.py" line="1622"/> <source>&Right Sidebar</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1623"/> + <location filename="../UI/UserInterface.py" line="1626"/> <source>Toggle the right sidebar window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1625"/> + <location filename="../UI/UserInterface.py" line="1628"/> <source><b>Toggle the right sidebar window</b><p>If the right sidebar window is hidden then display it. If it is displayed then close it.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1647"/> + <location filename="../UI/UserInterface.py" line="1650"/> <source>Cooperation-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1647"/> + <location filename="../UI/UserInterface.py" line="1650"/> <source>Co&operation-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1653"/> + <location filename="../UI/UserInterface.py" line="1656"/> <source>Switch the input focus to the Cooperation-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1655"/> + <location filename="../UI/UserInterface.py" line="1658"/> <source><b>Activate Cooperation-Viewer</b><p>This switches the input focus to the Cooperation-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1665"/> + <location filename="../UI/UserInterface.py" line="1668"/> <source>&IRC</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1665"/> + <location filename="../UI/UserInterface.py" line="1668"/> <source>Meta+Shift+I</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1671"/> + <location filename="../UI/UserInterface.py" line="1674"/> <source>Switch the input focus to the IRC window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1673"/> + <location filename="../UI/UserInterface.py" line="1676"/> <source><b>Activate IRC</b><p>This switches the input focus to the IRC window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1682"/> + <location filename="../UI/UserInterface.py" line="1685"/> <source>Symbols-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1682"/> + <location filename="../UI/UserInterface.py" line="1685"/> <source>S&ymbols-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1688"/> + <location filename="../UI/UserInterface.py" line="1691"/> <source>Switch the input focus to the Symbols-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1690"/> + <location filename="../UI/UserInterface.py" line="1693"/> <source><b>Activate Symbols-Viewer</b><p>This switches the input focus to the Symbols-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1700"/> + <location filename="../UI/UserInterface.py" line="1703"/> <source>Numbers-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1700"/> + <location filename="../UI/UserInterface.py" line="1703"/> <source>Num&bers-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1706"/> + <location filename="../UI/UserInterface.py" line="1709"/> <source>Switch the input focus to the Numbers-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1708"/> + <location filename="../UI/UserInterface.py" line="1711"/> <source><b>Activate Numbers-Viewer</b><p>This switches the input focus to the Numbers-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1929"/> + <location filename="../UI/UserInterface.py" line="1932"/> <source>Qt-Designer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1929"/> + <location filename="../UI/UserInterface.py" line="1932"/> <source>Qt-&Designer...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1934"/> + <location filename="../UI/UserInterface.py" line="1937"/> <source>Start Qt-Designer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1935"/> + <location filename="../UI/UserInterface.py" line="1938"/> <source><b>Qt-Designer</b><p>Start Qt-Designer.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1955"/> + <location filename="../UI/UserInterface.py" line="1958"/> <source>Qt-Linguist</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1955"/> + <location filename="../UI/UserInterface.py" line="1958"/> <source>Qt-&Linguist...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1960"/> + <location filename="../UI/UserInterface.py" line="1963"/> <source>Start Qt-Linguist</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1961"/> + <location filename="../UI/UserInterface.py" line="1964"/> <source><b>Qt-Linguist</b><p>Start Qt-Linguist.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2431"/> + <location filename="../UI/UserInterface.py" line="2434"/> <source>Qt5 Documentation</source> <translation type="unfinished">Documentation Qt4 {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2431"/> + <location filename="../UI/UserInterface.py" line="2434"/> <source>Qt&5 Documentation</source> <translation type="unfinished">Documentation Qt&4 {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2435"/> + <location filename="../UI/UserInterface.py" line="2438"/> <source>Open Qt5 Documentation</source> <translation type="unfinished">Lance la Documentation Qt4 {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2671"/> + <location filename="../UI/UserInterface.py" line="2674"/> <source>&Windows</source> <translation type="unfinished">&Fenêtres</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3001"/> + <location filename="../UI/UserInterface.py" line="3004"/> <source><p>This part of the status bar allows zooming the current editor, shell or terminal.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2260"/> + <location filename="../UI/UserInterface.py" line="2263"/> <source>Manage SSL Certificates</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2260"/> + <location filename="../UI/UserInterface.py" line="2263"/> <source>Manage SSL Certificates...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2265"/> + <location filename="../UI/UserInterface.py" line="2268"/> <source>Manage the saved SSL certificates</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2267"/> + <location filename="../UI/UserInterface.py" line="2270"/> <source><b>Manage SSL Certificates...</b><p>Opens a dialog to manage the saved SSL certificates.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2276"/> + <location filename="../UI/UserInterface.py" line="2279"/> <source>Edit Message Filters</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2276"/> + <location filename="../UI/UserInterface.py" line="2279"/> <source>Edit Message Filters...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2281"/> + <location filename="../UI/UserInterface.py" line="2284"/> <source>Edit the message filters used to suppress unwanted messages</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2283"/> + <location filename="../UI/UserInterface.py" line="2286"/> <source><b>Edit Message Filters</b><p>Opens a dialog to edit the message filters used to suppress unwanted messages been shown in an error window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2447"/> + <location filename="../UI/UserInterface.py" line="2450"/> <source>PyQt&4 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2466"/> + <location filename="../UI/UserInterface.py" line="2469"/> <source>PyQt5 Documentation</source> <translation type="unfinished"> Documentation PyQt4 {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2466"/> + <location filename="../UI/UserInterface.py" line="2469"/> <source>PyQt&5 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2470"/> + <location filename="../UI/UserInterface.py" line="2473"/> <source>Open PyQt5 Documentation</source> <translation type="unfinished">Lance la documentation PyQt4 {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5264"/> + <location filename="../UI/UserInterface.py" line="5267"/> <source><p>The PyQt5 documentation starting point has not been configured.</p></source> <translation type="unfinished"><p>L'emplacement de la documentation PyQt4 n'a pas été configuré.</p> {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2422"/> + <location filename="../UI/UserInterface.py" line="2425"/> <source><b>Qt4 Documentation</b><p>Display the Qt4 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2436"/> + <location filename="../UI/UserInterface.py" line="2439"/> <source><b>Qt5 Documentation</b><p>Display the Qt5 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2452"/> + <location filename="../UI/UserInterface.py" line="2455"/> <source><b>PyQt4 Documentation</b><p>Display the PyQt4 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2472"/> + <location filename="../UI/UserInterface.py" line="2475"/> <source><b>PyQt5 Documentation</b><p>Display the PyQt5 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2495"/> + <location filename="../UI/UserInterface.py" line="2498"/> <source><b>Python 3 Documentation</b><p>Display the Python 3 documentation. If no documentation directory is configured, the location of the Python 3 documentation is assumed to be the doc directory underneath the location of the Python 3 executable on Windows and <i>/usr/share/doc/packages/python/html</i> on Unix. Set PYTHON3DOCDIR in your environment to override this.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2558"/> + <location filename="../UI/UserInterface.py" line="2561"/> <source><b>PySide Documentation</b><p>Display the PySide Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6465"/> + <location filename="../UI/UserInterface.py" line="6468"/> <source>%v/%m</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1808"/> + <location filename="../UI/UserInterface.py" line="1811"/> <source>Show Error Log</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1804"/> + <location filename="../UI/UserInterface.py" line="1807"/> <source>Show Error &Log...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1809"/> + <location filename="../UI/UserInterface.py" line="1812"/> <source><b>Show Error Log...</b><p>Opens a dialog showing the most recent error log.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6469"/> + <location filename="../UI/UserInterface.py" line="6472"/> <source>Version Check</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1380"/> + <location filename="../UI/UserInterface.py" line="1383"/> <source>Open a new eric6 instance</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1382"/> + <location filename="../UI/UserInterface.py" line="1385"/> <source><b>New Window</b><p>This opens a new instance of the eric6 IDE.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1745"/> + <location filename="../UI/UserInterface.py" line="1748"/> <source><b>Helpviewer</b><p>Display the eric6 web browser. This window will show HTML help files and help from Qt help collections. It has the capability to navigate to links, set bookmarks, print the displayed help and some more features. You may use it to browse the internet as well</p><p>If called with a word selected, this word is search in the Qt help collection.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1782"/> + <location filename="../UI/UserInterface.py" line="1785"/> <source><b>Check for Updates...</b><p>Checks the internet for updates of eric6.</p></source> <translation type="unfinished"><b>Rechercher des mises à jour...</b><p>Recherche des mises à jour pour eric4 sur internet.</p> {5.?} {6.?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1795"/> + <location filename="../UI/UserInterface.py" line="1798"/> <source><b>Show downloadable versions...</b><p>Shows the eric6 versions available for download from the internet.</p></source> <translation type="unfinished"><b>Affiche les versions téléchargeables...</b><p>Affiche les versions d'eric4 disponibles sur internet.</p> {5 ?} {6 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2066"/> + <location filename="../UI/UserInterface.py" line="2069"/> <source>eric6 Web Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2066"/> + <location filename="../UI/UserInterface.py" line="2069"/> <source>eric6 &Web Browser...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2071"/> + <location filename="../UI/UserInterface.py" line="2074"/> <source>Start the eric6 Web Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2073"/> + <location filename="../UI/UserInterface.py" line="2076"/> <source><b>eric6 Web Browser</b><p>Browse the Internet with the eric6 Web Browser.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2087"/> + <location filename="../UI/UserInterface.py" line="2090"/> <source>Start the eric6 Icon Editor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2089"/> + <location filename="../UI/UserInterface.py" line="2092"/> <source><b>Icon Editor</b><p>Starts the eric6 Icon Editor for editing simple icons.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2175"/> + <location filename="../UI/UserInterface.py" line="2178"/> <source><b>Show external tools</b><p>Opens a dialog to show the path and versions of all extenal tools used by eric6.</p></source> <translation type="unfinished"><b>Afficher les outils externes</b><p>Ouvre une fenêtre permettant de connaitre les chemins et versions des outils externes utilisés par eric4</p> {5.?} {6.?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2537"/> + <location filename="../UI/UserInterface.py" line="2540"/> <source><b>Eric API Documentation</b><p>Display the Eric API documentation. The location for the documentation is the Documentation/Source subdirectory of the eric6 installation directory.</p></source> <translation type="unfinished"><b>Documentation de l'API Eric</b><p>Affiche la do. The location for the documentation is the Documentation/Source subdirectory of the eric4 installation directory.</p> {5 ?} {6 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4545"/> + <location filename="../UI/UserInterface.py" line="4548"/> <source>Qt v.3 is not supported by eric6.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6632"/> + <location filename="../UI/UserInterface.py" line="6635"/> <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="6645"/> + <location filename="../UI/UserInterface.py" line="6648"/> <source>Eric6 is up to date</source> <translation type="unfinished">Eric4 est à jour {5 ?} {6 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6645"/> + <location filename="../UI/UserInterface.py" line="6648"/> <source>You are using the latest version of eric6</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6717"/> + <location filename="../UI/UserInterface.py" line="6720"/> <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> <message> - <location filename="../UI/UserInterface.py" line="604"/> - <source>Generating Plugins Toolbars...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3552"/> - <source>&User Tools</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3624"/> - <source>No User Tools Configured</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6485"/> - <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="2050"/> - <source>Hex Editor</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2050"/> - <source>&Hex Editor...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2055"/> - <source>Start the eric6 Hex Editor</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2057"/> - <source><b>Hex Editor</b><p>Starts the eric6 Hex Editor for viewing or editing binary files.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2299"/> - <source>Clear private data</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2301"/> - <source><b>Clear private data</b><p>Clears the private data like the various list of recently opened files, projects or multi projects.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1348"/> - <source>Save session...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1353"/> - <source><b>Save session...</b><p>This saves the current session to disk. A dialog is opened to select the file name.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6053"/> - <source>Load session</source> - <translation type="unfinished">Charger la session</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1361"/> - <source>Load session...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1366"/> - <source><b>Load session...</b><p>This loads a session saved to disk previously. A dialog is opened to select the file name.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6053"/> - <source>eric6 Session Files (*.e5s)</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6100"/> - <source>Crash Session found!</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6100"/> - <source>A session file of a crashed session was found. Shall this session be restored?</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="607"/> + <source>Generating Plugins Toolbars...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3555"/> + <source>&User Tools</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3627"/> + <source>No User Tools Configured</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6488"/> + <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="2053"/> + <source>Hex Editor</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2053"/> + <source>&Hex Editor...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2058"/> + <source>Start the eric6 Hex Editor</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2060"/> + <source><b>Hex Editor</b><p>Starts the eric6 Hex Editor for viewing or editing binary files.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2302"/> + <source>Clear private data</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2304"/> + <source><b>Clear private data</b><p>Clears the private data like the various list of recently opened files, projects or multi projects.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1351"/> + <source>Save session...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1356"/> + <source><b>Save session...</b><p>This saves the current session to disk. A dialog is opened to select the file name.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6056"/> + <source>Load session</source> + <translation type="unfinished">Charger la session</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1364"/> + <source>Load session...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1369"/> + <source><b>Load session...</b><p>This loads a session saved to disk previously. A dialog is opened to select the file name.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6056"/> + <source>eric6 Session Files (*.e5s)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6103"/> + <source>Crash Session found!</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6103"/> + <source>A session file of a crashed session was found. Shall this session be restored?</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="610"/> <source>Cleaning Plugins Download Area...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="599"/> + <location filename="../UI/UserInterface.py" line="602"/> <source>Initializing Plugins...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6620"/> + <location filename="../UI/UserInterface.py" line="6623"/> <source>Update Check</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6620"/> + <location filename="../UI/UserInterface.py" line="6623"/> <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="6610"/> + <location filename="../UI/UserInterface.py" line="6613"/> <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> <message> - <location filename="../UI/UserInterface.py" line="925"/> + <location filename="../UI/UserInterface.py" line="928"/> <source>Code Documentation Viewer</source> <translation type="unfinished"></translation> </message>
--- a/i18n/eric6_it.ts Thu Apr 19 19:25:18 2018 +0200 +++ b/i18n/eric6_it.ts Thu Apr 19 19:28:02 2018 +0200 @@ -5570,648 +5570,648 @@ <context> <name>DebugUI</name> <message> - <location filename="../Debugger/DebugUI.py" line="1847"/> + <location filename="../Debugger/DebugUI.py" line="1852"/> <source>Run Script</source> <translation>Esegui Script</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="175"/> + <location filename="../Debugger/DebugUI.py" line="178"/> <source>&Run Script...</source> <translation>Esegui Sc&ript...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="180"/> + <location filename="../Debugger/DebugUI.py" line="183"/> <source>Run the current Script</source> <translation>Esegui lo script corrente</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="181"/> + <location filename="../Debugger/DebugUI.py" line="184"/> <source><b>Run Script</b><p>Set the command line arguments and run the script outside the debugger. If the file has unsaved changes it may be saved first.</p></source> <translation><b>Esegui Script</b><p>Imposta gli argomenti della linea di comando ed esegue lo script al di fuori del debugger. Se il file non è stato salvato può essere salvato prima.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1862"/> + <location filename="../Debugger/DebugUI.py" line="1867"/> <source>Run Project</source> <translation>Esegui Progetto</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="190"/> + <location filename="../Debugger/DebugUI.py" line="193"/> <source>Run &Project...</source> <translation>Esegui &Progetto...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="195"/> + <location filename="../Debugger/DebugUI.py" line="198"/> <source>Run the current Project</source> <translation>Esegui il progetto corrente</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="196"/> + <location filename="../Debugger/DebugUI.py" line="199"/> <source><b>Run Project</b><p>Set the command line arguments and run the current project outside the debugger. If files of the current project have unsaved changes they may be saved first.</p></source> <translation><b>Esegui Progetto</b><p>Imposta gli argomenti della linea di comando ed esegue il progetto corrente fuori dal debugger. Se file del progetto corrente non sono stati salvati, è possibile salvarli prima.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="206"/> + <location filename="../Debugger/DebugUI.py" line="209"/> <source>Coverage run of Script</source> <translation>Esecuzione sotto analisi dello Script</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="206"/> + <location filename="../Debugger/DebugUI.py" line="209"/> <source>Coverage run of Script...</source> <translation>Esecuzione sotto analisi del progetto...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="211"/> + <location filename="../Debugger/DebugUI.py" line="214"/> <source>Perform a coverage run of the current Script</source> <translation>Esegui un'esecuzione coperta dello script corrente</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="213"/> + <location filename="../Debugger/DebugUI.py" line="216"/> <source><b>Coverage run of Script</b><p>Set the command line arguments and run the script under the control of a coverage analysis tool. If the file has unsaved changes it may be saved first.</p></source> <translation><b>Copertura eseguzione dello scitp</b><p>Imposta gli argomenti alla linea di comando ed esegui lo script sotto il controllo di uno strumento di analisi. Se il file ha delle modifiche non salvate è possibile salvarlo prima.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="222"/> + <location filename="../Debugger/DebugUI.py" line="225"/> <source>Coverage run of Project</source> <translation>Esecuzione sotto analisi del progetto</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="222"/> + <location filename="../Debugger/DebugUI.py" line="225"/> <source>Coverage run of Project...</source> <translation>Esecuzione sotto analisi del progetto...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="227"/> + <location filename="../Debugger/DebugUI.py" line="230"/> <source>Perform a coverage run of the current Project</source> <translation>Esegui un'esecuzione coperta del progetto corrente</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="229"/> + <location filename="../Debugger/DebugUI.py" line="232"/> <source><b>Coverage run of Project</b><p>Set the command line arguments and run the current project under the control of a coverage analysis tool. If files of the current project have unsaved changes they may be saved first.</p></source> <translation><b>Esecuzione sotto analisi del progetto</b><p>Imposta gli argomenti alla linea di comando ed esegui il progetto sotto il controllo di uno strumento di analisi. Se ci sono file del progetto con modifiche non salvate è possibile salvarli prima.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="239"/> + <location filename="../Debugger/DebugUI.py" line="242"/> <source>Profile Script</source> <translation>Profila Script</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="239"/> + <location filename="../Debugger/DebugUI.py" line="242"/> <source>Profile Script...</source> <translation>Profila Script...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="243"/> + <location filename="../Debugger/DebugUI.py" line="246"/> <source>Profile the current Script</source> <translation>Profile lo script corrente</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="244"/> + <location filename="../Debugger/DebugUI.py" line="247"/> <source><b>Profile Script</b><p>Set the command line arguments and profile the script. If the file has unsaved changes it may be saved first.</p></source> <translation><b>Profila Script</b><p>Imposta gli argomenti della linea di comando profila lo script. Se il file non è stato salvato può essere salvato prima.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="252"/> + <location filename="../Debugger/DebugUI.py" line="255"/> <source>Profile Project</source> <translation>Profila Progetto</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="252"/> + <location filename="../Debugger/DebugUI.py" line="255"/> <source>Profile Project...</source> <translation>Profila Progetto...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="257"/> + <location filename="../Debugger/DebugUI.py" line="260"/> <source>Profile the current Project</source> <translation>Profila il progetto corrente</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="259"/> + <location filename="../Debugger/DebugUI.py" line="262"/> <source><b>Profile Project</b><p>Set the command line arguments and profile the current project. If files of the current project have unsaved changes they may be saved first.</p></source> <translation><b>Profila Progetto</b><p>Imposta gli argomenti della linea di comando e profila il progetto. Se file del progetto corrente non sono stati salvati, è possibile salvarli prima.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1983"/> + <location filename="../Debugger/DebugUI.py" line="1988"/> <source>Debug Script</source> <translation>Debug dello script</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="268"/> + <location filename="../Debugger/DebugUI.py" line="271"/> <source>&Debug Script...</source> <translation>&Debug dello script...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="273"/> + <location filename="../Debugger/DebugUI.py" line="276"/> <source>Debug the current Script</source> <translation>Debug dello script corrente</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="274"/> + <location filename="../Debugger/DebugUI.py" line="277"/> <source><b>Debug Script</b><p>Set the command line arguments and set the current line to be the first executable Python statement of the current editor window. If the file has unsaved changes it may be saved first.</p></source> <translation><b>Debug dello Script</b><p>Imposta gli argomenti della linea di comando e imposta la linea corrente per essere la prima istruzione eseguibile di Python della finestra dell'editor. Se il file ha modifiche non salvate è possibile salvarle prima.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1999"/> + <location filename="../Debugger/DebugUI.py" line="2004"/> <source>Debug Project</source> <translation>Debug del Progetto</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="284"/> + <location filename="../Debugger/DebugUI.py" line="287"/> <source>Debug &Project...</source> <translation>Debug del &Progetto...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="289"/> + <location filename="../Debugger/DebugUI.py" line="292"/> <source>Debug the current Project</source> <translation>Debug del progetto corrente</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="291"/> + <location filename="../Debugger/DebugUI.py" line="294"/> <source><b>Debug Project</b><p>Set the command line arguments and set the current line to be the first executable Python statement of the main script of the current project. If files of the current project have unsaved changes they may be saved first.</p></source> <translation><b>Debug del Progetto</b><p>Imposta gli argomenti della linea di comando e imposta la linea corrente per essere la prima istruzione eseguibile di Python della finestra dell'editor. Se il progetto ha modifiche non salvate è possibile salvarle prima.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="305"/> + <location filename="../Debugger/DebugUI.py" line="308"/> <source>Restart the last debugged script</source> <translation>Riavvia l'ultimo script debuggato</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="332"/> + <location filename="../Debugger/DebugUI.py" line="335"/> <source>Continue</source> <translation>Continua</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="332"/> + <location filename="../Debugger/DebugUI.py" line="335"/> <source>&Continue</source> <translation>&Continua</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="337"/> + <location filename="../Debugger/DebugUI.py" line="340"/> <source>Continue running the program from the current line</source> <translation>Continua l'esecuzione del programma dalla linea corrente</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="339"/> + <location filename="../Debugger/DebugUI.py" line="342"/> <source><b>Continue</b><p>Continue running the program from the current line. The program will stop when it terminates or when a breakpoint is reached.</p></source> <translation><b>Continua</b><p>Continua l'esecuzione del programma dalla linea corrente. Il programma si fermerà quando finirà o quando incontrerà un breakpoint.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="384"/> + <location filename="../Debugger/DebugUI.py" line="387"/> <source>Single Step</source> <translation>Step Singolo</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="384"/> + <location filename="../Debugger/DebugUI.py" line="387"/> <source>Sin&gle Step</source> <translation>Step Sin&golo</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="389"/> + <location filename="../Debugger/DebugUI.py" line="392"/> <source>Execute a single Python statement</source> <translation>Esegui una singola istruzione Python</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="390"/> + <location filename="../Debugger/DebugUI.py" line="393"/> <source><b>Single Step</b><p>Execute a single Python statement. If the statement is an <tt>import</tt> statement, a class constructor, or a method or function call then control is returned to the debugger at the next statement.</p></source> <translation><b>Passo singolo</b><p>Esegue una singola istruzione Python. Se l'istruzione è una <tt>import</tt>, un costruttore di una classe, o un metodo o una chiamata di funzione allora il controllo verrà tornato al debugger alla prossima istruzione.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="400"/> + <location filename="../Debugger/DebugUI.py" line="403"/> <source>Step Over</source> <translation>Step Over</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="400"/> + <location filename="../Debugger/DebugUI.py" line="403"/> <source>Step &Over</source> <translation>Step &Over</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="405"/> - <source>Execute a single Python statement staying in the current frame</source> - <translation>Esegui una singola istruzione Python restando nella stessa struttura</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="408"/> + <source>Execute a single Python statement staying in the current frame</source> + <translation>Esegui una singola istruzione Python restando nella stessa struttura</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="411"/> <source><b>Step Over</b><p>Execute a single Python statement staying in the same frame. If the statement is an <tt>import</tt> statement, a class constructor, or a method or function call then control is returned to the debugger after the statement has completed.</p></source> <translation><b>Singolo passor</b><p>Esegui una singola istruzione Python restando nella stessa struttura. Se l'istruzione e' un <tt>import</tt>, un costruttore di classe, o un metodo o una chiamata di funzione allora il controllo tornerà al debugger dopo che l'istruzione è completata.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="419"/> + <location filename="../Debugger/DebugUI.py" line="422"/> <source>Step Out</source> <translation>Step Out</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="419"/> + <location filename="../Debugger/DebugUI.py" line="422"/> <source>Step Ou&t</source> <translation>Step Ou&t</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="424"/> - <source>Execute Python statements until leaving the current frame</source> - <translation>Esegue istruzioni Python fino a quando esce dal blocco corrente</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="427"/> + <source>Execute Python statements until leaving the current frame</source> + <translation>Esegue istruzioni Python fino a quando esce dal blocco corrente</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="430"/> <source><b>Step Out</b><p>Execute Python statements until leaving the current frame. If the statements are inside an <tt>import</tt> statement, a class constructor, or a method or function call then control is returned to the debugger after the current frame has been left.</p></source> <translation><b>Step Out</b><p>Esegue istruzioni Python fino a quando esce dal blocco corrente. Se l'istruzione e' un <tt>import</tt>, un costruttore di classe, o un metodo o una chiamata di funzione allora il controllo tornerà al debugger dopo l'uscita dal blocco corrente.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="438"/> + <location filename="../Debugger/DebugUI.py" line="441"/> <source>Stop</source> <translation>Stop</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="438"/> + <location filename="../Debugger/DebugUI.py" line="441"/> <source>&Stop</source> <translation>&Stop</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="443"/> + <location filename="../Debugger/DebugUI.py" line="446"/> <source>Stop debugging</source> <translation>Ferma il debug</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="444"/> + <location filename="../Debugger/DebugUI.py" line="447"/> <source><b>Stop</b><p>Stop the running debugging session.</p></source> <translation><b>Stop</b><p>Ferma la sessione di debug.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="467"/> + <location filename="../Debugger/DebugUI.py" line="470"/> <source>Exceptions Filter</source> <translation>Filtro per le eccezioni</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="467"/> + <location filename="../Debugger/DebugUI.py" line="470"/> <source>&Exceptions Filter...</source> <translation>Filtro per le &Eccezioni...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="471"/> + <location filename="../Debugger/DebugUI.py" line="474"/> <source>Configure exceptions filter</source> <translation>Configura il filtro per le eccezioni</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="473"/> + <location filename="../Debugger/DebugUI.py" line="476"/> <source><b>Exceptions Filter</b><p>Configure the exceptions filter. Only exception types that are listed are highlighted during a debugging session.</p><p>Please note, that all unhandled exceptions are highlighted indepent from the filter list.</p></source> <translation><b>Filtro per le Eccezioni</b><p>Configura il filtro per le eccezioni. Solo i tipi di eccezione che sono elencati sono evidenziati durante una sessione di debug.</p><p>Notare che, tutte le eccezioni non gestite sono evidenziate indipendentemente dalla lista del filtro.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="509"/> + <location filename="../Debugger/DebugUI.py" line="512"/> <source>Toggle Breakpoint</source> <translation>Toggle Breakpoint</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="510"/> + <location filename="../Debugger/DebugUI.py" line="513"/> <source><b>Toggle Breakpoint</b><p>Toggles a breakpoint at the current line of the current editor.</p></source> <translation><b>Toggle Breakpoint</b><p>Attiva un breakpoint sulla linea corrente dell'editor.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="524"/> + <location filename="../Debugger/DebugUI.py" line="527"/> <source>Edit Breakpoint</source> <translation>Modifica Breakpoint</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="518"/> + <location filename="../Debugger/DebugUI.py" line="521"/> <source>Edit Breakpoint...</source> <translation>Modifica Breakpoint...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="525"/> + <location filename="../Debugger/DebugUI.py" line="528"/> <source><b>Edit Breakpoint</b><p>Opens a dialog to edit the breakpoints properties. It works at the current line of the current editor.</p></source> <translation><b>Modifica Breakpoint</b><p>Apre un dialogo per modificare le proprietà del breakpoint. Lavora sulla linea corrente dell'editor.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="540"/> + <location filename="../Debugger/DebugUI.py" line="543"/> <source>Next Breakpoint</source> <translation>Prossimo Breakpoint</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="541"/> + <location filename="../Debugger/DebugUI.py" line="544"/> <source><b>Next Breakpoint</b><p>Go to next breakpoint of the current editor.</p></source> <translation><b>Prossimo Breakpoint</b><p>Va al prossimo breakpoint dell'editor corrente.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="555"/> + <location filename="../Debugger/DebugUI.py" line="558"/> <source>Previous Breakpoint</source> <translation>Breakpoint Precedente</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="556"/> + <location filename="../Debugger/DebugUI.py" line="559"/> <source><b>Previous Breakpoint</b><p>Go to previous breakpoint of the current editor.</p></source> <translation><b>Breakpoint Precedente</b><p>Va al breakpoint precedente dell'editor corrente.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="569"/> + <location filename="../Debugger/DebugUI.py" line="572"/> <source>Clear Breakpoints</source> <translation>Pulisci i Breakpoint</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="570"/> + <location filename="../Debugger/DebugUI.py" line="573"/> <source><b>Clear Breakpoints</b><p>Clear breakpoints of all editors.</p></source> <translation><b>Pulisci i Breakpoints</b><p>Elimina i breakpoint di tutti gli editor.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="600"/> + <location filename="../Debugger/DebugUI.py" line="603"/> <source>&Breakpoints</source> <translation>&Breakpoints</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1120"/> + <location filename="../Debugger/DebugUI.py" line="1123"/> <source>The program being debugged contains an unspecified syntax error.</source> <translation>Il programma che viene debuggato contiene un errore di sintassi non specificato.</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1157"/> + <location filename="../Debugger/DebugUI.py" line="1160"/> <source>An unhandled exception occured. See the shell window for details.</source> <translation>Un'eccezione non gestita è occorso. Guarda la finestra di shell per dettagli.</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1282"/> + <location filename="../Debugger/DebugUI.py" line="1285"/> <source>The program being debugged has terminated unexpectedly.</source> <translation>Il programma debuggato è terminato in maniera inaspettata.</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1594"/> + <location filename="../Debugger/DebugUI.py" line="1599"/> <source>Coverage of Project</source> <translation>Analisi del Progetto</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1581"/> + <location filename="../Debugger/DebugUI.py" line="1586"/> <source>Coverage of Script</source> <translation>Analisi delle Script</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1862"/> + <location filename="../Debugger/DebugUI.py" line="1867"/> <source>There is no main script defined for the current project. Aborting</source> <translation>Non c'è uno script principale definito per il progetto. Esco</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1727"/> + <location filename="../Debugger/DebugUI.py" line="1732"/> <source>Profile of Project</source> <translation>Profilazione del progetto</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1714"/> + <location filename="../Debugger/DebugUI.py" line="1719"/> <source>Profile of Script</source> <translation>Profilazione dello script</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1999"/> + <location filename="../Debugger/DebugUI.py" line="2004"/> <source>There is no main script defined for the current project. No debugging possible.</source> <translation>Non c'è uno script principale per il progetto. Non è possibile il debug.</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="348"/> + <location filename="../Debugger/DebugUI.py" line="351"/> <source>Continue to Cursor</source> <translation>Continua fino al cursore</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="348"/> + <location filename="../Debugger/DebugUI.py" line="351"/> <source>Continue &To Cursor</source> <translation>Con&tinua fino al Cursore</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="353"/> - <source>Continue running the program from the current line to the current cursor position</source> - <translation>Continua l'esecuzione del programma dalla linea attuale fino alla posizione del cursore</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="356"/> + <source>Continue running the program from the current line to the current cursor position</source> + <translation>Continua l'esecuzione del programma dalla linea attuale fino alla posizione del cursore</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="359"/> <source><b>Continue To Cursor</b><p>Continue running the program from the current line to the current cursor position.</p></source> <translation><b>Continua fino al cursore</b><p>Continua l'esecuzione del programma dalla linea attuale fino alla posizione del cursore.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="451"/> + <location filename="../Debugger/DebugUI.py" line="454"/> <source>Variables Type Filter</source> <translation>Filtro per i tipi di variabili</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="451"/> + <location filename="../Debugger/DebugUI.py" line="454"/> <source>Varia&bles Type Filter...</source> <translation>Filtro per i tipi di varia&bili...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="455"/> + <location filename="../Debugger/DebugUI.py" line="458"/> <source>Configure variables type filter</source> <translation>Configura il filtro per i tipi di variabile</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="457"/> + <location filename="../Debugger/DebugUI.py" line="460"/> <source><b>Variables Type Filter</b><p>Configure the variables type filter. Only variable types that are not selected are displayed in the global or local variables window during a debugging session.</p></source> <translation><b>Filtro tipo variabili</b><p>Configura il filtro per i tipi variabile. Solo i tipi di variabile che non sono selezionati sono mostrati nella finestra delle variabili globali o locali durante una sessione di debug. </p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1353"/> + <location filename="../Debugger/DebugUI.py" line="1356"/> <source>Breakpoint Condition Error</source> <translation>Errore condizione di interruzione</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="533"/> + <location filename="../Debugger/DebugUI.py" line="536"/> <source>Ctrl+Shift+PgDown</source> <comment>Debug|Next Breakpoint</comment> <translation>Ctrl+Shift+PgDown</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="548"/> + <location filename="../Debugger/DebugUI.py" line="551"/> <source>Ctrl+Shift+PgUp</source> <comment>Debug|Previous Breakpoint</comment> <translation>Ctrl+Shift+PgUp</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="563"/> + <location filename="../Debugger/DebugUI.py" line="566"/> <source>Ctrl+Shift+C</source> <comment>Debug|Clear Breakpoints</comment> <translation>Ctrl+Shift+C</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="596"/> + <location filename="../Debugger/DebugUI.py" line="599"/> <source>&Debug</source> <translation>&Debug</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="598"/> + <location filename="../Debugger/DebugUI.py" line="601"/> <source>&Start</source> <translation>&Avvia</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="643"/> + <location filename="../Debugger/DebugUI.py" line="646"/> <source>Start</source> <translation>Inizia</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="657"/> + <location filename="../Debugger/DebugUI.py" line="660"/> <source>Debug</source> <translation>Debug</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="322"/> + <location filename="../Debugger/DebugUI.py" line="325"/> <source>Stop the running script.</source> <translation>Ferma lo script in esecuzione.</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1389"/> + <location filename="../Debugger/DebugUI.py" line="1392"/> <source>Watch Expression Error</source> <translation>Errore espressione di watch</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1429"/> + <location filename="../Debugger/DebugUI.py" line="1432"/> <source>Watch expression already exists</source> <translation>L'espressione di controllo esiste già</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="484"/> + <location filename="../Debugger/DebugUI.py" line="487"/> <source>Ignored Exceptions</source> <translation>Eccezione ignorata</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="484"/> + <location filename="../Debugger/DebugUI.py" line="487"/> <source>&Ignored Exceptions...</source> <translation>Eccezione &ignorata...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="488"/> + <location filename="../Debugger/DebugUI.py" line="491"/> <source>Configure ignored exceptions</source> <translation>Configura eccezioni ignorate</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="490"/> + <location filename="../Debugger/DebugUI.py" line="493"/> <source><b>Ignored Exceptions</b><p>Configure the ignored exceptions. Only exception types that are not listed are highlighted during a debugging session.</p><p>Please note, that unhandled exceptions cannot be ignored.</p></source> <translation><b>Eccezioni ignorate</b><p>Configura le eccezioni da ignorare. Solo i tipi di eccezione che non sono elencati sono evidenziati durante una sessione di debug.</p><p>Per favore nota che le eccezioni non gestite non possono essere ignorate.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="503"/> + <location filename="../Debugger/DebugUI.py" line="506"/> <source>Shift+F11</source> <comment>Debug|Toggle Breakpoint</comment> <translation>Shift+F11</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="518"/> + <location filename="../Debugger/DebugUI.py" line="521"/> <source>Shift+F12</source> <comment>Debug|Edit Breakpoint</comment> <translation>Shift+F12</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1139"/> + <location filename="../Debugger/DebugUI.py" line="1142"/> <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>Il file <b>{0}</b> contiene l'errore di sintassi <b>{1}</b> alla linea <b>{2}</b>, carattere <b>{3}</b>.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1204"/> + <location filename="../Debugger/DebugUI.py" line="1207"/> <source><p>The debugged program raised the exception <b>{0}</b><br>"<b>{1}</b>"<br>File: <b>{2}</b>, Line: <b>{3}</b></p><p>Break here?</p></source> <translation><p>Il programma in debug ha sollevato un'eccezione <b>{0}</b><br>"<b>{1}</b>"<br>File: <b>{2}</b>, Linea: <b>{3}</b></p><p>Interrompere qui ?</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1219"/> + <location filename="../Debugger/DebugUI.py" line="1222"/> <source><p>The debugged program raised the exception <b>{0}</b><br>"<b>{1}</b>"</p></source> <translation><p>Il programma debuggato ha sollevato un'eccezione <b>{0}</b><br>"<b>{1}</b>"</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1353"/> + <location filename="../Debugger/DebugUI.py" line="1356"/> <source><p>The condition of the breakpoint <b>{0}, {1}</b> contains a syntax error.</p></source> <translation><p>La condizione del breakpoint <b>{0}, {1}</b> contiene un errore di sintassi.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1389"/> + <location filename="../Debugger/DebugUI.py" line="1392"/> <source><p>The watch expression <b>{0}</b> contains a syntax error.</p></source> <translation><p>L'espressione <b>{0}</b> contiene un errore di sintassi.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1419"/> + <location filename="../Debugger/DebugUI.py" line="1422"/> <source><p>A watch expression '<b>{0}</b>' already exists.</p></source> <translation><p>L'espressione '<b>{0}</b>' esiste già.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1423"/> + <location filename="../Debugger/DebugUI.py" line="1426"/> <source><p>A watch expression '<b>{0}</b>' for the variable <b>{1}</b> already exists.</p></source> <translation><p>L'espressione '<b>{0}</b>' per la variabile <b>{1}</b> esiste già.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1062"/> + <location filename="../Debugger/DebugUI.py" line="1065"/> <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="1089"/> + <location filename="../Debugger/DebugUI.py" line="1092"/> <source>Program terminated</source> <translation>Programma terminato</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="301"/> + <location filename="../Debugger/DebugUI.py" line="304"/> <source>Restart</source> <translation>Riavvio</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="307"/> + <location filename="../Debugger/DebugUI.py" line="310"/> <source><b>Restart</b><p>Set the command line arguments and set the current line to be the first executable Python statement of the script that was debugged last. If there are unsaved changes, they may be saved first.</p></source> <translation><b>Riavvia</b><p>Imposta gli argomenti della linea di comando e imposta la linea corrente per essere la prima istruzione eseguibile di Python dell'ultimo script in debug. Se il file ha modifiche non salvate è possibile salvarle prima.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="323"/> + <location filename="../Debugger/DebugUI.py" line="326"/> <source><b>Stop</b><p>This stops the script running in the debugger backend.</p></source> <translation><b>Ferma</b><p>Questo ferma lo script in esecuzione nel backend del debugger.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1268"/> + <location filename="../Debugger/DebugUI.py" line="1271"/> <source><p>The program generate the signal "{0}".<br/>File: <b>{1}</b>, Line: <b>{2}</b></p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1056"/> + <location filename="../Debugger/DebugUI.py" line="1059"/> <source><p>Message: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1067"/> + <location filename="../Debugger/DebugUI.py" line="1070"/> <source><p><b>{0}</b> has terminated with an exit status of {1}.</p>{2}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1075"/> + <location filename="../Debugger/DebugUI.py" line="1078"/> <source>Message: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1082"/> - <source>The program has terminated with an exit status of {0}. -{1}</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="1085"/> + <source>The program has terminated with an exit status of {0}. +{1}</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="1088"/> <source>"{0}" has terminated with an exit status of {1}. {2}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1094"/> + <location filename="../Debugger/DebugUI.py" line="1097"/> <source>The program has terminated with an exit status of {0}. {1} </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1098"/> + <location filename="../Debugger/DebugUI.py" line="1101"/> <source>"{0}" has terminated with an exit status of {1}. {2} </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="364"/> + <location filename="../Debugger/DebugUI.py" line="367"/> <source>Move Instruction Pointer to Cursor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="364"/> + <location filename="../Debugger/DebugUI.py" line="367"/> <source>&Jump To Cursor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="369"/> - <source>Skip the code from the current line to the current cursor position</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="372"/> + <source>Skip the code from the current line to the current cursor position</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="375"/> <source><b>Move Instruction Pointer to Cursor</b><p>Move the Python internal instruction pointer to the current cursor position without executing the code in between.</p><p>It's not possible to jump out of a function or jump in a code block, e.g. a loop. In these cases, a error message is printed to the log window.</p></source> <translation type="unfinished"></translation> </message> @@ -42761,8 +42761,8 @@ </message> <message> <location filename="../QScintilla/Lexers/__init__.py" line="470"/> - <source>Makefiles (*.mak)</source> - <translation>Makefile (*,mak)</translation> + <source>Makefiles (*makefile Makefile *.mak)</source> + <translation type="unfinished">Makefile (*,mak)</translation> </message> <message> <location filename="../QScintilla/Lexers/__init__.py" line="473"/> @@ -43371,6 +43371,74 @@ </message> </context> <context> + <name>MakePropertiesDialog</name> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="14"/> + <source>Make Properties</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="23"/> + <source>'make' Executable (leave empty to use global 'make'):</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="39"/> + <source>Enter the executable name of the make utility</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="46"/> + <source>'makefile' path or directory (without file name 'makefile' will be used):</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="62"/> + <source>Enter the name and/or path of the makefile</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="69"/> + <source>Make Target:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="76"/> + <source>Enter the make target to be built</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="83"/> + <source>Make Command Parameters (enclose parameters containing spaces in ""):</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="93"/> + <source>Enter the command parameters for make</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="100"/> + <source>Select to just test for changes needing a make run</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="103"/> + <source>Test for changes only when run automatically</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.py" line="40"/> + <source>All Files (*)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.py" line="44"/> + <source>Makefiles (*makefile Makefile *.mak);;All Files (*)</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>ManageDictionariesDialog</name> <message> <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.ui" line="14"/> @@ -49567,27 +49635,27 @@ <context> <name>Preferences</name> <message> - <location filename="../Preferences/__init__.py" line="1657"/> + <location filename="../Preferences/__init__.py" line="1658"/> <source>Export Preferences</source> <translation>Esporta Preferenze</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1685"/> + <location filename="../Preferences/__init__.py" line="1686"/> <source>Import Preferences</source> <translation>Importa Preferenze</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1685"/> + <location filename="../Preferences/__init__.py" line="1686"/> <source>Properties File (*.ini);;All Files (*)</source> <translation>File proprietà (*.ini);;Tutti i file(*)</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1787"/> + <location filename="../Preferences/__init__.py" line="1788"/> <source>Select Python{0} Interpreter</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1787"/> + <location filename="../Preferences/__init__.py" line="1788"/> <source>Select the Python{0} interpreter to be used:</source> <translation type="unfinished"></translation> </message> @@ -50025,492 +50093,492 @@ <context> <name>Project</name> <message> - <location filename="../Project/Project.py" line="745"/> + <location filename="../Project/Project.py" line="766"/> <source>Read project file</source> <translation>Leggi file progetto</translation> </message> <message> - <location filename="../Project/Project.py" line="847"/> + <location filename="../Project/Project.py" line="868"/> <source>Save project file</source> <translation>Salva file progetto</translation> </message> <message> - <location filename="../Project/Project.py" line="965"/> + <location filename="../Project/Project.py" line="986"/> <source>Read project session</source> <translation>Leggi sessione del progetto</translation> </message> <message> - <location filename="../Project/Project.py" line="1187"/> + <location filename="../Project/Project.py" line="1208"/> <source>Please save the project first.</source> <translation>Prima salvare il progetto.</translation> </message> <message> - <location filename="../Project/Project.py" line="1001"/> + <location filename="../Project/Project.py" line="1022"/> <source>Save project session</source> <translation>Salva sessione di progetto</translation> </message> <message> - <location filename="../Project/Project.py" line="1312"/> + <location filename="../Project/Project.py" line="1333"/> <source>Add Language</source> <translation>Aggiungi Lingua</translation> </message> <message> - <location filename="../Project/Project.py" line="1435"/> + <location filename="../Project/Project.py" line="1456"/> <source>Delete translation</source> <translation>Cancella traduzione</translation> </message> <message> - <location filename="../Project/Project.py" line="1600"/> + <location filename="../Project/Project.py" line="1621"/> <source>Add file</source> <translation>Aggiungi file</translation> </message> <message> - <location filename="../Project/Project.py" line="1718"/> + <location filename="../Project/Project.py" line="1739"/> <source>The target directory must not be empty.</source> <translation>La directory di destinazione non deve essere vuota.</translation> </message> <message> - <location filename="../Project/Project.py" line="1729"/> + <location filename="../Project/Project.py" line="1750"/> <source>Add directory</source> <translation>Aggiungi directory</translation> </message> <message> - <location filename="../Project/Project.py" line="1729"/> + <location filename="../Project/Project.py" line="1750"/> <source>The source directory must not be empty.</source> <translation>La directory sorgente non deve essere vuota.</translation> </message> <message> - <location filename="../Project/Project.py" line="2133"/> + <location filename="../Project/Project.py" line="2154"/> <source>Delete file</source> <translation>Cancella file</translation> </message> <message> - <location filename="../Project/Project.py" line="2246"/> + <location filename="../Project/Project.py" line="2271"/> <source>Create project directory</source> <translation>Crea la directory del progetto</translation> </message> <message> - <location filename="../Project/Project.py" line="3615"/> + <location filename="../Project/Project.py" line="3702"/> <source>New project</source> <translation>Nuovo progetto</translation> </message> <message> - <location filename="../Project/Project.py" line="3629"/> + <location filename="../Project/Project.py" line="3716"/> <source>Open project</source> <translation>Apri progetto</translation> </message> <message> - <location filename="../Project/Project.py" line="3666"/> + <location filename="../Project/Project.py" line="3753"/> <source>Save project as</source> <translation>Salva progetto come</translation> </message> <message> - <location filename="../Project/Project.py" line="2931"/> + <location filename="../Project/Project.py" line="3016"/> <source>Save File</source> <translation>Salva file</translation> </message> <message> - <location filename="../Project/Project.py" line="2967"/> + <location filename="../Project/Project.py" line="3052"/> <source>Close Project</source> <translation>Chiudi progetto</translation> </message> <message> - <location filename="../Project/Project.py" line="2967"/> + <location filename="../Project/Project.py" line="3052"/> <source>The current project has unsaved changes.</source> <translation>Il progetto attuale ha delle modifiche non salvate.</translation> </message> <message> - <location filename="../Project/Project.py" line="3846"/> + <location filename="../Project/Project.py" line="3933"/> <source>&Save</source> <translation>&Salva</translation> </message> <message> - <location filename="../Project/Project.py" line="3615"/> + <location filename="../Project/Project.py" line="3702"/> <source>&New...</source> <translation>&Nuovo...</translation> </message> <message> - <location filename="../Project/Project.py" line="3620"/> + <location filename="../Project/Project.py" line="3707"/> <source>Generate a new project</source> <translation>Genera un nuovo progetto</translation> </message> <message> - <location filename="../Project/Project.py" line="3621"/> + <location filename="../Project/Project.py" line="3708"/> <source><b>New...</b><p>This opens a dialog for entering the info for a new project.</p></source> <translation><b>Nuovo...</b><p>Apre un dialogo per l'inserimento delle informazioni per un nuovo progetto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3629"/> + <location filename="../Project/Project.py" line="3716"/> <source>&Open...</source> <translation>&Apri...</translation> </message> <message> - <location filename="../Project/Project.py" line="3634"/> + <location filename="../Project/Project.py" line="3721"/> <source>Open an existing project</source> <translation>Apri un progetto esistente</translation> </message> <message> - <location filename="../Project/Project.py" line="3635"/> + <location filename="../Project/Project.py" line="3722"/> <source><b>Open...</b><p>This opens an existing project.</p></source> <translation><b>Apri...</b><p>Apre un progetto esistente.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3642"/> + <location filename="../Project/Project.py" line="3729"/> <source>Close project</source> <translation>Chiudi progetto</translation> </message> <message> - <location filename="../Project/Project.py" line="3642"/> + <location filename="../Project/Project.py" line="3729"/> <source>&Close</source> <translation>&Chiudi</translation> </message> <message> - <location filename="../Project/Project.py" line="3646"/> + <location filename="../Project/Project.py" line="3733"/> <source>Close the current project</source> <translation>Chiudi il progetto corrente</translation> </message> <message> - <location filename="../Project/Project.py" line="3647"/> + <location filename="../Project/Project.py" line="3734"/> <source><b>Close</b><p>This closes the current project.</p></source> <translation><b>Chiudi</b><p>Chiude l'attuale progetto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3654"/> + <location filename="../Project/Project.py" line="3741"/> <source>Save project</source> <translation>Salva progetto</translation> </message> <message> - <location filename="../Project/Project.py" line="3658"/> + <location filename="../Project/Project.py" line="3745"/> <source>Save the current project</source> <translation>Salva il progetto corrente</translation> </message> <message> - <location filename="../Project/Project.py" line="3659"/> + <location filename="../Project/Project.py" line="3746"/> <source><b>Save</b><p>This saves the current project.</p></source> <translation><b>Salva</b><p>Salva l'attuale progetto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3666"/> + <location filename="../Project/Project.py" line="3753"/> <source>Save &as...</source> <translation>S&alva come...</translation> </message> <message> - <location filename="../Project/Project.py" line="3670"/> - <source>Save the current project to a new file</source> - <translation>Salva il progetto attuale come un nuovo file</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3672"/> - <source><b>Save as</b><p>This saves the current project to a new file.</p></source> - <translation><b>Salva as </b><p>Salva l'attuale progetto come nuovo.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3712"/> - <source>Add translation to project</source> - <translation>Aggiungi le traduzioni al progetto</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3712"/> - <source>Add &translation...</source> - <translation>Aggiungi &traduzione...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3717"/> - <source>Add a translation to the current project</source> - <translation>Aggiungi le traduzioni al progetto corrente</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3719"/> - <source><b>Add translation...</b><p>This opens a dialog for add a translation to the current project.</p></source> - <translation><b>Aggiungi traduzione...</b><p>Apre un dialogo per aggiungere una traduzione al progetto corrente.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3727"/> - <source>Search new files</source> - <translation>Cerca nuovi file</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3727"/> - <source>Searc&h new files...</source> - <translation>Cerca &nuovi file...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3731"/> - <source>Search new files in the project directory.</source> - <translation>Cerca nei file nella directory del progetto.</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3757"/> - <source>Project properties</source> - <translation>Proprietà del progetto</translation> - </message> - <message> <location filename="../Project/Project.py" line="3757"/> + <source>Save the current project to a new file</source> + <translation>Salva il progetto attuale come un nuovo file</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3759"/> + <source><b>Save as</b><p>This saves the current project to a new file.</p></source> + <translation><b>Salva as </b><p>Salva l'attuale progetto come nuovo.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3799"/> + <source>Add translation to project</source> + <translation>Aggiungi le traduzioni al progetto</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3799"/> + <source>Add &translation...</source> + <translation>Aggiungi &traduzione...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3804"/> + <source>Add a translation to the current project</source> + <translation>Aggiungi le traduzioni al progetto corrente</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3806"/> + <source><b>Add translation...</b><p>This opens a dialog for add a translation to the current project.</p></source> + <translation><b>Aggiungi traduzione...</b><p>Apre un dialogo per aggiungere una traduzione al progetto corrente.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3814"/> + <source>Search new files</source> + <translation>Cerca nuovi file</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3814"/> + <source>Searc&h new files...</source> + <translation>Cerca &nuovi file...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3818"/> + <source>Search new files in the project directory.</source> + <translation>Cerca nei file nella directory del progetto.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3844"/> + <source>Project properties</source> + <translation>Proprietà del progetto</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3844"/> <source>&Properties...</source> <translation>&Proprietà...</translation> </message> <message> - <location filename="../Project/Project.py" line="3762"/> + <location filename="../Project/Project.py" line="3849"/> <source>Show the project properties</source> <translation>Mostra le proprietà del progetto</translation> </message> <message> - <location filename="../Project/Project.py" line="3763"/> + <location filename="../Project/Project.py" line="3850"/> <source><b>Properties...</b><p>This shows a dialog to edit the project properties.</p></source> <translation><b>Proprietà...</b><p>Mosta un dialogo per modificare le proprietà di un progetto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3885"/> + <location filename="../Project/Project.py" line="3972"/> <source>Load session</source> <translation>Carica sessione</translation> </message> <message> - <location filename="../Project/Project.py" line="3889"/> + <location filename="../Project/Project.py" line="3976"/> <source>Load the projects session file.</source> <translation>Carica il file di sessione del progetto.</translation> </message> <message> - <location filename="../Project/Project.py" line="3890"/> + <location filename="../Project/Project.py" line="3977"/> <source><b>Load session</b><p>This loads the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> <translation><b>Carica sessione</b><p>Questo carica la sessione del progetto.La sessione è composta dai seguenti dati.<br>- tutti i file sorgente aperti<br>- tutti i breakpoint<br>- gli argomenti alla riga di comango<br>- la directory di lavoro<br>- il flag di segnalazione delle eccezioni</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3903"/> + <location filename="../Project/Project.py" line="3990"/> <source>Save session</source> <translation>Salva sessione</translation> </message> <message> - <location filename="../Project/Project.py" line="3907"/> + <location filename="../Project/Project.py" line="3994"/> <source>Save the projects session file.</source> <translation>Salva il file sessione del progetto.</translation> </message> <message> - <location filename="../Project/Project.py" line="3908"/> + <location filename="../Project/Project.py" line="3995"/> <source><b>Save session</b><p>This saves the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> <translation><b>Salva sessione</b><p>Questo carica la sessione del progetto.La sessione è composta dai seguenti dati.<br>- tutti i file sorgente aperti<br>- tutti i breakpoint<br>- gli argomenti alla riga di comango<br>- la directory di lavoro<br>- il flag di segnalazione delle eccezioni</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3935"/> + <location filename="../Project/Project.py" line="4022"/> <source>Code Metrics</source> <translation>Statistiche codice</translation> </message> <message> - <location filename="../Project/Project.py" line="3935"/> + <location filename="../Project/Project.py" line="4022"/> <source>&Code Metrics...</source> <translation>Statistiche &codice...</translation> </message> <message> - <location filename="../Project/Project.py" line="3939"/> + <location filename="../Project/Project.py" line="4026"/> <source>Show some code metrics for the project.</source> <translation>Mostra alcune statistiche del codice per il progetto.</translation> </message> <message> - <location filename="../Project/Project.py" line="3941"/> + <location filename="../Project/Project.py" line="4028"/> <source><b>Code Metrics...</b><p>This shows some code metrics for all Python files in the project.</p></source> <translation><b>Statistiche codice...</b><p>Mostra alcune statistiche di tutti i file Python nel progetto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3949"/> + <location filename="../Project/Project.py" line="4036"/> <source>Python Code Coverage</source> <translation>Analisi codice Python</translation> </message> <message> - <location filename="../Project/Project.py" line="3949"/> + <location filename="../Project/Project.py" line="4036"/> <source>Code Co&verage...</source> <translation>A&nalisi codice...</translation> </message> <message> - <location filename="../Project/Project.py" line="3953"/> + <location filename="../Project/Project.py" line="4040"/> <source>Show code coverage information for the project.</source> <translation>Mostra le informazioni dell'analisi del codice del progetto.</translation> </message> <message> - <location filename="../Project/Project.py" line="3955"/> + <location filename="../Project/Project.py" line="4042"/> <source><b>Code Coverage...</b><p>This shows the code coverage information for all Python files in the project.</p></source> <translation><b>Analisi codice...</b><p>Mostra le analisi del codice di tutti i file Python nel progetto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4754"/> + <location filename="../Project/Project.py" line="4883"/> <source>Profile Data</source> <translation>Profilazione dati</translation> </message> <message> - <location filename="../Project/Project.py" line="3963"/> + <location filename="../Project/Project.py" line="4050"/> <source>&Profile Data...</source> <translation>&Profilazione dati...</translation> </message> <message> - <location filename="../Project/Project.py" line="3967"/> + <location filename="../Project/Project.py" line="4054"/> <source>Show profiling data for the project.</source> <translation>Mostra la profilazione dei dati per il progetto.</translation> </message> <message> - <location filename="../Project/Project.py" line="3969"/> + <location filename="../Project/Project.py" line="4056"/> <source><b>Profile Data...</b><p>This shows the profiling data for the project.</p></source> <translation><b>Profilazione dati...</b><p>Mostra la profilazione dei dati per il progetto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4808"/> + <location filename="../Project/Project.py" line="4937"/> <source>Application Diagram</source> <translation>Diagrammi dell'applicazione</translation> </message> <message> - <location filename="../Project/Project.py" line="3978"/> + <location filename="../Project/Project.py" line="4065"/> <source>&Application Diagram...</source> <translation>Diagramma dell' &Applicazione...</translation> </message> <message> - <location filename="../Project/Project.py" line="3982"/> + <location filename="../Project/Project.py" line="4069"/> <source>Show a diagram of the project.</source> <translation>Mostra un diagramma del progetto.</translation> </message> <message> - <location filename="../Project/Project.py" line="3984"/> + <location filename="../Project/Project.py" line="4071"/> <source><b>Application Diagram...</b><p>This shows a diagram of the project.</p></source> <translation><b>Diagrammi dell'applicazione...</b><p>Mostra un diagramma del progetto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4078"/> + <location filename="../Project/Project.py" line="4196"/> <source>Open &Recent Projects</source> <translation>Apri un progetto &recente</translation> </message> <message> - <location filename="../Project/Project.py" line="4086"/> + <location filename="../Project/Project.py" line="4204"/> <source>&Diagrams</source> <translation>&Diagrammi</translation> </message> <message> - <location filename="../Project/Project.py" line="4083"/> + <location filename="../Project/Project.py" line="4201"/> <source>Chec&k</source> <translation>&Controlla</translation> </message> <message> - <location filename="../Project/Project.py" line="4079"/> + <location filename="../Project/Project.py" line="4197"/> <source>&Version Control</source> <translation>Controllo di &Versione</translation> </message> <message> - <location filename="../Project/Project.py" line="4085"/> + <location filename="../Project/Project.py" line="4203"/> <source>Sho&w</source> <translation>&Mostra</translation> </message> <message> - <location filename="../Project/Project.py" line="4088"/> + <location filename="../Project/Project.py" line="4206"/> <source>Source &Documentation</source> <translation>&Documentazione sorgenti</translation> </message> <message> - <location filename="../Project/Project.py" line="4416"/> + <location filename="../Project/Project.py" line="4545"/> <source>Search New Files</source> <translation>Cerca Nuovi File</translation> </message> <message> - <location filename="../Project/Project.py" line="4416"/> + <location filename="../Project/Project.py" line="4545"/> <source>There were no new files found to be added.</source> <translation>Non sono stati trovati file da aggiungere.</translation> </message> <message> - <location filename="../Project/Project.py" line="4562"/> + <location filename="../Project/Project.py" line="4691"/> <source>Version Control System</source> <translation>Version Control System</translation> </message> <message> - <location filename="../Project/Project.py" line="4681"/> + <location filename="../Project/Project.py" line="4810"/> <source>Coverage Data</source> <translation>Dati Analisi</translation> </message> <message> - <location filename="../Project/Project.py" line="4731"/> + <location filename="../Project/Project.py" line="4860"/> <source>There is no main script defined for the current project. Aborting</source> <translation>Non c'è uno script principale definito per il progetto. Esco</translation> </message> <message> - <location filename="../Project/Project.py" line="1866"/> + <location filename="../Project/Project.py" line="1887"/> <source>Rename file</source> <translation>Rinomina file</translation> </message> <message> - <location filename="../Project/Project.py" line="1890"/> + <location filename="../Project/Project.py" line="1911"/> <source>Rename File</source> <translation>Rinomina File</translation> </message> <message> - <location filename="../Project/Project.py" line="2777"/> + <location filename="../Project/Project.py" line="2858"/> <source>New Project</source> <translation>Nuovo Progetto</translation> </message> <message> - <location filename="../Project/Project.py" line="2326"/> + <location filename="../Project/Project.py" line="2386"/> <source>Add existing files to the project?</source> <translation>Aggiungi file esistenti al progetto ?</translation> </message> <message> - <location filename="../Project/Project.py" line="2445"/> + <location filename="../Project/Project.py" line="2505"/> <source>Would you like to edit the VCS command options?</source> <translation>Vuoi modificare le opzioni del comando VCS ?</translation> </message> <message> - <location filename="../Project/Project.py" line="2393"/> + <location filename="../Project/Project.py" line="2453"/> <source>Shall the project file be added to the repository?</source> <translation>Il file progetto deve essere aggiunto al repository ?</translation> </message> <message> - <location filename="../Project/Project.py" line="2417"/> + <location filename="../Project/Project.py" line="2477"/> <source>Select version control system for the project</source> <translation>Seleziona il version control system per il progetto</translation> </message> <message> - <location filename="../Project/Project.py" line="3697"/> + <location filename="../Project/Project.py" line="3784"/> <source>Add directory to project</source> <translation>Aggiungi directory al progetto</translation> </message> <message> - <location filename="../Project/Project.py" line="3697"/> + <location filename="../Project/Project.py" line="3784"/> <source>Add directory...</source> <translation>Aggiungi directory...</translation> </message> <message> - <location filename="../Project/Project.py" line="3702"/> + <location filename="../Project/Project.py" line="3789"/> <source>Add a directory to the current project</source> <translation>Aggiungi una directory al progetto corrente</translation> </message> <message> - <location filename="../Project/Project.py" line="3704"/> + <location filename="../Project/Project.py" line="3791"/> <source><b>Add directory...</b><p>This opens a dialog for adding a directory to the current project.</p></source> <translation><b>Aggiungi directory...</b><p>Apre un dialogo per aggiungere una directory al progetto corrente.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4704"/> + <location filename="../Project/Project.py" line="4833"/> <source>Code Coverage</source> <translation>Analisi codice</translation> </message> <message> - <location filename="../Project/Project.py" line="4704"/> + <location filename="../Project/Project.py" line="4833"/> <source>Please select a coverage file</source> <translation>Per favore seleziona un file per l'analisi</translation> </message> <message> - <location filename="../Project/Project.py" line="4754"/> + <location filename="../Project/Project.py" line="4883"/> <source>Please select a profile file</source> <translation>Per favore seleziona un file per la profilazione</translation> </message> <message> - <location filename="../Project/Project.py" line="1030"/> + <location filename="../Project/Project.py" line="1051"/> <source>Delete project session</source> <translation>Cancella sessione di progetto</translation> </message> <message> - <location filename="../Project/Project.py" line="3921"/> + <location filename="../Project/Project.py" line="4008"/> <source>Delete session</source> <translation>Cancella sessione</translation> </message> <message> - <location filename="../Project/Project.py" line="3925"/> + <location filename="../Project/Project.py" line="4012"/> <source>Delete the projects session file.</source> <translation>Cancella il file di sessione del progetto.</translation> </message> <message> - <location filename="../Project/Project.py" line="3926"/> + <location filename="../Project/Project.py" line="4013"/> <source><b>Delete session</b><p>This deletes the projects session file</p></source> <translation><b>Cancella sessione</b><p>Cancella la sessione del progetto.</p></translation> </message> @@ -50520,167 +50588,167 @@ <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="265"/> + <location filename="../Project/Project.py" line="275"/> <source>Console</source> <translation>Console</translation> </message> <message> - <location filename="../Project/Project.py" line="266"/> + <location filename="../Project/Project.py" line="276"/> <source>Other</source> <translation>Altro</translation> </message> <message> - <location filename="../Project/Project.py" line="4808"/> + <location filename="../Project/Project.py" line="4937"/> <source>Include module names?</source> <translation>Includi i nomi dei moduli ?</translation> </message> <message> - <location filename="../Project/Project.py" line="2163"/> + <location filename="../Project/Project.py" line="2184"/> <source>Delete directory</source> <translation>Cancella directory</translation> </message> <message> - <location filename="../Project/Project.py" line="1064"/> + <location filename="../Project/Project.py" line="1085"/> <source>Read tasks</source> <translation>Leggi tesk</translation> </message> <message> - <location filename="../Project/Project.py" line="1084"/> + <location filename="../Project/Project.py" line="1105"/> <source>Save tasks</source> <translation>Salva task</translation> </message> <message> - <location filename="../Project/Project.py" line="1141"/> + <location filename="../Project/Project.py" line="1162"/> <source>Read debugger properties</source> <translation>Leggi le proprietà del debugger</translation> </message> <message> - <location filename="../Project/Project.py" line="1175"/> + <location filename="../Project/Project.py" line="1196"/> <source>Save debugger properties</source> <translation>Salva le proprietà del debugger</translation> </message> <message> - <location filename="../Project/Project.py" line="1201"/> + <location filename="../Project/Project.py" line="1222"/> <source>Delete debugger properties</source> <translation>Cancella le proprietà del debugger</translation> </message> <message> - <location filename="../Project/Project.py" line="3821"/> + <location filename="../Project/Project.py" line="3908"/> <source>Debugger Properties</source> <translation>Proprietà Debugger</translation> </message> <message> - <location filename="../Project/Project.py" line="3821"/> + <location filename="../Project/Project.py" line="3908"/> <source>Debugger &Properties...</source> <translation>&Proprietà Debugger...</translation> </message> <message> - <location filename="../Project/Project.py" line="3825"/> + <location filename="../Project/Project.py" line="3912"/> <source>Show the debugger properties</source> <translation>Mostra le proprietàd el debugger</translation> </message> <message> - <location filename="../Project/Project.py" line="3826"/> + <location filename="../Project/Project.py" line="3913"/> <source><b>Debugger Properties...</b><p>This shows a dialog to edit project specific debugger settings.</p></source> <translation><b>Proprietà debugger...</b><p>Mostra un dialogo per modificare le impostazioni specifiche per il progetto del debugger.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3834"/> + <location filename="../Project/Project.py" line="3921"/> <source>Load</source> <translation>Carica</translation> </message> <message> - <location filename="../Project/Project.py" line="3834"/> + <location filename="../Project/Project.py" line="3921"/> <source>&Load</source> <translation>&Carica</translation> </message> <message> - <location filename="../Project/Project.py" line="3838"/> + <location filename="../Project/Project.py" line="3925"/> <source>Load the debugger properties</source> <translation>Carica le proprietàd el debugger</translation> </message> <message> - <location filename="../Project/Project.py" line="3846"/> + <location filename="../Project/Project.py" line="3933"/> <source>Save</source> <translation>Salva</translation> </message> <message> - <location filename="../Project/Project.py" line="3850"/> + <location filename="../Project/Project.py" line="3937"/> <source>Save the debugger properties</source> <translation>Salva le proprietà del debugger</translation> </message> <message> - <location filename="../Project/Project.py" line="3858"/> + <location filename="../Project/Project.py" line="3945"/> <source>Delete</source> <translation>Cancella</translation> </message> <message> - <location filename="../Project/Project.py" line="3858"/> + <location filename="../Project/Project.py" line="3945"/> <source>&Delete</source> <translation>&Cancella</translation> </message> <message> - <location filename="../Project/Project.py" line="3862"/> + <location filename="../Project/Project.py" line="3949"/> <source>Delete the debugger properties</source> <translation>Cancella le proprietà del debugger</translation> </message> <message> - <location filename="../Project/Project.py" line="3871"/> + <location filename="../Project/Project.py" line="3958"/> <source>Reset</source> <translation>Resetta</translation> </message> <message> - <location filename="../Project/Project.py" line="3871"/> + <location filename="../Project/Project.py" line="3958"/> <source>&Reset</source> <translation>&Resetta</translation> </message> <message> - <location filename="../Project/Project.py" line="3875"/> + <location filename="../Project/Project.py" line="3962"/> <source>Reset the debugger properties</source> <translation>Resetta le proprietà del debugger</translation> </message> <message> - <location filename="../Project/Project.py" line="4090"/> + <location filename="../Project/Project.py" line="4208"/> <source>Debugger</source> <translation>Debugger</translation> </message> <message> - <location filename="../Project/Project.py" line="4087"/> + <location filename="../Project/Project.py" line="4205"/> <source>Session</source> <translation>Sessione</translation> </message> <message> - <location filename="../Project/Project.py" line="3839"/> + <location filename="../Project/Project.py" line="3926"/> <source><b>Load Debugger Properties</b><p>This loads the project specific debugger settings.</p></source> <translation><b>Carica le proprietà del debugger</b><p>Carica le proprietà del debugger specifiche per il progetto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3851"/> + <location filename="../Project/Project.py" line="3938"/> <source><b>Save Debugger Properties</b><p>This saves the project specific debugger settings.</p></source> <translation><b>Salva le proprietà del debugger</b><p>Salva le proprietà del debugger specifiche per il progetto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3863"/> + <location filename="../Project/Project.py" line="3950"/> <source><b>Delete Debugger Properties</b><p>This deletes the file containing the project specific debugger settings.</p></source> <translation><b>Cancella le proprietà del debugger</b><p>Cancella il file che contiene le proprietà del debugger specifiche per il progetto.</p></translation> </message> <message> + <location filename="../Project/Project.py" line="3963"/> + <source><b>Reset Debugger Properties</b><p>This resets the project specific debugger settings.</p></source> + <translation><b>Azzera le proprietà del debugger</b><p>Azzera le proprietà del debugger specifiche per il progetto.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3872"/> + <source>Filetype Associations</source> + <translation>Associazione tipi file</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3872"/> + <source>Filetype Associations...</source> + <translation>Associazione tipi file...</translation> + </message> + <message> <location filename="../Project/Project.py" line="3876"/> - <source><b>Reset Debugger Properties</b><p>This resets the project specific debugger settings.</p></source> - <translation><b>Azzera le proprietà del debugger</b><p>Azzera le proprietà del debugger specifiche per il progetto.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3785"/> - <source>Filetype Associations</source> - <translation>Associazione tipi file</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3785"/> - <source>Filetype Associations...</source> - <translation>Associazione tipi file...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3789"/> <source>Show the project filetype associations</source> <translation>Mostra le associazioni dei tipi di file del progetto</translation> </message> @@ -50690,87 +50758,87 @@ <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="4091"/> + <location filename="../Project/Project.py" line="4209"/> <source>Pac&kagers</source> <translation>Pac&kagers</translation> </message> <message> - <location filename="../Project/Project.py" line="3681"/> + <location filename="../Project/Project.py" line="3768"/> <source>Add files to project</source> <translation>Aggiungi file al progetto</translation> </message> <message> - <location filename="../Project/Project.py" line="3681"/> + <location filename="../Project/Project.py" line="3768"/> <source>Add &files...</source> <translation>Aggiungi &files...</translation> </message> <message> - <location filename="../Project/Project.py" line="3686"/> + <location filename="../Project/Project.py" line="3773"/> <source>Add files to the current project</source> <translation>Aggiungi file al progetto corrente</translation> </message> <message> - <location filename="../Project/Project.py" line="3688"/> - <source><b>Add files...</b><p>This opens a dialog for adding files to the current project. The place to add is determined by the file extension.</p></source> - <translation><b>Aggiungi files...</b><p>Apre un dialogo per aggiungere file al progetto corrente. Il posto dove aggiungerli è determinato dall'estensione.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="2916"/> - <source>Project Files (*.e4p)</source> - <translation>File progetto (*.e4p)</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4077"/> - <source>&Project</source> - <translation>&Progetto</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4199"/> - <source>Project</source> - <translation>Progetto</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4265"/> - <source>&Clear</source> - <translation>Pulis&ci</translation> - </message> - <message> - <location filename="../Project/Project.py" line="883"/> - <source>Read user project properties</source> - <translation>Leggi le proprietà utente del progetto</translation> - </message> - <message> - <location filename="../Project/Project.py" line="907"/> - <source>Save user project properties</source> - <translation>Salva le proprietà utente del progetto</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3770"/> - <source>User project properties</source> - <translation>Proprietà utente del progetto</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3770"/> - <source>&User Properties...</source> - <translation>Proprietà &utente...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3775"/> + <source><b>Add files...</b><p>This opens a dialog for adding files to the current project. The place to add is determined by the file extension.</p></source> + <translation><b>Aggiungi files...</b><p>Apre un dialogo per aggiungere file al progetto corrente. Il posto dove aggiungerli è determinato dall'estensione.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3001"/> + <source>Project Files (*.e4p)</source> + <translation>File progetto (*.e4p)</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4195"/> + <source>&Project</source> + <translation>&Progetto</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4328"/> + <source>Project</source> + <translation>Progetto</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4394"/> + <source>&Clear</source> + <translation>Pulis&ci</translation> + </message> + <message> + <location filename="../Project/Project.py" line="904"/> + <source>Read user project properties</source> + <translation>Leggi le proprietà utente del progetto</translation> + </message> + <message> + <location filename="../Project/Project.py" line="928"/> + <source>Save user project properties</source> + <translation>Salva le proprietà utente del progetto</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3857"/> + <source>User project properties</source> + <translation>Proprietà utente del progetto</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3857"/> + <source>&User Properties...</source> + <translation>Proprietà &utente...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3862"/> <source>Show the user specific project properties</source> <translation>Mostra le proprietà del multiprogetto specifiche dell'utente</translation> </message> <message> - <location filename="../Project/Project.py" line="3777"/> + <location filename="../Project/Project.py" line="3864"/> <source><b>User Properties...</b><p>This shows a dialog to edit the user specific project properties.</p></source> <translation><b>Proprietà utente...</b><p>Mosta un dialogo per modificare le proprietà utente di un progetto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3140"/> + <location filename="../Project/Project.py" line="3227"/> <source>Syntax errors detected</source> <translation>Errore di sintassi rilevato</translation> </message> <message numerus="yes"> - <location filename="../Project/Project.py" line="3140"/> + <location filename="../Project/Project.py" line="3227"/> <source>The project contains %n file(s) with syntax errors.</source> <translation> <numerusform>Il progetto contiene %n file con errori di sintassi.</numerusform> @@ -50778,162 +50846,162 @@ </translation> </message> <message> - <location filename="../Project/Project.py" line="5002"/> + <location filename="../Project/Project.py" line="5131"/> <source>Create Package List</source> <translation>Crea lista del package</translation> </message> <message> - <location filename="../Project/Project.py" line="4007"/> + <location filename="../Project/Project.py" line="4094"/> <source>Create &Package List</source> <translation type="unfinished">Crea un &archivio per il plugin</translation> </message> <message> - <location filename="../Project/Project.py" line="5278"/> + <location filename="../Project/Project.py" line="5407"/> <source>Create Plugin Archive</source> <translation>Crea un archivio per il plugin</translation> </message> <message> - <location filename="../Project/Project.py" line="4953"/> + <location filename="../Project/Project.py" line="5082"/> <source><p>The file <b>PKGLIST</b> already exists.</p><p>Overwrite it?</p></source> <translation><p>Il file <b>PKGLIST</b> esiste già.</p><p>Sovrascriverlo?</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5021"/> + <location filename="../Project/Project.py" line="5150"/> <source>The project does not have a main script defined. Aborting...</source> <translation>Non c'è uno script principale definito per il progetto. Esco...</translation> </message> <message> - <location filename="../Project/Project.py" line="1631"/> + <location filename="../Project/Project.py" line="1652"/> <source><p>The source directory doesn't contain any files belonging to the selected category.</p></source> <translation><p>La directory di partenza non contiene nessun file appartenente alla categoria selezionata.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2777"/> + <location filename="../Project/Project.py" line="2858"/> <source>Select Version Control System</source> <translation>Selezione il Sistema di Controllo della Versione (VCS)</translation> </message> <message> - <location filename="../Project/Project.py" line="2424"/> + <location filename="../Project/Project.py" line="2484"/> <source>None</source> <translation>Nessuno</translation> </message> <message> - <location filename="../Project/Project.py" line="364"/> + <location filename="../Project/Project.py" line="374"/> <source>Registering Project Type</source> <translation>Registrazione tipo progetto</translation> </message> <message> - <location filename="../Project/Project.py" line="4023"/> + <location filename="../Project/Project.py" line="4110"/> <source>Create Plugin &Archives</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1312"/> + <location filename="../Project/Project.py" line="1333"/> <source>You have to specify a translation pattern first.</source> <translation>Devi prima specificare un pattern di traduzione.</translation> </message> <message> - <location filename="../Project/Project.py" line="2523"/> + <location filename="../Project/Project.py" line="2583"/> <source>Translation Pattern</source> <translation>Pattern di traduzione</translation> </message> <message> - <location filename="../Project/Project.py" line="2523"/> + <location filename="../Project/Project.py" line="2583"/> <source>Enter the path pattern for translation files (use '%language%' in place of the language code):</source> <translation>Inserisci il path per il file di traduzione (usa '%language% al posto del codice lingua):</translation> </message> <message> - <location filename="../Project/Project.py" line="3803"/> + <location filename="../Project/Project.py" line="3890"/> <source>Lexer Associations</source> <translation>Associazioni analizzatore lessicale</translation> </message> <message> - <location filename="../Project/Project.py" line="3803"/> + <location filename="../Project/Project.py" line="3890"/> <source>Lexer Associations...</source> <translation>Associazioni analizzatore lessicale...</translation> </message> <message> - <location filename="../Project/Project.py" line="3807"/> + <location filename="../Project/Project.py" line="3894"/> <source>Show the project lexer associations (overriding defaults)</source> <translation>Mostra le associazioni degli analizzatori lessicali del progetto (sovrascrivendo i default)</translation> </message> <message> - <location filename="../Project/Project.py" line="3809"/> + <location filename="../Project/Project.py" line="3896"/> <source><b>Lexer Associations...</b><p>This shows a dialog to edit the lexer associations of the project. These associations override the global lexer associations. Lexers are used to highlight the editor text.</p></source> <translation><b>Associazioni analizzatore lessicale...</b><p>Mostra un dialogo per modificare le associazioni degli analizzatori lessicali dei progetti. Queste associazioni sovrascrivono the impostazioni globali. Gli analizzatori lessicali sono utilizzati per l'evidenziazione del testo nell'editor.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="280"/> + <location filename="../Project/Project.py" line="290"/> <source>PySide GUI</source> <translation>GUI PySide</translation> </message> <message> - <location filename="../Project/Project.py" line="281"/> + <location filename="../Project/Project.py" line="291"/> <source>PySide Console</source> <translation>Console PySide</translation> </message> <message> - <location filename="../Project/Project.py" line="167"/> + <location filename="../Project/Project.py" line="176"/> <source>Python3 Files (*.py *.py3);;Python3 GUI Files (*.pyw *.pyw3);;</source> <translation>Python3 Files (*.py *.py3);;Python3 GUI Files (*.pyw *.pyw3);;</translation> </message> <message> - <location filename="../Project/Project.py" line="745"/> + <location filename="../Project/Project.py" line="766"/> <source><p>The project file <b>{0}</b> could not be read.</p></source> <translation><p>Il file progetto <b>{0}</b> non può essere letto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="847"/> + <location filename="../Project/Project.py" line="868"/> <source><p>The project file <b>{0}</b> could not be written.</p></source> <translation><p>Il file progetto <b{0}</b> non può essere scritto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="883"/> + <location filename="../Project/Project.py" line="904"/> <source><p>The user specific project properties file <b>{0}</b> could not be read.</p></source> <translation><p>Il file delle proprietà specifiche dell'utente del progetto <b>{0}</b> non può essere letto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="907"/> + <location filename="../Project/Project.py" line="928"/> <source><p>The user specific project properties file <b>{0}</b> could not be written.</p></source> <translation><p>Il file delle proprietà specifiche dell'utente del progetto <b>{0}</b> non può essere scritto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="965"/> + <location filename="../Project/Project.py" line="986"/> <source><p>The project session file <b>{0}</b> could not be read.</p></source> <translation><p>La sessione del progetto <b>{0}</b> non può essere letta.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1001"/> + <location filename="../Project/Project.py" line="1022"/> <source><p>The project session file <b>{0}</b> could not be written.</p></source> <translation><p>La sessione del progetto <b>{0}</b> non può essere scritta.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1030"/> + <location filename="../Project/Project.py" line="1051"/> <source><p>The project session file <b>{0}</b> could not be deleted.</p></source> <translation><p>La sessione del progetto <b>{0}</b> non può essere cancellato.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1064"/> + <location filename="../Project/Project.py" line="1085"/> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation><p>Il file task <b>{0}</b> non può essere letto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1084"/> + <location filename="../Project/Project.py" line="1105"/> <source><p>The tasks file <b>{0}</b> could not be written.</p></source> <translation><p>Il file task <b>{0}</b> non può essere scritto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1141"/> + <location filename="../Project/Project.py" line="1162"/> <source><p>The project debugger properties file <b>{0}</b> could not be read.</p></source> <translation><p>Il file delle proprietà del debugger del progetto<b>{0}</b> non può essere letto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1175"/> + <location filename="../Project/Project.py" line="1196"/> <source><p>The project debugger properties file <b>{0}</b> could not be written.</p></source> <translation><p>Il file delle proprietà del debugger del progetto<b>{0}</b> non può essere scritto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1201"/> + <location filename="../Project/Project.py" line="1222"/> <source><p>The project debugger properties file <b>{0}</b> could not be deleted.</p></source> <translation><p>Il file delle proprietà del debugger del progetto<b>{0}</b> non può essere cancellato.</p></translation> </message> @@ -50943,17 +51011,17 @@ <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="1662"/> + <location filename="../Project/Project.py" line="1683"/> <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> </message> <message> - <location filename="../Project/Project.py" line="2931"/> + <location filename="../Project/Project.py" line="3016"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>Il file <b>{0}</b> esiste già. Sovrascriverlo ?</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1890"/> + <location filename="../Project/Project.py" line="1911"/> <source><p>The file <b>{0}</b> could not be renamed.<br />Reason: {1}</p></source> <translation><p>Il file <b>{0}</b> non può essere rinominato.<br />Motivo: {1}</p></translation> </message> @@ -50968,281 +51036,361 @@ <translation type="obsolete"><p>La directory selezionata <b>{0}</b> non può essere cancellata.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2246"/> + <location filename="../Project/Project.py" line="2271"/> <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> </message> <message> - <location filename="../Project/Project.py" line="4562"/> + <location filename="../Project/Project.py" line="4691"/> <source><p>The selected VCS <b>{0}</b> could not be found.<br/>Disabling version control.</p><p>{1}</p></source> <translation><p>VCS selezionato <b>{0}</b>non trovato.<br>Disabilito il controllo di versione.</p><p>{1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5002"/> + <location filename="../Project/Project.py" line="5131"/> <source><p>The file <b>PKGLIST</b> could not be created.</p><p>Reason: {0}</p></source> <translation><p>Il file <b>PKGLIST</b> non può essere creato.<br />Motivo: {0}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5162"/> + <location filename="../Project/Project.py" line="5291"/> <source><p>The file <b>{0}</b> could not be stored in the archive. Ignoring it.</p><p>Reason: {1}</p></source> <translation><p>Il file <b>{0}</b> non può essere aggiunto all'archivio.Lo ignoro.</p><p>Motivo: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5236"/> + <location filename="../Project/Project.py" line="5365"/> <source><p>The plugin file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation><p>Il file plugin <b>{0}</b> non può essere salvato.<br />Motivo: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1587"/> + <location filename="../Project/Project.py" line="1608"/> <source><p>The selected file <b>{0}</b> could not be added to <b>{1}</b>.</p><p>Reason: {2}</p></source> <translation><p>Il file selezionato <b>{0}</b> non può essere aggiunto a <b>{1}</b>.</p><p>Motivo: {2}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1644"/> + <location filename="../Project/Project.py" line="1665"/> <source><p>The target directory <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation><p>La directory di destinazione<b>{0}</b> non può essere creata.</p><p>Motivo: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="164"/> + <location filename="../Project/Project.py" line="173"/> <source>Python2 Files (*.py2);;Python2 GUI Files (*.pyw2);;</source> <translation>Python Files (*.py2);;Python GUI Files (*.pyw2);;</translation> </message> <message> - <location filename="../Project/Project.py" line="2313"/> + <location filename="../Project/Project.py" line="2352"/> <source>Create main script</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2313"/> + <location filename="../Project/Project.py" line="2352"/> <source><p>The mainscript <b>{0}</b> could not be created.<br/>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3992"/> + <location filename="../Project/Project.py" line="4079"/> <source>Load Diagram</source> <translation type="unfinished">Carico Diagramma</translation> </message> <message> - <location filename="../Project/Project.py" line="3992"/> + <location filename="../Project/Project.py" line="4079"/> <source>&Load Diagram...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3996"/> + <location filename="../Project/Project.py" line="4083"/> <source>Load a diagram from file.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3998"/> + <location filename="../Project/Project.py" line="4085"/> <source><b>Load Diagram...</b><p>This loads a diagram from file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="341"/> + <location filename="../Project/Project.py" line="351"/> <source><p>The Programming Language <b>{0}</b> is not supported.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="364"/> + <location filename="../Project/Project.py" line="374"/> <source><p>The Project type <b>{0}</b> is already registered.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="352"/> + <location filename="../Project/Project.py" line="362"/> <source><p>The Project type <b>{0}</b> is already registered with Programming Language <b>{1}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="262"/> + <location filename="../Project/Project.py" line="272"/> <source>PyQt5 GUI</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="263"/> + <location filename="../Project/Project.py" line="273"/> <source>PyQt5 Console</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4550"/> + <location filename="../Project/Project.py" line="4679"/> <source><p>The selected VCS <b>{0}</b> could not be found. <br/>Reverting override.</p><p>{1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5278"/> + <location filename="../Project/Project.py" line="5407"/> <source><p>The plugin file <b>{0}</b> could not be read.</p> <p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4012"/> + <location filename="../Project/Project.py" line="4099"/> <source>Create an initial PKGLIST file for an eric6 plugin.</source> <translation type="unfinished">Crea un file archivio per il plugin di eric6.</translation> </message> <message> - <location filename="../Project/Project.py" line="4014"/> + <location filename="../Project/Project.py" line="4101"/> <source><b>Create Package List</b><p>This creates an initial list of files to include in an eric6 plugin archive. The list is created from the project file.</p></source> <translation type="unfinished"><b>Crea Archivio Plugin</b><p>Crea un archivio per il plugin eric6 usando la lista dei file fornita nel file PKGLIST. Il nome dell'archivio è costruito dal nome dello script.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4028"/> + <location filename="../Project/Project.py" line="4115"/> <source>Create eric6 plugin archive files.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4030"/> + <location filename="../Project/Project.py" line="4117"/> <source><b>Create Plugin Archives</b><p>This creates eric6 plugin archive files using the list of files given in a PKGLIST* file. The archive name is built from the main script name if not designated in the package list file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5127"/> + <location filename="../Project/Project.py" line="5256"/> <source><p>The eric6 plugin archive file <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation type="unfinished"><p>Il file archivio del plugin di eric6<b>{0}</b> non può essere creato.<br />Motivo: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="260"/> + <location filename="../Project/Project.py" line="270"/> <source>PyQt4 GUI</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="261"/> + <location filename="../Project/Project.py" line="271"/> <source>PyQt4 Console</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="264"/> + <location filename="../Project/Project.py" line="274"/> <source>Eric6 Plugin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2747"/> + <location filename="../Project/Project.py" line="2828"/> <source>Create project management directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2747"/> + <location filename="../Project/Project.py" line="2828"/> <source><p>The project directory <b>{0}</b> is not writable.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3742"/> + <location filename="../Project/Project.py" line="3829"/> <source>Alt+Ctrl+P</source> <comment>Project|Search Project File</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3748"/> + <location filename="../Project/Project.py" line="3835"/> <source>Search for a file in the project list of files.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3750"/> + <location filename="../Project/Project.py" line="3837"/> <source><b>Search Project File</b><p>This searches for a file in the project list of files.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3742"/> + <location filename="../Project/Project.py" line="3829"/> <source>Search Project File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3742"/> + <location filename="../Project/Project.py" line="3829"/> <source>Search Project File...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5056"/> + <location filename="../Project/Project.py" line="5185"/> <source>Create Plugin Archives</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4040"/> + <location filename="../Project/Project.py" line="4127"/> <source>Create Plugin Archives (Snapshot)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4040"/> + <location filename="../Project/Project.py" line="4127"/> <source>Create Plugin Archives (&Snapshot)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4045"/> + <location filename="../Project/Project.py" line="4132"/> <source>Create eric6 plugin archive files (snapshot releases).</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4047"/> + <location filename="../Project/Project.py" line="4134"/> <source><b>Create Plugin Archives (Snapshot)</b><p>This creates eric6 plugin archive files using the list of files given in the PKGLIST* file. The archive name is built from the main script name if not designated in the package list file. The version entry of the main script is modified to reflect a snapshot release.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5035"/> + <location filename="../Project/Project.py" line="5164"/> <source>Select package lists:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5052"/> - <source>Creating plugin archives...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="5052"/> - <source>Abort</source> - <translation type="unfinished">Termina</translation> - </message> - <message> - <location filename="../Project/Project.py" line="5052"/> - <source>%v/%m Archives</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="5069"/> - <source><p>The file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="5181"/> + <source>Creating plugin archives...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5181"/> + <source>Abort</source> + <translation type="unfinished">Termina</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5181"/> + <source>%v/%m Archives</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5198"/> + <source><p>The file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5310"/> <source><p>The eric6 plugin archive files were created with some errors.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5184"/> + <location filename="../Project/Project.py" line="5313"/> <source><p>The eric6 plugin archive files were created successfully.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5045"/> + <location filename="../Project/Project.py" line="5174"/> <source><p>No package list files (PKGLIST*) available or selected. Aborting...</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5099"/> + <location filename="../Project/Project.py" line="5228"/> <source><p>The file <b>{0}</b> is not ready yet.</p><p>Please rework it and delete the'; initial_list' line of the header.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3733"/> + <location filename="../Project/Project.py" line="3820"/> <source><b>Search new files...</b><p>This searches for new files (sources, *.ui, *.idl, *.proto) in the project directory and registered subdirectories.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3791"/> + <location filename="../Project/Project.py" line="3878"/> <source><b>Filetype Associations...</b><p>This shows a dialog to edit the file type associations of the project. These associations determine the type (source, form, interface, protocol 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="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1435"/> + <location filename="../Project/Project.py" line="1456"/> <source><p>The selected translation file <b>{0}</b> could not be deleted.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2133"/> + <location filename="../Project/Project.py" line="2154"/> <source><p>The selected file <b>{0}</b> could not be deleted.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2163"/> + <location filename="../Project/Project.py" line="2184"/> <source><p>The selected directory <b>{0}</b> could not be deleted.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Project/Project.py" line="2654"/> + <source>Create Makefile</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="2654"/> + <source><p>The makefile <b>{0}</b> could not be created.<br/>Reason: {1}</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5590"/> + <source>Execute Make</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4148"/> + <source>&Execute Make</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4152"/> + <source>Perform a 'make' run.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4154"/> + <source><b>Execute Make</b><p>This performs a 'make' run to rebuild the configured target.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5570"/> + <source>Test for Changes</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4162"/> + <source>&Test for Changes</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4166"/> + <source>Question 'make', if a rebuild is needed.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4168"/> + <source><b>Test for Changes</b><p>This questions 'make', if a rebuild of the configured target is necessary.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4210"/> + <source>Make</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5518"/> + <source>The make process did not start.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5563"/> + <source>The make process crashed.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5573"/> + <source><p>There are changes that require the configured make target <b>{0}</b> to be rebuilt.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5578"/> + <source><p>There are changes that require the default make target to be rebuilt.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5590"/> + <source>The makefile contains errors.</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>ProjectBaseBrowser</name> @@ -52138,75 +52286,85 @@ <translation>Cerca per file nuovi ricorsivamente</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="211"/> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="221"/> <source>Recent Projects</source> <translation>Progetti recenti</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="217"/> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="227"/> <source>Number of recent projects:</source> <translation>Numero di progetti recenti:</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="224"/> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="234"/> <source>Enter the number of recent projects to remember</source> <translation>Inserisci il numero di progetti recenti da ricordare</translation> </message> <message> <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="163"/> - <source>Automatically compile</source> - <translation>Compilazione automatica</translation> + <source>Automatisations</source> + <translation type="unfinished">Compilazione automatica</translation> </message> <message> <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="172"/> - <source>changed forms</source> - <translation>form modificati</translation> + <source>compile changed forms</source> + <translation type="unfinished">form modificati</translation> </message> <message> <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="182"/> - <source>changed resources</source> - <translation>risorse modificate</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="192"/> + <source>compile changed resources</source> + <translation type="unfinished">risorse modificate</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="202"/> <source>Python Variant</source> <translation>Python Variant</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="198"/> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="208"/> <source>Select to determine the Python variant from the project language</source> <translation>Seleziona per determinare la variante di Python dal linguaggio del progetto</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="201"/> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="211"/> <source>Determine Python variant from project language</source> <translation>Determina la variante di Python dal linguaggio del progetto</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="256"/> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="266"/> <source>Tasks</source> <translation type="unfinished">Task</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="262"/> - <source>Select to save the project tasks automatically</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="265"/> - <source>Save tasks automatically</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="272"/> - <source>Select to rescan the project tasks when a project is opened</source> + <source>Select to save the project tasks automatically</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="275"/> + <source>Save tasks automatically</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="282"/> + <source>Select to rescan the project tasks when a project is opened</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="285"/> <source>Rescan tasks upon opening</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="189"/> + <source>Select to execute the configured 'make' command before a run action is performed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="192"/> + <source>execute make</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>ProjectProtocolsBrowser</name> @@ -52961,7 +53119,7 @@ <context> <name>PropertiesDialog</name> <message> - <location filename="../Project/PropertiesDialog.py" line="111"/> + <location filename="../Project/PropertiesDialog.py" line="115"/> <source>The project is not version controlled.</source> <translation>Il progetto non è sotto controllo della versione.</translation> </message> @@ -52980,24 +53138,24 @@ <p>Se il progetto è controllato da un sistema di controllo delle versioni, il pulsante "Mostra Info Repository" mostra le informazioni sul repository.</p></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="275"/> + <location filename="../Project/PropertiesDialog.ui" line="315"/> <source>Enter authors email</source> <translation>Inserisci email dell'autore</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="278"/> + <location filename="../Project/PropertiesDialog.ui" line="318"/> <source><b>Email</b> <p>Enter the email address of the author</p></source> <translation><b>Email</b> <p>Inserisci l'indirzzo Email dell'autore</p></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="185"/> + <location filename="../Project/PropertiesDialog.ui" line="225"/> <source>Enter the main script</source> <translation>Inserisci lo script principale</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="188"/> + <location filename="../Project/PropertiesDialog.ui" line="228"/> <source><b>Main Script</b> <p>Enter the main script of the project. You may select it with a dialog by pressing the button to the right.</p></source> @@ -53006,19 +53164,19 @@ premendo il pulsante sulla destra</p></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="299"/> + <location filename="../Project/PropertiesDialog.ui" line="339"/> <source>Enter description</source> <translation>Inserisci descrizione</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="302"/> + <location filename="../Project/PropertiesDialog.ui" line="342"/> <source><b>Description</b> <p>Enter a short description for the project.</p></source> <translation><b>Descrizione</b> <p>Inserisci una descrizione del progetto.</p></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="244"/> + <location filename="../Project/PropertiesDialog.ui" line="284"/> <source>&Author:</source> <translation>&Autore:</translation> </message> @@ -53028,37 +53186,37 @@ <translation>&Nome progetto:</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="114"/> + <location filename="../Project/PropertiesDialog.ui" line="154"/> <source>Project &Directory:</source> <translation>&Directory progetto:</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="145"/> + <location filename="../Project/PropertiesDialog.ui" line="185"/> <source>&Version No.:</source> <translation>&Versione num.:</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="84"/> + <location filename="../Project/PropertiesDialog.ui" line="86"/> <source>Select, if the project uses other programming languages as well</source> <translation>Seleziona, se il progetto usa anche altri linguaggi di programmazione</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="87"/> + <location filename="../Project/PropertiesDialog.ui" line="89"/> <source>Mi&xed programming languages</source> <translation>Linguaggi di programmazione &Misti</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="90"/> + <location filename="../Project/PropertiesDialog.ui" line="92"/> <source>Alt+X</source> <translation>Alt+X</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="133"/> + <location filename="../Project/PropertiesDialog.ui" line="173"/> <source>Enter the project directory</source> <translation>Inserisci la directory del progetto</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="136"/> + <location filename="../Project/PropertiesDialog.ui" line="176"/> <source><b>Project Directory</b> <p>Enter the project directory. You may select it with a dialog by pressing the button to the right.</p></source> @@ -53067,29 +53225,29 @@ premendo il pulsante sulla destra.</p></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="166"/> + <location filename="../Project/PropertiesDialog.ui" line="206"/> <source>&Main Script:</source> <translation>Script Pri&ncipale:</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="286"/> + <location filename="../Project/PropertiesDialog.ui" line="326"/> <source>&Description:</source> <translation>&Descrizione:</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="254"/> + <location filename="../Project/PropertiesDialog.ui" line="294"/> <source>Enter authors name</source> <translation>Inserisci il nome degli autori</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="257"/> + <location filename="../Project/PropertiesDialog.ui" line="297"/> <source><b>Author</b> <p>Enter the name of the author.</p></source> <translation><b>Autori</b> <p>Inserisci il nome degli autori.</p></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="265"/> + <location filename="../Project/PropertiesDialog.ui" line="305"/> <source>&Email:</source> <translation>&Email:</translation> </message> @@ -53106,49 +53264,49 @@ <p>Inserisci il nome del progetto</p></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="155"/> + <location filename="../Project/PropertiesDialog.ui" line="195"/> <source>Enter the version number</source> <translation>Inserisci la versione</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="158"/> + <location filename="../Project/PropertiesDialog.ui" line="198"/> <source><b>Version No.</b> <p>Enter the version no.</p></source> <translation><b>Versione No.</b> <p>Inserisci il numero di versione.</p></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="343"/> + <location filename="../Project/PropertiesDialog.ui" line="383"/> <source>Press to show information about the repository</source> <translation>Premi per mostrare delle informazioni sul repository</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="346"/> + <location filename="../Project/PropertiesDialog.ui" line="386"/> <source>Show &Repository Info</source> <translation>Mostra informazioni sul &Repository</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="349"/> + <location filename="../Project/PropertiesDialog.ui" line="389"/> <source>Alt+R</source> <translation>Alt+R</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="197"/> + <location filename="../Project/PropertiesDialog.ui" line="237"/> <source>Press to edit the translations properties</source> <translation>Premi per mostrare le proprietà delle traduzioni</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="200"/> + <location filename="../Project/PropertiesDialog.ui" line="240"/> <source>Translations Properties...</source> <translation>Proprietà traduzioni...</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="97"/> + <location filename="../Project/PropertiesDialog.ui" line="137"/> <source>Project &Type:</source> <translation>&Tipo progetto:</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="107"/> + <location filename="../Project/PropertiesDialog.ui" line="147"/> <source>Select the type of the project</source> <translation>Seleziona il tipo di progetto</translation> </message> @@ -53184,55 +53342,70 @@ <translation>Proprietà correttore ortografico...</translation> </message> <message> - <location filename="../Project/PropertiesDialog.py" line="105"/> + <location filename="../Project/PropertiesDialog.py" line="109"/> <source>The project is version controlled by <b>{0}</b>.</source> <translation>Il progetto è sotto controllo della versione di <b>{0}</b>.</translation> </message> <message> - <location filename="../Project/PropertiesDialog.py" line="56"/> + <location filename="../Project/PropertiesDialog.py" line="60"/> <source>Source Files ({0});;All Files (*)</source> <translation>Source Files ({0});;All Files (*)</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="207"/> + <location filename="../Project/PropertiesDialog.ui" line="247"/> <source>End of &Line Character:</source> <translation>Carattere di fine &linea:</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="217"/> + <location filename="../Project/PropertiesDialog.ui" line="257"/> <source>Select the end of line character to be used by the project</source> <translation>Seleziona il carattere di fine linea usato dal progetto</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="221"/> + <location filename="../Project/PropertiesDialog.ui" line="261"/> <source>System</source> <translation>Sistema</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="226"/> + <location filename="../Project/PropertiesDialog.ui" line="266"/> <source>Unix</source> <translation>Unix</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="231"/> + <location filename="../Project/PropertiesDialog.ui" line="271"/> <source>Macintosh</source> <translation>Macintosh</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="236"/> + <location filename="../Project/PropertiesDialog.ui" line="276"/> <source>Windows/DOS</source> <translation>Windows/DOS</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="318"/> + <location filename="../Project/PropertiesDialog.ui" line="358"/> <source>Select to create a version controlled project</source> <translation>Selezionare oer creare un progetto di controllo versione</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="321"/> + <location filename="../Project/PropertiesDialog.ui" line="361"/> <source>Version Controlled Project</source> <translation>Progetto di Controllo Versione</translation> </message> + <message> + <location filename="../Project/PropertiesDialog.ui" line="112"/> + <source>Select to activate the 'make' support</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/PropertiesDialog.ui" line="115"/> + <source>Enable 'make' Support</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/PropertiesDialog.ui" line="125"/> + <source>Press to open a dialog to enter the 'make' parameters</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>ProtobufPage</name> @@ -73501,7 +73674,7 @@ <translation>Generazione interfaccia utente principale...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1513"/> + <location filename="../UI/UserInterface.py" line="1516"/> <source>Log-Viewer</source> <translation>Log-Viewer</translation> </message> @@ -73511,768 +73684,768 @@ <translation>Impostazione connessioni...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="559"/> + <location filename="../UI/UserInterface.py" line="562"/> <source>Initializing Actions...</source> <translation>Inizializzazione Azioni...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="561"/> + <location filename="../UI/UserInterface.py" line="564"/> <source>Initializing Menus...</source> <translation>Inizializzazione Menù...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="563"/> + <location filename="../UI/UserInterface.py" line="566"/> <source>Initializing Toolbars...</source> <translation>Inizializzazione barre degli strumenti...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="565"/> + <location filename="../UI/UserInterface.py" line="568"/> <source>Initializing Statusbar...</source> <translation>Inizializzazione barra di stato...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="513"/> + <location filename="../UI/UserInterface.py" line="516"/> <source>Initializing Tools...</source> <translation>Inizializzazione strumenti...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1331"/> + <location filename="../UI/UserInterface.py" line="1334"/> <source>Quit</source> <translation>Esci</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1331"/> + <location filename="../UI/UserInterface.py" line="1334"/> <source>&Quit</source> <translation>&Esci</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1337"/> + <location filename="../UI/UserInterface.py" line="1340"/> <source>Quit the IDE</source> <translation>Esci dall'IDE</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1338"/> + <location filename="../UI/UserInterface.py" line="1341"/> <source><b>Quit the IDE</b><p>This quits the IDE. Any unsaved changes may be saved first. Any Python program being debugged will be stopped and the preferences will be written to disc.</p></source> <translation><b>Esci dall'IDE</b><p>Esci dall'IDE. Ogni cambiamento non salvato dovrebbe essere salvato prima. Ogni programma python in debug verrà fermato e le impostazioni scritte su disco.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1718"/> + <location filename="../UI/UserInterface.py" line="1721"/> <source>What's This?</source> <translation>Cos'è questo ?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1718"/> + <location filename="../UI/UserInterface.py" line="1721"/> <source>&What's This?</source> <translation>C&os'è Questo ?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1724"/> + <location filename="../UI/UserInterface.py" line="1727"/> <source>Context sensitive help</source> <translation>Help sensibile al contesto</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1725"/> + <location filename="../UI/UserInterface.py" line="1728"/> <source><b>Display context sensitive help</b><p>In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.</p></source> <translation><b>Mostra helo sensibile al contesto</b><p>Nella modalità Cos'è Questo, il cursore del mouse mostra una freccia con un punto interrogativo e puoi premere sugli elementi dell'interfaccia per avere una breve descrizione di cosa fanno e come usarli. Nel dialoghi questa funzionalità è accessibile usando il bottone di help contestuale nella fisestra del titolo.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1737"/> + <location filename="../UI/UserInterface.py" line="1740"/> <source>Helpviewer</source> <translation>Visualizzatore Help</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1737"/> + <location filename="../UI/UserInterface.py" line="1740"/> <source>&Helpviewer...</source> <translation>Visualizzatore &Help...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1743"/> + <location filename="../UI/UserInterface.py" line="1746"/> <source>Open the helpviewer window</source> <translation>Apri il visualizzatore di help</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1765"/> + <location filename="../UI/UserInterface.py" line="1768"/> <source>Show Versions</source> <translation>Mostra versione</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1765"/> + <location filename="../UI/UserInterface.py" line="1768"/> <source>Show &Versions</source> <translation>Mostra &Versione</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1769"/> + <location filename="../UI/UserInterface.py" line="1772"/> <source>Display version information</source> <translation>Mostra informazioni sulla versione</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1771"/> + <location filename="../UI/UserInterface.py" line="1774"/> <source><b>Show Versions</b><p>Display version information.</p></source> <translation><b>Mostra versioni</b><p>Mostra delle informazioni sulla versione.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3218"/> + <location filename="../UI/UserInterface.py" line="3221"/> <source>Report Bug</source> <translation>Segnala Bug</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1816"/> + <location filename="../UI/UserInterface.py" line="1819"/> <source>Report &Bug...</source> <translation>Segnala &Bug...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1820"/> + <location filename="../UI/UserInterface.py" line="1823"/> <source>Report a bug</source> <translation>Segnala un bug</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1821"/> + <location filename="../UI/UserInterface.py" line="1824"/> <source><b>Report Bug...</b><p>Opens a dialog to report a bug.</p></source> <translation><b>>Segnala Bug...</b><p>Apre un dialogo per segnalare un bug.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2790"/> + <location filename="../UI/UserInterface.py" line="2793"/> <source>Unittest</source> <translation>Unittest</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1843"/> + <location filename="../UI/UserInterface.py" line="1846"/> <source>&Unittest...</source> <translation>&Unittest...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1848"/> + <location filename="../UI/UserInterface.py" line="1851"/> <source>Start unittest dialog</source> <translation>Avvia dialogo unittest</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2111"/> + <location filename="../UI/UserInterface.py" line="2114"/> <source>Preferences</source> <translation>Preferenze</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2111"/> + <location filename="../UI/UserInterface.py" line="2114"/> <source>&Preferences...</source> <translation>&Preferenze...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2116"/> + <location filename="../UI/UserInterface.py" line="2119"/> <source>Set the prefered configuration</source> <translation>Imposta la configurazione preferita</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2118"/> + <location filename="../UI/UserInterface.py" line="2121"/> <source><b>Preferences</b><p>Set the configuration items of the application with your prefered values.</p></source> <translation><b>Preferenze</b><p>Imposta i valori di configurazione dell'applicazione ai valori preferiti</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2216"/> + <location filename="../UI/UserInterface.py" line="2219"/> <source>Keyboard Shortcuts</source> <translation>Scorciatoie da tastiera</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2216"/> + <location filename="../UI/UserInterface.py" line="2219"/> <source>Keyboard &Shortcuts...</source> <translation>&Scorciatoie da tastiera...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2221"/> + <location filename="../UI/UserInterface.py" line="2224"/> <source>Set the keyboard shortcuts</source> <translation>Imposta le scorciatoie da tastiera</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2223"/> + <location filename="../UI/UserInterface.py" line="2226"/> <source><b>Keyboard Shortcuts</b><p>Set the keyboard shortcuts of the application with your prefered values.</p></source> <translation><b>Scorciatoie da tastiera</b><p>Imposta le scorciatoie da tastiera dell'applicazione con i valori personalizzati.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5712"/> + <location filename="../UI/UserInterface.py" line="5715"/> <source>Export Keyboard Shortcuts</source> <translation>Esporta scorciatoie da tastiera</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2231"/> + <location filename="../UI/UserInterface.py" line="2234"/> <source>&Export Keyboard Shortcuts...</source> <translation>&Esporta scorciatoie da tastiera...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2236"/> + <location filename="../UI/UserInterface.py" line="2239"/> <source>Export the keyboard shortcuts</source> <translation>Esporta le scorciatoie da tastiera</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2238"/> + <location filename="../UI/UserInterface.py" line="2241"/> <source><b>Export Keyboard Shortcuts</b><p>Export the keyboard shortcuts of the application.</p></source> <translation><b>Esporta scorciatoie da tastiera</b><p>Esporta le scorciatoie da tastiera dell'applicazione.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5736"/> + <location filename="../UI/UserInterface.py" line="5739"/> <source>Import Keyboard Shortcuts</source> <translation>Importa scorciatoie da tastiera</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2245"/> + <location filename="../UI/UserInterface.py" line="2248"/> <source>&Import Keyboard Shortcuts...</source> <translation>&Importa scorciatoie da tastiera...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2250"/> + <location filename="../UI/UserInterface.py" line="2253"/> <source>Import the keyboard shortcuts</source> <translation>Importa le scorciatoie da tastiera</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2252"/> + <location filename="../UI/UserInterface.py" line="2255"/> <source><b>Import Keyboard Shortcuts</b><p>Import the keyboard shortcuts of the application.</p></source> <translation><b>Importa scorciatoie da tastiera</b><p>Importa le scorciatoie da tastiera dell'applicazione.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2620"/> + <location filename="../UI/UserInterface.py" line="2623"/> <source>E&xtras</source> <translation>E&xtra</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2666"/> + <location filename="../UI/UserInterface.py" line="2669"/> <source>&Window</source> <translation>&Finestre</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2716"/> + <location filename="../UI/UserInterface.py" line="2719"/> <source>&Help</source> <translation>&Help</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2789"/> + <location filename="../UI/UserInterface.py" line="2792"/> <source>Tools</source> <translation>Strumenti</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4598"/> + <location filename="../UI/UserInterface.py" line="4601"/> <source>Help</source> <translation>Aiuto</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2791"/> + <location filename="../UI/UserInterface.py" line="2794"/> <source>Settings</source> <translation>Impostazioni</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2691"/> + <location filename="../UI/UserInterface.py" line="2694"/> <source>&Toolbars</source> <translation>&Toolbar</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4724"/> + <location filename="../UI/UserInterface.py" line="4727"/> <source>Problem</source> <translation>Problema</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4913"/> + <location filename="../UI/UserInterface.py" line="4916"/> <source>Process Generation Error</source> <translation>Errore Generazione Processo</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="592"/> + <location filename="../UI/UserInterface.py" line="595"/> <source>Initializing Single Application Server...</source> <translation>Inizializzazione Single Application Server...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1849"/> + <location filename="../UI/UserInterface.py" line="1852"/> <source><b>Unittest</b><p>Perform unit tests. The dialog gives you the ability to select and run a unittest suite.</p></source> <translation><b>Unittes</b><p>Esegui unit test. Il dialogo offre la possibilità di selezionare ed eseguire uno unittest.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1857"/> + <location filename="../UI/UserInterface.py" line="1860"/> <source>Unittest Restart</source> <translation>Riavvia Unittest</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1857"/> + <location filename="../UI/UserInterface.py" line="1860"/> <source>&Restart Unittest...</source> <translation>&Riavvia Unittest...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1862"/> + <location filename="../UI/UserInterface.py" line="1865"/> <source>Restart last unittest</source> <translation>Riavvia l'ultima unittest</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1863"/> + <location filename="../UI/UserInterface.py" line="1866"/> <source><b>Restart Unittest</b><p>Restart the unittest performed last.</p></source> <translation><b>Riavvia Unittest</b><p>Riavvia l'ultima unittest eseguita.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1887"/> + <location filename="../UI/UserInterface.py" line="1890"/> <source>Unittest Script</source> <translation>Script unittest</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1887"/> + <location filename="../UI/UserInterface.py" line="1890"/> <source>Unittest &Script...</source> <translation>&Script Unittest...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1892"/> + <location filename="../UI/UserInterface.py" line="1895"/> <source>Run unittest with current script</source> <translation>Esegui unittest con lo script corrente</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1894"/> + <location filename="../UI/UserInterface.py" line="1897"/> <source><b>Unittest Script</b><p>Run unittest with current script.</p></source> <translation><b>Script Unittest</b><p>Esegui unittest con lo script corrente.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4346"/> + <location filename="../UI/UserInterface.py" line="4349"/> <source>Unittest Project</source> <translation>Progetto Unittest</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1902"/> + <location filename="../UI/UserInterface.py" line="1905"/> <source>Unittest &Project...</source> <translation>&Progetto Unittest...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1907"/> + <location filename="../UI/UserInterface.py" line="1910"/> <source>Run unittest with current project</source> <translation>Esegui unittest con il progetto corrente</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1909"/> + <location filename="../UI/UserInterface.py" line="1912"/> <source><b>Unittest Project</b><p>Run unittest with current project.</p></source> <translation><b>Progetto Unittest</b><p>Esegui unittest con il progetto corrente.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1997"/> + <location filename="../UI/UserInterface.py" line="2000"/> <source>Compare Files</source> <translation>Confronta file</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1997"/> + <location filename="../UI/UserInterface.py" line="2000"/> <source>&Compare Files...</source> <translation>&Confronta file...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2015"/> + <location filename="../UI/UserInterface.py" line="2018"/> <source>Compare two files</source> <translation>Confronta due file</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2003"/> + <location filename="../UI/UserInterface.py" line="2006"/> <source><b>Compare Files</b><p>Open a dialog to compare two files.</p></source> <translation><b>Confronta file</b><p>Apre un dialogo per confrontare due file.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2010"/> + <location filename="../UI/UserInterface.py" line="2013"/> <source>Compare Files side by side</source> <translation>Confronta file affiancati</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2016"/> + <location filename="../UI/UserInterface.py" line="2019"/> <source><b>Compare Files side by side</b><p>Open a dialog to compare two files and show the result side by side.</p></source> <translation><b>Confronta file affiancati</b><p>Apri un dialogo per confrontare due file e mostrare i risultati affiancati.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2603"/> + <location filename="../UI/UserInterface.py" line="2606"/> <source>&Unittest</source> <translation>&Unittest</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4346"/> + <location filename="../UI/UserInterface.py" line="4349"/> <source>There is no main script defined for the current project. Aborting</source> <translation>Non c'è uno script principale definito per il progetto. Esco</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6295"/> + <location filename="../UI/UserInterface.py" line="6298"/> <source>Drop Error</source> <translation>Errore Drop</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1496"/> + <location filename="../UI/UserInterface.py" line="1499"/> <source>File-Browser</source> <translation>File Browser</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1393"/> + <location filename="../UI/UserInterface.py" line="1396"/> <source>Edit Profile</source> <translation>Modifica profilo</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1399"/> + <location filename="../UI/UserInterface.py" line="1402"/> <source>Activate the edit view profile</source> <translation>Attiva il profilo della vista di editing</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1401"/> + <location filename="../UI/UserInterface.py" line="1404"/> <source><b>Edit Profile</b><p>Activate the "Edit View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.</p></source> <translation><b>Profilo di edit</p><p>Attiva il "Profilo di Edit". Le finestre da mostrare, se il profilo è attivo, possono essere configurate con il dialogo "Configura Profili.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1410"/> + <location filename="../UI/UserInterface.py" line="1413"/> <source>Debug Profile</source> <translation>Profilo Debug</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1416"/> + <location filename="../UI/UserInterface.py" line="1419"/> <source>Activate the debug view profile</source> <translation>Attiva profilo Debug</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1418"/> + <location filename="../UI/UserInterface.py" line="1421"/> <source><b>Debug Profile</b><p>Activate the "Debug View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.</p></source> <translation><b>Profilo di debug</p><p>Attiva il "Profilo di Debug". Le finestre da mostrare, se il profilo è attivo, possono essere configurate con il dialogo "Configura Profili.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2184"/> + <location filename="../UI/UserInterface.py" line="2187"/> <source>View Profiles</source> <translation>Vista Profili</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2184"/> + <location filename="../UI/UserInterface.py" line="2187"/> <source>&View Profiles...</source> <translation>&Vista profili...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2189"/> + <location filename="../UI/UserInterface.py" line="2192"/> <source>Configure view profiles</source> <translation>Configura i profili</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2191"/> + <location filename="../UI/UserInterface.py" line="2194"/> <source><b>View Profiles</b><p>Configure the view profiles. With this dialog you may set the visibility of the various windows for the predetermined view profiles.</p></source> <translation><b>Vista Profili</b><p>Configura la visualizzazione dei profili. Con questo dialogo si possono impostare la visibilità delle varie finestre per i profili predefiniti.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1970"/> + <location filename="../UI/UserInterface.py" line="1973"/> <source>UI Previewer</source> <translation>Anteprima UI</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1970"/> + <location filename="../UI/UserInterface.py" line="1973"/> <source>&UI Previewer...</source> <translation>Antreprima &UI...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1975"/> + <location filename="../UI/UserInterface.py" line="1978"/> <source>Start the UI Previewer</source> <translation>Avvia UI Previewer</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1976"/> + <location filename="../UI/UserInterface.py" line="1979"/> <source><b>UI Previewer</b><p>Start the UI Previewer.</p></source> <translation><b>UI Previewer</b><p>Avvia UI Previewer.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1983"/> + <location filename="../UI/UserInterface.py" line="1986"/> <source>Translations Previewer</source> <translation>Anteprima traduzioni</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1983"/> + <location filename="../UI/UserInterface.py" line="1986"/> <source>&Translations Previewer...</source> <translation>Anteprima &Traduzioni...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1988"/> + <location filename="../UI/UserInterface.py" line="1991"/> <source>Start the Translations Previewer</source> <translation>Avvia l'anteprima delle traduzioni</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1990"/> + <location filename="../UI/UserInterface.py" line="1993"/> <source><b>Translations Previewer</b><p>Start the Translations Previewer.</p></source> <translation><b>Anteprima traduzioni</b><p>Avvia l'anteprima delle traduzioni.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1480"/> + <location filename="../UI/UserInterface.py" line="1483"/> <source>Shell</source> <translation>Shell</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1480"/> + <location filename="../UI/UserInterface.py" line="1483"/> <source>&Shell</source> <translation>&Shell</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2155"/> + <location filename="../UI/UserInterface.py" line="2158"/> <source>Reload APIs</source> <translation>Ricarica APIs</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2155"/> + <location filename="../UI/UserInterface.py" line="2158"/> <source>Reload &APIs</source> <translation>Ricarica &APIs</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2159"/> + <location filename="../UI/UserInterface.py" line="2162"/> <source>Reload the API information</source> <translation>Ricarica le informazioni delle API</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2161"/> + <location filename="../UI/UserInterface.py" line="2164"/> <source><b>Reload APIs</b><p>Reload the API information.</p></source> <translation><b>Ricarica APIs</b><p>Ricarica le informazioni delle API.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1531"/> + <location filename="../UI/UserInterface.py" line="1534"/> <source>Task-Viewer</source> <translation>Task-Viewer</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5905"/> + <location filename="../UI/UserInterface.py" line="5908"/> <source>Save tasks</source> <translation>Salva task</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5934"/> + <location filename="../UI/UserInterface.py" line="5937"/> <source>Read tasks</source> <translation>Leggi task</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4598"/> + <location filename="../UI/UserInterface.py" line="4601"/> <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source> <translation>Attualmente nessun visualizzatore personalizzato è selezionato. Per favore usa il dialogo delle preferenze per specificarne uno.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5387"/> + <location filename="../UI/UserInterface.py" line="5390"/> <source>Documentation Missing</source> <translation>Documentazione mancante</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3218"/> + <location filename="../UI/UserInterface.py" line="3221"/> <source>Email address or mail server address is empty. Please configure your Email settings in the Preferences Dialog.</source> <translation>L'indirizzo di posta o il server si posta sono vuoti. Per cortesia configura le opzioni per l'Email nel dialogo delle preferenze.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1549"/> + <location filename="../UI/UserInterface.py" line="1552"/> <source>Template-Viewer</source> <translation>Templates-Viewer</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1427"/> + <location filename="../UI/UserInterface.py" line="1430"/> <source>Alt+Shift+P</source> <translation>Alt+Shift+P</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1462"/> + <location filename="../UI/UserInterface.py" line="1465"/> <source>Alt+Shift+D</source> <translation>Alt+Shift+D</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1480"/> + <location filename="../UI/UserInterface.py" line="1483"/> <source>Alt+Shift+S</source> <translation>Alt+Shift+S</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1496"/> + <location filename="../UI/UserInterface.py" line="1499"/> <source>Alt+Shift+F</source> <translation>Alt+Shift+M</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1531"/> + <location filename="../UI/UserInterface.py" line="1534"/> <source>Alt+Shift+T</source> <translation>Alt+Shift+T</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1444"/> + <location filename="../UI/UserInterface.py" line="1447"/> <source>Alt+Shift+M</source> <translation>Alt+Shift+M</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2310"/> + <location filename="../UI/UserInterface.py" line="2313"/> <source>Activate current editor</source> <translation>Attiva editor corrente</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2310"/> + <location filename="../UI/UserInterface.py" line="2313"/> <source>Alt+Shift+E</source> <translation>Alt+Shift+E</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2320"/> + <location filename="../UI/UserInterface.py" line="2323"/> <source>Ctrl+Alt+Tab</source> <translation>Ctrl+Alt+Tab</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2329"/> + <location filename="../UI/UserInterface.py" line="2332"/> <source>Shift+Ctrl+Alt+Tab</source> <translation>Shift+Ctrl+Alt+Tab</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1513"/> + <location filename="../UI/UserInterface.py" line="1516"/> <source>Alt+Shift+G</source> <translation>Alt+Shift+G</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2417"/> + <location filename="../UI/UserInterface.py" line="2420"/> <source>Qt4 Documentation</source> <translation>Documentazione Qt4</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2417"/> + <location filename="../UI/UserInterface.py" line="2420"/> <source>Qt&4 Documentation</source> <translation>Documentazione Qt&4</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2421"/> + <location filename="../UI/UserInterface.py" line="2424"/> <source>Open Qt4 Documentation</source> <translation>Apri documentazione su Qt4</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2531"/> + <location filename="../UI/UserInterface.py" line="2534"/> <source>Eric API Documentation</source> <translation>Documentazione API di Eric</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2531"/> + <location filename="../UI/UserInterface.py" line="2534"/> <source>&Eric API Documentation</source> <translation>Documentazione API di &Eric</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2535"/> + <location filename="../UI/UserInterface.py" line="2538"/> <source>Open Eric API Documentation</source> <translation>Apri documentazione API di Eric</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4632"/> + <location filename="../UI/UserInterface.py" line="4635"/> <source><p>Could not start the help viewer.<br>Ensure that it is available as <b>hh</b>.</p></source> <translation><p>Non posso avviare il visualizzatore di help.<br>Assicurarsi che sia disponibile come <b>hh</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="531"/> + <location filename="../UI/UserInterface.py" line="534"/> <source>Registering Objects...</source> <translation>Registrazione Oggetti...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1427"/> + <location filename="../UI/UserInterface.py" line="1430"/> <source>Project-Viewer</source> <translation>Project-Viewer</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1462"/> + <location filename="../UI/UserInterface.py" line="1465"/> <source>Debug-Viewer</source> <translation>Debug-Viewer</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1331"/> + <location filename="../UI/UserInterface.py" line="1334"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation>Ctrl+Q</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1427"/> + <location filename="../UI/UserInterface.py" line="1430"/> <source>&Project-Viewer</source> <translation>&Project-Viewer</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1718"/> + <location filename="../UI/UserInterface.py" line="1721"/> <source>Shift+F1</source> <translation>Shift+F1</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1737"/> + <location filename="../UI/UserInterface.py" line="1740"/> <source>F1</source> <translation>F1</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1784"/> + <source>Check for Updates</source> + <translation>Controlla per aggiornamenti</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1781"/> - <source>Check for Updates</source> - <translation>Controlla per aggiornamenti</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1778"/> <source>Check for &Updates...</source> <translation>Controlla per &Aggiornamenti...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2447"/> + <location filename="../UI/UserInterface.py" line="2450"/> <source>PyQt4 Documentation</source> <translation>Documentazione PyQt4</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2451"/> + <location filename="../UI/UserInterface.py" line="2454"/> <source>Open PyQt4 Documentation</source> <translation>Apri documentazione su PyQt4</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2633"/> + <location filename="../UI/UserInterface.py" line="2636"/> <source>Select Tool Group</source> <translation>Seleziona Tool Group</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2641"/> + <location filename="../UI/UserInterface.py" line="2644"/> <source>Se&ttings</source> <translation>Impos&tazioni</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2793"/> + <location filename="../UI/UserInterface.py" line="2796"/> <source>Profiles</source> <translation>Profili</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3532"/> + <location filename="../UI/UserInterface.py" line="3535"/> <source>&Builtin Tools</source> <translation>Tool &Builtin</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5372"/> + <location filename="../UI/UserInterface.py" line="5375"/> <source>Documentation</source> <translation>Documentazione</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5198"/> + <location filename="../UI/UserInterface.py" line="5201"/> <source><p>The PyQt4 documentation starting point has not been configured.</p></source> <translation><p>L'inizio della documentazione di PyQt4 non è stato configurato.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6652"/> + <location filename="../UI/UserInterface.py" line="6655"/> <source>Error during updates check</source> <translation>Errore nel controllo per gli update</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6632"/> + <location filename="../UI/UserInterface.py" line="6635"/> <source>Update available</source> <translation>Aggiornamento disponibile</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3163"/> + <location filename="../UI/UserInterface.py" line="3166"/> <source><h3>Version Numbers</h3><table></source> <translation><h3>Numeri di versione</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6690"/> + <location filename="../UI/UserInterface.py" line="6693"/> <source></table></source> <translation></table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3577"/> + <location filename="../UI/UserInterface.py" line="3580"/> <source>Configure Tool Groups ...</source> <translation>Configura Tools Groups...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3581"/> + <location filename="../UI/UserInterface.py" line="3584"/> <source>Configure current Tool Group ...</source> <translation>Configura Tools Groups correnti...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2173"/> + <location filename="../UI/UserInterface.py" line="2176"/> <source>Show external tools</source> <translation>Mostra tool esterni</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2168"/> + <location filename="../UI/UserInterface.py" line="2171"/> <source>Show external &tools</source> <translation>Mostra toll &esterni</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6465"/> + <location filename="../UI/UserInterface.py" line="6468"/> <source>&Cancel</source> <translation>&Cancella</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6652"/> + <location filename="../UI/UserInterface.py" line="6655"/> <source>Could not perform updates check.</source> <translation>Non posso controllare per gli update.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6717"/> + <location filename="../UI/UserInterface.py" line="6720"/> <source>First time usage</source> <translation>Primo avvio</translation> </message> @@ -74282,1391 +74455,1391 @@ <translation>Inizializzazione Gestore Plugin...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2702"/> + <location filename="../UI/UserInterface.py" line="2705"/> <source>P&lugins</source> <translation>P&lugins</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2794"/> + <location filename="../UI/UserInterface.py" line="2797"/> <source>Plugins</source> <translation>Plugins</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2347"/> + <location filename="../UI/UserInterface.py" line="2350"/> <source>Plugin Infos</source> <translation>Informazioni su Plugin</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2351"/> + <location filename="../UI/UserInterface.py" line="2354"/> <source>Show Plugin Infos</source> <translation>Mostra informazioni sui Plugin</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2352"/> + <location filename="../UI/UserInterface.py" line="2355"/> <source><b>Plugin Infos...</b><p>This opens a dialog, that show some information about loaded plugins.</p></source> <translation><b>Informazioni sui Plugin...</b><p>Apre un dialogo per mostrare le informazioni sul plugin caricati.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2347"/> + <location filename="../UI/UserInterface.py" line="2350"/> <source>&Plugin Infos...</source> <translation>Informazioni su &Plugin...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3549"/> + <location filename="../UI/UserInterface.py" line="3552"/> <source>&Plugin Tools</source> <translation>Informazioni sui &Plugin Tools</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2378"/> + <location filename="../UI/UserInterface.py" line="2381"/> <source>Uninstall Plugin</source> <translation>Disinstalla Plugin</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2373"/> + <location filename="../UI/UserInterface.py" line="2376"/> <source>&Uninstall Plugin...</source> <translation>Disinstalla Pl&ugin...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2379"/> + <location filename="../UI/UserInterface.py" line="2382"/> <source><b>Uninstall Plugin...</b><p>This opens a dialog to uninstall a plugin.</p></source> <translation><b>Disinstalla Plugin...</b><p>Apre un dialogo per disinstallare un plugin.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="602"/> + <location filename="../UI/UserInterface.py" line="605"/> <source>Activating Plugins...</source> <translation>Attivazione Plugin...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2625"/> + <location filename="../UI/UserInterface.py" line="2628"/> <source>Wi&zards</source> <translation>Wi&zards</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3697"/> + <location filename="../UI/UserInterface.py" line="3700"/> <source>&Show all</source> <translation>Mo&stra tutti</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3699"/> + <location filename="../UI/UserInterface.py" line="3702"/> <source>&Hide all</source> <translation>Nascondi &tutti</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1789"/> + <location filename="../UI/UserInterface.py" line="1792"/> <source>Show downloadable versions</source> <translation>Mostra versioni scaricabili</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1789"/> + <location filename="../UI/UserInterface.py" line="1792"/> <source>Show &downloadable versions...</source> <translation>Mostra &versioni scaricabili...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1793"/> + <location filename="../UI/UserInterface.py" line="1796"/> <source>Show the versions available for download</source> <translation>Mostra le versioni disponibili per il download</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6676"/> + <location filename="../UI/UserInterface.py" line="6679"/> <source><h3>Available versions</h3><table></source> <translation><h3>Versioni disponibili</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2386"/> + <location filename="../UI/UserInterface.py" line="2389"/> <source>Plugin Repository</source> <translation>Repository Plugin</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2386"/> + <location filename="../UI/UserInterface.py" line="2389"/> <source>Plugin &Repository...</source> <translation>&Repository Plugin...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2391"/> + <location filename="../UI/UserInterface.py" line="2394"/> <source>Show Plugins available for download</source> <translation>Mostra Plugin disponibili per il download</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2393"/> + <location filename="../UI/UserInterface.py" line="2396"/> <source><b>Plugin Repository...</b><p>This opens a dialog, that shows a list of plugins available on the Internet.</p></source> <translation><b>Repository Plugin...</b><p>Apre un dialogo che mostra i plugin disponibili.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2365"/> + <location filename="../UI/UserInterface.py" line="2368"/> <source>Install Plugins</source> <translation>Installa Plugin</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2360"/> + <location filename="../UI/UserInterface.py" line="2363"/> <source>&Install Plugins...</source> <translation>&Installa Plugin...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2366"/> + <location filename="../UI/UserInterface.py" line="2369"/> <source><b>Install Plugins...</b><p>This opens a dialog to install or update plugins.</p></source> <translation><b>Installa Plugin...<b><p>Apre un dialogo per installare o aggiornare i plugin.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2042"/> + <location filename="../UI/UserInterface.py" line="2045"/> <source>Mini Editor</source> <translation>Mini Editor</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2037"/> + <location filename="../UI/UserInterface.py" line="2040"/> <source>Mini &Editor...</source> <translation>Mini &Editor...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2043"/> + <location filename="../UI/UserInterface.py" line="2046"/> <source><b>Mini Editor</b><p>Open a dialog with a simplified editor.</p></source> <translation><b>Mini Editor</b><p>Apre un dialogo con un semplice editor.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2201"/> + <location filename="../UI/UserInterface.py" line="2204"/> <source>Toolbars</source> <translation>Toolbars</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2201"/> + <location filename="../UI/UserInterface.py" line="2204"/> <source>Tool&bars...</source> <translation>Tool&bars...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2206"/> + <location filename="../UI/UserInterface.py" line="2209"/> <source>Configure toolbars</source> <translation>Configura toolbars</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2207"/> + <location filename="../UI/UserInterface.py" line="2210"/> <source><b>Toolbars</b><p>Configure the toolbars. With this dialog you may change the actions shown on the various toolbars and define your own toolbars.</p></source> <translation><b>Toolbars</b><p>Configura le toolbars. Con questo dialogo puoi cambiare le azioni mostrate sulle varie toolbar e definire le tue.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="617"/> + <location filename="../UI/UserInterface.py" line="620"/> <source>Restoring Toolbarmanager...</source> <translation>Ripristino toolbarmanager...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1444"/> + <location filename="../UI/UserInterface.py" line="1447"/> <source>Multiproject-Viewer</source> <translation>Multiproject-Viewer</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1444"/> + <location filename="../UI/UserInterface.py" line="1447"/> <source>&Multiproject-Viewer</source> <translation>&Multiproject-Viewer</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4858"/> + <location filename="../UI/UserInterface.py" line="4861"/> <source>External Tools</source> <translation>Tool esterni</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6031"/> + <location filename="../UI/UserInterface.py" line="6034"/> <source>Save session</source> <translation>Salva sessione</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6015"/> + <location filename="../UI/UserInterface.py" line="6018"/> <source>Read session</source> <translation>Leggi sessione</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2962"/> + <location filename="../UI/UserInterface.py" line="2965"/> <source><p>This part of the status bar displays the current editors encoding.</p></source> <translation><p>Questa zona della barra di stato mostra l'encoding usato dall'editor.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2976"/> + <location filename="../UI/UserInterface.py" line="2979"/> <source><p>This part of the status bar displays an indication of the current editors files writability.</p></source> <translation><p>Questa zona della barra di stato mostra la possibilità di scrittura del file.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1828"/> + <location filename="../UI/UserInterface.py" line="1831"/> <source>Request Feature</source> <translation>Richiedi funzionalità</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1828"/> + <location filename="../UI/UserInterface.py" line="1831"/> <source>Request &Feature...</source> <translation>Richiedi &funzionalità...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1832"/> + <location filename="../UI/UserInterface.py" line="1835"/> <source>Send a feature request</source> <translation>Invia una richiesta di funzionalità</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1834"/> + <location filename="../UI/UserInterface.py" line="1837"/> <source><b>Request Feature...</b><p>Opens a dialog to send a feature request.</p></source> <translation><b>Richiedi funzionalità...</b><p>Apre un dialogo per mandare una richiesta di funzionalità.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2955"/> + <location filename="../UI/UserInterface.py" line="2958"/> <source><p>This part of the status bar displays the current editors language.</p></source> <translation><p>Questa zona della barra di stato mostra il linguaggio usato dall'editor.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2983"/> + <location filename="../UI/UserInterface.py" line="2986"/> <source><p>This part of the status bar displays the line number of the current editor.</p></source> <translation><p>Questa parte della barra di stato mostra il numero di linea.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2990"/> + <location filename="../UI/UserInterface.py" line="2993"/> <source><p>This part of the status bar displays the cursor position of the current editor.</p></source> <translation><p>Questa parte della barra di stato mostra la posizione del cursore.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1592"/> + <location filename="../UI/UserInterface.py" line="1595"/> <source>Horizontal Toolbox</source> <translation>Barra dei comandi orizzontale</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1549"/> + <location filename="../UI/UserInterface.py" line="1552"/> <source>Alt+Shift+A</source> <translation>Alt+Shift+A</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1592"/> + <location filename="../UI/UserInterface.py" line="1595"/> <source>&Horizontal Toolbox</source> <translation>Toolbox &Orizzontale</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1596"/> + <location filename="../UI/UserInterface.py" line="1599"/> <source>Toggle the Horizontal Toolbox window</source> <translation>Abilita/Disabilita una finestra la toolbox orizzontale</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1598"/> + <location filename="../UI/UserInterface.py" line="1601"/> <source><b>Toggle the Horizontal Toolbox window</b><p>If the Horizontal Toolbox window is hidden then display it. If it is displayed then close it.</p></source> <translation><b>Abilita/Disabilita la finestra della toolbox orizzontale</b><p>Se la finestra della toolbox orizzontale è nascosta verrà mostrata. Se è mostrata verrà chiusa.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3498"/> + <location filename="../UI/UserInterface.py" line="3501"/> <source>Restart application</source> <translation>Riavvia applicazione</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3498"/> + <location filename="../UI/UserInterface.py" line="3501"/> <source>The application needs to be restarted. Do it now?</source> <translation>L'applicazione necessita di un riavvio. Farlo ora ?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2711"/> + <location filename="../UI/UserInterface.py" line="2714"/> <source>Configure...</source> <translation>Configura...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2969"/> + <location filename="../UI/UserInterface.py" line="2972"/> <source><p>This part of the status bar displays the current editors eol setting.</p></source> <translation><p>Questa zona della barra di stato mostra l'eol usato dall'editor.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2338"/> + <location filename="../UI/UserInterface.py" line="2341"/> <source>Switch between tabs</source> <translation>Cicla tra le linguette</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2338"/> + <location filename="../UI/UserInterface.py" line="2341"/> <source>Ctrl+1</source> <translation>Ctrl+1</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2127"/> + <location filename="../UI/UserInterface.py" line="2130"/> <source>Export Preferences</source> <translation>Esporta preferenze</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2127"/> + <location filename="../UI/UserInterface.py" line="2130"/> <source>E&xport Preferences...</source> <translation>E&sporta preferenze...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2132"/> + <location filename="../UI/UserInterface.py" line="2135"/> <source>Export the current configuration</source> <translation>Esporta la configurazione attuale</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2134"/> + <location filename="../UI/UserInterface.py" line="2137"/> <source><b>Export Preferences</b><p>Export the current configuration to a file.</p></source> <translation><b>Esporta preferenze</b><p>Esporta la configurazione attuale su un file.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2141"/> + <location filename="../UI/UserInterface.py" line="2144"/> <source>Import Preferences</source> <translation>Importa preferenze</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2141"/> + <location filename="../UI/UserInterface.py" line="2144"/> <source>I&mport Preferences...</source> <translation>I&mporta preferenze...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2146"/> + <location filename="../UI/UserInterface.py" line="2149"/> <source>Import a previously exported configuration</source> <translation>Importa una configurazione precedentemente esportata</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2148"/> + <location filename="../UI/UserInterface.py" line="2151"/> <source><b>Import Preferences</b><p>Import a previously exported configuration.</p></source> <translation><b>Importa preferenze</b><p>Importa una configurazione precedentemente esportata.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2320"/> + <location filename="../UI/UserInterface.py" line="2323"/> <source>Show next</source> <translation>Mostra successivo</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2329"/> + <location filename="../UI/UserInterface.py" line="2332"/> <source>Show previous</source> <translation>Mostra precedente</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1606"/> + <location filename="../UI/UserInterface.py" line="1609"/> <source>Left Sidebar</source> <translation>Barra laterale sinistra</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1606"/> + <location filename="../UI/UserInterface.py" line="1609"/> <source>&Left Sidebar</source> <translation>Barra &laterale sinistra</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1610"/> + <location filename="../UI/UserInterface.py" line="1613"/> <source>Toggle the left sidebar window</source> <translation>Abilita/Disabilita la finestra della barra laterale sinistra</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1611"/> + <location filename="../UI/UserInterface.py" line="1614"/> <source><b>Toggle the left sidebar window</b><p>If the left sidebar window is hidden then display it. If it is displayed then close it.</p></source> <translation><b>Abilita/Disabilita la finestra della barra laterale sinistra</b><p>Se la finestra della barra laterale sinistra è nascosta verrà mostrata. Se è mostrata verrà chiusa.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1633"/> + <location filename="../UI/UserInterface.py" line="1636"/> <source>Bottom Sidebar</source> <translation>Barra in basso</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1633"/> + <location filename="../UI/UserInterface.py" line="1636"/> <source>&Bottom Sidebar</source> <translation>Barra in &basso</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1637"/> + <location filename="../UI/UserInterface.py" line="1640"/> <source>Toggle the bottom sidebar window</source> <translation>Abilita/Disabilita la finestra della barra in basso</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1639"/> + <location filename="../UI/UserInterface.py" line="1642"/> <source><b>Toggle the bottom sidebar window</b><p>If the bottom sidebar window is hidden then display it. If it is displayed then close it.</p></source> <translation><b>Abilita/Disabilita la finestra della barra in basso</b><p>Se la finestra della barra in basso è nascosta verrà mostrata. Se è mostrata verrà chiusa.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1462"/> + <location filename="../UI/UserInterface.py" line="1465"/> <source>&Debug-Viewer</source> <translation>&Debug-Viewer</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2024"/> + <location filename="../UI/UserInterface.py" line="2027"/> <source>SQL Browser</source> <translation>SQL Browser</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2024"/> + <location filename="../UI/UserInterface.py" line="2027"/> <source>SQL &Browser...</source> <translation>SQL &Browser...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2029"/> + <location filename="../UI/UserInterface.py" line="2032"/> <source>Browse a SQL database</source> <translation>Naviga un database SQL</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2030"/> + <location filename="../UI/UserInterface.py" line="2033"/> <source><b>SQL Browser</b><p>Browse a SQL database.</p></source> <translation><b>SQL Browser</b><p>Naviga un database SQL.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2082"/> + <location filename="../UI/UserInterface.py" line="2085"/> <source>Icon Editor</source> <translation>Editor di icone</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2082"/> + <location filename="../UI/UserInterface.py" line="2085"/> <source>&Icon Editor...</source> <translation>Editor di &icone...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4545"/> + <location filename="../UI/UserInterface.py" line="4548"/> <source>Qt 3 support</source> <translation>Supporto Qt3</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2552"/> + <location filename="../UI/UserInterface.py" line="2555"/> <source>PySide Documentation</source> <translation>Documentazione PySide</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2552"/> + <location filename="../UI/UserInterface.py" line="2555"/> <source>Py&Side Documentation</source> <translation>Documentazione Py&Side</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2556"/> + <location filename="../UI/UserInterface.py" line="2559"/> <source>Open PySide Documentation</source> <translation>Apri documentazione PySide</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5372"/> + <location filename="../UI/UserInterface.py" line="5375"/> <source><p>The PySide documentation starting point has not been configured.</p></source> <translation><p>L'inizio della documentazione di PySide non è stato configurato.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1297"/> + <location filename="../UI/UserInterface.py" line="1300"/> <source>{0} - Passive Mode</source> <translation>{0} - Passive Debug Mode</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1304"/> + <location filename="../UI/UserInterface.py" line="1307"/> <source>{0} - {1} - Passive Mode</source> <translation>{0} -{1} Passive Debug Mode</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1308"/> + <location filename="../UI/UserInterface.py" line="1311"/> <source>{0} - {1} - {2} - Passive Mode</source> <translation>{0} -{1} - {2} - Passive Debug Mode</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3065"/> + <location filename="../UI/UserInterface.py" line="3068"/> <source>External Tools/{0}</source> <translation>Tool Esterni/{0}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4724"/> + <location filename="../UI/UserInterface.py" line="4727"/> <source><p>The file <b>{0}</b> does not exist or is zero length.</p></source> <translation><p>Il file <b>{0}</b> non esiste o ha lunghezza zero.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4452"/> + <location filename="../UI/UserInterface.py" line="4455"/> <source><p>Could not start Qt-Designer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Non posso avviare Qt-Designer.<br>Assicurarsi che sia disponibile come <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4519"/> + <location filename="../UI/UserInterface.py" line="4522"/> <source><p>Could not start Qt-Linguist.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Non posso avviare Qt-Linguist.<br>Assicurarsi che sia disponibile come <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4570"/> + <location filename="../UI/UserInterface.py" line="4573"/> <source><p>Could not start Qt-Assistant.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Non posso avviare Qt-Assistant.<br>Assicurarsi che sia disponibile come <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4612"/> + <location filename="../UI/UserInterface.py" line="4615"/> <source><p>Could not start custom viewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Non posso avviare il visualizzatore personalizzato.<br>Assicurarsi che sia disponibile come <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4680"/> + <location filename="../UI/UserInterface.py" line="4683"/> <source><p>Could not start UI Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Non posso avviare UI Previewer.<br>Assicurarsi che sia disponibile come <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4735"/> + <location filename="../UI/UserInterface.py" line="4738"/> <source><p>Could not start Translation Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Non posso avviare l'anteprima delle traduzioni.<br>Assicurarsi che sia disponibile come <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4756"/> + <location filename="../UI/UserInterface.py" line="4759"/> <source><p>Could not start SQL Browser.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Non posso avviare SQL Browser.<br>Assicurarsi che sia disponibile come <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4849"/> + <location filename="../UI/UserInterface.py" line="4852"/> <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source> <translation>Nessun elemento per il tool esterno '{0}' trovato nel gruppo '{1}'.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4858"/> + <location filename="../UI/UserInterface.py" line="4861"/> <source>No toolgroup entry '{0}' found.</source> <translation>Nessun gruppo '{0}' trovato.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4897"/> + <location filename="../UI/UserInterface.py" line="4900"/> <source>Starting process '{0} {1}'. </source> <translation>Avvio processo '{0} {1}'. </translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4913"/> + <location filename="../UI/UserInterface.py" line="4916"/> <source><p>Could not start the tool entry <b>{0}</b>.<br>Ensure that it is available as <b>{1}</b>.</p></source> <translation><p>Non posso avviare l'elemento degli strumenti <b>{0}</b>.<br>Assicurarsi che sia disponibile come <b>{1}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4989"/> + <location filename="../UI/UserInterface.py" line="4992"/> <source>Process '{0}' has exited. </source> <translation>Il processo '{0}' è terminato.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5387"/> + <location filename="../UI/UserInterface.py" line="5390"/> <source><p>The documentation starting point "<b>{0}</b>" could not be found.</p></source> <translation><p>L'inizio della documentazione "<b>{0}</b>" non viene trovato.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5905"/> + <location filename="../UI/UserInterface.py" line="5908"/> <source><p>The tasks file <b>{0}</b> could not be written.</p></source> <translation><p>Il file task <b>{0}</b> non può essere scritto.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5934"/> + <location filename="../UI/UserInterface.py" line="5937"/> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation><p>Il file task <b>{0}</b> non può essere letto.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5968"/> + <location filename="../UI/UserInterface.py" line="5971"/> <source><p>The session file <b>{0}</b> could not be written.</p></source> <translation><p>Il file sessione <b>{0}</b> non può essere scritto.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6015"/> + <location filename="../UI/UserInterface.py" line="6018"/> <source><p>The session file <b>{0}</b> could not be read.</p></source> <translation><p>Il file sessione <b>{0}</b> non può essere letto.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6295"/> + <location filename="../UI/UserInterface.py" line="6298"/> <source><p><b>{0}</b> is not a file.</p></source> <translation><p><b>{0}</b> non è un file.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6474"/> + <location filename="../UI/UserInterface.py" line="6477"/> <source>Trying host {0}</source> <translation>Tento su host {0}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="945"/> + <location filename="../UI/UserInterface.py" line="948"/> <source>Cooperation</source> <translation>Cooperazione</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1647"/> + <location filename="../UI/UserInterface.py" line="1650"/> <source>Alt+Shift+O</source> <translation>Alt+Shift+O</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1002"/> + <location filename="../UI/UserInterface.py" line="1005"/> <source>Symbols</source> <translation>Simboli</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1682"/> + <location filename="../UI/UserInterface.py" line="1685"/> <source>Alt+Shift+Y</source> <translation>Alt+Shift+Y</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1010"/> + <location filename="../UI/UserInterface.py" line="1013"/> <source>Numbers</source> <translation>Numeri</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1700"/> + <location filename="../UI/UserInterface.py" line="1703"/> <source>Alt+Shift+B</source> <translation>Alt+Shift+B</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5736"/> + <location filename="../UI/UserInterface.py" line="5739"/> <source>Keyboard shortcut file (*.e4k)</source> <translation>File scorciatoi tastiera (*.e4k)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2489"/> + <location filename="../UI/UserInterface.py" line="2492"/> <source>Python 3 Documentation</source> <translation>Documentazione Python 3</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2489"/> + <location filename="../UI/UserInterface.py" line="2492"/> <source>Python &3 Documentation</source> <translation>Documentazione Python &3</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2493"/> + <location filename="../UI/UserInterface.py" line="2496"/> <source>Open Python 3 Documentation</source> <translation>Apri documentazione Python 3</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2507"/> + <location filename="../UI/UserInterface.py" line="2510"/> <source>Python 2 Documentation</source> <translation>Documentazione Python 2</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2507"/> + <location filename="../UI/UserInterface.py" line="2510"/> <source>Python &2 Documentation</source> <translation>Documentazione Python &2</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2511"/> + <location filename="../UI/UserInterface.py" line="2514"/> <source>Open Python 2 Documentation</source> <translation>Apri documentazione Python 2</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2513"/> + <location filename="../UI/UserInterface.py" line="2516"/> <source><b>Python 2 Documentation</b><p>Display the Python 2 documentation. If no documentation directory is configured, the location of the Python 2 documentation is assumed to be the doc directory underneath the location of the configured Python 2 executable on Windows and <i>/usr/share/doc/packages/python/html/python-docs-html</i> on Unix. Set PYTHON2DOCDIR in your environment to override this. </p></source> <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="6538"/> + <location filename="../UI/UserInterface.py" line="6541"/> <source>Error getting versions information</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6531"/> + <location filename="../UI/UserInterface.py" line="6534"/> <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="5508"/> + <location filename="../UI/UserInterface.py" line="5511"/> <source>Open Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5508"/> + <location filename="../UI/UserInterface.py" line="5511"/> <source>Could not start a web browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6538"/> + <location filename="../UI/UserInterface.py" line="6541"/> <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="622"/> + <location filename="../UI/UserInterface.py" line="625"/> <source>Setting View Profile...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="626"/> + <location filename="../UI/UserInterface.py" line="629"/> <source>Reading Tasks...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="630"/> + <location filename="../UI/UserInterface.py" line="633"/> <source>Reading Templates...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="634"/> + <location filename="../UI/UserInterface.py" line="637"/> <source>Starting Debugger...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1374"/> + <location filename="../UI/UserInterface.py" line="1377"/> <source>New Window</source> <translation type="unfinished">Nuova finestra</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1374"/> + <location filename="../UI/UserInterface.py" line="1377"/> <source>New &Window</source> <translation type="unfinished">Nuova &Finestra</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1374"/> + <location filename="../UI/UserInterface.py" line="1377"/> <source>Ctrl+Shift+N</source> <comment>File|New Window</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1871"/> + <location filename="../UI/UserInterface.py" line="1874"/> <source>Unittest Rerun Failed</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1871"/> + <location filename="../UI/UserInterface.py" line="1874"/> <source>Rerun Failed Tests...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1876"/> + <location filename="../UI/UserInterface.py" line="1879"/> <source>Rerun failed tests of the last run</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1878"/> + <location filename="../UI/UserInterface.py" line="1881"/> <source><b>Rerun Failed Tests</b><p>Rerun all tests that failed during the last unittest run.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2010"/> + <location filename="../UI/UserInterface.py" line="2013"/> <source>Compare &Files side by side...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2096"/> + <location filename="../UI/UserInterface.py" line="2099"/> <source>Snapshot</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2096"/> + <location filename="../UI/UserInterface.py" line="2099"/> <source>&Snapshot...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2101"/> + <location filename="../UI/UserInterface.py" line="2104"/> <source>Take snapshots of a screen region</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2103"/> + <location filename="../UI/UserInterface.py" line="2106"/> <source><b>Snapshot</b><p>This opens a dialog to take snapshots of a screen region.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4826"/> + <location filename="../UI/UserInterface.py" line="4829"/> <source><p>Could not start Snapshot tool.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6736"/> + <location filename="../UI/UserInterface.py" line="6739"/> <source>Select Workspace Directory</source> <translation type="unfinished">Seleziona cartella di lavoro</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1567"/> + <location filename="../UI/UserInterface.py" line="1570"/> <source>Left Toolbox</source> <translation type="unfinished">Barra degli strumenti sinistra</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1579"/> + <location filename="../UI/UserInterface.py" line="1582"/> <source>Right Toolbox</source> <translation type="unfinished">Barra degli strumenti destra</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1433"/> + <location filename="../UI/UserInterface.py" line="1436"/> <source>Switch the input focus to the Project-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1435"/> + <location filename="../UI/UserInterface.py" line="1438"/> <source><b>Activate Project-Viewer</b><p>This switches the input focus to the Project-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1450"/> + <location filename="../UI/UserInterface.py" line="1453"/> <source>Switch the input focus to the Multiproject-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1452"/> + <location filename="../UI/UserInterface.py" line="1455"/> <source><b>Activate Multiproject-Viewer</b><p>This switches the input focus to the Multiproject-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1468"/> + <location filename="../UI/UserInterface.py" line="1471"/> <source>Switch the input focus to the Debug-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1470"/> + <location filename="../UI/UserInterface.py" line="1473"/> <source><b>Activate Debug-Viewer</b><p>This switches the input focus to the Debug-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1486"/> + <location filename="../UI/UserInterface.py" line="1489"/> <source>Switch the input focus to the Shell window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1488"/> + <location filename="../UI/UserInterface.py" line="1491"/> <source><b>Activate Shell</b><p>This switches the input focus to the Shell window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1496"/> + <location filename="../UI/UserInterface.py" line="1499"/> <source>&File-Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1502"/> + <location filename="../UI/UserInterface.py" line="1505"/> <source>Switch the input focus to the File-Browser window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1504"/> + <location filename="../UI/UserInterface.py" line="1507"/> <source><b>Activate File-Browser</b><p>This switches the input focus to the File-Browser window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1513"/> + <location filename="../UI/UserInterface.py" line="1516"/> <source>Lo&g-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1519"/> + <location filename="../UI/UserInterface.py" line="1522"/> <source>Switch the input focus to the Log-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1521"/> + <location filename="../UI/UserInterface.py" line="1524"/> <source><b>Activate Log-Viewer</b><p>This switches the input focus to the Log-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1531"/> + <location filename="../UI/UserInterface.py" line="1534"/> <source>&Task-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1537"/> + <location filename="../UI/UserInterface.py" line="1540"/> <source>Switch the input focus to the Task-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1549"/> + <location filename="../UI/UserInterface.py" line="1552"/> <source>Templ&ate-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1555"/> + <location filename="../UI/UserInterface.py" line="1558"/> <source>Switch the input focus to the Template-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1557"/> + <location filename="../UI/UserInterface.py" line="1560"/> <source><b>Activate Template-Viewer</b><p>This switches the input focus to the Template-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1567"/> - <source>&Left Toolbox</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1570"/> + <source>&Left Toolbox</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1573"/> <source>Toggle the Left Toolbox window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1571"/> + <location filename="../UI/UserInterface.py" line="1574"/> <source><b>Toggle the Left Toolbox window</b><p>If the Left Toolbox window is hidden then display it. If it is displayed then close it.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1579"/> + <location filename="../UI/UserInterface.py" line="1582"/> <source>&Right Toolbox</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1583"/> + <location filename="../UI/UserInterface.py" line="1586"/> <source>Toggle the Right Toolbox window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1584"/> + <location filename="../UI/UserInterface.py" line="1587"/> <source><b>Toggle the Right Toolbox window</b><p>If the Right Toolbox window is hidden then display it. If it is displayed then close it.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1619"/> + <location filename="../UI/UserInterface.py" line="1622"/> <source>Right Sidebar</source> <translation type="unfinished">Barra laterale destra</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1619"/> + <location filename="../UI/UserInterface.py" line="1622"/> <source>&Right Sidebar</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1623"/> + <location filename="../UI/UserInterface.py" line="1626"/> <source>Toggle the right sidebar window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1625"/> + <location filename="../UI/UserInterface.py" line="1628"/> <source><b>Toggle the right sidebar window</b><p>If the right sidebar window is hidden then display it. If it is displayed then close it.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1647"/> + <location filename="../UI/UserInterface.py" line="1650"/> <source>Cooperation-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1647"/> + <location filename="../UI/UserInterface.py" line="1650"/> <source>Co&operation-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1653"/> + <location filename="../UI/UserInterface.py" line="1656"/> <source>Switch the input focus to the Cooperation-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1655"/> + <location filename="../UI/UserInterface.py" line="1658"/> <source><b>Activate Cooperation-Viewer</b><p>This switches the input focus to the Cooperation-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1682"/> + <location filename="../UI/UserInterface.py" line="1685"/> <source>Symbols-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1682"/> + <location filename="../UI/UserInterface.py" line="1685"/> <source>S&ymbols-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1688"/> + <location filename="../UI/UserInterface.py" line="1691"/> <source>Switch the input focus to the Symbols-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1690"/> + <location filename="../UI/UserInterface.py" line="1693"/> <source><b>Activate Symbols-Viewer</b><p>This switches the input focus to the Symbols-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1700"/> + <location filename="../UI/UserInterface.py" line="1703"/> <source>Numbers-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1700"/> + <location filename="../UI/UserInterface.py" line="1703"/> <source>Num&bers-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1706"/> + <location filename="../UI/UserInterface.py" line="1709"/> <source>Switch the input focus to the Numbers-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1708"/> + <location filename="../UI/UserInterface.py" line="1711"/> <source><b>Activate Numbers-Viewer</b><p>This switches the input focus to the Numbers-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2671"/> + <location filename="../UI/UserInterface.py" line="2674"/> <source>&Windows</source> <translation type="unfinished">&Finestre</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1539"/> + <location filename="../UI/UserInterface.py" line="1542"/> <source><b>Activate Task-Viewer</b><p>This switches the input focus to the Task-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1665"/> + <location filename="../UI/UserInterface.py" line="1668"/> <source>IRC</source> <translation type="unfinished">IRC</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1665"/> + <location filename="../UI/UserInterface.py" line="1668"/> <source>&IRC</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1665"/> + <location filename="../UI/UserInterface.py" line="1668"/> <source>Meta+Shift+I</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1671"/> + <location filename="../UI/UserInterface.py" line="1674"/> <source>Switch the input focus to the IRC window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1673"/> + <location filename="../UI/UserInterface.py" line="1676"/> <source><b>Activate IRC</b><p>This switches the input focus to the IRC window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1929"/> + <location filename="../UI/UserInterface.py" line="1932"/> <source>Qt-Designer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1929"/> + <location filename="../UI/UserInterface.py" line="1932"/> <source>Qt-&Designer...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1934"/> + <location filename="../UI/UserInterface.py" line="1937"/> <source>Start Qt-Designer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1935"/> + <location filename="../UI/UserInterface.py" line="1938"/> <source><b>Qt-Designer</b><p>Start Qt-Designer.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1955"/> + <location filename="../UI/UserInterface.py" line="1958"/> <source>Qt-Linguist</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1955"/> + <location filename="../UI/UserInterface.py" line="1958"/> <source>Qt-&Linguist...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1960"/> + <location filename="../UI/UserInterface.py" line="1963"/> <source>Start Qt-Linguist</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1961"/> + <location filename="../UI/UserInterface.py" line="1964"/> <source><b>Qt-Linguist</b><p>Start Qt-Linguist.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2431"/> + <location filename="../UI/UserInterface.py" line="2434"/> <source>Qt5 Documentation</source> <translation type="unfinished">Documentazione Qt4 {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2431"/> + <location filename="../UI/UserInterface.py" line="2434"/> <source>Qt&5 Documentation</source> <translation type="unfinished">Documentazione Qt&4 {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2435"/> + <location filename="../UI/UserInterface.py" line="2438"/> <source>Open Qt5 Documentation</source> <translation type="unfinished">Apri documentazione su Qt4 {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3001"/> + <location filename="../UI/UserInterface.py" line="3004"/> <source><p>This part of the status bar allows zooming the current editor, shell or terminal.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2260"/> + <location filename="../UI/UserInterface.py" line="2263"/> <source>Manage SSL Certificates</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2260"/> + <location filename="../UI/UserInterface.py" line="2263"/> <source>Manage SSL Certificates...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2265"/> + <location filename="../UI/UserInterface.py" line="2268"/> <source>Manage the saved SSL certificates</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2267"/> + <location filename="../UI/UserInterface.py" line="2270"/> <source><b>Manage SSL Certificates...</b><p>Opens a dialog to manage the saved SSL certificates.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2276"/> + <location filename="../UI/UserInterface.py" line="2279"/> <source>Edit Message Filters</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2276"/> + <location filename="../UI/UserInterface.py" line="2279"/> <source>Edit Message Filters...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2281"/> + <location filename="../UI/UserInterface.py" line="2284"/> <source>Edit the message filters used to suppress unwanted messages</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2283"/> + <location filename="../UI/UserInterface.py" line="2286"/> <source><b>Edit Message Filters</b><p>Opens a dialog to edit the message filters used to suppress unwanted messages been shown in an error window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2447"/> + <location filename="../UI/UserInterface.py" line="2450"/> <source>PyQt&4 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2466"/> + <location filename="../UI/UserInterface.py" line="2469"/> <source>PyQt5 Documentation</source> <translation type="unfinished">Documentazione PyQt4 {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2466"/> + <location filename="../UI/UserInterface.py" line="2469"/> <source>PyQt&5 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2470"/> + <location filename="../UI/UserInterface.py" line="2473"/> <source>Open PyQt5 Documentation</source> <translation type="unfinished">Apri documentazione su PyQt4 {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5264"/> + <location filename="../UI/UserInterface.py" line="5267"/> <source><p>The PyQt5 documentation starting point has not been configured.</p></source> <translation type="unfinished"><p>L'inizio della documentazione di PyQt4 non è stato configurato.</p> {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2422"/> + <location filename="../UI/UserInterface.py" line="2425"/> <source><b>Qt4 Documentation</b><p>Display the Qt4 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2436"/> + <location filename="../UI/UserInterface.py" line="2439"/> <source><b>Qt5 Documentation</b><p>Display the Qt5 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2452"/> + <location filename="../UI/UserInterface.py" line="2455"/> <source><b>PyQt4 Documentation</b><p>Display the PyQt4 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2472"/> + <location filename="../UI/UserInterface.py" line="2475"/> <source><b>PyQt5 Documentation</b><p>Display the PyQt5 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2495"/> + <location filename="../UI/UserInterface.py" line="2498"/> <source><b>Python 3 Documentation</b><p>Display the Python 3 documentation. If no documentation directory is configured, the location of the Python 3 documentation is assumed to be the doc directory underneath the location of the Python 3 executable on Windows and <i>/usr/share/doc/packages/python/html</i> on Unix. Set PYTHON3DOCDIR in your environment to override this.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2558"/> + <location filename="../UI/UserInterface.py" line="2561"/> <source><b>PySide Documentation</b><p>Display the PySide Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6465"/> + <location filename="../UI/UserInterface.py" line="6468"/> <source>%v/%m</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1808"/> + <location filename="../UI/UserInterface.py" line="1811"/> <source>Show Error Log</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1804"/> + <location filename="../UI/UserInterface.py" line="1807"/> <source>Show Error &Log...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1809"/> + <location filename="../UI/UserInterface.py" line="1812"/> <source><b>Show Error Log...</b><p>Opens a dialog showing the most recent error log.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6469"/> + <location filename="../UI/UserInterface.py" line="6472"/> <source>Version Check</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1380"/> + <location filename="../UI/UserInterface.py" line="1383"/> <source>Open a new eric6 instance</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1382"/> + <location filename="../UI/UserInterface.py" line="1385"/> <source><b>New Window</b><p>This opens a new instance of the eric6 IDE.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1745"/> + <location filename="../UI/UserInterface.py" line="1748"/> <source><b>Helpviewer</b><p>Display the eric6 web browser. This window will show HTML help files and help from Qt help collections. It has the capability to navigate to links, set bookmarks, print the displayed help and some more features. You may use it to browse the internet as well</p><p>If called with a word selected, this word is search in the Qt help collection.</p></source> <translation type="unfinished"><b>Helpviewer</b><p>Visualizza il browser web di eric6. Questa finestra mostra file di help HTML e della documentazione Qt. Ha la capacitaà di navigare nei link, impostare segnalibri, stampare l'help visualizzato e alcune altre funzionalità. E' possibile usarlo anche per internet</p><p>Se invocato con una parola selezionata, questa parola viene cercata nella documetazione Qt.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1782"/> + <location filename="../UI/UserInterface.py" line="1785"/> <source><b>Check for Updates...</b><p>Checks the internet for updates of eric6.</p></source> <translation type="unfinished"><b>Controlla per Update...</b><p>Controlla su internet per aggiornamenti di eric6.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1795"/> + <location filename="../UI/UserInterface.py" line="1798"/> <source><b>Show downloadable versions...</b><p>Shows the eric6 versions available for download from the internet.</p></source> <translation type="unfinished"><b>Mostra versioni scaricabili...</b><p>Mostra le versioni di eric6 disponibili per il download.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2066"/> + <location filename="../UI/UserInterface.py" line="2069"/> <source>eric6 Web Browser</source> <translation type="unfinished">Web Browser di eric6</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2066"/> + <location filename="../UI/UserInterface.py" line="2069"/> <source>eric6 &Web Browser...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2071"/> + <location filename="../UI/UserInterface.py" line="2074"/> <source>Start the eric6 Web Browser</source> <translation type="unfinished">Avvia il Browser Web di eric6</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2073"/> + <location filename="../UI/UserInterface.py" line="2076"/> <source><b>eric6 Web Browser</b><p>Browse the Internet with the eric6 Web Browser.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2087"/> + <location filename="../UI/UserInterface.py" line="2090"/> <source>Start the eric6 Icon Editor</source> <translation type="unfinished">Avvia l'editor di icone di eric6</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2089"/> + <location filename="../UI/UserInterface.py" line="2092"/> <source><b>Icon Editor</b><p>Starts the eric6 Icon Editor for editing simple icons.</p></source> <translation type="unfinished"><b>Editor di icone</b><p>Avvia l'editor di icone di eric6 per modificare delle icone semplici.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2175"/> + <location filename="../UI/UserInterface.py" line="2178"/> <source><b>Show external tools</b><p>Opens a dialog to show the path and versions of all extenal tools used by eric6.</p></source> <translation type="unfinished"><b>Mostra tool esterni</b><p>Mostra un dialogo con percorso e versione di tutti i tool esterni usati da eric6.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2537"/> + <location filename="../UI/UserInterface.py" line="2540"/> <source><b>Eric API Documentation</b><p>Display the Eric API documentation. The location for the documentation is the Documentation/Source subdirectory of the eric6 installation directory.</p></source> <translation type="unfinished"><b>Documentazione API Eric</b><p>Mostra la documentazione delle API di Eric. La posizione della documentazione è la subdirectory Documentation/Source della directory in cui è installato eric6.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4545"/> + <location filename="../UI/UserInterface.py" line="4548"/> <source>Qt v.3 is not supported by eric6.</source> <translation type="unfinished">Le Qt v.3 non sono supportate da eric6.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6632"/> + <location filename="../UI/UserInterface.py" line="6635"/> <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="6645"/> + <location filename="../UI/UserInterface.py" line="6648"/> <source>Eric6 is up to date</source> <translation type="unfinished">Eric6 è aggiornato</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6645"/> + <location filename="../UI/UserInterface.py" line="6648"/> <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="6717"/> + <location filename="../UI/UserInterface.py" line="6720"/> <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> <message> - <location filename="../UI/UserInterface.py" line="604"/> - <source>Generating Plugins Toolbars...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3552"/> - <source>&User Tools</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3624"/> - <source>No User Tools Configured</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6485"/> - <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="2050"/> - <source>Hex Editor</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2050"/> - <source>&Hex Editor...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2055"/> - <source>Start the eric6 Hex Editor</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2057"/> - <source><b>Hex Editor</b><p>Starts the eric6 Hex Editor for viewing or editing binary files.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2299"/> - <source>Clear private data</source> - <translation type="unfinished">Pulisci dati privati</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2301"/> - <source><b>Clear private data</b><p>Clears the private data like the various list of recently opened files, projects or multi projects.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1348"/> - <source>Save session...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1353"/> - <source><b>Save session...</b><p>This saves the current session to disk. A dialog is opened to select the file name.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6053"/> - <source>Load session</source> - <translation type="unfinished">Carica sessione</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1361"/> - <source>Load session...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1366"/> - <source><b>Load session...</b><p>This loads a session saved to disk previously. A dialog is opened to select the file name.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6053"/> - <source>eric6 Session Files (*.e5s)</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6100"/> - <source>Crash Session found!</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6100"/> - <source>A session file of a crashed session was found. Shall this session be restored?</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="607"/> + <source>Generating Plugins Toolbars...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3555"/> + <source>&User Tools</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3627"/> + <source>No User Tools Configured</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6488"/> + <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="2053"/> + <source>Hex Editor</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2053"/> + <source>&Hex Editor...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2058"/> + <source>Start the eric6 Hex Editor</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2060"/> + <source><b>Hex Editor</b><p>Starts the eric6 Hex Editor for viewing or editing binary files.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2302"/> + <source>Clear private data</source> + <translation type="unfinished">Pulisci dati privati</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2304"/> + <source><b>Clear private data</b><p>Clears the private data like the various list of recently opened files, projects or multi projects.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1351"/> + <source>Save session...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1356"/> + <source><b>Save session...</b><p>This saves the current session to disk. A dialog is opened to select the file name.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6056"/> + <source>Load session</source> + <translation type="unfinished">Carica sessione</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1364"/> + <source>Load session...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1369"/> + <source><b>Load session...</b><p>This loads a session saved to disk previously. A dialog is opened to select the file name.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6056"/> + <source>eric6 Session Files (*.e5s)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6103"/> + <source>Crash Session found!</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6103"/> + <source>A session file of a crashed session was found. Shall this session be restored?</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="610"/> <source>Cleaning Plugins Download Area...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="599"/> + <location filename="../UI/UserInterface.py" line="602"/> <source>Initializing Plugins...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6620"/> + <location filename="../UI/UserInterface.py" line="6623"/> <source>Update Check</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6620"/> + <location filename="../UI/UserInterface.py" line="6623"/> <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="6610"/> + <location filename="../UI/UserInterface.py" line="6613"/> <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> <message> - <location filename="../UI/UserInterface.py" line="925"/> + <location filename="../UI/UserInterface.py" line="928"/> <source>Code Documentation Viewer</source> <translation type="unfinished"></translation> </message>
--- a/i18n/eric6_pt.ts Thu Apr 19 19:25:18 2018 +0200 +++ b/i18n/eric6_pt.ts Thu Apr 19 19:28:02 2018 +0200 @@ -5726,292 +5726,292 @@ <context> <name>DebugUI</name> <message> - <location filename="../Debugger/DebugUI.py" line="1847"/> + <location filename="../Debugger/DebugUI.py" line="1852"/> <source>Run Script</source> <translation>Executar Script</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="175"/> + <location filename="../Debugger/DebugUI.py" line="178"/> <source>&Run Script...</source> <translation>&Executar Script...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="180"/> + <location filename="../Debugger/DebugUI.py" line="183"/> <source>Run the current Script</source> <translation>Executar o Script atual</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="181"/> + <location filename="../Debugger/DebugUI.py" line="184"/> <source><b>Run Script</b><p>Set the command line arguments and run the script outside the debugger. If the file has unsaved changes it may be saved first.</p></source> <translation><b>Executar Script</b><p>Definir os argumentos da linha de comandos e executar o script fora do depurador. Poderão gravar-se primeiro as alterações que estejam por gravar.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1862"/> + <location filename="../Debugger/DebugUI.py" line="1867"/> <source>Run Project</source> <translation>Executar Projeto</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="190"/> + <location filename="../Debugger/DebugUI.py" line="193"/> <source>Run &Project...</source> <translation>Executar &Projeto...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="195"/> + <location filename="../Debugger/DebugUI.py" line="198"/> <source>Run the current Project</source> <translation>Executar Projeto actual</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="196"/> + <location filename="../Debugger/DebugUI.py" line="199"/> <source><b>Run Project</b><p>Set the command line arguments and run the current project outside the debugger. If files of the current project have unsaved changes they may be saved first.</p></source> <translation><b>Executar Projeto</b><p>Definir os argumentos da linha de comandos e executar o projeto atual fora do depurador. Poderão gravar-se primeiro as alterações dos ficheiros do projeto que estejam por gravar.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="206"/> + <location filename="../Debugger/DebugUI.py" line="209"/> <source>Coverage run of Script</source> <translation>Execução Cobertura de Script</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="206"/> + <location filename="../Debugger/DebugUI.py" line="209"/> <source>Coverage run of Script...</source> <translation>Execução Cobertura de Script...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="211"/> + <location filename="../Debugger/DebugUI.py" line="214"/> <source>Perform a coverage run of the current Script</source> <translation>Realizar execução de cobertura do Script actual</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="213"/> + <location filename="../Debugger/DebugUI.py" line="216"/> <source><b>Coverage run of Script</b><p>Set the command line arguments and run the script under the control of a coverage analysis tool. If the file has unsaved changes it may be saved first.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="222"/> + <location filename="../Debugger/DebugUI.py" line="225"/> <source>Coverage run of Project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="222"/> + <location filename="../Debugger/DebugUI.py" line="225"/> <source>Coverage run of Project...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="227"/> + <location filename="../Debugger/DebugUI.py" line="230"/> <source>Perform a coverage run of the current Project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="229"/> + <location filename="../Debugger/DebugUI.py" line="232"/> <source><b>Coverage run of Project</b><p>Set the command line arguments and run the current project under the control of a coverage analysis tool. If files of the current project have unsaved changes they may be saved first.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="239"/> + <location filename="../Debugger/DebugUI.py" line="242"/> <source>Profile Script</source> <translation>Perfilar Script</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="239"/> + <location filename="../Debugger/DebugUI.py" line="242"/> <source>Profile Script...</source> <translation>Perfilar Script...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="243"/> + <location filename="../Debugger/DebugUI.py" line="246"/> <source>Profile the current Script</source> <translation>Perfilar o Script atual</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="244"/> + <location filename="../Debugger/DebugUI.py" line="247"/> <source><b>Profile Script</b><p>Set the command line arguments and profile the script. If the file has unsaved changes it may be saved first.</p></source> <translation><b>Perfilar Script</b><p>Define os argumentos da linha de comandos e perfila o script. Antes, poderá gravar as alterações.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="252"/> + <location filename="../Debugger/DebugUI.py" line="255"/> <source>Profile Project</source> <translation>Perfilar Projeto</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="252"/> + <location filename="../Debugger/DebugUI.py" line="255"/> <source>Profile Project...</source> <translation>Perfilar Projeto...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="257"/> + <location filename="../Debugger/DebugUI.py" line="260"/> <source>Profile the current Project</source> <translation>Perfilar o Projeto atual</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="259"/> + <location filename="../Debugger/DebugUI.py" line="262"/> <source><b>Profile Project</b><p>Set the command line arguments and profile the current project. If files of the current project have unsaved changes they may be saved first.</p></source> <translation><b>Perfilar Projeto</b><p>Define os argumentos da linha de comandos e perfila o projeto atual. Poderá gravar antes os ficheiros alterados por gravar.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1983"/> + <location filename="../Debugger/DebugUI.py" line="1988"/> <source>Debug Script</source> <translation>Depurar Script</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="268"/> + <location filename="../Debugger/DebugUI.py" line="271"/> <source>&Debug Script...</source> <translation>&Depurar Script...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="273"/> + <location filename="../Debugger/DebugUI.py" line="276"/> <source>Debug the current Script</source> <translation>Depurar o Script atual</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="274"/> + <location filename="../Debugger/DebugUI.py" line="277"/> <source><b>Debug Script</b><p>Set the command line arguments and set the current line to be the first executable Python statement of the current editor window. If the file has unsaved changes it may be saved first.</p></source> <translation><b>Depurar Script</b><p>Definir os argumentos da linha de comandos e definir a linha atual para que seja a primeira instrução Python executável da janela do editor atual. Poderão gravar-se primeiro as alterações que estejam por gravar.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1999"/> + <location filename="../Debugger/DebugUI.py" line="2004"/> <source>Debug Project</source> <translation>Depurar projeto</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="284"/> + <location filename="../Debugger/DebugUI.py" line="287"/> <source>Debug &Project...</source> <translation>Depurar &Projeto...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="289"/> + <location filename="../Debugger/DebugUI.py" line="292"/> <source>Debug the current Project</source> <translation>Depurar o Projeto atual</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="291"/> + <location filename="../Debugger/DebugUI.py" line="294"/> <source><b>Debug Project</b><p>Set the command line arguments and set the current line to be the first executable Python statement of the main script of the current project. If files of the current project have unsaved changes they may be saved first.</p></source> <translation><b>Depurar Projeto</b><p>Definir os argumentos da linha de comandos e definir a linha atual para que seja a primeira instrução Python executável do script principal do projeto atual. Poderão gravar-se primeiro as alterações dos ficheiros do projeto que estejam por gravar.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="305"/> + <location filename="../Debugger/DebugUI.py" line="308"/> <source>Restart the last debugged script</source> <translation>Reiniciar o último script depurado</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="322"/> + <location filename="../Debugger/DebugUI.py" line="325"/> <source>Stop the running script.</source> <translation>Parar o script em execução.</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="332"/> + <location filename="../Debugger/DebugUI.py" line="335"/> <source>Continue</source> <translation>Continuar</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="332"/> + <location filename="../Debugger/DebugUI.py" line="335"/> <source>&Continue</source> <translation>&Continuar</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="337"/> + <location filename="../Debugger/DebugUI.py" line="340"/> <source>Continue running the program from the current line</source> <translation>Continuar a execução do programa a partir da linha atual</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="339"/> + <location filename="../Debugger/DebugUI.py" line="342"/> <source><b>Continue</b><p>Continue running the program from the current line. The program will stop when it terminates or when a breakpoint is reached.</p></source> <translation><b>Continue</b><p>Continuar a execução do programa a partir da linha atual. O programa parará quando terine ou alcance outro ponto de interrupção.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="348"/> + <location filename="../Debugger/DebugUI.py" line="351"/> <source>Continue to Cursor</source> <translation>Continuar até ao cursor</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="348"/> + <location filename="../Debugger/DebugUI.py" line="351"/> <source>Continue &To Cursor</source> <translation>Continuar a&té ao cursor</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="353"/> - <source>Continue running the program from the current line to the current cursor position</source> - <translation>Continuar a execução do programa a partir da linha atual até à posição atual do cursor</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="356"/> + <source>Continue running the program from the current line to the current cursor position</source> + <translation>Continuar a execução do programa a partir da linha atual até à posição atual do cursor</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="359"/> <source><b>Continue To Cursor</b><p>Continue running the program from the current line to the current cursor position.</p></source> <translation><b>Continuar até Cursor</b><p>Continuar a execução do programa desde a linha atual até à posição atual do cursor.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="384"/> + <location filename="../Debugger/DebugUI.py" line="387"/> <source>Single Step</source> <translation>Passo Único</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="384"/> + <location filename="../Debugger/DebugUI.py" line="387"/> <source>Sin&gle Step</source> <translation>Passo &Único</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="389"/> + <location filename="../Debugger/DebugUI.py" line="392"/> <source>Execute a single Python statement</source> <translation>Executar uma única instrução Python</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="390"/> + <location filename="../Debugger/DebugUI.py" line="393"/> <source><b>Single Step</b><p>Execute a single Python statement. If the statement is an <tt>import</tt> statement, a class constructor, or a method or function call then control is returned to the debugger at the next statement.</p></source> <translation><b>Passo Único</b><p>Executa uma.única instrução Python. Se a instrução é um <tt>import<tt>, um construtor de classe, uma chamada de função ou método, então o controlo é devolvido ao depurador na instrução seguinte.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="400"/> + <location filename="../Debugger/DebugUI.py" line="403"/> <source>Step Over</source> <translation>Saltar</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="400"/> + <location filename="../Debugger/DebugUI.py" line="403"/> <source>Step &Over</source> <translation>&Saltar</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="405"/> - <source>Execute a single Python statement staying in the current frame</source> - <translation>Executar uma única instrução Python e ficar no marco atual</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="408"/> + <source>Execute a single Python statement staying in the current frame</source> + <translation>Executar uma única instrução Python e ficar no marco atual</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="411"/> <source><b>Step Over</b><p>Execute a single Python statement staying in the same frame. If the statement is an <tt>import</tt> statement, a class constructor, or a method or function call then control is returned to the debugger after the statement has completed.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="419"/> + <location filename="../Debugger/DebugUI.py" line="422"/> <source>Step Out</source> <translation>Sair</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="419"/> + <location filename="../Debugger/DebugUI.py" line="422"/> <source>Step Ou&t</source> <translation>Sai&r</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="424"/> - <source>Execute Python statements until leaving the current frame</source> - <translation>Executar instruções Python até sair do marco atual</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="427"/> + <source>Execute Python statements until leaving the current frame</source> + <translation>Executar instruções Python até sair do marco atual</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="430"/> <source><b>Step Out</b><p>Execute Python statements until leaving the current frame. If the statements are inside an <tt>import</tt> statement, a class constructor, or a method or function call then control is returned to the debugger after the current frame has been left.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="438"/> + <location filename="../Debugger/DebugUI.py" line="441"/> <source>Stop</source> <translation>Parar</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="438"/> + <location filename="../Debugger/DebugUI.py" line="441"/> <source>&Stop</source> <translation>&Parar</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="443"/> + <location filename="../Debugger/DebugUI.py" line="446"/> <source>Stop debugging</source> <translation>Parar de depurar</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="444"/> + <location filename="../Debugger/DebugUI.py" line="447"/> <source><b>Stop</b><p>Stop the running debugging session.</p></source> <translation><b>Parar</b><p>Parar a sessão de depuração.</p></translation> </message> @@ -6056,172 +6056,172 @@ <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="451"/> + <location filename="../Debugger/DebugUI.py" line="454"/> <source>Variables Type Filter</source> <translation>Filtro do Tipo de Varáveis</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="451"/> + <location filename="../Debugger/DebugUI.py" line="454"/> <source>Varia&bles Type Filter...</source> <translation>Filtro do Tipo de &Variáveis...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="455"/> + <location filename="../Debugger/DebugUI.py" line="458"/> <source>Configure variables type filter</source> <translation>Configurar o filtro de tipo de variáveis</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="457"/> + <location filename="../Debugger/DebugUI.py" line="460"/> <source><b>Variables Type Filter</b><p>Configure the variables type filter. Only variable types that are not selected are displayed in the global or local variables window during a debugging session.</p></source> <translation><b>Filtro de Tipo de Variáveis</b><p>Configurar o filtro do tipo de variáveis. Apenas se mostrarão as variáveis que não estejam selecionadas, na janela global ou local, durante a sessão de depuração.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="467"/> + <location filename="../Debugger/DebugUI.py" line="470"/> <source>Exceptions Filter</source> <translation>Filtro de Exceções</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="467"/> + <location filename="../Debugger/DebugUI.py" line="470"/> <source>&Exceptions Filter...</source> <translation>Filtro de &Exceções...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="471"/> + <location filename="../Debugger/DebugUI.py" line="474"/> <source>Configure exceptions filter</source> <translation>Configurar filtro de exceções</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="473"/> + <location filename="../Debugger/DebugUI.py" line="476"/> <source><b>Exceptions Filter</b><p>Configure the exceptions filter. Only exception types that are listed are highlighted during a debugging session.</p><p>Please note, that all unhandled exceptions are highlighted indepent from the filter list.</p></source> <translation><b>Filtro de Exceções</b><p>Configurar o filtro de exceções. Apenas os tipos de exceções que estão listadas serão ressaltadas durante a sessão de depuração.</p><p>Por favor tenha em conta que todas as exceções sem tratamento serão ressaltadas independentemente da lista do filtro.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="484"/> + <location filename="../Debugger/DebugUI.py" line="487"/> <source>Ignored Exceptions</source> <translation>Exceções Ignoradas</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="484"/> + <location filename="../Debugger/DebugUI.py" line="487"/> <source>&Ignored Exceptions...</source> <translation>Exceções &Ignoradas...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="488"/> + <location filename="../Debugger/DebugUI.py" line="491"/> <source>Configure ignored exceptions</source> <translation>Configurar exceções ignoradas</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="490"/> + <location filename="../Debugger/DebugUI.py" line="493"/> <source><b>Ignored Exceptions</b><p>Configure the ignored exceptions. Only exception types that are not listed are highlighted during a debugging session.</p><p>Please note, that unhandled exceptions cannot be ignored.</p></source> <translation><b>Exceções Ignoradas</b><p>Configura as exceções ignoradas. Apenas os tipos de exceções que não estão listadas são realçadas durante uma sessão de depuração.</p><p>Note-se que não se podem ignorar as exceções sem tratamento.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="509"/> + <location filename="../Debugger/DebugUI.py" line="512"/> <source>Toggle Breakpoint</source> <translation>Alternar Pontos de Interrupção</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="503"/> + <location filename="../Debugger/DebugUI.py" line="506"/> <source>Shift+F11</source> <comment>Debug|Toggle Breakpoint</comment> <translation></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="510"/> + <location filename="../Debugger/DebugUI.py" line="513"/> <source><b>Toggle Breakpoint</b><p>Toggles a breakpoint at the current line of the current editor.</p></source> <translation><b>Alternar Ponto de Interrupção</b><p>Alterna um ponto de instrução na linha atual do editor atual.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="524"/> + <location filename="../Debugger/DebugUI.py" line="527"/> <source>Edit Breakpoint</source> <translation>Editar o Ponto de Interrupção</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="518"/> + <location filename="../Debugger/DebugUI.py" line="521"/> <source>Edit Breakpoint...</source> <translation>Editar o Ponto de Interrupção...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="518"/> + <location filename="../Debugger/DebugUI.py" line="521"/> <source>Shift+F12</source> <comment>Debug|Edit Breakpoint</comment> <translation></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="525"/> + <location filename="../Debugger/DebugUI.py" line="528"/> <source><b>Edit Breakpoint</b><p>Opens a dialog to edit the breakpoints properties. It works at the current line of the current editor.</p></source> <translation><b>Editar Ponto de Interrupção</b><p>Abre uma caixa de diálogo para editar as propriedades dos pontos de interrupção. Funciona na linha atual do editor atual.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="540"/> + <location filename="../Debugger/DebugUI.py" line="543"/> <source>Next Breakpoint</source> <translation>Ponto de Interrupção Seguinte</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="533"/> + <location filename="../Debugger/DebugUI.py" line="536"/> <source>Ctrl+Shift+PgDown</source> <comment>Debug|Next Breakpoint</comment> <translation></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="541"/> + <location filename="../Debugger/DebugUI.py" line="544"/> <source><b>Next Breakpoint</b><p>Go to next breakpoint of the current editor.</p></source> <translation><b>Ponto de Interrupção Seguinte</b><p>Vai ao próximo ponto de interrupção do editor atual.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="555"/> + <location filename="../Debugger/DebugUI.py" line="558"/> <source>Previous Breakpoint</source> <translation>Ponto de Interrupção Anterior</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="548"/> + <location filename="../Debugger/DebugUI.py" line="551"/> <source>Ctrl+Shift+PgUp</source> <comment>Debug|Previous Breakpoint</comment> <translation></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="556"/> + <location filename="../Debugger/DebugUI.py" line="559"/> <source><b>Previous Breakpoint</b><p>Go to previous breakpoint of the current editor.</p></source> <translation><b>Ponto de Interrupção Anterior</b><p>Vai ao ponto de interrupção anterior do editor atual.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="569"/> + <location filename="../Debugger/DebugUI.py" line="572"/> <source>Clear Breakpoints</source> <translation>Limpar Pontos de Interrupção</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="563"/> + <location filename="../Debugger/DebugUI.py" line="566"/> <source>Ctrl+Shift+C</source> <comment>Debug|Clear Breakpoints</comment> <translation></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="570"/> + <location filename="../Debugger/DebugUI.py" line="573"/> <source><b>Clear Breakpoints</b><p>Clear breakpoints of all editors.</p></source> <translation><b>Limpar Pontos de Interrupção</b><p>Limpar pontos de interrupção dos editores todos.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="596"/> + <location filename="../Debugger/DebugUI.py" line="599"/> <source>&Debug</source> <translation>&Depurar</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="598"/> + <location filename="../Debugger/DebugUI.py" line="601"/> <source>&Start</source> <translation>&Iniciar</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="600"/> + <location filename="../Debugger/DebugUI.py" line="603"/> <source>&Breakpoints</source> <translation>Pontos de &Interrupção</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="643"/> + <location filename="../Debugger/DebugUI.py" line="646"/> <source>Start</source> <translation>Iniciar</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="657"/> + <location filename="../Debugger/DebugUI.py" line="660"/> <source>Debug</source> <translation>Depurar</translation> </message> @@ -6236,97 +6236,97 @@ <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="1120"/> + <location filename="../Debugger/DebugUI.py" line="1123"/> <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> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1139"/> + <location filename="../Debugger/DebugUI.py" line="1142"/> <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>O ficheiro <b>{0}</b> tem um erro de sintaxe <b>{1}</b> na linha <b>{2}</b>, caráter <b>{3}</b>.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1157"/> + <location filename="../Debugger/DebugUI.py" line="1160"/> <source>An unhandled exception occured. See the shell window for details.</source> <translation>Ocurreu uma exceção sem tratamento. Ver a janela da shell para mais detalhes.</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1204"/> + <location filename="../Debugger/DebugUI.py" line="1207"/> <source><p>The debugged program raised the exception <b>{0}</b><br>"<b>{1}</b>"<br>File: <b>{2}</b>, Line: <b>{3}</b></p><p>Break here?</p></source> <translation><p>O programa depurado provocou a exceção <b>{0}</b><br>"<b>{1}</b>"<br>Ficheiro: <b>{2}</b>, Linha :<b>{3}</b></p><p>Interromper aqui?</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1219"/> + <location filename="../Debugger/DebugUI.py" line="1222"/> <source><p>The debugged program raised the exception <b>{0}</b><br>"<b>{1}</b>"</p></source> <translation><p>O programa depurado provocou a exceção <b>{0}</b><br>"<b>{1}</b>"</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1282"/> + <location filename="../Debugger/DebugUI.py" line="1285"/> <source>The program being debugged has terminated unexpectedly.</source> <translation>O programa a depurar acabou inesperadamente.</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1353"/> + <location filename="../Debugger/DebugUI.py" line="1356"/> <source>Breakpoint Condition Error</source> <translation>Erro de Condição de Ponto de Interrupção</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1353"/> + <location filename="../Debugger/DebugUI.py" line="1356"/> <source><p>The condition of the breakpoint <b>{0}, {1}</b> contains a syntax error.</p></source> <translation><p>A condição do ponto de interrupção <b>{0}, {1}</b>tem um erro de sintaxe.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1389"/> + <location filename="../Debugger/DebugUI.py" line="1392"/> <source>Watch Expression Error</source> <translation>Observar Erro de Expressão</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1389"/> + <location filename="../Debugger/DebugUI.py" line="1392"/> <source><p>The watch expression <b>{0}</b> contains a syntax error.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1419"/> + <location filename="../Debugger/DebugUI.py" line="1422"/> <source><p>A watch expression '<b>{0}</b>' already exists.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1423"/> + <location filename="../Debugger/DebugUI.py" line="1426"/> <source><p>A watch expression '<b>{0}</b>' for the variable <b>{1}</b> already exists.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1429"/> + <location filename="../Debugger/DebugUI.py" line="1432"/> <source>Watch expression already exists</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1594"/> + <location filename="../Debugger/DebugUI.py" line="1599"/> <source>Coverage of Project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1581"/> + <location filename="../Debugger/DebugUI.py" line="1586"/> <source>Coverage of Script</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1862"/> + <location filename="../Debugger/DebugUI.py" line="1867"/> <source>There is no main script defined for the current project. Aborting</source> <translation>O projeto atual não tem um script principal definido. A cancelar</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1727"/> + <location filename="../Debugger/DebugUI.py" line="1732"/> <source>Profile of Project</source> <translation>Perfil de Projeto</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1714"/> + <location filename="../Debugger/DebugUI.py" line="1719"/> <source>Profile of Script</source> <translation>Perfil do Script</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1999"/> + <location filename="../Debugger/DebugUI.py" line="2004"/> <source>There is no main script defined for the current project. No debugging possible.</source> <translation>O projeto atual não tem um script principal definido. Impossível depurar.</translation> </message> @@ -6341,7 +6341,7 @@ <translation type="obsolete">Introduzir a instrução a executar</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1062"/> + <location filename="../Debugger/DebugUI.py" line="1065"/> <source><p>The program has terminated with an exit status of {0}.</p>{1}</source> <translation type="unfinished"></translation> </message> @@ -6352,7 +6352,7 @@ <translation type="obsolete">"{0}" terminou com o estado de saída {1}.</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1089"/> + <location filename="../Debugger/DebugUI.py" line="1092"/> <source>Program terminated</source> <translation>Programa Terminado</translation> </message> @@ -6367,83 +6367,83 @@ <translation type="obsolete">"{0}" terminou com o estado de saída {1}.</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="301"/> + <location filename="../Debugger/DebugUI.py" line="304"/> <source>Restart</source> <translation>Reiniciar</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="307"/> + <location filename="../Debugger/DebugUI.py" line="310"/> <source><b>Restart</b><p>Set the command line arguments and set the current line to be the first executable Python statement of the script that was debugged last. If there are unsaved changes, they may be saved first.</p></source> <translation><b>Reiniciar</b><p>Define os argumentos da linha de comandos e define a linha atual como a primeira instrução Python executável do último script depurado. Poderão gravar-se primeiro as alterações não gravadas.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="323"/> + <location filename="../Debugger/DebugUI.py" line="326"/> <source><b>Stop</b><p>This stops the script running in the debugger backend.</p></source> <translation><b>Parar</b><p>Parar o script em execução na instalação de retaguarda do depurador.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1268"/> + <location filename="../Debugger/DebugUI.py" line="1271"/> <source><p>The program generate the signal "{0}".<br/>File: <b>{1}</b>, Line: <b>{2}</b></p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1056"/> + <location filename="../Debugger/DebugUI.py" line="1059"/> <source><p>Message: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1067"/> + <location filename="../Debugger/DebugUI.py" line="1070"/> <source><p><b>{0}</b> has terminated with an exit status of {1}.</p>{2}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1075"/> + <location filename="../Debugger/DebugUI.py" line="1078"/> <source>Message: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1082"/> - <source>The program has terminated with an exit status of {0}. -{1}</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="1085"/> + <source>The program has terminated with an exit status of {0}. +{1}</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="1088"/> <source>"{0}" has terminated with an exit status of {1}. {2}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1094"/> + <location filename="../Debugger/DebugUI.py" line="1097"/> <source>The program has terminated with an exit status of {0}. {1} </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1098"/> + <location filename="../Debugger/DebugUI.py" line="1101"/> <source>"{0}" has terminated with an exit status of {1}. {2} </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="364"/> + <location filename="../Debugger/DebugUI.py" line="367"/> <source>Move Instruction Pointer to Cursor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="364"/> + <location filename="../Debugger/DebugUI.py" line="367"/> <source>&Jump To Cursor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="369"/> - <source>Skip the code from the current line to the current cursor position</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="372"/> + <source>Skip the code from the current line to the current cursor position</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="375"/> <source><b>Move Instruction Pointer to Cursor</b><p>Move the Python internal instruction pointer to the current cursor position without executing the code in between.</p><p>It's not possible to jump out of a function or jump in a code block, e.g. a loop. In these cases, a error message is printed to the log window.</p></source> <translation type="unfinished"></translation> </message> @@ -44244,8 +44244,8 @@ </message> <message> <location filename="../QScintilla/Lexers/__init__.py" line="470"/> - <source>Makefiles (*.mak)</source> - <translation>Ficheiros Makefile (*.mak)</translation> + <source>Makefiles (*makefile Makefile *.mak)</source> + <translation type="unfinished">Ficheiros Makefile (*.mak)</translation> </message> <message> <location filename="../QScintilla/Lexers/__init__.py" line="473"/> @@ -44799,6 +44799,74 @@ </message> </context> <context> + <name>MakePropertiesDialog</name> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="14"/> + <source>Make Properties</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="23"/> + <source>'make' Executable (leave empty to use global 'make'):</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="39"/> + <source>Enter the executable name of the make utility</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="46"/> + <source>'makefile' path or directory (without file name 'makefile' will be used):</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="62"/> + <source>Enter the name and/or path of the makefile</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="69"/> + <source>Make Target:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="76"/> + <source>Enter the make target to be built</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="83"/> + <source>Make Command Parameters (enclose parameters containing spaces in ""):</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="93"/> + <source>Enter the command parameters for make</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="100"/> + <source>Select to just test for changes needing a make run</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="103"/> + <source>Test for changes only when run automatically</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.py" line="40"/> + <source>All Files (*)</source> + <translation type="unfinished">Ficheiros Todos (*)</translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.py" line="44"/> + <source>Makefiles (*makefile Makefile *.mak);;All Files (*)</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>ManageDictionariesDialog</name> <message> <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.ui" line="14"/> @@ -51026,27 +51094,27 @@ <context> <name>Preferences</name> <message> - <location filename="../Preferences/__init__.py" line="1657"/> + <location filename="../Preferences/__init__.py" line="1658"/> <source>Export Preferences</source> <translation>Exportar Preferências</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1685"/> + <location filename="../Preferences/__init__.py" line="1686"/> <source>Import Preferences</source> <translation>Importar Preferências</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1685"/> + <location filename="../Preferences/__init__.py" line="1686"/> <source>Properties File (*.ini);;All Files (*)</source> <translation>Ficheiro de Propriedades (*.ini);;Ficheiros Todos (*)</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1787"/> + <location filename="../Preferences/__init__.py" line="1788"/> <source>Select Python{0} Interpreter</source> <translation>Selecionar intérprete de Python{0}</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1787"/> + <location filename="../Preferences/__init__.py" line="1788"/> <source>Select the Python{0} interpreter to be used:</source> <translation>Selecionar o intérprete de Python{0} a usar:</translation> </message> @@ -51484,7 +51552,7 @@ <context> <name>Project</name> <message> - <location filename="../Project/Project.py" line="167"/> + <location filename="../Project/Project.py" line="176"/> <source>Python3 Files (*.py *.py3);;Python3 GUI Files (*.pyw *.pyw3);;</source> <translation>Ficheiros Python3 (*.py *.py3);;Ficheiros GUI Python3 (*.pyw *.pyw3);;</translation> </message> @@ -51494,337 +51562,337 @@ <translation type="obsolete">Ficheiros Ruby (*.rb);;</translation> </message> <message> - <location filename="../Project/Project.py" line="265"/> + <location filename="../Project/Project.py" line="275"/> <source>Console</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="266"/> + <location filename="../Project/Project.py" line="276"/> <source>Other</source> <translation>Outro</translation> </message> <message> - <location filename="../Project/Project.py" line="280"/> + <location filename="../Project/Project.py" line="290"/> <source>PySide GUI</source> <translation>GUI de PySide</translation> </message> <message> - <location filename="../Project/Project.py" line="281"/> + <location filename="../Project/Project.py" line="291"/> <source>PySide Console</source> <translation>Consola de PySide</translation> </message> <message> - <location filename="../Project/Project.py" line="364"/> + <location filename="../Project/Project.py" line="374"/> <source>Registering Project Type</source> <translation>A registar Tipo de Projeto</translation> </message> <message> - <location filename="../Project/Project.py" line="745"/> + <location filename="../Project/Project.py" line="766"/> <source>Read project file</source> <translation>Ler ficheiro de projeto</translation> </message> <message> - <location filename="../Project/Project.py" line="745"/> + <location filename="../Project/Project.py" line="766"/> <source><p>The project file <b>{0}</b> could not be read.</p></source> <translation><p>Não se pôde ler o ficheiro de projeto <b>{0}</b>.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="847"/> + <location filename="../Project/Project.py" line="868"/> <source>Save project file</source> <translation>Gravar ficheiro de projeto</translation> </message> <message> - <location filename="../Project/Project.py" line="847"/> + <location filename="../Project/Project.py" line="868"/> <source><p>The project file <b>{0}</b> could not be written.</p></source> <translation><p>Não se pôde escrever o ficheiro de projeto <b>{0}</b>.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="883"/> + <location filename="../Project/Project.py" line="904"/> <source>Read user project properties</source> <translation>Ler propriedades de projeto do usuário</translation> </message> <message> - <location filename="../Project/Project.py" line="883"/> + <location filename="../Project/Project.py" line="904"/> <source><p>The user specific project properties file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="907"/> + <location filename="../Project/Project.py" line="928"/> <source>Save user project properties</source> <translation>Gravar propriedades de projeto do usuário</translation> </message> <message> - <location filename="../Project/Project.py" line="907"/> + <location filename="../Project/Project.py" line="928"/> <source><p>The user specific project properties file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="965"/> + <location filename="../Project/Project.py" line="986"/> <source>Read project session</source> <translation>Ler sessão de projeto</translation> </message> <message> - <location filename="../Project/Project.py" line="1187"/> + <location filename="../Project/Project.py" line="1208"/> <source>Please save the project first.</source> <translation>Guarde primeiro o projeto por favor.</translation> </message> <message> - <location filename="../Project/Project.py" line="965"/> + <location filename="../Project/Project.py" line="986"/> <source><p>The project session file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1001"/> + <location filename="../Project/Project.py" line="1022"/> <source>Save project session</source> <translation>Gravar a sessão do projeto</translation> </message> <message> - <location filename="../Project/Project.py" line="1001"/> + <location filename="../Project/Project.py" line="1022"/> <source><p>The project session file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1030"/> + <location filename="../Project/Project.py" line="1051"/> <source>Delete project session</source> <translation>Apagar a sessão do projeto</translation> </message> <message> - <location filename="../Project/Project.py" line="1030"/> + <location filename="../Project/Project.py" line="1051"/> <source><p>The project session file <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1064"/> + <location filename="../Project/Project.py" line="1085"/> <source>Read tasks</source> <translation>Ler tarefas</translation> </message> <message> - <location filename="../Project/Project.py" line="1064"/> + <location filename="../Project/Project.py" line="1085"/> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1084"/> + <location filename="../Project/Project.py" line="1105"/> <source>Save tasks</source> <translation>Gravar tarefas</translation> </message> <message> - <location filename="../Project/Project.py" line="1084"/> + <location filename="../Project/Project.py" line="1105"/> <source><p>The tasks file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1141"/> + <location filename="../Project/Project.py" line="1162"/> <source>Read debugger properties</source> <translation>Ler propriedades do depurador</translation> </message> <message> - <location filename="../Project/Project.py" line="1141"/> + <location filename="../Project/Project.py" line="1162"/> <source><p>The project debugger properties file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1175"/> + <location filename="../Project/Project.py" line="1196"/> <source>Save debugger properties</source> <translation>Gravar propriedades do depurador</translation> </message> <message> - <location filename="../Project/Project.py" line="1175"/> + <location filename="../Project/Project.py" line="1196"/> <source><p>The project debugger properties file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1201"/> + <location filename="../Project/Project.py" line="1222"/> <source>Delete debugger properties</source> <translation>Apagar propriedades do depurador</translation> </message> <message> - <location filename="../Project/Project.py" line="1201"/> + <location filename="../Project/Project.py" line="1222"/> <source><p>The project debugger properties file <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1312"/> + <location filename="../Project/Project.py" line="1333"/> <source>Add Language</source> <translation>Adicionar Idioma</translation> </message> <message> - <location filename="../Project/Project.py" line="1312"/> + <location filename="../Project/Project.py" line="1333"/> <source>You have to specify a translation pattern first.</source> <translation>Primeiro tem que especificar um padrão de tradução.</translation> </message> <message> - <location filename="../Project/Project.py" line="1435"/> + <location filename="../Project/Project.py" line="1456"/> <source>Delete translation</source> <translation>Apagar a Tradução</translation> </message> <message> - <location filename="../Project/Project.py" line="1600"/> + <location filename="../Project/Project.py" line="1621"/> <source>Add file</source> <translation>Adicionar ficheiro</translation> </message> <message> - <location filename="../Project/Project.py" line="1662"/> + <location filename="../Project/Project.py" line="1683"/> <source><p>The file <b>{0}</b> already exists.</p><p>Overwrite it?</p></source> <translation><p>O ficheiro <b>{0}</b> já existe. </p><p>Sobreescrever?</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1587"/> + <location filename="../Project/Project.py" line="1608"/> <source><p>The selected file <b>{0}</b> could not be added to <b>{1}</b>.</p><p>Reason: {2}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1718"/> + <location filename="../Project/Project.py" line="1739"/> <source>The target directory must not be empty.</source> <translation>O diretório de destino não pode estar vazio.</translation> </message> <message> - <location filename="../Project/Project.py" line="1729"/> + <location filename="../Project/Project.py" line="1750"/> <source>Add directory</source> <translation>Adicionar diretório</translation> </message> <message> - <location filename="../Project/Project.py" line="1631"/> + <location filename="../Project/Project.py" line="1652"/> <source><p>The source directory doesn't contain any files belonging to the selected category.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1644"/> + <location filename="../Project/Project.py" line="1665"/> <source><p>The target directory <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1729"/> + <location filename="../Project/Project.py" line="1750"/> <source>The source directory must not be empty.</source> <translation>O diretório fonte não pode estar vazio.</translation> </message> <message> - <location filename="../Project/Project.py" line="1866"/> + <location filename="../Project/Project.py" line="1887"/> <source>Rename file</source> <translation>Renomear ficheiro</translation> </message> <message> - <location filename="../Project/Project.py" line="1890"/> + <location filename="../Project/Project.py" line="1911"/> <source>Rename File</source> <translation>Renomear Ficheiro</translation> </message> <message> - <location filename="../Project/Project.py" line="2931"/> + <location filename="../Project/Project.py" line="3016"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>O ficheiro <b>{0}</b> já existe. Sobreescrever?</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1890"/> + <location filename="../Project/Project.py" line="1911"/> <source><p>The file <b>{0}</b> could not be renamed.<br />Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2133"/> + <location filename="../Project/Project.py" line="2154"/> <source>Delete file</source> <translation>Apagar ficheiro</translation> </message> <message> - <location filename="../Project/Project.py" line="2163"/> + <location filename="../Project/Project.py" line="2184"/> <source>Delete directory</source> <translation>Apagar diretório</translation> </message> <message> - <location filename="../Project/Project.py" line="2246"/> + <location filename="../Project/Project.py" line="2271"/> <source>Create project directory</source> <translation>Criar diretório de projeto</translation> </message> <message> - <location filename="../Project/Project.py" line="2246"/> + <location filename="../Project/Project.py" line="2271"/> <source><p>The project directory <b>{0}</b> could not be created.</p></source> <translation><p>O diretorio do projeto <b>{0}</b> não se pôde criar.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2777"/> + <location filename="../Project/Project.py" line="2858"/> <source>New Project</source> <translation>Projeto Novo</translation> </message> <message> - <location filename="../Project/Project.py" line="2326"/> + <location filename="../Project/Project.py" line="2386"/> <source>Add existing files to the project?</source> <translation>Adicionar os ficheiros existentes ao projeto?</translation> </message> <message> - <location filename="../Project/Project.py" line="2777"/> + <location filename="../Project/Project.py" line="2858"/> <source>Select Version Control System</source> <translation>Selecionar o Sistema de Control de Versão</translation> </message> <message> - <location filename="../Project/Project.py" line="2445"/> + <location filename="../Project/Project.py" line="2505"/> <source>Would you like to edit the VCS command options?</source> <translation>Quer editar as opções de commandos VCS?</translation> </message> <message> - <location filename="../Project/Project.py" line="3615"/> + <location filename="../Project/Project.py" line="3702"/> <source>New project</source> <translation>Projeto novo</translation> </message> <message> - <location filename="../Project/Project.py" line="2393"/> + <location filename="../Project/Project.py" line="2453"/> <source>Shall the project file be added to the repository?</source> <translation>Deve adicionar-se o ficheiro de projeto ao repositório?</translation> </message> <message> - <location filename="../Project/Project.py" line="2424"/> + <location filename="../Project/Project.py" line="2484"/> <source>None</source> <translation>Nenhum</translation> </message> <message> - <location filename="../Project/Project.py" line="2417"/> + <location filename="../Project/Project.py" line="2477"/> <source>Select version control system for the project</source> <translation>Selecionar o sistema de control de versão para o projeto</translation> </message> <message> - <location filename="../Project/Project.py" line="2523"/> + <location filename="../Project/Project.py" line="2583"/> <source>Translation Pattern</source> <translation>Padrão de Tradução</translation> </message> <message> - <location filename="../Project/Project.py" line="2523"/> + <location filename="../Project/Project.py" line="2583"/> <source>Enter the path pattern for translation files (use '%language%' in place of the language code):</source> <translation>Introduzir o padrão para os ficheiros de tradução (usar '%language%' em lugar do código de idioma):</translation> </message> <message> - <location filename="../Project/Project.py" line="3629"/> + <location filename="../Project/Project.py" line="3716"/> <source>Open project</source> <translation>Abrir projeto</translation> </message> <message> - <location filename="../Project/Project.py" line="2916"/> + <location filename="../Project/Project.py" line="3001"/> <source>Project Files (*.e4p)</source> <translation>Ficheiros de Projeto (*.e4p)</translation> </message> <message> - <location filename="../Project/Project.py" line="3666"/> + <location filename="../Project/Project.py" line="3753"/> <source>Save project as</source> <translation>Gravar projeto como</translation> </message> <message> - <location filename="../Project/Project.py" line="2931"/> + <location filename="../Project/Project.py" line="3016"/> <source>Save File</source> <translation>Gravar Ficheiro</translation> </message> <message> - <location filename="../Project/Project.py" line="2967"/> + <location filename="../Project/Project.py" line="3052"/> <source>Close Project</source> <translation>Fechar Projeto</translation> </message> <message> - <location filename="../Project/Project.py" line="2967"/> + <location filename="../Project/Project.py" line="3052"/> <source>The current project has unsaved changes.</source> <translation>O projeto atual tem alterações por gravar.</translation> </message> <message> - <location filename="../Project/Project.py" line="3140"/> + <location filename="../Project/Project.py" line="3227"/> <source>Syntax errors detected</source> <translation>Detetados erros de sintaxe</translation> </message> <message numerus="yes"> - <location filename="../Project/Project.py" line="3140"/> + <location filename="../Project/Project.py" line="3227"/> <source>The project contains %n file(s) with syntax errors.</source> <translation> <numerusform>O projeto tem um ficheiro com erros de síntaxe.</numerusform> @@ -51832,707 +51900,707 @@ </translation> </message> <message> - <location filename="../Project/Project.py" line="3615"/> + <location filename="../Project/Project.py" line="3702"/> <source>&New...</source> <translation>&Novo...</translation> </message> <message> - <location filename="../Project/Project.py" line="3620"/> + <location filename="../Project/Project.py" line="3707"/> <source>Generate a new project</source> <translation>Criar um projeto novo</translation> </message> <message> - <location filename="../Project/Project.py" line="3621"/> + <location filename="../Project/Project.py" line="3708"/> <source><b>New...</b><p>This opens a dialog for entering the info for a new project.</p></source> <translation><b>Novo...</b><p>Abre uma caixa de diálogo para introduzir a informação para um projeto novo.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3629"/> + <location filename="../Project/Project.py" line="3716"/> <source>&Open...</source> <translation>&Abrir...</translation> </message> <message> - <location filename="../Project/Project.py" line="3634"/> + <location filename="../Project/Project.py" line="3721"/> <source>Open an existing project</source> <translation>Abrir um projeto existente</translation> </message> <message> - <location filename="../Project/Project.py" line="3635"/> + <location filename="../Project/Project.py" line="3722"/> <source><b>Open...</b><p>This opens an existing project.</p></source> <translation><b>Abrir...</b><p>Isto abre um projeto existente.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3642"/> + <location filename="../Project/Project.py" line="3729"/> <source>Close project</source> <translation>Fechar projeto</translation> </message> <message> - <location filename="../Project/Project.py" line="3642"/> + <location filename="../Project/Project.py" line="3729"/> <source>&Close</source> <translation>&Fechar</translation> </message> <message> - <location filename="../Project/Project.py" line="3646"/> + <location filename="../Project/Project.py" line="3733"/> <source>Close the current project</source> <translation>Fechar o projeto atual</translation> </message> <message> - <location filename="../Project/Project.py" line="3647"/> + <location filename="../Project/Project.py" line="3734"/> <source><b>Close</b><p>This closes the current project.</p></source> <translation><b>Fechar</b><p>Fecha o projeto atual</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3654"/> + <location filename="../Project/Project.py" line="3741"/> <source>Save project</source> <translation>Gravar projeto</translation> </message> <message> - <location filename="../Project/Project.py" line="3846"/> + <location filename="../Project/Project.py" line="3933"/> <source>&Save</source> <translation>&Gravar</translation> </message> <message> - <location filename="../Project/Project.py" line="3658"/> + <location filename="../Project/Project.py" line="3745"/> <source>Save the current project</source> <translation>Gravar o projeto actual</translation> </message> <message> - <location filename="../Project/Project.py" line="3659"/> + <location filename="../Project/Project.py" line="3746"/> <source><b>Save</b><p>This saves the current project.</p></source> <translation><b>Gravar</b><p>Guarda o projeto atual.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3666"/> + <location filename="../Project/Project.py" line="3753"/> <source>Save &as...</source> <translation>Gravar &como...</translation> </message> <message> - <location filename="../Project/Project.py" line="3670"/> - <source>Save the current project to a new file</source> - <translation>Gravar o projeto atual para um ficheiro novo</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3672"/> - <source><b>Save as</b><p>This saves the current project to a new file.</p></source> - <translation><b>Gravar como</b><p>Guarda o projeto atual para um ficheiro novo.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3681"/> - <source>Add files to project</source> - <translation>Adicionar ficheiros ao projeto</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3681"/> - <source>Add &files...</source> - <translation>Adicionar &ficheiros...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3686"/> - <source>Add files to the current project</source> - <translation>Adicionar ficheiros ao projeto atual</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3688"/> - <source><b>Add files...</b><p>This opens a dialog for adding files to the current project. The place to add is determined by the file extension.</p></source> - <translation><b>Adicionar ficheiros...</b><p>Abre uma caixa de diálogo para adicionar ficheiros ao projeto atual. O lugar para adicionar determina-se pela extensão de ficheiro.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3697"/> - <source>Add directory to project</source> - <translation>Adicionar diretório ao projeto</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3697"/> - <source>Add directory...</source> - <translation>Adicionar diretório...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3702"/> - <source>Add a directory to the current project</source> - <translation>Adicionar um diretório ao projeto atual</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3704"/> - <source><b>Add directory...</b><p>This opens a dialog for adding a directory to the current project.</p></source> - <translation><b>Adicionar diretório</b><p>Abre uma caixa de diálogo para adicionar um diretório ao projeto atual.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3712"/> - <source>Add translation to project</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3712"/> - <source>Add &translation...</source> - <translation>Adicionar &tradução...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3717"/> - <source>Add a translation to the current project</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3719"/> - <source><b>Add translation...</b><p>This opens a dialog for add a translation to the current project.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3727"/> - <source>Search new files</source> - <translation>Procurar ficheiros novos</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3727"/> - <source>Searc&h new files...</source> - <translation>&Procurar ficheiros novos...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3731"/> - <source>Search new files in the project directory.</source> - <translation>Procurar ficheiros novos no diretório do projeto.</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3757"/> - <source>Project properties</source> - <translation>Propriedades do projeto</translation> - </message> - <message> <location filename="../Project/Project.py" line="3757"/> - <source>&Properties...</source> - <translation>&Propriedades...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3762"/> - <source>Show the project properties</source> - <translation>Mostrar as propriedades do projeto</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3763"/> - <source><b>Properties...</b><p>This shows a dialog to edit the project properties.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3770"/> - <source>User project properties</source> - <translation>Propriedades de projecto do usuário</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3770"/> - <source>&User Properties...</source> - <translation>Propriedades de &Usuário...</translation> + <source>Save the current project to a new file</source> + <translation>Gravar o projeto atual para um ficheiro novo</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3759"/> + <source><b>Save as</b><p>This saves the current project to a new file.</p></source> + <translation><b>Gravar como</b><p>Guarda o projeto atual para um ficheiro novo.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3768"/> + <source>Add files to project</source> + <translation>Adicionar ficheiros ao projeto</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3768"/> + <source>Add &files...</source> + <translation>Adicionar &ficheiros...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3773"/> + <source>Add files to the current project</source> + <translation>Adicionar ficheiros ao projeto atual</translation> </message> <message> <location filename="../Project/Project.py" line="3775"/> - <source>Show the user specific project properties</source> - <translation>Mostrar as propriedades do projeto específicas do usuário</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3777"/> - <source><b>User Properties...</b><p>This shows a dialog to edit the user specific project properties.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3785"/> - <source>Filetype Associations</source> - <translation>Associações de Tipos de Ficheiros</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3785"/> - <source>Filetype Associations...</source> - <translation>Associações de Tipos de Ficheiros...</translation> + <source><b>Add files...</b><p>This opens a dialog for adding files to the current project. The place to add is determined by the file extension.</p></source> + <translation><b>Adicionar ficheiros...</b><p>Abre uma caixa de diálogo para adicionar ficheiros ao projeto atual. O lugar para adicionar determina-se pela extensão de ficheiro.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3784"/> + <source>Add directory to project</source> + <translation>Adicionar diretório ao projeto</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3784"/> + <source>Add directory...</source> + <translation>Adicionar diretório...</translation> </message> <message> <location filename="../Project/Project.py" line="3789"/> - <source>Show the project filetype associations</source> - <translation>Mostrar as associações de tipos de ficheiros do projeto</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3803"/> - <source>Lexer Associations</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3803"/> - <source>Lexer Associations...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3807"/> - <source>Show the project lexer associations (overriding defaults)</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3809"/> - <source><b>Lexer Associations...</b><p>This shows a dialog to edit the lexer associations of the project. These associations override the global lexer associations. Lexers are used to highlight the editor text.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3821"/> - <source>Debugger Properties</source> - <translation>Propriedades do Depurador</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3821"/> - <source>Debugger &Properties...</source> - <translation>&Propriedades do Depurador...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3825"/> - <source>Show the debugger properties</source> - <translation>Mostrar as propriedades do depurador</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3826"/> - <source><b>Debugger Properties...</b><p>This shows a dialog to edit project specific debugger settings.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3834"/> - <source>Load</source> - <translation>Carregar</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3834"/> - <source>&Load</source> - <translation>&Carregar</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3838"/> - <source>Load the debugger properties</source> - <translation>Carregar propriedades do depurador</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3839"/> - <source><b>Load Debugger Properties</b><p>This loads the project specific debugger settings.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3846"/> - <source>Save</source> - <translation>Gravar</translation> + <source>Add a directory to the current project</source> + <translation>Adicionar um diretório ao projeto atual</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3791"/> + <source><b>Add directory...</b><p>This opens a dialog for adding a directory to the current project.</p></source> + <translation><b>Adicionar diretório</b><p>Abre uma caixa de diálogo para adicionar um diretório ao projeto atual.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3799"/> + <source>Add translation to project</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3799"/> + <source>Add &translation...</source> + <translation>Adicionar &tradução...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3804"/> + <source>Add a translation to the current project</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3806"/> + <source><b>Add translation...</b><p>This opens a dialog for add a translation to the current project.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3814"/> + <source>Search new files</source> + <translation>Procurar ficheiros novos</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3814"/> + <source>Searc&h new files...</source> + <translation>&Procurar ficheiros novos...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3818"/> + <source>Search new files in the project directory.</source> + <translation>Procurar ficheiros novos no diretório do projeto.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3844"/> + <source>Project properties</source> + <translation>Propriedades do projeto</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3844"/> + <source>&Properties...</source> + <translation>&Propriedades...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3849"/> + <source>Show the project properties</source> + <translation>Mostrar as propriedades do projeto</translation> </message> <message> <location filename="../Project/Project.py" line="3850"/> - <source>Save the debugger properties</source> - <translation>Gravar propriedades do depurador</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3851"/> - <source><b>Save Debugger Properties</b><p>This saves the project specific debugger settings.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3858"/> - <source>Delete</source> - <translation>Apagar</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3858"/> - <source>&Delete</source> - <translation>&Apagar</translation> + <source><b>Properties...</b><p>This shows a dialog to edit the project properties.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3857"/> + <source>User project properties</source> + <translation>Propriedades de projecto do usuário</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3857"/> + <source>&User Properties...</source> + <translation>Propriedades de &Usuário...</translation> </message> <message> <location filename="../Project/Project.py" line="3862"/> - <source>Delete the debugger properties</source> - <translation>Apagar as propriedades do depurador</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3863"/> - <source><b>Delete Debugger Properties</b><p>This deletes the file containing the project specific debugger settings.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3871"/> - <source>Reset</source> - <translation>Reinicializar</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3871"/> - <source>&Reset</source> - <translation>&Reinicializar</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3875"/> - <source>Reset the debugger properties</source> - <translation>Reinicializar as propriedades do depurador</translation> + <source>Show the user specific project properties</source> + <translation>Mostrar as propriedades do projeto específicas do usuário</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3864"/> + <source><b>User Properties...</b><p>This shows a dialog to edit the user specific project properties.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3872"/> + <source>Filetype Associations</source> + <translation>Associações de Tipos de Ficheiros</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3872"/> + <source>Filetype Associations...</source> + <translation>Associações de Tipos de Ficheiros...</translation> </message> <message> <location filename="../Project/Project.py" line="3876"/> - <source><b>Reset Debugger Properties</b><p>This resets the project specific debugger settings.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3885"/> - <source>Load session</source> - <translation>Carregar sessão</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3889"/> - <source>Load the projects session file.</source> - <translation>Carregar o ficheiro de sessão do projeto.</translation> + <source>Show the project filetype associations</source> + <translation>Mostrar as associações de tipos de ficheiros do projeto</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3890"/> + <source>Lexer Associations</source> + <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3890"/> - <source><b>Load session</b><p>This loads the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3903"/> - <source>Save session</source> - <translation>Guargar sessão</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3907"/> - <source>Save the projects session file.</source> - <translation>Gravar ficheiro de sessão do projeto.</translation> + <source>Lexer Associations...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3894"/> + <source>Show the project lexer associations (overriding defaults)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3896"/> + <source><b>Lexer Associations...</b><p>This shows a dialog to edit the lexer associations of the project. These associations override the global lexer associations. Lexers are used to highlight the editor text.</p></source> + <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3908"/> - <source><b>Save session</b><p>This saves the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> + <source>Debugger Properties</source> + <translation>Propriedades do Depurador</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3908"/> + <source>Debugger &Properties...</source> + <translation>&Propriedades do Depurador...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3912"/> + <source>Show the debugger properties</source> + <translation>Mostrar as propriedades do depurador</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3913"/> + <source><b>Debugger Properties...</b><p>This shows a dialog to edit project specific debugger settings.</p></source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3921"/> - <source>Delete session</source> - <translation>Apagar sessão</translation> + <source>Load</source> + <translation>Carregar</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3921"/> + <source>&Load</source> + <translation>&Carregar</translation> </message> <message> <location filename="../Project/Project.py" line="3925"/> - <source>Delete the projects session file.</source> - <translation>Apagar o ficheiro de sessão do projeto.</translation> + <source>Load the debugger properties</source> + <translation>Carregar propriedades do depurador</translation> </message> <message> <location filename="../Project/Project.py" line="3926"/> - <source><b>Delete session</b><p>This deletes the projects session file</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3935"/> - <source>Code Metrics</source> - <translation type="unfinished">Métricas de Código</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3935"/> - <source>&Code Metrics...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3939"/> - <source>Show some code metrics for the project.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3941"/> - <source><b>Code Metrics...</b><p>This shows some code metrics for all Python files in the project.</p></source> - <translation type="unfinished"></translation> + <source><b>Load Debugger Properties</b><p>This loads the project specific debugger settings.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3933"/> + <source>Save</source> + <translation>Gravar</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3937"/> + <source>Save the debugger properties</source> + <translation>Gravar propriedades do depurador</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3938"/> + <source><b>Save Debugger Properties</b><p>This saves the project specific debugger settings.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3945"/> + <source>Delete</source> + <translation>Apagar</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3945"/> + <source>&Delete</source> + <translation>&Apagar</translation> </message> <message> <location filename="../Project/Project.py" line="3949"/> - <source>Python Code Coverage</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3949"/> - <source>Code Co&verage...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3953"/> - <source>Show code coverage information for the project.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3955"/> - <source><b>Code Coverage...</b><p>This shows the code coverage information for all Python files in the project.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4754"/> - <source>Profile Data</source> - <translation type="unfinished">Dados de Perfil</translation> + <source>Delete the debugger properties</source> + <translation>Apagar as propriedades do depurador</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3950"/> + <source><b>Delete Debugger Properties</b><p>This deletes the file containing the project specific debugger settings.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3958"/> + <source>Reset</source> + <translation>Reinicializar</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3958"/> + <source>&Reset</source> + <translation>&Reinicializar</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3962"/> + <source>Reset the debugger properties</source> + <translation>Reinicializar as propriedades do depurador</translation> </message> <message> <location filename="../Project/Project.py" line="3963"/> + <source><b>Reset Debugger Properties</b><p>This resets the project specific debugger settings.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3972"/> + <source>Load session</source> + <translation>Carregar sessão</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3976"/> + <source>Load the projects session file.</source> + <translation>Carregar o ficheiro de sessão do projeto.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3977"/> + <source><b>Load session</b><p>This loads the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3990"/> + <source>Save session</source> + <translation>Guargar sessão</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3994"/> + <source>Save the projects session file.</source> + <translation>Gravar ficheiro de sessão do projeto.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3995"/> + <source><b>Save session</b><p>This saves the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4008"/> + <source>Delete session</source> + <translation>Apagar sessão</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4012"/> + <source>Delete the projects session file.</source> + <translation>Apagar o ficheiro de sessão do projeto.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4013"/> + <source><b>Delete session</b><p>This deletes the projects session file</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4022"/> + <source>Code Metrics</source> + <translation type="unfinished">Métricas de Código</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4022"/> + <source>&Code Metrics...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4026"/> + <source>Show some code metrics for the project.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4028"/> + <source><b>Code Metrics...</b><p>This shows some code metrics for all Python files in the project.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4036"/> + <source>Python Code Coverage</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4036"/> + <source>Code Co&verage...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4040"/> + <source>Show code coverage information for the project.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4042"/> + <source><b>Code Coverage...</b><p>This shows the code coverage information for all Python files in the project.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4883"/> + <source>Profile Data</source> + <translation type="unfinished">Dados de Perfil</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4050"/> <source>&Profile Data...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3967"/> + <location filename="../Project/Project.py" line="4054"/> <source>Show profiling data for the project.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3969"/> + <location filename="../Project/Project.py" line="4056"/> <source><b>Profile Data...</b><p>This shows the profiling data for the project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4808"/> + <location filename="../Project/Project.py" line="4937"/> <source>Application Diagram</source> <translation>Diagrama da Aplicação</translation> </message> <message> - <location filename="../Project/Project.py" line="3978"/> + <location filename="../Project/Project.py" line="4065"/> <source>&Application Diagram...</source> <translation>Diagrama da &Aplicação...</translation> </message> <message> - <location filename="../Project/Project.py" line="3982"/> + <location filename="../Project/Project.py" line="4069"/> <source>Show a diagram of the project.</source> <translation>Mostrar o diagrama do projeto.</translation> </message> <message> - <location filename="../Project/Project.py" line="3984"/> + <location filename="../Project/Project.py" line="4071"/> <source><b>Application Diagram...</b><p>This shows a diagram of the project.</p></source> <translation><b>Diagrama da Aplicação...</b><p>Mostra um diagrama do projeto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5002"/> + <location filename="../Project/Project.py" line="5131"/> <source>Create Package List</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4007"/> + <location filename="../Project/Project.py" line="4094"/> <source>Create &Package List</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5278"/> + <location filename="../Project/Project.py" line="5407"/> <source>Create Plugin Archive</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4077"/> + <location filename="../Project/Project.py" line="4195"/> <source>&Project</source> <translation>&Projeto</translation> </message> <message> - <location filename="../Project/Project.py" line="4078"/> + <location filename="../Project/Project.py" line="4196"/> <source>Open &Recent Projects</source> <translation>Abrir Projetos &Recentes</translation> </message> <message> + <location filename="../Project/Project.py" line="4197"/> + <source>&Version Control</source> + <translation>Contro&l de Versão</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4201"/> + <source>Chec&k</source> + <translation>&Verificar</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4203"/> + <source>Sho&w</source> + <translation>&Mostrar</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4204"/> + <source>&Diagrams</source> + <translation>&Diagramas</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4205"/> + <source>Session</source> + <translation>Sessão</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4206"/> + <source>Source &Documentation</source> + <translation>&Documentação Fonte</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4208"/> + <source>Debugger</source> + <translation>Depurador</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4209"/> + <source>Pac&kagers</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4328"/> + <source>Project</source> + <translation>Projeto</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4394"/> + <source>&Clear</source> + <translation>&Limpar</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4545"/> + <source>Search New Files</source> + <translation>Procurar Ficheiros Novos</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4545"/> + <source>There were no new files found to be added.</source> + <translation>Não se encontraram ficheiros novos para adicionar.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4691"/> + <source>Version Control System</source> + <translation>Sistema de Control de Versão</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4691"/> + <source><p>The selected VCS <b>{0}</b> could not be found.<br/>Disabling version control.</p><p>{1}</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4810"/> + <source>Coverage Data</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4860"/> + <source>There is no main script defined for the current project. Aborting</source> + <translation>O projeto atual não tem um script principal definido. A cancelar</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4833"/> + <source>Code Coverage</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4833"/> + <source>Please select a coverage file</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4883"/> + <source>Please select a profile file</source> + <translation>Escolha um ficheiro de perfil por favor</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4937"/> + <source>Include module names?</source> + <translation>Incluir nomes de módulos?</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5082"/> + <source><p>The file <b>PKGLIST</b> already exists.</p><p>Overwrite it?</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5131"/> + <source><p>The file <b>PKGLIST</b> could not be created.</p><p>Reason: {0}</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5150"/> + <source>The project does not have a main script defined. Aborting...</source> + <translation>O projeto atual não tem um script principal definido. A cancelar...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5291"/> + <source><p>The file <b>{0}</b> could not be stored in the archive. Ignoring it.</p><p>Reason: {1}</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5365"/> + <source><p>The plugin file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="173"/> + <source>Python2 Files (*.py2);;Python2 GUI Files (*.pyw2);;</source> + <translation>Ficheiros Python2 (*.py2);;Ficheiros GUI Python2 (*.pyw2);;</translation> + </message> + <message> + <location filename="../Project/Project.py" line="2352"/> + <source>Create main script</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="2352"/> + <source><p>The mainscript <b>{0}</b> could not be created.<br/>Reason: {1}</p></source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Project/Project.py" line="4079"/> - <source>&Version Control</source> - <translation>Contro&l de Versão</translation> + <source>Load Diagram</source> + <translation>Carregar Diagrama</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4079"/> + <source>&Load Diagram...</source> + <translation>&Carregar Diagrama...</translation> </message> <message> <location filename="../Project/Project.py" line="4083"/> - <source>Chec&k</source> - <translation>&Verificar</translation> + <source>Load a diagram from file.</source> + <translation>Carregar um diagrama desde um ficheiro.</translation> </message> <message> <location filename="../Project/Project.py" line="4085"/> - <source>Sho&w</source> - <translation>&Mostrar</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4086"/> - <source>&Diagrams</source> - <translation>&Diagramas</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4087"/> - <source>Session</source> - <translation>Sessão</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4088"/> - <source>Source &Documentation</source> - <translation>&Documentação Fonte</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4090"/> - <source>Debugger</source> - <translation>Depurador</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4091"/> - <source>Pac&kagers</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4199"/> - <source>Project</source> - <translation>Projeto</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4265"/> - <source>&Clear</source> - <translation>&Limpar</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4416"/> - <source>Search New Files</source> - <translation>Procurar Ficheiros Novos</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4416"/> - <source>There were no new files found to be added.</source> - <translation>Não se encontraram ficheiros novos para adicionar.</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4562"/> - <source>Version Control System</source> - <translation>Sistema de Control de Versão</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4562"/> - <source><p>The selected VCS <b>{0}</b> could not be found.<br/>Disabling version control.</p><p>{1}</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4681"/> - <source>Coverage Data</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4731"/> - <source>There is no main script defined for the current project. Aborting</source> - <translation>O projeto atual não tem um script principal definido. A cancelar</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4704"/> - <source>Code Coverage</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4704"/> - <source>Please select a coverage file</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4754"/> - <source>Please select a profile file</source> - <translation>Escolha um ficheiro de perfil por favor</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4808"/> - <source>Include module names?</source> - <translation>Incluir nomes de módulos?</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4953"/> - <source><p>The file <b>PKGLIST</b> already exists.</p><p>Overwrite it?</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="5002"/> - <source><p>The file <b>PKGLIST</b> could not be created.</p><p>Reason: {0}</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="5021"/> - <source>The project does not have a main script defined. Aborting...</source> - <translation>O projeto atual não tem um script principal definido. A cancelar...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="5162"/> - <source><p>The file <b>{0}</b> could not be stored in the archive. Ignoring it.</p><p>Reason: {1}</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="5236"/> - <source><p>The plugin file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="164"/> - <source>Python2 Files (*.py2);;Python2 GUI Files (*.pyw2);;</source> - <translation>Ficheiros Python2 (*.py2);;Ficheiros GUI Python2 (*.pyw2);;</translation> - </message> - <message> - <location filename="../Project/Project.py" line="2313"/> - <source>Create main script</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="2313"/> - <source><p>The mainscript <b>{0}</b> could not be created.<br/>Reason: {1}</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3992"/> - <source>Load Diagram</source> - <translation>Carregar Diagrama</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3992"/> - <source>&Load Diagram...</source> - <translation>&Carregar Diagrama...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3996"/> - <source>Load a diagram from file.</source> - <translation>Carregar um diagrama desde um ficheiro.</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3998"/> <source><b>Load Diagram...</b><p>This loads a diagram from file.</p></source> <translation><b>Carregar Diagrama...</b><p>Carga um diagrama desde um ficheiro.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="341"/> + <location filename="../Project/Project.py" line="351"/> <source><p>The Programming Language <b>{0}</b> is not supported.</p></source> <translation><p>A Linguagem de Programação <b>{0}</b> não está suportada.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="364"/> + <location filename="../Project/Project.py" line="374"/> <source><p>The Project type <b>{0}</b> is already registered.</p></source> <translation><p>O tipo de Projeto <b>{0}</b> já está registado.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="352"/> + <location filename="../Project/Project.py" line="362"/> <source><p>The Project type <b>{0}</b> is already registered with Programming Language <b>{1}</b>.</p></source> <translation><p>O tipo de Projeto <b>{0}</b> já está registado com a Linguagem de Programação <b>{1}</b>.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="262"/> + <location filename="../Project/Project.py" line="272"/> <source>PyQt5 GUI</source> <translation>GUI de PyQt5</translation> </message> <message> - <location filename="../Project/Project.py" line="263"/> + <location filename="../Project/Project.py" line="273"/> <source>PyQt5 Console</source> <translation>Consola de PyQt5</translation> </message> <message> - <location filename="../Project/Project.py" line="4550"/> + <location filename="../Project/Project.py" line="4679"/> <source><p>The selected VCS <b>{0}</b> could not be found. <br/>Reverting override.</p><p>{1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5278"/> + <location filename="../Project/Project.py" line="5407"/> <source><p>The plugin file <b>{0}</b> could not be read.</p> <p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="260"/> + <location filename="../Project/Project.py" line="270"/> <source>PyQt4 GUI</source> <translation>GUI de PyQt4</translation> </message> <message> - <location filename="../Project/Project.py" line="261"/> + <location filename="../Project/Project.py" line="271"/> <source>PyQt4 Console</source> <translation>Consola de PyQt4</translation> </message> <message> - <location filename="../Project/Project.py" line="264"/> + <location filename="../Project/Project.py" line="274"/> <source>Eric6 Plugin</source> <translation>Complemento de Eric6</translation> </message> <message> - <location filename="../Project/Project.py" line="4012"/> + <location filename="../Project/Project.py" line="4099"/> <source>Create an initial PKGLIST file for an eric6 plugin.</source> <translation>Criar um ficheiro PKGLIST inicial para complemento eric6.</translation> </message> <message> - <location filename="../Project/Project.py" line="4014"/> + <location filename="../Project/Project.py" line="4101"/> <source><b>Create Package List</b><p>This creates an initial list of files to include in an eric6 plugin archive. The list is created from the project file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5127"/> + <location filename="../Project/Project.py" line="5256"/> <source><p>The eric6 plugin archive file <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> @@ -52542,151 +52610,231 @@ <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="2747"/> + <location filename="../Project/Project.py" line="2828"/> <source>Create project management directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2747"/> + <location filename="../Project/Project.py" line="2828"/> <source><p>The project directory <b>{0}</b> is not writable.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3742"/> + <location filename="../Project/Project.py" line="3829"/> <source>Alt+Ctrl+P</source> <comment>Project|Search Project File</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3748"/> + <location filename="../Project/Project.py" line="3835"/> <source>Search for a file in the project list of files.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3750"/> + <location filename="../Project/Project.py" line="3837"/> <source><b>Search Project File</b><p>This searches for a file in the project list of files.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3742"/> + <location filename="../Project/Project.py" line="3829"/> <source>Search Project File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3742"/> + <location filename="../Project/Project.py" line="3829"/> <source>Search Project File...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5056"/> + <location filename="../Project/Project.py" line="5185"/> <source>Create Plugin Archives</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4023"/> + <location filename="../Project/Project.py" line="4110"/> <source>Create Plugin &Archives</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4028"/> + <location filename="../Project/Project.py" line="4115"/> <source>Create eric6 plugin archive files.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4030"/> + <location filename="../Project/Project.py" line="4117"/> <source><b>Create Plugin Archives</b><p>This creates eric6 plugin archive files using the list of files given in a PKGLIST* file. The archive name is built from the main script name if not designated in the package list file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4040"/> + <location filename="../Project/Project.py" line="4127"/> <source>Create Plugin Archives (Snapshot)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4040"/> + <location filename="../Project/Project.py" line="4127"/> <source>Create Plugin Archives (&Snapshot)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4045"/> + <location filename="../Project/Project.py" line="4132"/> <source>Create eric6 plugin archive files (snapshot releases).</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4047"/> + <location filename="../Project/Project.py" line="4134"/> <source><b>Create Plugin Archives (Snapshot)</b><p>This creates eric6 plugin archive files using the list of files given in the PKGLIST* file. The archive name is built from the main script name if not designated in the package list file. The version entry of the main script is modified to reflect a snapshot release.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5035"/> + <location filename="../Project/Project.py" line="5164"/> <source>Select package lists:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5052"/> + <location filename="../Project/Project.py" line="5181"/> <source>Creating plugin archives...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5052"/> + <location filename="../Project/Project.py" line="5181"/> <source>Abort</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5052"/> - <source>%v/%m Archives</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="5069"/> - <source><p>The file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> - <translation type="unfinished"><p>O ficheiro <b>{0}</b> não se pôde ler. </p><p>Motivo: {1}</p></translation> - </message> - <message> <location filename="../Project/Project.py" line="5181"/> + <source>%v/%m Archives</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5198"/> + <source><p>The file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> + <translation type="unfinished"><p>O ficheiro <b>{0}</b> não se pôde ler. </p><p>Motivo: {1}</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5310"/> <source><p>The eric6 plugin archive files were created with some errors.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5184"/> + <location filename="../Project/Project.py" line="5313"/> <source><p>The eric6 plugin archive files were created successfully.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5045"/> + <location filename="../Project/Project.py" line="5174"/> <source><p>No package list files (PKGLIST*) available or selected. Aborting...</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5099"/> + <location filename="../Project/Project.py" line="5228"/> <source><p>The file <b>{0}</b> is not ready yet.</p><p>Please rework it and delete the'; initial_list' line of the header.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3733"/> + <location filename="../Project/Project.py" line="3820"/> <source><b>Search new files...</b><p>This searches for new files (sources, *.ui, *.idl, *.proto) in the project directory and registered subdirectories.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3791"/> + <location filename="../Project/Project.py" line="3878"/> <source><b>Filetype Associations...</b><p>This shows a dialog to edit the file type associations of the project. These associations determine the type (source, form, interface, protocol 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="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1435"/> + <location filename="../Project/Project.py" line="1456"/> <source><p>The selected translation file <b>{0}</b> could not be deleted.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2133"/> + <location filename="../Project/Project.py" line="2154"/> <source><p>The selected file <b>{0}</b> could not be deleted.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2163"/> + <location filename="../Project/Project.py" line="2184"/> <source><p>The selected directory <b>{0}</b> could not be deleted.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Project/Project.py" line="2654"/> + <source>Create Makefile</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="2654"/> + <source><p>The makefile <b>{0}</b> could not be created.<br/>Reason: {1}</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5590"/> + <source>Execute Make</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4148"/> + <source>&Execute Make</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4152"/> + <source>Perform a 'make' run.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4154"/> + <source><b>Execute Make</b><p>This performs a 'make' run to rebuild the configured target.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5570"/> + <source>Test for Changes</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4162"/> + <source>&Test for Changes</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4166"/> + <source>Question 'make', if a rebuild is needed.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4168"/> + <source><b>Test for Changes</b><p>This questions 'make', if a rebuild of the configured target is necessary.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4210"/> + <source>Make</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5518"/> + <source>The make process did not start.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5563"/> + <source>The make process crashed.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5573"/> + <source><p>There are changes that require the configured make target <b>{0}</b> to be rebuilt.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5578"/> + <source><p>There are changes that require the default make target to be rebuilt.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5590"/> + <source>The makefile contains errors.</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>ProjectBaseBrowser</name> @@ -53573,7 +53721,7 @@ </message> <message> <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="163"/> - <source>Automatically compile</source> + <source>Automatisations</source> <translation type="unfinished"></translation> </message> <message> @@ -53583,7 +53731,7 @@ </message> <message> <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="172"/> - <source>changed forms</source> + <source>compile changed forms</source> <translation type="unfinished"></translation> </message> <message> @@ -53593,62 +53741,72 @@ </message> <message> <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="182"/> - <source>changed resources</source> + <source>compile changed resources</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="221"/> + <source>Recent Projects</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="227"/> + <source>Number of recent projects:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="234"/> + <source>Enter the number of recent projects to remember</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="202"/> + <source>Python Variant</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="208"/> + <source>Select to determine the Python variant from the project language</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="211"/> - <source>Recent Projects</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="217"/> - <source>Number of recent projects:</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="224"/> - <source>Enter the number of recent projects to remember</source> + <source>Determine Python variant from project language</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="266"/> + <source>Tasks</source> + <translation>Tarefas</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="272"/> + <source>Select to save the project tasks automatically</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="275"/> + <source>Save tasks automatically</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="282"/> + <source>Select to rescan the project tasks when a project is opened</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="285"/> + <source>Rescan tasks upon opening</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="189"/> + <source>Select to execute the configured 'make' command before a run action is performed</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="192"/> - <source>Python Variant</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="198"/> - <source>Select to determine the Python variant from the project language</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="201"/> - <source>Determine Python variant from project language</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="256"/> - <source>Tasks</source> - <translation>Tarefas</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="262"/> - <source>Select to save the project tasks automatically</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="265"/> - <source>Save tasks automatically</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="272"/> - <source>Select to rescan the project tasks when a project is opened</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="275"/> - <source>Rescan tasks upon opening</source> + <source>execute make</source> <translation type="unfinished"></translation> </message> </context> @@ -54456,42 +54614,42 @@ <translation>Selecionar a linguagem de programação do projeto</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="84"/> + <location filename="../Project/PropertiesDialog.ui" line="86"/> <source>Select, if the project uses other programming languages as well</source> <translation>Marcar se o projeto também usa outras linguagens de programação</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="87"/> + <location filename="../Project/PropertiesDialog.ui" line="89"/> <source>Mi&xed programming languages</source> <translation>&Várias linguagens de programação</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="90"/> + <location filename="../Project/PropertiesDialog.ui" line="92"/> <source>Alt+X</source> <translation></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="97"/> + <location filename="../Project/PropertiesDialog.ui" line="137"/> <source>Project &Type:</source> <translation>&Tipo de Projeto:</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="107"/> + <location filename="../Project/PropertiesDialog.ui" line="147"/> <source>Select the type of the project</source> <translation>Selecionar o tipo de projeto</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="114"/> + <location filename="../Project/PropertiesDialog.ui" line="154"/> <source>Project &Directory:</source> <translation>&Diretório do Projeto:</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="133"/> + <location filename="../Project/PropertiesDialog.ui" line="173"/> <source>Enter the project directory</source> <translation>Introduzir o diretório do projeto</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="136"/> + <location filename="../Project/PropertiesDialog.ui" line="176"/> <source><b>Project Directory</b> <p>Enter the project directory. You may select it with a dialog by pressing the button to the right.</p></source> @@ -54512,34 +54670,34 @@ <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="145"/> + <location filename="../Project/PropertiesDialog.ui" line="185"/> <source>&Version No.:</source> <translation>Número da &Versão:</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="155"/> + <location filename="../Project/PropertiesDialog.ui" line="195"/> <source>Enter the version number</source> <translation>Introduzir o número da versão</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="158"/> + <location filename="../Project/PropertiesDialog.ui" line="198"/> <source><b>Version No.</b> <p>Enter the version no.</p></source> <translation><b>Número da Versão.</b> <p>Introduzir o número da versão</p></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="166"/> + <location filename="../Project/PropertiesDialog.ui" line="206"/> <source>&Main Script:</source> <translation>&Script Principal:</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="185"/> + <location filename="../Project/PropertiesDialog.ui" line="225"/> <source>Enter the main script</source> <translation>Introduzir o script principal</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="188"/> + <location filename="../Project/PropertiesDialog.ui" line="228"/> <source><b>Main Script</b> <p>Enter the main script of the project. You may select it with a dialog by pressing the button to the right.</p></source> @@ -54560,108 +54718,108 @@ <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="197"/> + <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> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="200"/> + <location filename="../Project/PropertiesDialog.ui" line="240"/> <source>Translations Properties...</source> <translation>Propriedades das Traduções...</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="207"/> + <location filename="../Project/PropertiesDialog.ui" line="247"/> <source>End of &Line Character:</source> <translation>Carácter de Fim de &Linha:</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="217"/> - <source>Select the end of line character to be used by the project</source> - <translation>Selecionar o carácter de fim de linha a usar pelo projeto</translation> - </message> - <message> - <location filename="../Project/PropertiesDialog.ui" line="221"/> - <source>System</source> - <translation>Sistema</translation> - </message> - <message> - <location filename="../Project/PropertiesDialog.ui" line="226"/> - <source>Unix</source> - <translation></translation> - </message> - <message> - <location filename="../Project/PropertiesDialog.ui" line="231"/> - <source>Macintosh</source> - <translation></translation> - </message> - <message> - <location filename="../Project/PropertiesDialog.ui" line="236"/> - <source>Windows/DOS</source> - <translation></translation> - </message> - <message> - <location filename="../Project/PropertiesDialog.ui" line="244"/> - <source>&Author:</source> - <translation>&Autor:</translation> - </message> - <message> - <location filename="../Project/PropertiesDialog.ui" line="254"/> - <source>Enter authors name</source> - <translation>Introduzir o nome dos autores</translation> - </message> - <message> <location filename="../Project/PropertiesDialog.ui" line="257"/> + <source>Select the end of line character to be used by the project</source> + <translation>Selecionar o carácter de fim de linha a usar pelo projeto</translation> + </message> + <message> + <location filename="../Project/PropertiesDialog.ui" line="261"/> + <source>System</source> + <translation>Sistema</translation> + </message> + <message> + <location filename="../Project/PropertiesDialog.ui" line="266"/> + <source>Unix</source> + <translation></translation> + </message> + <message> + <location filename="../Project/PropertiesDialog.ui" line="271"/> + <source>Macintosh</source> + <translation></translation> + </message> + <message> + <location filename="../Project/PropertiesDialog.ui" line="276"/> + <source>Windows/DOS</source> + <translation></translation> + </message> + <message> + <location filename="../Project/PropertiesDialog.ui" line="284"/> + <source>&Author:</source> + <translation>&Autor:</translation> + </message> + <message> + <location filename="../Project/PropertiesDialog.ui" line="294"/> + <source>Enter authors name</source> + <translation>Introduzir o nome dos autores</translation> + </message> + <message> + <location filename="../Project/PropertiesDialog.ui" line="297"/> <source><b>Author</b> <p>Enter the name of the author.</p></source> <translation><b>Autor</b> <p>Introduzir o nome do autor.</p></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="265"/> + <location filename="../Project/PropertiesDialog.ui" line="305"/> <source>&Email:</source> <translation>Correio &Eletrónico:</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="275"/> + <location filename="../Project/PropertiesDialog.ui" line="315"/> <source>Enter authors email</source> <translation>Introduzir o correio eletrónico dos autores</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="278"/> + <location filename="../Project/PropertiesDialog.ui" line="318"/> <source><b>Email</b> <p>Enter the email address of the author</p></source> <translation><b>Correio Eletrónico</b> <p>Introduzir o endereço do correio eletrónico do autor</p></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="286"/> + <location filename="../Project/PropertiesDialog.ui" line="326"/> <source>&Description:</source> <translation>&Descrição:</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="299"/> + <location filename="../Project/PropertiesDialog.ui" line="339"/> <source>Enter description</source> <translation>Introduzir a descrição</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="302"/> + <location filename="../Project/PropertiesDialog.ui" line="342"/> <source><b>Description</b> <p>Enter a short description for the project.</p></source> <translation><b>Descrição</b> <p>Introduzir uma breve descrição para o projeto.</p></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="343"/> + <location filename="../Project/PropertiesDialog.ui" line="383"/> <source>Press to show information about the repository</source> <translation>Pressionar para mostrar a informação acerca do repositório</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="346"/> + <location filename="../Project/PropertiesDialog.ui" line="386"/> <source>Show &Repository Info</source> <translation>Ver Informação do &Repositório</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="349"/> + <location filename="../Project/PropertiesDialog.ui" line="389"/> <source>Alt+R</source> <translation></translation> </message> @@ -54678,12 +54836,12 @@ <p>Introduzir uma breve descrição para o multiprojeto.</p></translation> </message> <message> - <location filename="../Project/PropertiesDialog.py" line="105"/> + <location filename="../Project/PropertiesDialog.py" line="109"/> <source>The project is version controlled by <b>{0}</b>.</source> <translation>O projeto tem a versão controlada por <b>{0}</b>.</translation> </message> <message> - <location filename="../Project/PropertiesDialog.py" line="111"/> + <location filename="../Project/PropertiesDialog.py" line="115"/> <source>The project is not version controlled.</source> <translation>O projeto não tem a versão controlada.</translation> </message> @@ -54693,7 +54851,7 @@ <translation type="obsolete">Selecionar o diretório do projeto</translation> </message> <message> - <location filename="../Project/PropertiesDialog.py" line="56"/> + <location filename="../Project/PropertiesDialog.py" line="60"/> <source>Source Files ({0});;All Files (*)</source> <translation>Ficheiros Fonte ({0});;Ficheiros Todos (*)</translation> </message> @@ -54703,15 +54861,30 @@ <translation type="obsolete">Selecionar o ficheiro script principal</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="318"/> + <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> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="321"/> + <location filename="../Project/PropertiesDialog.ui" line="361"/> <source>Version Controlled Project</source> <translation>Projeto com Versão Controlada</translation> </message> + <message> + <location filename="../Project/PropertiesDialog.ui" line="112"/> + <source>Select to activate the 'make' support</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/PropertiesDialog.ui" line="115"/> + <source>Enable 'make' Support</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/PropertiesDialog.ui" line="125"/> + <source>Press to open a dialog to enter the 'make' parameters</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>ProtobufPage</name> @@ -75158,1003 +75331,1003 @@ <translation>A definir coneções...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="513"/> + <location filename="../UI/UserInterface.py" line="516"/> <source>Initializing Tools...</source> <translation>A iniciar Ferramentas...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="531"/> + <location filename="../UI/UserInterface.py" line="534"/> <source>Registering Objects...</source> <translation>A registar Objetos...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="559"/> + <location filename="../UI/UserInterface.py" line="562"/> <source>Initializing Actions...</source> <translation>A iniciar Ações...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="561"/> + <location filename="../UI/UserInterface.py" line="564"/> <source>Initializing Menus...</source> <translation>A iniciar Menús...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="563"/> + <location filename="../UI/UserInterface.py" line="566"/> <source>Initializing Toolbars...</source> <translation>A iniciar Barras de Ferramentas...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="565"/> + <location filename="../UI/UserInterface.py" line="568"/> <source>Initializing Statusbar...</source> <translation>A iniciar Barra de Estado...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="592"/> + <location filename="../UI/UserInterface.py" line="595"/> <source>Initializing Single Application Server...</source> <translation>A iniciar Servidor de Aplicação Única...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="602"/> + <location filename="../UI/UserInterface.py" line="605"/> <source>Activating Plugins...</source> <translation>A ativar Complementos...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="617"/> + <location filename="../UI/UserInterface.py" line="620"/> <source>Restoring Toolbarmanager...</source> <translation>A restaurar Gestor da Barra de Ferramentas...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1427"/> + <location filename="../UI/UserInterface.py" line="1430"/> <source>Project-Viewer</source> <translation>Visor de Projeto</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1444"/> + <location filename="../UI/UserInterface.py" line="1447"/> <source>Multiproject-Viewer</source> <translation>Visor de Multiprojeto</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1462"/> + <location filename="../UI/UserInterface.py" line="1465"/> <source>Debug-Viewer</source> <translation>Visor de Depuração</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="945"/> + <location filename="../UI/UserInterface.py" line="948"/> <source>Cooperation</source> <translation>Colaboração</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1002"/> + <location filename="../UI/UserInterface.py" line="1005"/> <source>Symbols</source> <translation>Símbolos</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1513"/> + <location filename="../UI/UserInterface.py" line="1516"/> <source>Log-Viewer</source> <translation>Visor de Registos</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1531"/> + <location filename="../UI/UserInterface.py" line="1534"/> <source>Task-Viewer</source> <translation>Visor de Tarefas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1549"/> + <location filename="../UI/UserInterface.py" line="1552"/> <source>Template-Viewer</source> <translation>Visor de Modelos</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1010"/> + <location filename="../UI/UserInterface.py" line="1013"/> <source>Numbers</source> <translation>Números</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1496"/> + <location filename="../UI/UserInterface.py" line="1499"/> <source>File-Browser</source> <translation>Navegador de Ficheiros</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1480"/> + <location filename="../UI/UserInterface.py" line="1483"/> <source>Shell</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1592"/> + <location filename="../UI/UserInterface.py" line="1595"/> <source>Horizontal Toolbox</source> <translation>Caixa de Ferramentas Horizontal</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1297"/> + <location filename="../UI/UserInterface.py" line="1300"/> <source>{0} - Passive Mode</source> <translation>{0} - Modo Passivo</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1304"/> + <location filename="../UI/UserInterface.py" line="1307"/> <source>{0} - {1} - Passive Mode</source> <translation>{0} - {1} - Modo Passivo</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1308"/> + <location filename="../UI/UserInterface.py" line="1311"/> <source>{0} - {1} - {2} - Passive Mode</source> <translation>{0} - {1} - {2} - Modo Passivo</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1331"/> + <location filename="../UI/UserInterface.py" line="1334"/> <source>Quit</source> <translation>Sair</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1331"/> + <location filename="../UI/UserInterface.py" line="1334"/> <source>&Quit</source> <translation>Sai&r</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1331"/> + <location filename="../UI/UserInterface.py" line="1334"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1337"/> + <location filename="../UI/UserInterface.py" line="1340"/> <source>Quit the IDE</source> <translation>Sair do IDE</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1338"/> + <location filename="../UI/UserInterface.py" line="1341"/> <source><b>Quit the IDE</b><p>This quits the IDE. Any unsaved changes may be saved first. Any Python program being debugged will be stopped and the preferences will be written to disc.</p></source> <translation><b>Sair do IDE</b><p>Isto sai do IDE. Pode gravar antes as alterações. Qualquer programa Python que esteja a ser depurado será parado e as preferências serão escritas no disco.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1393"/> + <location filename="../UI/UserInterface.py" line="1396"/> <source>Edit Profile</source> <translation>Perfil de Edição</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1399"/> + <location filename="../UI/UserInterface.py" line="1402"/> <source>Activate the edit view profile</source> <translation>Ativar o perfil de vista de edição</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1401"/> + <location filename="../UI/UserInterface.py" line="1404"/> <source><b>Edit Profile</b><p>Activate the "Edit View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.</p></source> <translation><b>Perfil de Edição</b><p>Activa o "Perfil da Vista de Edição". As janelas a serem mostradas, se este perfil está activado, podem ser configuradas com a caixa de diálogo "Configuração de Vista do Perfil"</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1410"/> + <location filename="../UI/UserInterface.py" line="1413"/> <source>Debug Profile</source> <translation>Perfil de Depuração</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1416"/> + <location filename="../UI/UserInterface.py" line="1419"/> <source>Activate the debug view profile</source> <translation>Ativar o perfile de vista de depuração</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1418"/> + <location filename="../UI/UserInterface.py" line="1421"/> <source><b>Debug Profile</b><p>Activate the "Debug View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.</p></source> <translation><b>Perfil de Depuração</b><p>Activa o "Perfile da Vista de Depuração". As janelas a serem mostradas, se este perfil está activado, podem ser configuradas com a caixa de diálogo "Configuração de Vista do Perfil"</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1427"/> + <location filename="../UI/UserInterface.py" line="1430"/> <source>&Project-Viewer</source> <translation>Visor de &Projeto</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1427"/> + <location filename="../UI/UserInterface.py" line="1430"/> <source>Alt+Shift+P</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1444"/> + <location filename="../UI/UserInterface.py" line="1447"/> <source>&Multiproject-Viewer</source> <translation>Visor de &Multiprojeto</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1444"/> + <location filename="../UI/UserInterface.py" line="1447"/> <source>Alt+Shift+M</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1462"/> + <location filename="../UI/UserInterface.py" line="1465"/> <source>&Debug-Viewer</source> <translation>Visor de &Depuração</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1462"/> + <location filename="../UI/UserInterface.py" line="1465"/> <source>Alt+Shift+D</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1480"/> + <location filename="../UI/UserInterface.py" line="1483"/> <source>&Shell</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1480"/> + <location filename="../UI/UserInterface.py" line="1483"/> <source>Alt+Shift+S</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1496"/> + <location filename="../UI/UserInterface.py" line="1499"/> <source>Alt+Shift+F</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1513"/> + <location filename="../UI/UserInterface.py" line="1516"/> <source>Alt+Shift+G</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1531"/> + <location filename="../UI/UserInterface.py" line="1534"/> <source>Alt+Shift+T</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1549"/> + <location filename="../UI/UserInterface.py" line="1552"/> <source>Alt+Shift+A</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1592"/> + <location filename="../UI/UserInterface.py" line="1595"/> <source>&Horizontal Toolbox</source> <translation>Caixa de Ferramentas &Horizontal</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1596"/> + <location filename="../UI/UserInterface.py" line="1599"/> <source>Toggle the Horizontal Toolbox window</source> <translation>Alternar a janela de Caixa de Ferramentas Horizontal</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1598"/> + <location filename="../UI/UserInterface.py" line="1601"/> <source><b>Toggle the Horizontal Toolbox window</b><p>If the Horizontal Toolbox window is hidden then display it. If it is displayed then close it.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1606"/> + <location filename="../UI/UserInterface.py" line="1609"/> <source>Left Sidebar</source> <translation>Barra Esquerda</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1606"/> + <location filename="../UI/UserInterface.py" line="1609"/> <source>&Left Sidebar</source> <translation>Barra Lateral &Esquerda</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1610"/> + <location filename="../UI/UserInterface.py" line="1613"/> <source>Toggle the left sidebar window</source> <translation>Alternar a janela da barra lateral esquerda</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1611"/> + <location filename="../UI/UserInterface.py" line="1614"/> <source><b>Toggle the left sidebar window</b><p>If the left sidebar window is hidden then display it. If it is displayed then close it.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1633"/> + <location filename="../UI/UserInterface.py" line="1636"/> <source>Bottom Sidebar</source> <translation>Barra Inferior</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1633"/> + <location filename="../UI/UserInterface.py" line="1636"/> <source>&Bottom Sidebar</source> <translation>Barra Lateral &Inferior</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1637"/> + <location filename="../UI/UserInterface.py" line="1640"/> <source>Toggle the bottom sidebar window</source> <translation>Alternar janela da barra lateral inferior</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1639"/> + <location filename="../UI/UserInterface.py" line="1642"/> <source><b>Toggle the bottom sidebar window</b><p>If the bottom sidebar window is hidden then display it. If it is displayed then close it.</p></source> <translation><b>Alternar janela da barra lateral inferior</b><p>Mostra a janela da barra lateral inferior se está escondida. Esconde-a se está visível.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1647"/> + <location filename="../UI/UserInterface.py" line="1650"/> <source>Alt+Shift+O</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1682"/> + <location filename="../UI/UserInterface.py" line="1685"/> <source>Alt+Shift+Y</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1700"/> + <location filename="../UI/UserInterface.py" line="1703"/> <source>Alt+Shift+B</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1718"/> + <location filename="../UI/UserInterface.py" line="1721"/> <source>What's This?</source> <translation>O que é Isto?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1718"/> + <location filename="../UI/UserInterface.py" line="1721"/> <source>&What's This?</source> <translation>O &que é Isto?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1718"/> + <location filename="../UI/UserInterface.py" line="1721"/> <source>Shift+F1</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1724"/> + <location filename="../UI/UserInterface.py" line="1727"/> <source>Context sensitive help</source> <translation type="unfinished">Ajuda sensível ao contexto</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1725"/> + <location filename="../UI/UserInterface.py" line="1728"/> <source><b>Display context sensitive help</b><p>In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.</p></source> <translation type="unfinished"><b>Mostrar ajuda sensível a contexto</b><p>No modo 'Que é Isto?' o cursor do rato mostra uma flecha com um ponto de interrogação, e pode clicar nos elementos da interface para ver uma breve descrição do que fazem e como se usam. Nas caixas de diálogo, pode-se aceder a esta característica através do botão de ajuda contextual da barra de título.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1737"/> + <location filename="../UI/UserInterface.py" line="1740"/> <source>Helpviewer</source> <translation>Visor de Ajuda</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1737"/> + <location filename="../UI/UserInterface.py" line="1740"/> <source>&Helpviewer...</source> <translation>Visor de &Ajuda...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1737"/> + <location filename="../UI/UserInterface.py" line="1740"/> <source>F1</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1743"/> + <location filename="../UI/UserInterface.py" line="1746"/> <source>Open the helpviewer window</source> <translation>Abrir a janela do visor de ajuda</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1765"/> + <location filename="../UI/UserInterface.py" line="1768"/> <source>Show Versions</source> <translation>Mostrar Versões</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1765"/> + <location filename="../UI/UserInterface.py" line="1768"/> <source>Show &Versions</source> <translation>Mostrar &Versões</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1769"/> + <location filename="../UI/UserInterface.py" line="1772"/> <source>Display version information</source> <translation>Mostrar a informação da versão</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1771"/> + <location filename="../UI/UserInterface.py" line="1774"/> <source><b>Show Versions</b><p>Display version information.</p></source> <translation type="unfinished"></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1784"/> + <source>Check for Updates</source> + <translation>Procurar Atualizações</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1781"/> - <source>Check for Updates</source> - <translation>Procurar Atualizações</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1778"/> <source>Check for &Updates...</source> <translation>Procurar &Atualizações...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1789"/> + <location filename="../UI/UserInterface.py" line="1792"/> <source>Show downloadable versions</source> <translation>Mostrar versões descarregáveis</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1789"/> + <location filename="../UI/UserInterface.py" line="1792"/> <source>Show &downloadable versions...</source> <translation>Mostrar versões &descarregáveis...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1793"/> + <location filename="../UI/UserInterface.py" line="1796"/> <source>Show the versions available for download</source> <translation>Mostrar as versões disponíveis para descarregar</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3218"/> + <location filename="../UI/UserInterface.py" line="3221"/> <source>Report Bug</source> <translation>Reportar Falho</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1816"/> + <location filename="../UI/UserInterface.py" line="1819"/> <source>Report &Bug...</source> <translation>Reportar &Falho...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1820"/> + <location filename="../UI/UserInterface.py" line="1823"/> <source>Report a bug</source> <translation>Reportar um falho</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1821"/> + <location filename="../UI/UserInterface.py" line="1824"/> <source><b>Report Bug...</b><p>Opens a dialog to report a bug.</p></source> <translation><b>Reportar Falho...</b><p>Abre uma caixa de diálogo para reportar um falho.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1828"/> + <location filename="../UI/UserInterface.py" line="1831"/> <source>Request Feature</source> <translation>Solicitar Característica</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1828"/> + <location filename="../UI/UserInterface.py" line="1831"/> <source>Request &Feature...</source> <translation>Solicitar Ca&racterística...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1832"/> + <location filename="../UI/UserInterface.py" line="1835"/> <source>Send a feature request</source> <translation>Enviar uma solicitude de característica</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1834"/> + <location filename="../UI/UserInterface.py" line="1837"/> <source><b>Request Feature...</b><p>Opens a dialog to send a feature request.</p></source> <translation><b>Solicitar Característica...</b><p>Abre uma caixa de diálogo para enviar uma solicitude de característica.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2790"/> + <location filename="../UI/UserInterface.py" line="2793"/> <source>Unittest</source> <translation>Teste Unitário</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1843"/> + <location filename="../UI/UserInterface.py" line="1846"/> <source>&Unittest...</source> <translation>Teste &Unitário...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1848"/> + <location filename="../UI/UserInterface.py" line="1851"/> <source>Start unittest dialog</source> <translation>Iniciar a caixa de diálogo de teste unitário</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1849"/> + <location filename="../UI/UserInterface.py" line="1852"/> <source><b>Unittest</b><p>Perform unit tests. The dialog gives you the ability to select and run a unittest suite.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1857"/> + <location filename="../UI/UserInterface.py" line="1860"/> <source>Unittest Restart</source> <translation>Reiniciar Teste Unitário</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1857"/> + <location filename="../UI/UserInterface.py" line="1860"/> <source>&Restart Unittest...</source> <translation>&Reiniciar Teste Unitário...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1862"/> + <location filename="../UI/UserInterface.py" line="1865"/> <source>Restart last unittest</source> <translation>Reiniciar o último teste unitário</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1863"/> + <location filename="../UI/UserInterface.py" line="1866"/> <source><b>Restart Unittest</b><p>Restart the unittest performed last.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1887"/> + <location filename="../UI/UserInterface.py" line="1890"/> <source>Unittest Script</source> <translation>Teste Unitário ao Script</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1887"/> + <location filename="../UI/UserInterface.py" line="1890"/> <source>Unittest &Script...</source> <translation>Teste Unitário ao &Script...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1892"/> + <location filename="../UI/UserInterface.py" line="1895"/> <source>Run unittest with current script</source> <translation>Executar teste unitário com o script atual</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1894"/> + <location filename="../UI/UserInterface.py" line="1897"/> <source><b>Unittest Script</b><p>Run unittest with current script.</p></source> <translation><b>Teste Unitário ao Script</b><p>Executar teste unitário com o script atual.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4346"/> + <location filename="../UI/UserInterface.py" line="4349"/> <source>Unittest Project</source> <translation>Teste Unitário ao Projeto</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1902"/> + <location filename="../UI/UserInterface.py" line="1905"/> <source>Unittest &Project...</source> <translation>Teste Unitário ao &Projeto...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1907"/> + <location filename="../UI/UserInterface.py" line="1910"/> <source>Run unittest with current project</source> <translation>Executar teste unitário com o projeto atual</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1909"/> + <location filename="../UI/UserInterface.py" line="1912"/> <source><b>Unittest Project</b><p>Run unittest with current project.</p></source> <translation><b>Teste Unitário ao Projeto</b><p>Executar teste unitário com o projeto atual.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1970"/> + <location filename="../UI/UserInterface.py" line="1973"/> <source>UI Previewer</source> <translation>Antevisor de UI</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1970"/> + <location filename="../UI/UserInterface.py" line="1973"/> <source>&UI Previewer...</source> <translation>Antevisor &UI...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1975"/> + <location filename="../UI/UserInterface.py" line="1978"/> <source>Start the UI Previewer</source> <translation>Iniciar Antevisor de UI</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1976"/> + <location filename="../UI/UserInterface.py" line="1979"/> <source><b>UI Previewer</b><p>Start the UI Previewer.</p></source> <translation><b>Antevisor de UI</b><p>Inicia o Antevisor de UI.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1983"/> + <location filename="../UI/UserInterface.py" line="1986"/> <source>Translations Previewer</source> <translation>Antevisor de Traduções</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1983"/> + <location filename="../UI/UserInterface.py" line="1986"/> <source>&Translations Previewer...</source> <translation>Antevisor de &Traduções...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1988"/> + <location filename="../UI/UserInterface.py" line="1991"/> <source>Start the Translations Previewer</source> <translation>Iniciar Antevisor de Traduções</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1990"/> + <location filename="../UI/UserInterface.py" line="1993"/> <source><b>Translations Previewer</b><p>Start the Translations Previewer.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1997"/> + <location filename="../UI/UserInterface.py" line="2000"/> <source>Compare Files</source> <translation>Comparar Ficheiros</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1997"/> + <location filename="../UI/UserInterface.py" line="2000"/> <source>&Compare Files...</source> <translation>&Comparar Ficheiros...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2015"/> + <location filename="../UI/UserInterface.py" line="2018"/> <source>Compare two files</source> <translation>Comparar dois ficheiros</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2003"/> + <location filename="../UI/UserInterface.py" line="2006"/> <source><b>Compare Files</b><p>Open a dialog to compare two files.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2010"/> + <location filename="../UI/UserInterface.py" line="2013"/> <source>Compare Files side by side</source> <translation>Comparar Ficheiros lado-a-lado</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2016"/> + <location filename="../UI/UserInterface.py" line="2019"/> <source><b>Compare Files side by side</b><p>Open a dialog to compare two files and show the result side by side.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2024"/> + <location filename="../UI/UserInterface.py" line="2027"/> <source>SQL Browser</source> <translation>Navegador SQL</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2024"/> + <location filename="../UI/UserInterface.py" line="2027"/> <source>SQL &Browser...</source> <translation>Navegador S&QL...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2029"/> + <location filename="../UI/UserInterface.py" line="2032"/> <source>Browse a SQL database</source> <translation>Navegar numa base de dados SQL</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2030"/> + <location filename="../UI/UserInterface.py" line="2033"/> <source><b>SQL Browser</b><p>Browse a SQL database.</p></source> <translation><b>Navegador SQL</b><p>Navegar numa base de dados SQL.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2042"/> + <location filename="../UI/UserInterface.py" line="2045"/> <source>Mini Editor</source> <translation>Mini Editor</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2037"/> + <location filename="../UI/UserInterface.py" line="2040"/> <source>Mini &Editor...</source> <translation>Mini &Editor...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2043"/> + <location filename="../UI/UserInterface.py" line="2046"/> <source><b>Mini Editor</b><p>Open a dialog with a simplified editor.</p></source> <translation><b>Mini Editor</b><p>Abre uma caixa de diálogo com um editor simplificado.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2082"/> + <location filename="../UI/UserInterface.py" line="2085"/> <source>Icon Editor</source> <translation>Editor de Ícones</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2082"/> + <location filename="../UI/UserInterface.py" line="2085"/> <source>&Icon Editor...</source> <translation>Editor de &Ícones...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2111"/> + <location filename="../UI/UserInterface.py" line="2114"/> <source>Preferences</source> <translation>Preferências</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2111"/> + <location filename="../UI/UserInterface.py" line="2114"/> <source>&Preferences...</source> <translation>&Preferências...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2116"/> + <location filename="../UI/UserInterface.py" line="2119"/> <source>Set the prefered configuration</source> <translation>Definir a configuração desejada</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2118"/> + <location filename="../UI/UserInterface.py" line="2121"/> <source><b>Preferences</b><p>Set the configuration items of the application with your prefered values.</p></source> <translation><b>Preferências</b><p>Define os elementos de configuração da aplicação com os valores desejados.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2127"/> + <location filename="../UI/UserInterface.py" line="2130"/> <source>Export Preferences</source> <translation>Exportar Preferências</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2127"/> + <location filename="../UI/UserInterface.py" line="2130"/> <source>E&xport Preferences...</source> <translation>E&xportar Preferências...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2132"/> + <location filename="../UI/UserInterface.py" line="2135"/> <source>Export the current configuration</source> <translation>Exportar a configuração atual</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2134"/> + <location filename="../UI/UserInterface.py" line="2137"/> <source><b>Export Preferences</b><p>Export the current configuration to a file.</p></source> <translation><b>Exportar Preferências</b><p>Exporta a configuração atual a um ficheiro.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2141"/> + <location filename="../UI/UserInterface.py" line="2144"/> <source>Import Preferences</source> <translation>Importar Preferências</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2141"/> + <location filename="../UI/UserInterface.py" line="2144"/> <source>I&mport Preferences...</source> <translation>&Importar Preferências...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2146"/> + <location filename="../UI/UserInterface.py" line="2149"/> <source>Import a previously exported configuration</source> <translation>Importar uma configuração exportada antes</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2148"/> + <location filename="../UI/UserInterface.py" line="2151"/> <source><b>Import Preferences</b><p>Import a previously exported configuration.</p></source> <translation><b>Importar Preferências</b><p>Importa uma configuração anteriormente exportada.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2155"/> + <location filename="../UI/UserInterface.py" line="2158"/> <source>Reload APIs</source> <translation>Recarregar APIs</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2155"/> + <location filename="../UI/UserInterface.py" line="2158"/> <source>Reload &APIs</source> <translation>Recarregar &APIs</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2159"/> + <location filename="../UI/UserInterface.py" line="2162"/> <source>Reload the API information</source> <translation>Recarregar a informação de API</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2161"/> + <location filename="../UI/UserInterface.py" line="2164"/> <source><b>Reload APIs</b><p>Reload the API information.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2173"/> + <location filename="../UI/UserInterface.py" line="2176"/> <source>Show external tools</source> <translation>Mostrar ferramentas externas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2168"/> + <location filename="../UI/UserInterface.py" line="2171"/> <source>Show external &tools</source> <translation>Mostrar &ferramentas externas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2184"/> + <location filename="../UI/UserInterface.py" line="2187"/> <source>View Profiles</source> <translation>Perfiles de Vista</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2184"/> + <location filename="../UI/UserInterface.py" line="2187"/> <source>&View Profiles...</source> <translation>Perfiles de &Vista...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2189"/> + <location filename="../UI/UserInterface.py" line="2192"/> <source>Configure view profiles</source> <translation>Configurar perfiles de vista</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2191"/> + <location filename="../UI/UserInterface.py" line="2194"/> <source><b>View Profiles</b><p>Configure the view profiles. With this dialog you may set the visibility of the various windows for the predetermined view profiles.</p></source> <translation><b>Perfiles de Vista</b><p>Configurar os perfiles de vista. Com esta caixa de diálogo pode definir a visibilidade de várias janelas para os perfiles de vista predefinidos.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2201"/> + <location filename="../UI/UserInterface.py" line="2204"/> <source>Toolbars</source> <translation>Barras de Ferramentas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2201"/> + <location filename="../UI/UserInterface.py" line="2204"/> <source>Tool&bars...</source> <translation>&Barras de Ferramentas...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2206"/> + <location filename="../UI/UserInterface.py" line="2209"/> <source>Configure toolbars</source> <translation>Configurar as barras de ferramentas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2207"/> + <location filename="../UI/UserInterface.py" line="2210"/> <source><b>Toolbars</b><p>Configure the toolbars. With this dialog you may change the actions shown on the various toolbars and define your own toolbars.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2216"/> + <location filename="../UI/UserInterface.py" line="2219"/> <source>Keyboard Shortcuts</source> <translation>Atalhos de Teclado</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2216"/> + <location filename="../UI/UserInterface.py" line="2219"/> <source>Keyboard &Shortcuts...</source> <translation>Atalho&s de Teclado...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2221"/> + <location filename="../UI/UserInterface.py" line="2224"/> <source>Set the keyboard shortcuts</source> <translation>Definir os atalhos de teclado</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2223"/> + <location filename="../UI/UserInterface.py" line="2226"/> <source><b>Keyboard Shortcuts</b><p>Set the keyboard shortcuts of the application with your prefered values.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5712"/> + <location filename="../UI/UserInterface.py" line="5715"/> <source>Export Keyboard Shortcuts</source> <translation>Exportar Atalhos de Teclado</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2231"/> + <location filename="../UI/UserInterface.py" line="2234"/> <source>&Export Keyboard Shortcuts...</source> <translation>&Exportar Atalhos de Teclado...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2236"/> + <location filename="../UI/UserInterface.py" line="2239"/> <source>Export the keyboard shortcuts</source> <translation>Exportar os Atalhos de Teclado</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2238"/> + <location filename="../UI/UserInterface.py" line="2241"/> <source><b>Export Keyboard Shortcuts</b><p>Export the keyboard shortcuts of the application.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5736"/> + <location filename="../UI/UserInterface.py" line="5739"/> <source>Import Keyboard Shortcuts</source> <translation>Importar Atalhos de Teclado</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2245"/> + <location filename="../UI/UserInterface.py" line="2248"/> <source>&Import Keyboard Shortcuts...</source> <translation>&Importar Atalhos de Teclado...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2250"/> + <location filename="../UI/UserInterface.py" line="2253"/> <source>Import the keyboard shortcuts</source> <translation>Importar os atalhos de teclado</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2252"/> + <location filename="../UI/UserInterface.py" line="2255"/> <source><b>Import Keyboard Shortcuts</b><p>Import the keyboard shortcuts of the application.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2310"/> + <location filename="../UI/UserInterface.py" line="2313"/> <source>Activate current editor</source> <translation>Ativar o editor atual</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2310"/> + <location filename="../UI/UserInterface.py" line="2313"/> <source>Alt+Shift+E</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2320"/> + <location filename="../UI/UserInterface.py" line="2323"/> <source>Show next</source> <translation>Mostrar próximo</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2320"/> + <location filename="../UI/UserInterface.py" line="2323"/> <source>Ctrl+Alt+Tab</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2329"/> + <location filename="../UI/UserInterface.py" line="2332"/> <source>Show previous</source> <translation>Mostrar anterior</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2329"/> + <location filename="../UI/UserInterface.py" line="2332"/> <source>Shift+Ctrl+Alt+Tab</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2338"/> + <location filename="../UI/UserInterface.py" line="2341"/> <source>Switch between tabs</source> <translation>Mudar entre separadores</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2338"/> + <location filename="../UI/UserInterface.py" line="2341"/> <source>Ctrl+1</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2347"/> + <location filename="../UI/UserInterface.py" line="2350"/> <source>Plugin Infos</source> <translation>Informação dos Complementos</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2347"/> + <location filename="../UI/UserInterface.py" line="2350"/> <source>&Plugin Infos...</source> <translation>Informação dos &Complementos...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2351"/> + <location filename="../UI/UserInterface.py" line="2354"/> <source>Show Plugin Infos</source> <translation>Mostrar Informação dos Complementos</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2352"/> + <location filename="../UI/UserInterface.py" line="2355"/> <source><b>Plugin Infos...</b><p>This opens a dialog, that show some information about loaded plugins.</p></source> <translation><b>Informação dos Complementos...</b><p>Abre uma caixa de diálogo que mostra alguma informação sobre os complementos carregados.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2365"/> + <location filename="../UI/UserInterface.py" line="2368"/> <source>Install Plugins</source> <translation>Instalar Complementos</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2360"/> + <location filename="../UI/UserInterface.py" line="2363"/> <source>&Install Plugins...</source> <translation>&Instalar Complementos...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2366"/> + <location filename="../UI/UserInterface.py" line="2369"/> <source><b>Install Plugins...</b><p>This opens a dialog to install or update plugins.</p></source> <translation><b>Instalar Complementos...</b><p>Abre uma caixa de diálogo para instalar ou atualizar complementos.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2378"/> + <location filename="../UI/UserInterface.py" line="2381"/> <source>Uninstall Plugin</source> <translation>Desinstalar Complemento</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2373"/> + <location filename="../UI/UserInterface.py" line="2376"/> <source>&Uninstall Plugin...</source> <translation>&Desinstalar Complemento...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2379"/> + <location filename="../UI/UserInterface.py" line="2382"/> <source><b>Uninstall Plugin...</b><p>This opens a dialog to uninstall a plugin.</p></source> <translation><b>Desinstalar Complemento...</b><p>Abre uma caixa de diálogo para desinstalar um complemento.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2386"/> + <location filename="../UI/UserInterface.py" line="2389"/> <source>Plugin Repository</source> <translation>Repositório de Complementos</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2386"/> + <location filename="../UI/UserInterface.py" line="2389"/> <source>Plugin &Repository...</source> <translation>&Repositório de Complementos...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2391"/> + <location filename="../UI/UserInterface.py" line="2394"/> <source>Show Plugins available for download</source> <translation>Mostrar Complementos disponíveis para descarregar</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2393"/> + <location filename="../UI/UserInterface.py" line="2396"/> <source><b>Plugin Repository...</b><p>This opens a dialog, that shows a list of plugins available on the Internet.</p></source> <translation><b>Repositório de Complementos...</b><p>Abre uma caixa de diálogo que mostra a lista de complementos disponíveis em Internet.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2417"/> + <location filename="../UI/UserInterface.py" line="2420"/> <source>Qt4 Documentation</source> <translation>Documentação de Qt4</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2417"/> + <location filename="../UI/UserInterface.py" line="2420"/> <source>Qt&4 Documentation</source> <translation>Documentação de Qt&4</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2421"/> + <location filename="../UI/UserInterface.py" line="2424"/> <source>Open Qt4 Documentation</source> <translation>Abrir a Documentação de Qt4</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2447"/> + <location filename="../UI/UserInterface.py" line="2450"/> <source>PyQt4 Documentation</source> <translation>Documentação do PyQt4</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2451"/> + <location filename="../UI/UserInterface.py" line="2454"/> <source>Open PyQt4 Documentation</source> <translation>Abrir a Documentação de PyQt4</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2531"/> + <location filename="../UI/UserInterface.py" line="2534"/> <source>Eric API Documentation</source> <translation>Documentação de API do Eric</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2531"/> + <location filename="../UI/UserInterface.py" line="2534"/> <source>&Eric API Documentation</source> <translation>Documentação de API do &Eric</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2535"/> + <location filename="../UI/UserInterface.py" line="2538"/> <source>Open Eric API Documentation</source> <translation>Abrir a Documentação de API do Eric</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2552"/> + <location filename="../UI/UserInterface.py" line="2555"/> <source>PySide Documentation</source> <translation>Documentação de PySide</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2552"/> + <location filename="../UI/UserInterface.py" line="2555"/> <source>Py&Side Documentation</source> <translation>Documentação de Py&Side</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2556"/> + <location filename="../UI/UserInterface.py" line="2559"/> <source>Open PySide Documentation</source> <translation>Abrir Documentação de PySide</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2603"/> + <location filename="../UI/UserInterface.py" line="2606"/> <source>&Unittest</source> <translation>Teste &Unitário</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2620"/> + <location filename="../UI/UserInterface.py" line="2623"/> <source>E&xtras</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2625"/> + <location filename="../UI/UserInterface.py" line="2628"/> <source>Wi&zards</source> <translation>A&ssistentes</translation> </message> @@ -76164,1161 +76337,1161 @@ <translation type="obsolete">&Ferramentas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2633"/> + <location filename="../UI/UserInterface.py" line="2636"/> <source>Select Tool Group</source> <translation>Selecionar Grupo de Ferramentas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2641"/> + <location filename="../UI/UserInterface.py" line="2644"/> <source>Se&ttings</source> <translation>Definiçõe&s</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2666"/> + <location filename="../UI/UserInterface.py" line="2669"/> <source>&Window</source> <translation>&Janela</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2691"/> + <location filename="../UI/UserInterface.py" line="2694"/> <source>&Toolbars</source> <translation>Barras de Ferramen&tas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2702"/> + <location filename="../UI/UserInterface.py" line="2705"/> <source>P&lugins</source> <translation>Comp&lementos</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2711"/> + <location filename="../UI/UserInterface.py" line="2714"/> <source>Configure...</source> <translation>Configurar...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2716"/> + <location filename="../UI/UserInterface.py" line="2719"/> <source>&Help</source> <translation>&Ajuda</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2789"/> + <location filename="../UI/UserInterface.py" line="2792"/> <source>Tools</source> <translation>Ferramentas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2791"/> - <source>Settings</source> - <translation>Definições</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4598"/> - <source>Help</source> - <translation>Ajuda</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2793"/> - <source>Profiles</source> - <translation>Perfiles</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2794"/> + <source>Settings</source> + <translation>Definições</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4601"/> + <source>Help</source> + <translation>Ajuda</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2796"/> + <source>Profiles</source> + <translation>Perfiles</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2797"/> <source>Plugins</source> <translation>Complementos</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2955"/> + <location filename="../UI/UserInterface.py" line="2958"/> <source><p>This part of the status bar displays the current editors language.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2962"/> + <location filename="../UI/UserInterface.py" line="2965"/> <source><p>This part of the status bar displays the current editors encoding.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2969"/> + <location filename="../UI/UserInterface.py" line="2972"/> <source><p>This part of the status bar displays the current editors eol setting.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2976"/> + <location filename="../UI/UserInterface.py" line="2979"/> <source><p>This part of the status bar displays an indication of the current editors files writability.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2983"/> + <location filename="../UI/UserInterface.py" line="2986"/> <source><p>This part of the status bar displays the line number of the current editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2990"/> + <location filename="../UI/UserInterface.py" line="2993"/> <source><p>This part of the status bar displays the cursor position of the current editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3065"/> + <location filename="../UI/UserInterface.py" line="3068"/> <source>External Tools/{0}</source> <translation>Ferramentas Externas/{0}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3163"/> + <location filename="../UI/UserInterface.py" line="3166"/> <source><h3>Version Numbers</h3><table></source> <translation><h3>Números de Versão</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6690"/> + <location filename="../UI/UserInterface.py" line="6693"/> <source></table></source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3218"/> + <location filename="../UI/UserInterface.py" line="3221"/> <source>Email address or mail server address is empty. Please configure your Email settings in the Preferences Dialog.</source> <translation>A direção do correio eletrónico ou a direção do servidor de correio está vazia. Por favor configure as Definiçães de Correio Eletrónico na Caixa de Diálogo de Preferências.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3498"/> + <location filename="../UI/UserInterface.py" line="3501"/> <source>Restart application</source> <translation>Reiniciar a aplicação</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3498"/> + <location filename="../UI/UserInterface.py" line="3501"/> <source>The application needs to be restarted. Do it now?</source> <translation>A aplicação necessita ser reiniciada. Reiniciar agora?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3577"/> + <location filename="../UI/UserInterface.py" line="3580"/> <source>Configure Tool Groups ...</source> <translation>Configurar Grupos de Ferramentas...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3581"/> + <location filename="../UI/UserInterface.py" line="3584"/> <source>Configure current Tool Group ...</source> <translation>Configurar o atual Grupo de Ferramentas ...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3532"/> + <location filename="../UI/UserInterface.py" line="3535"/> <source>&Builtin Tools</source> <translation>Ferramentas &Internas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3549"/> + <location filename="../UI/UserInterface.py" line="3552"/> <source>&Plugin Tools</source> <translation>Ferramentas dos &Complementos</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3697"/> + <location filename="../UI/UserInterface.py" line="3700"/> <source>&Show all</source> <translation>&Mostrar tudo</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3699"/> + <location filename="../UI/UserInterface.py" line="3702"/> <source>&Hide all</source> <translation>&Esconder tudo</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4346"/> + <location filename="../UI/UserInterface.py" line="4349"/> <source>There is no main script defined for the current project. Aborting</source> <translation>O projeto atual não tem um script principal definido. A cancelar</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4545"/> + <location filename="../UI/UserInterface.py" line="4548"/> <source>Qt 3 support</source> <translation>Suporte Qt3</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4724"/> + <location filename="../UI/UserInterface.py" line="4727"/> <source>Problem</source> <translation>Problema</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4724"/> + <location filename="../UI/UserInterface.py" line="4727"/> <source><p>The file <b>{0}</b> does not exist or is zero length.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4913"/> + <location filename="../UI/UserInterface.py" line="4916"/> <source>Process Generation Error</source> <translation>Erro na Criação de Processo</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4452"/> + <location filename="../UI/UserInterface.py" line="4455"/> <source><p>Could not start Qt-Designer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4519"/> + <location filename="../UI/UserInterface.py" line="4522"/> <source><p>Could not start Qt-Linguist.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4570"/> + <location filename="../UI/UserInterface.py" line="4573"/> <source><p>Could not start Qt-Assistant.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4598"/> + <location filename="../UI/UserInterface.py" line="4601"/> <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source> <translation>Não há nenhum visor personalizado selecionado. Por favor use a caixa de diálogo das preferências para escolher um.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4612"/> + <location filename="../UI/UserInterface.py" line="4615"/> <source><p>Could not start custom viewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4632"/> + <location filename="../UI/UserInterface.py" line="4635"/> <source><p>Could not start the help viewer.<br>Ensure that it is available as <b>hh</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4680"/> + <location filename="../UI/UserInterface.py" line="4683"/> <source><p>Could not start UI Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4735"/> + <location filename="../UI/UserInterface.py" line="4738"/> <source><p>Could not start Translation Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4756"/> + <location filename="../UI/UserInterface.py" line="4759"/> <source><p>Could not start SQL Browser.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4858"/> + <location filename="../UI/UserInterface.py" line="4861"/> <source>External Tools</source> <translation>Ferramentas Externas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4849"/> + <location filename="../UI/UserInterface.py" line="4852"/> <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4858"/> + <location filename="../UI/UserInterface.py" line="4861"/> <source>No toolgroup entry '{0}' found.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4897"/> + <location filename="../UI/UserInterface.py" line="4900"/> <source>Starting process '{0} {1}'. </source> <translation>A iniciar processo '{0} {1}'. </translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4913"/> + <location filename="../UI/UserInterface.py" line="4916"/> <source><p>Could not start the tool entry <b>{0}</b>.<br>Ensure that it is available as <b>{1}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4989"/> + <location filename="../UI/UserInterface.py" line="4992"/> <source>Process '{0}' has exited. </source> <translation>Processo '{0}' saiu.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5387"/> + <location filename="../UI/UserInterface.py" line="5390"/> <source>Documentation Missing</source> <translation>Falta a Documentação</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5387"/> + <location filename="../UI/UserInterface.py" line="5390"/> <source><p>The documentation starting point "<b>{0}</b>" could not be found.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5372"/> + <location filename="../UI/UserInterface.py" line="5375"/> <source>Documentation</source> <translation>Documentação</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5198"/> + <location filename="../UI/UserInterface.py" line="5201"/> <source><p>The PyQt4 documentation starting point has not been configured.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5372"/> + <location filename="../UI/UserInterface.py" line="5375"/> <source><p>The PySide documentation starting point has not been configured.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5736"/> + <location filename="../UI/UserInterface.py" line="5739"/> <source>Keyboard shortcut file (*.e4k)</source> <translation>Ficheiro de atalhos de teclado (*.e4k)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5905"/> + <location filename="../UI/UserInterface.py" line="5908"/> <source>Save tasks</source> <translation>Gravar tarefas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5905"/> + <location filename="../UI/UserInterface.py" line="5908"/> <source><p>The tasks file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5934"/> + <location filename="../UI/UserInterface.py" line="5937"/> <source>Read tasks</source> <translation>Ler tarefas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5934"/> + <location filename="../UI/UserInterface.py" line="5937"/> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6031"/> + <location filename="../UI/UserInterface.py" line="6034"/> <source>Save session</source> <translation>Guargar sessão</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5968"/> + <location filename="../UI/UserInterface.py" line="5971"/> <source><p>The session file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6015"/> + <location filename="../UI/UserInterface.py" line="6018"/> <source>Read session</source> <translation>Sessão de leitura</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6015"/> + <location filename="../UI/UserInterface.py" line="6018"/> <source><p>The session file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6295"/> + <location filename="../UI/UserInterface.py" line="6298"/> <source>Drop Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6295"/> + <location filename="../UI/UserInterface.py" line="6298"/> <source><p><b>{0}</b> is not a file.</p></source> <translation><p><b>{0}</b> não é um ficheiro.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6465"/> + <location filename="../UI/UserInterface.py" line="6468"/> <source>&Cancel</source> <translation>&Cancelar</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6474"/> + <location filename="../UI/UserInterface.py" line="6477"/> <source>Trying host {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6632"/> + <location filename="../UI/UserInterface.py" line="6635"/> <source>Update available</source> <translation>Atualização disponível</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6652"/> + <location filename="../UI/UserInterface.py" line="6655"/> <source>Error during updates check</source> <translation>Erro na verificação de atualizações</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6652"/> + <location filename="../UI/UserInterface.py" line="6655"/> <source>Could not perform updates check.</source> <translation>Não procurar atualizações.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6676"/> + <location filename="../UI/UserInterface.py" line="6679"/> <source><h3>Available versions</h3><table></source> <translation><h3>Versões Disponíveis</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6717"/> + <location filename="../UI/UserInterface.py" line="6720"/> <source>First time usage</source> <translation>Usado a primeira vez</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2489"/> + <location filename="../UI/UserInterface.py" line="2492"/> <source>Python 3 Documentation</source> <translation>Documentação de Python 3</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2489"/> + <location filename="../UI/UserInterface.py" line="2492"/> <source>Python &3 Documentation</source> <translation>Documentação de Python &3</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2493"/> + <location filename="../UI/UserInterface.py" line="2496"/> <source>Open Python 3 Documentation</source> <translation>Abrir a Documentação de Python 3</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2507"/> + <location filename="../UI/UserInterface.py" line="2510"/> <source>Python 2 Documentation</source> <translation>Documentação de Python 2</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2507"/> + <location filename="../UI/UserInterface.py" line="2510"/> <source>Python &2 Documentation</source> <translation>Documentação de Python &2</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2511"/> + <location filename="../UI/UserInterface.py" line="2514"/> <source>Open Python 2 Documentation</source> <translation>Abrir a Documentação de Python 2</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2513"/> + <location filename="../UI/UserInterface.py" line="2516"/> <source><b>Python 2 Documentation</b><p>Display the Python 2 documentation. If no documentation directory is configured, the location of the Python 2 documentation is assumed to be the doc directory underneath the location of the configured Python 2 executable on Windows and <i>/usr/share/doc/packages/python/html/python-docs-html</i> on Unix. Set PYTHON2DOCDIR in your environment to override this. </p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6538"/> + <location filename="../UI/UserInterface.py" line="6541"/> <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="6531"/> + <location filename="../UI/UserInterface.py" line="6534"/> <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="5508"/> + <location filename="../UI/UserInterface.py" line="5511"/> <source>Open Browser</source> <translation>Abrir Navegador</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5508"/> + <location filename="../UI/UserInterface.py" line="5511"/> <source>Could not start a web browser</source> <translation>Não se pôde iniciar um navegador web</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6538"/> + <location filename="../UI/UserInterface.py" line="6541"/> <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="622"/> + <location filename="../UI/UserInterface.py" line="625"/> <source>Setting View Profile...</source> <translation>A definir Perfil de Vista...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="626"/> + <location filename="../UI/UserInterface.py" line="629"/> <source>Reading Tasks...</source> <translation>A Ler Tarefas...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="630"/> + <location filename="../UI/UserInterface.py" line="633"/> <source>Reading Templates...</source> <translation>A ler Modelos...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="634"/> + <location filename="../UI/UserInterface.py" line="637"/> <source>Starting Debugger...</source> <translation>A iniciar Depurador...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1374"/> + <location filename="../UI/UserInterface.py" line="1377"/> <source>New Window</source> <translation>Nova Janela</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1374"/> + <location filename="../UI/UserInterface.py" line="1377"/> <source>New &Window</source> <translation>Nova &Janela</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1374"/> + <location filename="../UI/UserInterface.py" line="1377"/> <source>Ctrl+Shift+N</source> <comment>File|New Window</comment> <translation>Ctrl+Shift+N</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1871"/> + <location filename="../UI/UserInterface.py" line="1874"/> <source>Unittest Rerun Failed</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1871"/> + <location filename="../UI/UserInterface.py" line="1874"/> <source>Rerun Failed Tests...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1876"/> + <location filename="../UI/UserInterface.py" line="1879"/> <source>Rerun failed tests of the last run</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1878"/> + <location filename="../UI/UserInterface.py" line="1881"/> <source><b>Rerun Failed Tests</b><p>Rerun all tests that failed during the last unittest run.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2010"/> + <location filename="../UI/UserInterface.py" line="2013"/> <source>Compare &Files side by side...</source> <translation>Comparar &Ficheiros lado-a-lado...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2096"/> + <location filename="../UI/UserInterface.py" line="2099"/> <source>Snapshot</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2096"/> + <location filename="../UI/UserInterface.py" line="2099"/> <source>&Snapshot...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2101"/> + <location filename="../UI/UserInterface.py" line="2104"/> <source>Take snapshots of a screen region</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2103"/> + <location filename="../UI/UserInterface.py" line="2106"/> <source><b>Snapshot</b><p>This opens a dialog to take snapshots of a screen region.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4826"/> + <location filename="../UI/UserInterface.py" line="4829"/> <source><p>Could not start Snapshot tool.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6736"/> + <location filename="../UI/UserInterface.py" line="6739"/> <source>Select Workspace Directory</source> <translation>Selecionar o Diretório de Trabalho</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1567"/> + <location filename="../UI/UserInterface.py" line="1570"/> <source>Left Toolbox</source> <translation>Caixa de Ferramentas Esquerda</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1579"/> + <location filename="../UI/UserInterface.py" line="1582"/> <source>Right Toolbox</source> <translation>Caixa de Ferramentas Direita</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1433"/> + <location filename="../UI/UserInterface.py" line="1436"/> <source>Switch the input focus to the Project-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1435"/> + <location filename="../UI/UserInterface.py" line="1438"/> <source><b>Activate Project-Viewer</b><p>This switches the input focus to the Project-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1450"/> + <location filename="../UI/UserInterface.py" line="1453"/> <source>Switch the input focus to the Multiproject-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1452"/> + <location filename="../UI/UserInterface.py" line="1455"/> <source><b>Activate Multiproject-Viewer</b><p>This switches the input focus to the Multiproject-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1468"/> + <location filename="../UI/UserInterface.py" line="1471"/> <source>Switch the input focus to the Debug-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1470"/> + <location filename="../UI/UserInterface.py" line="1473"/> <source><b>Activate Debug-Viewer</b><p>This switches the input focus to the Debug-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1486"/> + <location filename="../UI/UserInterface.py" line="1489"/> <source>Switch the input focus to the Shell window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1488"/> + <location filename="../UI/UserInterface.py" line="1491"/> <source><b>Activate Shell</b><p>This switches the input focus to the Shell window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1496"/> + <location filename="../UI/UserInterface.py" line="1499"/> <source>&File-Browser</source> <translation>Navegador de &Ficheiros</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1502"/> + <location filename="../UI/UserInterface.py" line="1505"/> <source>Switch the input focus to the File-Browser window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1504"/> + <location filename="../UI/UserInterface.py" line="1507"/> <source><b>Activate File-Browser</b><p>This switches the input focus to the File-Browser window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1513"/> + <location filename="../UI/UserInterface.py" line="1516"/> <source>Lo&g-Viewer</source> <translation>Visor de Re&gistos</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1519"/> + <location filename="../UI/UserInterface.py" line="1522"/> <source>Switch the input focus to the Log-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1521"/> + <location filename="../UI/UserInterface.py" line="1524"/> <source><b>Activate Log-Viewer</b><p>This switches the input focus to the Log-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1531"/> + <location filename="../UI/UserInterface.py" line="1534"/> <source>&Task-Viewer</source> <translation>Visor de &Tarefas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1537"/> + <location filename="../UI/UserInterface.py" line="1540"/> <source>Switch the input focus to the Task-Viewer window.</source> <translation>Muda o enfoque de entrada à janela do Visor de Tarefas.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1549"/> + <location filename="../UI/UserInterface.py" line="1552"/> <source>Templ&ate-Viewer</source> <translation>Visor de Mod&elos</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1555"/> + <location filename="../UI/UserInterface.py" line="1558"/> <source>Switch the input focus to the Template-Viewer window.</source> <translation>Muda o enfoque de entrada à janela do Visor de Modelos.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1557"/> + <location filename="../UI/UserInterface.py" line="1560"/> <source><b>Activate Template-Viewer</b><p>This switches the input focus to the Template-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1567"/> - <source>&Left Toolbox</source> - <translation>Caixa de Ferramentas &Esquerda</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1570"/> + <source>&Left Toolbox</source> + <translation>Caixa de Ferramentas &Esquerda</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1573"/> <source>Toggle the Left Toolbox window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1571"/> + <location filename="../UI/UserInterface.py" line="1574"/> <source><b>Toggle the Left Toolbox window</b><p>If the Left Toolbox window is hidden then display it. If it is displayed then close it.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1579"/> + <location filename="../UI/UserInterface.py" line="1582"/> <source>&Right Toolbox</source> <translation>Caixa de Ferramentas Di&reita</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1583"/> + <location filename="../UI/UserInterface.py" line="1586"/> <source>Toggle the Right Toolbox window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1584"/> + <location filename="../UI/UserInterface.py" line="1587"/> <source><b>Toggle the Right Toolbox window</b><p>If the Right Toolbox window is hidden then display it. If it is displayed then close it.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1619"/> + <location filename="../UI/UserInterface.py" line="1622"/> <source>Right Sidebar</source> <translation>Barra Direita</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1619"/> + <location filename="../UI/UserInterface.py" line="1622"/> <source>&Right Sidebar</source> <translation>Barra Lateral Di&reita</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1623"/> + <location filename="../UI/UserInterface.py" line="1626"/> <source>Toggle the right sidebar window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1625"/> + <location filename="../UI/UserInterface.py" line="1628"/> <source><b>Toggle the right sidebar window</b><p>If the right sidebar window is hidden then display it. If it is displayed then close it.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1647"/> + <location filename="../UI/UserInterface.py" line="1650"/> <source>Cooperation-Viewer</source> <translation>Visor de Colaboração</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1647"/> + <location filename="../UI/UserInterface.py" line="1650"/> <source>Co&operation-Viewer</source> <translation>Visor de C&olaboração</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1653"/> + <location filename="../UI/UserInterface.py" line="1656"/> <source>Switch the input focus to the Cooperation-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1655"/> + <location filename="../UI/UserInterface.py" line="1658"/> <source><b>Activate Cooperation-Viewer</b><p>This switches the input focus to the Cooperation-Viewer window.</p></source> <translation><b>Ativar Visor de Colaboração</b><p>Muda o enfoque de entrada para a janela do Visualizador de Colaboração.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1682"/> + <location filename="../UI/UserInterface.py" line="1685"/> <source>Symbols-Viewer</source> <translation>Visor de Símbolos</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1682"/> + <location filename="../UI/UserInterface.py" line="1685"/> <source>S&ymbols-Viewer</source> <translation>V&isor de Símbolos</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1688"/> + <location filename="../UI/UserInterface.py" line="1691"/> <source>Switch the input focus to the Symbols-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1690"/> + <location filename="../UI/UserInterface.py" line="1693"/> <source><b>Activate Symbols-Viewer</b><p>This switches the input focus to the Symbols-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1700"/> + <location filename="../UI/UserInterface.py" line="1703"/> <source>Numbers-Viewer</source> <translation>Visor de Números</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1700"/> + <location filename="../UI/UserInterface.py" line="1703"/> <source>Num&bers-Viewer</source> <translation>Visor de Nú&meros</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1706"/> + <location filename="../UI/UserInterface.py" line="1709"/> <source>Switch the input focus to the Numbers-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1708"/> + <location filename="../UI/UserInterface.py" line="1711"/> <source><b>Activate Numbers-Viewer</b><p>This switches the input focus to the Numbers-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2671"/> + <location filename="../UI/UserInterface.py" line="2674"/> <source>&Windows</source> <translation>&Janelas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1539"/> + <location filename="../UI/UserInterface.py" line="1542"/> <source><b>Activate Task-Viewer</b><p>This switches the input focus to the Task-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1665"/> + <location filename="../UI/UserInterface.py" line="1668"/> <source>IRC</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1665"/> + <location filename="../UI/UserInterface.py" line="1668"/> <source>&IRC</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1665"/> + <location filename="../UI/UserInterface.py" line="1668"/> <source>Meta+Shift+I</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1671"/> + <location filename="../UI/UserInterface.py" line="1674"/> <source>Switch the input focus to the IRC window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1673"/> + <location filename="../UI/UserInterface.py" line="1676"/> <source><b>Activate IRC</b><p>This switches the input focus to the IRC window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1929"/> + <location filename="../UI/UserInterface.py" line="1932"/> <source>Qt-Designer</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1929"/> + <location filename="../UI/UserInterface.py" line="1932"/> <source>Qt-&Designer...</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1934"/> + <location filename="../UI/UserInterface.py" line="1937"/> <source>Start Qt-Designer</source> <translation>Iniciar Qt-Designer</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1935"/> + <location filename="../UI/UserInterface.py" line="1938"/> <source><b>Qt-Designer</b><p>Start Qt-Designer.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1955"/> + <location filename="../UI/UserInterface.py" line="1958"/> <source>Qt-Linguist</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1955"/> + <location filename="../UI/UserInterface.py" line="1958"/> <source>Qt-&Linguist...</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1960"/> + <location filename="../UI/UserInterface.py" line="1963"/> <source>Start Qt-Linguist</source> <translation>Iniciar Qt-Linguist</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1961"/> + <location filename="../UI/UserInterface.py" line="1964"/> <source><b>Qt-Linguist</b><p>Start Qt-Linguist.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2431"/> + <location filename="../UI/UserInterface.py" line="2434"/> <source>Qt5 Documentation</source> <translation>Documentação de Qt5</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2431"/> + <location filename="../UI/UserInterface.py" line="2434"/> <source>Qt&5 Documentation</source> <translation>Documentação de Qt&5</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2435"/> + <location filename="../UI/UserInterface.py" line="2438"/> <source>Open Qt5 Documentation</source> <translation>Abrir a Documentação de Qt5</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3001"/> + <location filename="../UI/UserInterface.py" line="3004"/> <source><p>This part of the status bar allows zooming the current editor, shell or terminal.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2260"/> + <location filename="../UI/UserInterface.py" line="2263"/> <source>Manage SSL Certificates</source> <translation>Gestionar Certificados SSL</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2260"/> + <location filename="../UI/UserInterface.py" line="2263"/> <source>Manage SSL Certificates...</source> <translation>Gestionar Certificados SSL...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2265"/> + <location filename="../UI/UserInterface.py" line="2268"/> <source>Manage the saved SSL certificates</source> <translation>Gestionar certificados SSL gravados</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2267"/> + <location filename="../UI/UserInterface.py" line="2270"/> <source><b>Manage SSL Certificates...</b><p>Opens a dialog to manage the saved SSL certificates.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2276"/> + <location filename="../UI/UserInterface.py" line="2279"/> <source>Edit Message Filters</source> <translation>Editar Filtros de Mensagens</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2276"/> + <location filename="../UI/UserInterface.py" line="2279"/> <source>Edit Message Filters...</source> <translation>Editar Filtros de Mensagens...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2281"/> + <location filename="../UI/UserInterface.py" line="2284"/> <source>Edit the message filters used to suppress unwanted messages</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2283"/> + <location filename="../UI/UserInterface.py" line="2286"/> <source><b>Edit Message Filters</b><p>Opens a dialog to edit the message filters used to suppress unwanted messages been shown in an error window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2447"/> + <location filename="../UI/UserInterface.py" line="2450"/> <source>PyQt&4 Documentation</source> <translation>Documentação do PyQt&4</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2466"/> + <location filename="../UI/UserInterface.py" line="2469"/> <source>PyQt5 Documentation</source> <translation>Documentação do PyQt5</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2466"/> + <location filename="../UI/UserInterface.py" line="2469"/> <source>PyQt&5 Documentation</source> <translation>Documentação do PyQt&5</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2470"/> + <location filename="../UI/UserInterface.py" line="2473"/> <source>Open PyQt5 Documentation</source> <translation>Abrir a Documentação de PyQt5</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5264"/> + <location filename="../UI/UserInterface.py" line="5267"/> <source><p>The PyQt5 documentation starting point has not been configured.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2422"/> + <location filename="../UI/UserInterface.py" line="2425"/> <source><b>Qt4 Documentation</b><p>Display the Qt4 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2436"/> + <location filename="../UI/UserInterface.py" line="2439"/> <source><b>Qt5 Documentation</b><p>Display the Qt5 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2452"/> + <location filename="../UI/UserInterface.py" line="2455"/> <source><b>PyQt4 Documentation</b><p>Display the PyQt4 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2472"/> + <location filename="../UI/UserInterface.py" line="2475"/> <source><b>PyQt5 Documentation</b><p>Display the PyQt5 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2495"/> + <location filename="../UI/UserInterface.py" line="2498"/> <source><b>Python 3 Documentation</b><p>Display the Python 3 documentation. If no documentation directory is configured, the location of the Python 3 documentation is assumed to be the doc directory underneath the location of the Python 3 executable on Windows and <i>/usr/share/doc/packages/python/html</i> on Unix. Set PYTHON3DOCDIR in your environment to override this.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2558"/> + <location filename="../UI/UserInterface.py" line="2561"/> <source><b>PySide Documentation</b><p>Display the PySide Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6465"/> + <location filename="../UI/UserInterface.py" line="6468"/> <source>%v/%m</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1808"/> + <location filename="../UI/UserInterface.py" line="1811"/> <source>Show Error Log</source> <translation>Mostrar Registo de Erros</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1804"/> + <location filename="../UI/UserInterface.py" line="1807"/> <source>Show Error &Log...</source> <translation>Mostrar &Registo de Erros...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1809"/> + <location filename="../UI/UserInterface.py" line="1812"/> <source><b>Show Error Log...</b><p>Opens a dialog showing the most recent error log.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1380"/> + <location filename="../UI/UserInterface.py" line="1383"/> <source>Open a new eric6 instance</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1382"/> + <location filename="../UI/UserInterface.py" line="1385"/> <source><b>New Window</b><p>This opens a new instance of the eric6 IDE.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1745"/> + <location filename="../UI/UserInterface.py" line="1748"/> <source><b>Helpviewer</b><p>Display the eric6 web browser. This window will show HTML help files and help from Qt help collections. It has the capability to navigate to links, set bookmarks, print the displayed help and some more features. You may use it to browse the internet as well</p><p>If called with a word selected, this word is search in the Qt help collection.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1782"/> + <location filename="../UI/UserInterface.py" line="1785"/> <source><b>Check for Updates...</b><p>Checks the internet for updates of eric6.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1795"/> + <location filename="../UI/UserInterface.py" line="1798"/> <source><b>Show downloadable versions...</b><p>Shows the eric6 versions available for download from the internet.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2066"/> + <location filename="../UI/UserInterface.py" line="2069"/> <source>eric6 Web Browser</source> <translation>Navegador Web de eric6</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2066"/> + <location filename="../UI/UserInterface.py" line="2069"/> <source>eric6 &Web Browser...</source> <translation>Navegador &Web de eric6...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2071"/> + <location filename="../UI/UserInterface.py" line="2074"/> <source>Start the eric6 Web Browser</source> <translation>Iniciar o Navegador Web de eric6</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2073"/> + <location filename="../UI/UserInterface.py" line="2076"/> <source><b>eric6 Web Browser</b><p>Browse the Internet with the eric6 Web Browser.</p></source> <translation><b>Navegardor Web eric6</b><p>Navegar por internet com o Navegador Web eric6.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2087"/> + <location filename="../UI/UserInterface.py" line="2090"/> <source>Start the eric6 Icon Editor</source> <translation>Iniciar o Editor de Icones de eric6</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2089"/> + <location filename="../UI/UserInterface.py" line="2092"/> <source><b>Icon Editor</b><p>Starts the eric6 Icon Editor for editing simple icons.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2175"/> + <location filename="../UI/UserInterface.py" line="2178"/> <source><b>Show external tools</b><p>Opens a dialog to show the path and versions of all extenal tools used by eric6.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2537"/> + <location filename="../UI/UserInterface.py" line="2540"/> <source><b>Eric API Documentation</b><p>Display the Eric API documentation. The location for the documentation is the Documentation/Source subdirectory of the eric6 installation directory.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4545"/> + <location filename="../UI/UserInterface.py" line="4548"/> <source>Qt v.3 is not supported by eric6.</source> <translation>Qt v.3 não está suportado por eric6.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6469"/> + <location filename="../UI/UserInterface.py" line="6472"/> <source>Version Check</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6632"/> + <location filename="../UI/UserInterface.py" line="6635"/> <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="6645"/> + <location filename="../UI/UserInterface.py" line="6648"/> <source>Eric6 is up to date</source> <translation>Eric6 está atualizado</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6645"/> + <location filename="../UI/UserInterface.py" line="6648"/> <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="6717"/> + <location filename="../UI/UserInterface.py" line="6720"/> <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> <message> - <location filename="../UI/UserInterface.py" line="604"/> - <source>Generating Plugins Toolbars...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3552"/> - <source>&User Tools</source> - <translation>Ferramentas de &Utilizador</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3624"/> - <source>No User Tools Configured</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6485"/> - <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="2050"/> - <source>Hex Editor</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2050"/> - <source>&Hex Editor...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2055"/> - <source>Start the eric6 Hex Editor</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2057"/> - <source><b>Hex Editor</b><p>Starts the eric6 Hex Editor for viewing or editing binary files.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2299"/> - <source>Clear private data</source> - <translation type="unfinished">Limpar dados privados</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2301"/> - <source><b>Clear private data</b><p>Clears the private data like the various list of recently opened files, projects or multi projects.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1348"/> - <source>Save session...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1353"/> - <source><b>Save session...</b><p>This saves the current session to disk. A dialog is opened to select the file name.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6053"/> - <source>Load session</source> - <translation type="unfinished">Carregar sessão</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1361"/> - <source>Load session...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1366"/> - <source><b>Load session...</b><p>This loads a session saved to disk previously. A dialog is opened to select the file name.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6053"/> - <source>eric6 Session Files (*.e5s)</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6100"/> - <source>Crash Session found!</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6100"/> - <source>A session file of a crashed session was found. Shall this session be restored?</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="607"/> + <source>Generating Plugins Toolbars...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3555"/> + <source>&User Tools</source> + <translation>Ferramentas de &Utilizador</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3627"/> + <source>No User Tools Configured</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6488"/> + <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="2053"/> + <source>Hex Editor</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2053"/> + <source>&Hex Editor...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2058"/> + <source>Start the eric6 Hex Editor</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2060"/> + <source><b>Hex Editor</b><p>Starts the eric6 Hex Editor for viewing or editing binary files.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2302"/> + <source>Clear private data</source> + <translation type="unfinished">Limpar dados privados</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2304"/> + <source><b>Clear private data</b><p>Clears the private data like the various list of recently opened files, projects or multi projects.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1351"/> + <source>Save session...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1356"/> + <source><b>Save session...</b><p>This saves the current session to disk. A dialog is opened to select the file name.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6056"/> + <source>Load session</source> + <translation type="unfinished">Carregar sessão</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1364"/> + <source>Load session...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1369"/> + <source><b>Load session...</b><p>This loads a session saved to disk previously. A dialog is opened to select the file name.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6056"/> + <source>eric6 Session Files (*.e5s)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6103"/> + <source>Crash Session found!</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6103"/> + <source>A session file of a crashed session was found. Shall this session be restored?</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="610"/> <source>Cleaning Plugins Download Area...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="599"/> + <location filename="../UI/UserInterface.py" line="602"/> <source>Initializing Plugins...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6620"/> + <location filename="../UI/UserInterface.py" line="6623"/> <source>Update Check</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6620"/> + <location filename="../UI/UserInterface.py" line="6623"/> <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="6610"/> + <location filename="../UI/UserInterface.py" line="6613"/> <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> <message> - <location filename="../UI/UserInterface.py" line="925"/> + <location filename="../UI/UserInterface.py" line="928"/> <source>Code Documentation Viewer</source> <translation type="unfinished"></translation> </message>
--- a/i18n/eric6_ru.ts Thu Apr 19 19:25:18 2018 +0200 +++ b/i18n/eric6_ru.ts Thu Apr 19 19:28:02 2018 +0200 @@ -5552,640 +5552,640 @@ <context> <name>DebugUI</name> <message> - <location filename="../Debugger/DebugUI.py" line="1847"/> + <location filename="../Debugger/DebugUI.py" line="1852"/> <source>Run Script</source> <translation>Выполнить сценарий</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="175"/> + <location filename="../Debugger/DebugUI.py" line="178"/> <source>&Run Script...</source> <translation>&Выполнить сценарий...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="180"/> + <location filename="../Debugger/DebugUI.py" line="183"/> <source>Run the current Script</source> <translation>Выполнить текущий сценарий</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="181"/> + <location filename="../Debugger/DebugUI.py" line="184"/> <source><b>Run Script</b><p>Set the command line arguments and run the script outside the debugger. If the file has unsaved changes it may be saved first.</p></source> <translation><b>Выполнить сценарий</b> <p>Задание аргументов и запуск сценария без отладки. Если файл не был сохранён, изменения можно предварительно сохранить.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1862"/> + <location filename="../Debugger/DebugUI.py" line="1867"/> <source>Run Project</source> <translation>Выполнить проект</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="190"/> + <location filename="../Debugger/DebugUI.py" line="193"/> <source>Run &Project...</source> <translation>Выполнить &проект...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="195"/> + <location filename="../Debugger/DebugUI.py" line="198"/> <source>Run the current Project</source> <translation>Выполнить текущий проект</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="196"/> + <location filename="../Debugger/DebugUI.py" line="199"/> <source><b>Run Project</b><p>Set the command line arguments and run the current project outside the debugger. If files of the current project have unsaved changes they may be saved first.</p></source> <translation><b>Выполнить проект</b> <p>Задание аргументов командной строки и запуск проекта без отладки. Если файлы проекта не были сохранены, изменения можно предварительно сохранить.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="206"/> + <location filename="../Debugger/DebugUI.py" line="209"/> <source>Coverage run of Script</source> <translation>Охватывающее выполнение сценария</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="206"/> + <location filename="../Debugger/DebugUI.py" line="209"/> <source>Coverage run of Script...</source> <translation>Охватывающее выполнение сценария...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="211"/> + <location filename="../Debugger/DebugUI.py" line="214"/> <source>Perform a coverage run of the current Script</source> <translation>Выполнить охватывающее выполнение текущего сценария</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="213"/> + <location filename="../Debugger/DebugUI.py" line="216"/> <source><b>Coverage run of Script</b><p>Set the command line arguments and run the script under the control of a coverage analysis tool. If the file has unsaved changes it may be saved first.</p></source> <translation><b>Охватывающее выполнение сценария</b> <p>Задание аргументов командной строки и запуск сценария под управлением программы охватывающего анализа. Если файл не был сохранён, изменения можно предварительно сохранить.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="222"/> + <location filename="../Debugger/DebugUI.py" line="225"/> <source>Coverage run of Project</source> <translation>Охватывающее выполнение проекта</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="222"/> + <location filename="../Debugger/DebugUI.py" line="225"/> <source>Coverage run of Project...</source> <translation>Охватывающее выполнение проекта...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="227"/> + <location filename="../Debugger/DebugUI.py" line="230"/> <source>Perform a coverage run of the current Project</source> <translation>Выполнить охватывающее выполнение текущего проекта</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="229"/> + <location filename="../Debugger/DebugUI.py" line="232"/> <source><b>Coverage run of Project</b><p>Set the command line arguments and run the current project under the control of a coverage analysis tool. If files of the current project have unsaved changes they may be saved first.</p></source> <translation><b>Охватывающее выполнение проекта</b> <p>Задание аргументов командной строки и запуск проекта под управлением программы охватывающего анализа. Если файлы проекта не были сохранены, изменения можно предварительно сохранить.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="239"/> + <location filename="../Debugger/DebugUI.py" line="242"/> <source>Profile Script</source> <translation>Профилировать сценарий</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="239"/> + <location filename="../Debugger/DebugUI.py" line="242"/> <source>Profile Script...</source> <translation>Профилировать сценарий...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="243"/> + <location filename="../Debugger/DebugUI.py" line="246"/> <source>Profile the current Script</source> <translation>Профилировать текущий сценарий</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="244"/> + <location filename="../Debugger/DebugUI.py" line="247"/> <source><b>Profile Script</b><p>Set the command line arguments and profile the script. If the file has unsaved changes it may be saved first.</p></source> <translation><b>Профилирование сценария</b> <p>Задание аргументов и запуск сценария на профилирование. Если файл не был сохранён, изменения можно предварительно сохранить.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="252"/> + <location filename="../Debugger/DebugUI.py" line="255"/> <source>Profile Project</source> <translation>Профилировать проект</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="252"/> + <location filename="../Debugger/DebugUI.py" line="255"/> <source>Profile Project...</source> <translation>Профилировать проект...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="257"/> + <location filename="../Debugger/DebugUI.py" line="260"/> <source>Profile the current Project</source> <translation>Профилировать текущий проект</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="259"/> + <location filename="../Debugger/DebugUI.py" line="262"/> <source><b>Profile Project</b><p>Set the command line arguments and profile the current project. If files of the current project have unsaved changes they may be saved first.</p></source> <translation><b>Профилировать проект</b> <p>Задание аргументов и запуск проекта на профилирование. Если файлы проекта не были сохранены, изменения можно предварительно сохранить.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1983"/> + <location filename="../Debugger/DebugUI.py" line="1988"/> <source>Debug Script</source> <translation>Отладить сценарий</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="268"/> + <location filename="../Debugger/DebugUI.py" line="271"/> <source>&Debug Script...</source> <translation>&Отладить сценарий...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="273"/> + <location filename="../Debugger/DebugUI.py" line="276"/> <source>Debug the current Script</source> <translation>Отладить текущий сценарий</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="274"/> + <location filename="../Debugger/DebugUI.py" line="277"/> <source><b>Debug Script</b><p>Set the command line arguments and set the current line to be the first executable Python statement of the current editor window. If the file has unsaved changes it may be saved first.</p></source> <translation><b>Отладка сценария</b> <p>Задание аргументов командной строки и запуск сценария на отладку. Если файл не был сохранён, изменения можно предварительно сохранить.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1999"/> + <location filename="../Debugger/DebugUI.py" line="2004"/> <source>Debug Project</source> <translation>Отладить проект</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="284"/> + <location filename="../Debugger/DebugUI.py" line="287"/> <source>Debug &Project...</source> <translation>&Отладить проект...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="289"/> + <location filename="../Debugger/DebugUI.py" line="292"/> <source>Debug the current Project</source> <translation>Отладить текущий проект</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="291"/> + <location filename="../Debugger/DebugUI.py" line="294"/> <source><b>Debug Project</b><p>Set the command line arguments and set the current line to be the first executable Python statement of the main script of the current project. If files of the current project have unsaved changes they may be saved first.</p></source> <translation><b>Отладка проекта</b> <p>Задание аргументов командной строки и запуск проекта на отладку. Текущей станет строка, содержащая первый исполняемый оператор Python. Если файлы проекта не были сохранены, изменения можно предварительно сохранить.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="305"/> + <location filename="../Debugger/DebugUI.py" line="308"/> <source>Restart the last debugged script</source> <translation>Перезапустить сценарий, который отлаживался последним</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="322"/> + <location filename="../Debugger/DebugUI.py" line="325"/> <source>Stop the running script.</source> <translation>Остановить выполняющийся сценарий.</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="332"/> + <location filename="../Debugger/DebugUI.py" line="335"/> <source>Continue</source> <translation>Продолжить</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="332"/> + <location filename="../Debugger/DebugUI.py" line="335"/> <source>&Continue</source> <translation>П&родолжить</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="337"/> + <location filename="../Debugger/DebugUI.py" line="340"/> <source>Continue running the program from the current line</source> <translation>Продолжить выполнение программы с текущей точки</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="339"/> + <location filename="../Debugger/DebugUI.py" line="342"/> <source><b>Continue</b><p>Continue running the program from the current line. The program will stop when it terminates or when a breakpoint is reached.</p></source> <translation><b>Продолжить</b> <p>Продолжить выполнение программы с текущей точки. Программа остановится при завершении или по достижении точки останова.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="348"/> + <location filename="../Debugger/DebugUI.py" line="351"/> <source>Continue to Cursor</source> <translation>Продолжить до курсора</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="348"/> + <location filename="../Debugger/DebugUI.py" line="351"/> <source>Continue &To Cursor</source> <translation>Продолжить &до курсора</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="353"/> - <source>Continue running the program from the current line to the current cursor position</source> - <translation>Продолжить выполнение программы до строки, на которой находится курсор</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="356"/> + <source>Continue running the program from the current line to the current cursor position</source> + <translation>Продолжить выполнение программы до строки, на которой находится курсор</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="359"/> <source><b>Continue To Cursor</b><p>Continue running the program from the current line to the current cursor position.</p></source> <translation><b>Продолжить до курсора</b><p>Продолжить выполнение программы до строки, на которой находится курсор.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="384"/> + <location filename="../Debugger/DebugUI.py" line="387"/> <source>Single Step</source> <translation>Одиночный шаг</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="384"/> + <location filename="../Debugger/DebugUI.py" line="387"/> <source>Sin&gle Step</source> <translation>&Одиночный шаг</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="389"/> + <location filename="../Debugger/DebugUI.py" line="392"/> <source>Execute a single Python statement</source> <translation>Выполнить один оператор Python</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="390"/> + <location filename="../Debugger/DebugUI.py" line="393"/> <source><b>Single Step</b><p>Execute a single Python statement. If the statement is an <tt>import</tt> statement, a class constructor, or a method or function call then control is returned to the debugger at the next statement.</p></source> <translation><b>Одиночный шаг</b> <p>Выполнить один оператор Python. Если этот оператор - <tt>import</tt>, конструктор класса, метод или функция, отладчик получит управление перед выполнением следующего оператора.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="400"/> + <location filename="../Debugger/DebugUI.py" line="403"/> <source>Step Over</source> <translation>Следующая строка</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="400"/> + <location filename="../Debugger/DebugUI.py" line="403"/> <source>Step &Over</source> <translation>С&ледующая строка</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="405"/> - <source>Execute a single Python statement staying in the current frame</source> - <translation>Выполнить один оператор Python текущего кадра стека</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="408"/> + <source>Execute a single Python statement staying in the current frame</source> + <translation>Выполнить один оператор Python текущего кадра стека</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="411"/> <source><b>Step Over</b><p>Execute a single Python statement staying in the same frame. If the statement is an <tt>import</tt> statement, a class constructor, or a method or function call then control is returned to the debugger after the statement has completed.</p></source> <translation><b>Следующая строка</b> <p>Выполнить оператор текущего кадра стека. Если этот оператор - <tt>import</tt>, конструктор класса, метод или функция, отладчик получит управление после его выполнения.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="419"/> + <location filename="../Debugger/DebugUI.py" line="422"/> <source>Step Out</source> <translation>Возврат</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="419"/> + <location filename="../Debugger/DebugUI.py" line="422"/> <source>Step Ou&t</source> <translation>&Возврат</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="424"/> - <source>Execute Python statements until leaving the current frame</source> - <translation>Выполнить код до выхода из кадра стека</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="427"/> + <source>Execute Python statements until leaving the current frame</source> + <translation>Выполнить код до выхода из кадра стека</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="430"/> <source><b>Step Out</b><p>Execute Python statements until leaving the current frame. If the statements are inside an <tt>import</tt> statement, a class constructor, or a method or function call then control is returned to the debugger after the current frame has been left.</p></source> <translation><b>Возврат</b><p>Выполнить код до выхода из кадра стека. Если выполняемые операторы находятся внутри оператора <tt>import</tt>, конструктора класса, функции или метода, отладчик получит управление после выхода из текущего кадра стека.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="438"/> + <location filename="../Debugger/DebugUI.py" line="441"/> <source>Stop</source> <translation>Стоп</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="438"/> + <location filename="../Debugger/DebugUI.py" line="441"/> <source>&Stop</source> <translation>Ст&оп</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="443"/> + <location filename="../Debugger/DebugUI.py" line="446"/> <source>Stop debugging</source> <translation>Остановить отладку</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="444"/> + <location filename="../Debugger/DebugUI.py" line="447"/> <source><b>Stop</b><p>Stop the running debugging session.</p></source> <translation><b>Стоп</b> <p>Прервать текущую отладочную сессию.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="451"/> + <location filename="../Debugger/DebugUI.py" line="454"/> <source>Variables Type Filter</source> <translation>Фильтр переменных по типу</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="451"/> + <location filename="../Debugger/DebugUI.py" line="454"/> <source>Varia&bles Type Filter...</source> <translation>Фильтр переменных по &типу...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="455"/> + <location filename="../Debugger/DebugUI.py" line="458"/> <source>Configure variables type filter</source> <translation>Настройка фильтра переменных по типу</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="457"/> + <location filename="../Debugger/DebugUI.py" line="460"/> <source><b>Variables Type Filter</b><p>Configure the variables type filter. Only variable types that are not selected are displayed in the global or local variables window during a debugging session.</p></source> <translation><b>Фильтр переменных по типу</b><p>Настроить фильтр переменных по типу. Только те переменные, типы которых <b>не выделены</b>, будут отображаться в окнах глобальных и локальных переменных в течение отладки.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="467"/> + <location filename="../Debugger/DebugUI.py" line="470"/> <source>Exceptions Filter</source> <translation>Фильтр исключений</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="467"/> + <location filename="../Debugger/DebugUI.py" line="470"/> <source>&Exceptions Filter...</source> <translation>Фильтр &исключений...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="471"/> + <location filename="../Debugger/DebugUI.py" line="474"/> <source>Configure exceptions filter</source> <translation>Настройка фильтра исключений</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="473"/> + <location filename="../Debugger/DebugUI.py" line="476"/> <source><b>Exceptions Filter</b><p>Configure the exceptions filter. Only exception types that are listed are highlighted during a debugging session.</p><p>Please note, that all unhandled exceptions are highlighted indepent from the filter list.</p></source> <translation><b>Фильтр исключений</b> <p>Настроить фильтр исключений. В течение отладочной сессии перехватываются только исключения, выделенные в списке.</p> <p>Стоит заметить, что все необработанные исключения перехватываются независимо от настроек фильтра.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="484"/> + <location filename="../Debugger/DebugUI.py" line="487"/> <source>Ignored Exceptions</source> <translation>Игнорированные исключения</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="484"/> + <location filename="../Debugger/DebugUI.py" line="487"/> <source>&Ignored Exceptions...</source> <translation>&Игнорированные исключения...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="488"/> + <location filename="../Debugger/DebugUI.py" line="491"/> <source>Configure ignored exceptions</source> <translation>Настройка игнорированных исключений</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="490"/> + <location filename="../Debugger/DebugUI.py" line="493"/> <source><b>Ignored Exceptions</b><p>Configure the ignored exceptions. Only exception types that are not listed are highlighted during a debugging session.</p><p>Please note, that unhandled exceptions cannot be ignored.</p></source> <translation><b>Игнорированные исключения</b><p>Настроить игнорированные исключения. Только исключения, не попавшие в данный список, будут перехватываться при отладке.</p><p>Обратите внимание, что исключения, у которых нет соответствующего обработчика в тексте программы, невозможно игнорировать.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="509"/> + <location filename="../Debugger/DebugUI.py" line="512"/> <source>Toggle Breakpoint</source> <translation>Поставить/Убрать точку останова</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="503"/> + <location filename="../Debugger/DebugUI.py" line="506"/> <source>Shift+F11</source> <comment>Debug|Toggle Breakpoint</comment> <translation>Shift+F11</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="510"/> + <location filename="../Debugger/DebugUI.py" line="513"/> <source><b>Toggle Breakpoint</b><p>Toggles a breakpoint at the current line of the current editor.</p></source> <translation><b>Поставить/убрать точку останова</b> <p>Поставить/убрать точку останова в текущей строке текущего редактора.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="524"/> + <location filename="../Debugger/DebugUI.py" line="527"/> <source>Edit Breakpoint</source> <translation>Редактировать точку останова</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="518"/> + <location filename="../Debugger/DebugUI.py" line="521"/> <source>Edit Breakpoint...</source> <translation>Редактировать точку останова...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="518"/> + <location filename="../Debugger/DebugUI.py" line="521"/> <source>Shift+F12</source> <comment>Debug|Edit Breakpoint</comment> <translation>Shift+F12</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="525"/> + <location filename="../Debugger/DebugUI.py" line="528"/> <source><b>Edit Breakpoint</b><p>Opens a dialog to edit the breakpoints properties. It works at the current line of the current editor.</p></source> <translation><b>Редактировать точку останова</b> <p>Открыть диалог со свойствами точки останова. Работает в текущей строке текущего редактора.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="540"/> + <location filename="../Debugger/DebugUI.py" line="543"/> <source>Next Breakpoint</source> <translation>Следующая точка останова</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="533"/> + <location filename="../Debugger/DebugUI.py" line="536"/> <source>Ctrl+Shift+PgDown</source> <comment>Debug|Next Breakpoint</comment> <translation>Ctrl+Shift+PgDown</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="541"/> + <location filename="../Debugger/DebugUI.py" line="544"/> <source><b>Next Breakpoint</b><p>Go to next breakpoint of the current editor.</p></source> <translation><b>Следующая точка останова</b> <p>Переход к следующей точке останова в текущем редакторе.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="555"/> + <location filename="../Debugger/DebugUI.py" line="558"/> <source>Previous Breakpoint</source> <translation>Предыдущая точка останова</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="548"/> + <location filename="../Debugger/DebugUI.py" line="551"/> <source>Ctrl+Shift+PgUp</source> <comment>Debug|Previous Breakpoint</comment> <translation>Ctrl+Shift+PgUp</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="556"/> + <location filename="../Debugger/DebugUI.py" line="559"/> <source><b>Previous Breakpoint</b><p>Go to previous breakpoint of the current editor.</p></source> <translation><b>Предыдущая точка останова</b> <p>Переход к предыдущей точке останова в текущем редакторе.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="569"/> + <location filename="../Debugger/DebugUI.py" line="572"/> <source>Clear Breakpoints</source> <translation>Убрать точки останова</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="563"/> + <location filename="../Debugger/DebugUI.py" line="566"/> <source>Ctrl+Shift+C</source> <comment>Debug|Clear Breakpoints</comment> <translation>Ctrl+Shift+C</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="570"/> + <location filename="../Debugger/DebugUI.py" line="573"/> <source><b>Clear Breakpoints</b><p>Clear breakpoints of all editors.</p></source> <translation><b>Убрать точки останова</b><p>Убрать точки останова во всех редакторах.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="596"/> + <location filename="../Debugger/DebugUI.py" line="599"/> <source>&Debug</source> <translation>&Отладка</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="598"/> + <location filename="../Debugger/DebugUI.py" line="601"/> <source>&Start</source> <translation>&Начать</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="600"/> + <location filename="../Debugger/DebugUI.py" line="603"/> <source>&Breakpoints</source> <translation>&Точки останова</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="643"/> + <location filename="../Debugger/DebugUI.py" line="646"/> <source>Start</source> <translation>Начать</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="657"/> + <location filename="../Debugger/DebugUI.py" line="660"/> <source>Debug</source> <translation>Отладка</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1120"/> + <location filename="../Debugger/DebugUI.py" line="1123"/> <source>The program being debugged contains an unspecified syntax error.</source> <translation>Отлаживаемая программа содержит неуказанную синтаксическую ошибку.</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1139"/> + <location filename="../Debugger/DebugUI.py" line="1142"/> <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>Файл <b>{0}</b> содержит синтактическую ошибку <b>{1}</b> в строке <b>{2}</b>, позиция <b>{3}</b>.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1157"/> + <location filename="../Debugger/DebugUI.py" line="1160"/> <source>An unhandled exception occured. See the shell window for details.</source> <translation>Выброшено исключение, которое не было обработано программой. Более точная информация в окне консоли.</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1204"/> + <location filename="../Debugger/DebugUI.py" line="1207"/> <source><p>The debugged program raised the exception <b>{0}</b><br>"<b>{1}</b>"<br>File: <b>{2}</b>, Line: <b>{3}</b></p><p>Break here?</p></source> <translation><p>Отлаживаемая программа выдала исключение <br><b>{0}</b> "<b>{1}</b>"<br>Файл: <b>{2}</b>, строка <b>{3}</b></p><p>Прервать выполнение в этом месте?</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1219"/> + <location filename="../Debugger/DebugUI.py" line="1222"/> <source><p>The debugged program raised the exception <b>{0}</b><br>"<b>{1}</b>"</p></source> <translation><p>Отлаживаемая программа выдала исключение<br><b>{0}</b><br>"<b>{1}</b>"</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1282"/> + <location filename="../Debugger/DebugUI.py" line="1285"/> <source>The program being debugged has terminated unexpectedly.</source> <translation>Отлаживаемая программа была неожиданно прервана.</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1353"/> + <location filename="../Debugger/DebugUI.py" line="1356"/> <source>Breakpoint Condition Error</source> <translation>Ошибка в условиях точки останова</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1353"/> + <location filename="../Debugger/DebugUI.py" line="1356"/> <source><p>The condition of the breakpoint <b>{0}, {1}</b> contains a syntax error.</p></source> <translation><p>Условие точки останова <b>{0}, {1}</b> содержит синтаксическую ошибку.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1389"/> + <location filename="../Debugger/DebugUI.py" line="1392"/> <source>Watch Expression Error</source> <translation>Ошибка в выражении для отслеживания</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1389"/> + <location filename="../Debugger/DebugUI.py" line="1392"/> <source><p>The watch expression <b>{0}</b> contains a syntax error.</p></source> <translation><p>Выражение для отслеживания <b>{0}</b> содержит синтаксическую ошибку.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1419"/> + <location filename="../Debugger/DebugUI.py" line="1422"/> <source><p>A watch expression '<b>{0}</b>' already exists.</p></source> <translation><p>Выражение для отслеживания '<b>{0}</b>' уже существует.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1423"/> + <location filename="../Debugger/DebugUI.py" line="1426"/> <source><p>A watch expression '<b>{0}</b>' for the variable <b>{1}</b> already exists.</p></source> <translation><p>Выражение для отслеживания '<b>{0}</b>' для переменной <b>{1}</b> уже существует.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1429"/> + <location filename="../Debugger/DebugUI.py" line="1432"/> <source>Watch expression already exists</source> <translation>Выражение для отслеживания уже существует</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1594"/> + <location filename="../Debugger/DebugUI.py" line="1599"/> <source>Coverage of Project</source> <translation>Охват проекта</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1581"/> + <location filename="../Debugger/DebugUI.py" line="1586"/> <source>Coverage of Script</source> <translation>Охват сценария</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1862"/> + <location filename="../Debugger/DebugUI.py" line="1867"/> <source>There is no main script defined for the current project. Aborting</source> <translation>Для текущего проекта не определён главный сценарий. Отмена</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1727"/> + <location filename="../Debugger/DebugUI.py" line="1732"/> <source>Profile of Project</source> <translation>Профиль проекта</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1714"/> + <location filename="../Debugger/DebugUI.py" line="1719"/> <source>Profile of Script</source> <translation>Профиль сценария</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1999"/> + <location filename="../Debugger/DebugUI.py" line="2004"/> <source>There is no main script defined for the current project. No debugging possible.</source> <translation>Для текущего проекта не определён главный сценарий. Отладка невозможна.</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1089"/> + <location filename="../Debugger/DebugUI.py" line="1092"/> <source>Program terminated</source> <translation>Программа завершилась</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="301"/> + <location filename="../Debugger/DebugUI.py" line="304"/> <source>Restart</source> <translation>Перезапуск</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="307"/> + <location filename="../Debugger/DebugUI.py" line="310"/> <source><b>Restart</b><p>Set the command line arguments and set the current line to be the first executable Python statement of the script that was debugged last. If there are unsaved changes, they may be saved first.</p></source> <translation><b>Перезапуск</b><p>Задание аргументов командной строки и установка текущей строки первой исполняемой строкой программы для отладки. При необходимости сначала сохранить текст программы.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="323"/> + <location filename="../Debugger/DebugUI.py" line="326"/> <source><b>Stop</b><p>This stops the script running in the debugger backend.</p></source> <translation><b>Остановка</b><p>Остановка выполнения программы в отладчике.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1268"/> + <location filename="../Debugger/DebugUI.py" line="1271"/> <source><p>The program generate the signal "{0}".<br/>File: <b>{1}</b>, Line: <b>{2}</b></p></source> <translation><p>Программа генерирует сигнал "{0}".<br/>Файл: <b>{1}</b>, Строка: <b>{2}</b></p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1056"/> + <location filename="../Debugger/DebugUI.py" line="1059"/> <source><p>Message: {0}</p></source> <translation><p>Сообщение: {0}</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1062"/> + <location filename="../Debugger/DebugUI.py" line="1065"/> <source><p>The program has terminated with an exit status of {0}.</p>{1}</source> <translation><p>Программа завершилась с кодом выхода {0}.</p>{1}</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1067"/> + <location filename="../Debugger/DebugUI.py" line="1070"/> <source><p><b>{0}</b> has terminated with an exit status of {1}.</p>{2}</source> <translation><p><b>{0}</b> завершилась с кодом выхода {1}.</p>{2}</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1075"/> + <location filename="../Debugger/DebugUI.py" line="1078"/> <source>Message: {0}</source> <translation>Сообщение: {0}</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1082"/> + <location filename="../Debugger/DebugUI.py" line="1085"/> <source>The program has terminated with an exit status of {0}. {1}</source> <translation>Программа завершилась с кодом выхода {0}. {1}</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1085"/> + <location filename="../Debugger/DebugUI.py" line="1088"/> <source>"{0}" has terminated with an exit status of {1}. {2}</source> <translation>"{0}" завершилась с кодом выхода {1}. {2}</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1094"/> + <location filename="../Debugger/DebugUI.py" line="1097"/> <source>The program has terminated with an exit status of {0}. {1} </source> @@ -6194,7 +6194,7 @@ </translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1098"/> + <location filename="../Debugger/DebugUI.py" line="1101"/> <source>"{0}" has terminated with an exit status of {1}. {2} </source> @@ -6203,22 +6203,22 @@ </translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="364"/> + <location filename="../Debugger/DebugUI.py" line="367"/> <source>Move Instruction Pointer to Cursor</source> <translation>Переместить указатель инструкции на курсор</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="364"/> + <location filename="../Debugger/DebugUI.py" line="367"/> <source>&Jump To Cursor</source> <translation>&Перейти к курсору</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="369"/> - <source>Skip the code from the current line to the current cursor position</source> - <translation>Пропуск кода от текущей строки до текущей позиции курсора</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="372"/> + <source>Skip the code from the current line to the current cursor position</source> + <translation>Пропуск кода от текущей строки до текущей позиции курсора</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="375"/> <source><b>Move Instruction Pointer to Cursor</b><p>Move the Python internal instruction pointer to the current cursor position without executing the code in between.</p><p>It's not possible to jump out of a function or jump in a code block, e.g. a loop. In these cases, a error message is printed to the log window.</p></source> <translation><b>Переместить указатель инструкции к курсору</b><p>Перемещение указателя внутренней инструкции Python к текущей позиции курсора без выполнения промежуточного кода между ними.</p><p>При этом невожможно выйти из функции или перейти в блок кода, например в цикл. В таких случаях в лог выводится сообщение об ошибке.</p></translation> </message> @@ -42915,8 +42915,8 @@ </message> <message> <location filename="../QScintilla/Lexers/__init__.py" line="470"/> - <source>Makefiles (*.mak)</source> - <translation>Правила сборки (*.mak)</translation> + <source>Makefiles (*makefile Makefile *.mak)</source> + <translation type="unfinished">Правила сборки (*.mak)</translation> </message> <message> <location filename="../QScintilla/Lexers/__init__.py" line="473"/> @@ -43470,6 +43470,74 @@ </message> </context> <context> + <name>MakePropertiesDialog</name> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="14"/> + <source>Make Properties</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="23"/> + <source>'make' Executable (leave empty to use global 'make'):</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="39"/> + <source>Enter the executable name of the make utility</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="46"/> + <source>'makefile' path or directory (without file name 'makefile' will be used):</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="62"/> + <source>Enter the name and/or path of the makefile</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="69"/> + <source>Make Target:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="76"/> + <source>Enter the make target to be built</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="83"/> + <source>Make Command Parameters (enclose parameters containing spaces in ""):</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="93"/> + <source>Enter the command parameters for make</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="100"/> + <source>Select to just test for changes needing a make run</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="103"/> + <source>Test for changes only when run automatically</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.py" line="40"/> + <source>All Files (*)</source> + <translation type="unfinished">Все файлы(*)</translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.py" line="44"/> + <source>Makefiles (*makefile Makefile *.mak);;All Files (*)</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>ManageDictionariesDialog</name> <message> <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.ui" line="14"/> @@ -49684,27 +49752,27 @@ <context> <name>Preferences</name> <message> - <location filename="../Preferences/__init__.py" line="1657"/> + <location filename="../Preferences/__init__.py" line="1658"/> <source>Export Preferences</source> <translation>Экспорт предпочтений</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1685"/> + <location filename="../Preferences/__init__.py" line="1686"/> <source>Import Preferences</source> <translation>Импорт предпочтений</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1685"/> + <location filename="../Preferences/__init__.py" line="1686"/> <source>Properties File (*.ini);;All Files (*)</source> <translation>Файлы свойств (*.ini);;Все файлы (*)</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1787"/> + <location filename="../Preferences/__init__.py" line="1788"/> <source>Select Python{0} Interpreter</source> <translation>Задайте интерпретатор Python{0}</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1787"/> + <location filename="../Preferences/__init__.py" line="1788"/> <source>Select the Python{0} interpreter to be used:</source> <translation>Задайте интерпретатор Python{0}:</translation> </message> @@ -50142,342 +50210,342 @@ <context> <name>Project</name> <message> - <location filename="../Project/Project.py" line="167"/> + <location filename="../Project/Project.py" line="176"/> <source>Python3 Files (*.py *.py3);;Python3 GUI Files (*.pyw *.pyw3);;</source> <translation>Python3 файлы (*.py3);;Python3 GUI файлы (*.pyw3);;</translation> </message> <message> - <location filename="../Project/Project.py" line="265"/> + <location filename="../Project/Project.py" line="275"/> <source>Console</source> <translation>Консоль</translation> </message> <message> - <location filename="../Project/Project.py" line="266"/> + <location filename="../Project/Project.py" line="276"/> <source>Other</source> <translation>Другое</translation> </message> <message> - <location filename="../Project/Project.py" line="280"/> + <location filename="../Project/Project.py" line="290"/> <source>PySide GUI</source> <translation>PySide GUI</translation> </message> <message> - <location filename="../Project/Project.py" line="281"/> + <location filename="../Project/Project.py" line="291"/> <source>PySide Console</source> <translation>Консоль PySide</translation> </message> <message> - <location filename="../Project/Project.py" line="364"/> + <location filename="../Project/Project.py" line="374"/> <source>Registering Project Type</source> <translation>Регистрация типа проекта</translation> </message> <message> - <location filename="../Project/Project.py" line="745"/> + <location filename="../Project/Project.py" line="766"/> <source>Read project file</source> <translation>Загрузить файл проекта</translation> </message> <message> - <location filename="../Project/Project.py" line="745"/> + <location filename="../Project/Project.py" line="766"/> <source><p>The project file <b>{0}</b> could not be read.</p></source> <translation><p>Невозможно прочитать файл проекта: <b>{0}</b></p></translation> </message> <message> - <location filename="../Project/Project.py" line="847"/> + <location filename="../Project/Project.py" line="868"/> <source>Save project file</source> <translation>Сохранить файл проекта</translation> </message> <message> - <location filename="../Project/Project.py" line="847"/> + <location filename="../Project/Project.py" line="868"/> <source><p>The project file <b>{0}</b> could not be written.</p></source> <translation><p>Невозможно сохранить файл проекта: <b>{0}</b></p></translation> </message> <message> - <location filename="../Project/Project.py" line="883"/> + <location filename="../Project/Project.py" line="904"/> <source>Read user project properties</source> <translation>Прочитать пользовательские настройки проекта</translation> </message> <message> - <location filename="../Project/Project.py" line="883"/> + <location filename="../Project/Project.py" line="904"/> <source><p>The user specific project properties file <b>{0}</b> could not be read.</p></source> <translation><p>Невозможно прочитать файл пользовательских настроек <b>{0}</b>.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="907"/> + <location filename="../Project/Project.py" line="928"/> <source>Save user project properties</source> <translation>Сохранить пользовательские свойства проекта</translation> </message> <message> - <location filename="../Project/Project.py" line="907"/> + <location filename="../Project/Project.py" line="928"/> <source><p>The user specific project properties file <b>{0}</b> could not be written.</p></source> <translation><p>Невозможно записать файл пользовательских настроек <b>{0}</b>.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="965"/> + <location filename="../Project/Project.py" line="986"/> <source>Read project session</source> <translation>Загрузить сессию проекта</translation> </message> <message> - <location filename="../Project/Project.py" line="1187"/> + <location filename="../Project/Project.py" line="1208"/> <source>Please save the project first.</source> <translation>Пожалуйста, сначала сохраните проект.</translation> </message> <message> - <location filename="../Project/Project.py" line="965"/> + <location filename="../Project/Project.py" line="986"/> <source><p>The project session file <b>{0}</b> could not be read.</p></source> <translation><p>Невозможно прочитать файл с сессией проекта: <b>{0}</b></p></translation> </message> <message> - <location filename="../Project/Project.py" line="1001"/> + <location filename="../Project/Project.py" line="1022"/> <source>Save project session</source> <translation>Сохранить сессию проекта</translation> </message> <message> - <location filename="../Project/Project.py" line="1001"/> + <location filename="../Project/Project.py" line="1022"/> <source><p>The project session file <b>{0}</b> could not be written.</p></source> <translation><p>Невозможно сохранить файл с сессией проекта: <b>{0}</b></p></translation> </message> <message> - <location filename="../Project/Project.py" line="1030"/> + <location filename="../Project/Project.py" line="1051"/> <source>Delete project session</source> <translation>Удалить сессию проекта</translation> </message> <message> - <location filename="../Project/Project.py" line="1030"/> + <location filename="../Project/Project.py" line="1051"/> <source><p>The project session file <b>{0}</b> could not be deleted.</p></source> <translation><p>Невозможно удалить выбранный файл с сессией: <b>{0}</b>.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1064"/> + <location filename="../Project/Project.py" line="1085"/> <source>Read tasks</source> <translation>Прочитать задачи</translation> </message> <message> - <location filename="../Project/Project.py" line="1064"/> + <location filename="../Project/Project.py" line="1085"/> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation><p>Невозможно прочитать файл с задачами: <b>{0}</b></p></translation> </message> <message> - <location filename="../Project/Project.py" line="1084"/> + <location filename="../Project/Project.py" line="1105"/> <source>Save tasks</source> <translation>Сохранить задачи</translation> </message> <message> - <location filename="../Project/Project.py" line="1084"/> + <location filename="../Project/Project.py" line="1105"/> <source><p>The tasks file <b>{0}</b> could not be written.</p></source> <translation><p>Невозможно сохранить файл с задачами: <b>{0}</b></p></translation> </message> <message> - <location filename="../Project/Project.py" line="1141"/> + <location filename="../Project/Project.py" line="1162"/> <source>Read debugger properties</source> <translation>Прочитать свойства отладчика</translation> </message> <message> - <location filename="../Project/Project.py" line="1141"/> + <location filename="../Project/Project.py" line="1162"/> <source><p>The project debugger properties file <b>{0}</b> could not be read.</p></source> <translation><p>Невозможно прочитать файл свойств отладчика <b>{0}</b>.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1175"/> + <location filename="../Project/Project.py" line="1196"/> <source>Save debugger properties</source> <translation>Сохранить свойства отладчика</translation> </message> <message> - <location filename="../Project/Project.py" line="1175"/> + <location filename="../Project/Project.py" line="1196"/> <source><p>The project debugger properties file <b>{0}</b> could not be written.</p></source> <translation><p>Невозможно сохранить файл свойств отладчика <b>{0}</b>.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1201"/> + <location filename="../Project/Project.py" line="1222"/> <source>Delete debugger properties</source> <translation>Удалить свойства отладчика</translation> </message> <message> - <location filename="../Project/Project.py" line="1201"/> + <location filename="../Project/Project.py" line="1222"/> <source><p>The project debugger properties file <b>{0}</b> could not be deleted.</p></source> <translation><p>Невозможно удалить файл свойств отладчика <b>{0}</b>.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1312"/> + <location filename="../Project/Project.py" line="1333"/> <source>Add Language</source> <translation>Добавить язык перевода</translation> </message> <message> - <location filename="../Project/Project.py" line="1312"/> + <location filename="../Project/Project.py" line="1333"/> <source>You have to specify a translation pattern first.</source> <translation>Необходимо сначала задать шаблон перевода.</translation> </message> <message> - <location filename="../Project/Project.py" line="1435"/> + <location filename="../Project/Project.py" line="1456"/> <source>Delete translation</source> <translation>Удалить перевод</translation> </message> <message> - <location filename="../Project/Project.py" line="1600"/> + <location filename="../Project/Project.py" line="1621"/> <source>Add file</source> <translation>Добавить файл</translation> </message> <message> - <location filename="../Project/Project.py" line="1662"/> + <location filename="../Project/Project.py" line="1683"/> <source><p>The file <b>{0}</b> already exists.</p><p>Overwrite it?</p></source> <translation><p>Файл <b>{0}</b> уже существует. Переписать?</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1587"/> + <location filename="../Project/Project.py" line="1608"/> <source><p>The selected file <b>{0}</b> could not be added to <b>{1}</b>.</p><p>Reason: {2}</p></source> <translation><p>Невозможно добавить выделенный файл <b>{0}</b> в архив <b>{1}</b>. </p><p>Причина: {2}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1718"/> + <location filename="../Project/Project.py" line="1739"/> <source>The target directory must not be empty.</source> <translation>Целевая директория не должна быть пустой.</translation> </message> <message> - <location filename="../Project/Project.py" line="1729"/> + <location filename="../Project/Project.py" line="1750"/> <source>Add directory</source> <translation>Добавление директории</translation> </message> <message> - <location filename="../Project/Project.py" line="1631"/> + <location filename="../Project/Project.py" line="1652"/> <source><p>The source directory doesn't contain any files belonging to the selected category.</p></source> <translation><p>Директория не содержит ни одного файла, принадлежащего к заданной категории.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1644"/> + <location filename="../Project/Project.py" line="1665"/> <source><p>The target directory <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation><p>Невозможно создать директорию <b>{0}</b> </p><p>Причина: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1729"/> + <location filename="../Project/Project.py" line="1750"/> <source>The source directory must not be empty.</source> <translation>Исходная директория не должна быть пустой.</translation> </message> <message> - <location filename="../Project/Project.py" line="1866"/> + <location filename="../Project/Project.py" line="1887"/> <source>Rename file</source> <translation>Переименовать файл</translation> </message> <message> - <location filename="../Project/Project.py" line="1890"/> + <location filename="../Project/Project.py" line="1911"/> <source>Rename File</source> <translation>Переименовать файл</translation> </message> <message> - <location filename="../Project/Project.py" line="2931"/> + <location filename="../Project/Project.py" line="3016"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>Файл <b>{0}</b> уже существует. Переписать?</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1890"/> + <location filename="../Project/Project.py" line="1911"/> <source><p>The file <b>{0}</b> could not be renamed.<br />Reason: {1}</p></source> <translation><p>Невозможно переименовать файл <b>{0}</b>:<br>Причина: {1}.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2133"/> + <location filename="../Project/Project.py" line="2154"/> <source>Delete file</source> <translation>Удалить файл</translation> </message> <message> - <location filename="../Project/Project.py" line="2163"/> + <location filename="../Project/Project.py" line="2184"/> <source>Delete directory</source> <translation>Удалить директорию</translation> </message> <message> - <location filename="../Project/Project.py" line="2246"/> + <location filename="../Project/Project.py" line="2271"/> <source>Create project directory</source> <translation>Создать директорию проекта</translation> </message> <message> - <location filename="../Project/Project.py" line="2246"/> + <location filename="../Project/Project.py" line="2271"/> <source><p>The project directory <b>{0}</b> could not be created.</p></source> <translation><p>Невозможно создать директорию проекта <b>{0}</b>.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2777"/> + <location filename="../Project/Project.py" line="2858"/> <source>New Project</source> <translation>Новый проект</translation> </message> <message> - <location filename="../Project/Project.py" line="2326"/> + <location filename="../Project/Project.py" line="2386"/> <source>Add existing files to the project?</source> <translation>Добавить существующие файлы в проект?</translation> </message> <message> - <location filename="../Project/Project.py" line="2777"/> + <location filename="../Project/Project.py" line="2858"/> <source>Select Version Control System</source> <translation>Выберите систему контроля версий (VCS)</translation> </message> <message> - <location filename="../Project/Project.py" line="2445"/> + <location filename="../Project/Project.py" line="2505"/> <source>Would you like to edit the VCS command options?</source> <translation>Вы хотите редактировать опции команд VCS?</translation> </message> <message> - <location filename="../Project/Project.py" line="3615"/> + <location filename="../Project/Project.py" line="3702"/> <source>New project</source> <translation>Новый проект</translation> </message> <message> - <location filename="../Project/Project.py" line="2393"/> + <location filename="../Project/Project.py" line="2453"/> <source>Shall the project file be added to the repository?</source> <translation>Добавить ли файл проекта в репозиторий?</translation> </message> <message> - <location filename="../Project/Project.py" line="2424"/> + <location filename="../Project/Project.py" line="2484"/> <source>None</source> <translation>None</translation> </message> <message> - <location filename="../Project/Project.py" line="2417"/> + <location filename="../Project/Project.py" line="2477"/> <source>Select version control system for the project</source> <translation>Выберите систему контроля версий для проекта</translation> </message> <message> - <location filename="../Project/Project.py" line="2523"/> + <location filename="../Project/Project.py" line="2583"/> <source>Translation Pattern</source> <translation>Шаблон перевода</translation> </message> <message> - <location filename="../Project/Project.py" line="2523"/> + <location filename="../Project/Project.py" line="2583"/> <source>Enter the path pattern for translation files (use '%language%' in place of the language code):</source> <translation>Введите шаблон пути для файлов переводов (используйте '%language%' вместо language code):</translation> </message> <message> - <location filename="../Project/Project.py" line="3629"/> + <location filename="../Project/Project.py" line="3716"/> <source>Open project</source> <translation>Открыть проект</translation> </message> <message> - <location filename="../Project/Project.py" line="2916"/> + <location filename="../Project/Project.py" line="3001"/> <source>Project Files (*.e4p)</source> <translation>Файлы проектов (*.e4p)</translation> </message> <message> - <location filename="../Project/Project.py" line="3666"/> + <location filename="../Project/Project.py" line="3753"/> <source>Save project as</source> <translation>Сохранить проект как</translation> </message> <message> - <location filename="../Project/Project.py" line="2931"/> + <location filename="../Project/Project.py" line="3016"/> <source>Save File</source> <translation>Сохранить файл</translation> </message> <message> - <location filename="../Project/Project.py" line="2967"/> + <location filename="../Project/Project.py" line="3052"/> <source>Close Project</source> <translation>Закрыть проект</translation> </message> <message> - <location filename="../Project/Project.py" line="2967"/> + <location filename="../Project/Project.py" line="3052"/> <source>The current project has unsaved changes.</source> <translation>Изменения в текущем проекте не сохранены.</translation> </message> <message> - <location filename="../Project/Project.py" line="3140"/> + <location filename="../Project/Project.py" line="3227"/> <source>Syntax errors detected</source> <translation>Найдены синтаксические ошибки</translation> </message> <message numerus="yes"> - <location filename="../Project/Project.py" line="3140"/> + <location filename="../Project/Project.py" line="3227"/> <source>The project contains %n file(s) with syntax errors.</source> <translation> <numerusform>Проект содержит %n файл с синтаксической ошибкой.</numerusform> @@ -50486,351 +50554,351 @@ </translation> </message> <message> - <location filename="../Project/Project.py" line="3615"/> + <location filename="../Project/Project.py" line="3702"/> <source>&New...</source> <translation>&Новый...</translation> </message> <message> - <location filename="../Project/Project.py" line="3620"/> + <location filename="../Project/Project.py" line="3707"/> <source>Generate a new project</source> <translation>Создать новый проект</translation> </message> <message> - <location filename="../Project/Project.py" line="3621"/> + <location filename="../Project/Project.py" line="3708"/> <source><b>New...</b><p>This opens a dialog for entering the info for a new project.</p></source> <translation><b>Новый...</b><p>Открытие диалога ввода информации о новом проекте.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3629"/> + <location filename="../Project/Project.py" line="3716"/> <source>&Open...</source> <translation>&Открыть...</translation> </message> <message> - <location filename="../Project/Project.py" line="3634"/> + <location filename="../Project/Project.py" line="3721"/> <source>Open an existing project</source> <translation>Открыть существующий проект</translation> </message> <message> - <location filename="../Project/Project.py" line="3635"/> + <location filename="../Project/Project.py" line="3722"/> <source><b>Open...</b><p>This opens an existing project.</p></source> <translation><b>Открыть...</b><p>Открытие существующего проекта.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3642"/> + <location filename="../Project/Project.py" line="3729"/> <source>Close project</source> <translation>Закрыть проект</translation> </message> <message> - <location filename="../Project/Project.py" line="3642"/> + <location filename="../Project/Project.py" line="3729"/> <source>&Close</source> <translation>&Закрыть</translation> </message> <message> - <location filename="../Project/Project.py" line="3646"/> + <location filename="../Project/Project.py" line="3733"/> <source>Close the current project</source> <translation>Закрыть текущий проект</translation> </message> <message> - <location filename="../Project/Project.py" line="3647"/> + <location filename="../Project/Project.py" line="3734"/> <source><b>Close</b><p>This closes the current project.</p></source> <translation><b>Закрыть</b><p>Закрытие текущего проекта.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3654"/> + <location filename="../Project/Project.py" line="3741"/> <source>Save project</source> <translation>Сохранить проект</translation> </message> <message> - <location filename="../Project/Project.py" line="3846"/> + <location filename="../Project/Project.py" line="3933"/> <source>&Save</source> <translation>&Сохранить</translation> </message> <message> - <location filename="../Project/Project.py" line="3658"/> + <location filename="../Project/Project.py" line="3745"/> <source>Save the current project</source> <translation>Сохранить текущий проект</translation> </message> <message> - <location filename="../Project/Project.py" line="3659"/> + <location filename="../Project/Project.py" line="3746"/> <source><b>Save</b><p>This saves the current project.</p></source> <translation><b>Сохранить</b><p>Сохранение текущего проекта.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3666"/> + <location filename="../Project/Project.py" line="3753"/> <source>Save &as...</source> <translation>Сохранить &как...</translation> </message> <message> - <location filename="../Project/Project.py" line="3670"/> - <source>Save the current project to a new file</source> - <translation>Сохранить текущий проект в новый файл</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3672"/> - <source><b>Save as</b><p>This saves the current project to a new file.</p></source> - <translation><b>Сохранить как</b><p> Сохранение текущего проекта в новый файл.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3681"/> - <source>Add files to project</source> - <translation>Добавить файлы в проект</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3681"/> - <source>Add &files...</source> - <translation>Добавить &файлы...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3686"/> - <source>Add files to the current project</source> - <translation>Добавить файлы в текущий проект</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3688"/> - <source><b>Add files...</b><p>This opens a dialog for adding files to the current project. The place to add is determined by the file extension.</p></source> - <translation><b>Добавить файлы</b> -<p>Открытие диалога добавления файлов в текущий проект. Место добавления определяется расширением файла.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3697"/> - <source>Add directory to project</source> - <translation>Добавить директорию в проект</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3697"/> - <source>Add directory...</source> - <translation>Добавить директорию...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3702"/> - <source>Add a directory to the current project</source> - <translation>Добавить директорию в текущий проект</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3704"/> - <source><b>Add directory...</b><p>This opens a dialog for adding a directory to the current project.</p></source> - <translation><b>Добавить директорию...</b> -<p>Открытие диалога добавления директории к текущему проекту.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3712"/> - <source>Add translation to project</source> - <translation>Добавить перевод в проект</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3712"/> - <source>Add &translation...</source> - <translation>Добавить &перевод...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3717"/> - <source>Add a translation to the current project</source> - <translation>Добавить перевод в текущий проект</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3719"/> - <source><b>Add translation...</b><p>This opens a dialog for add a translation to the current project.</p></source> - <translation><b>Добавить перевод...</b><p>Открытие диалога добавления перевода в текущий проект.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3727"/> - <source>Search new files</source> - <translation>Поиск новых файлов</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3727"/> - <source>Searc&h new files...</source> - <translation>Поис&к новых файлов...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3731"/> - <source>Search new files in the project directory.</source> - <translation>Поиск новых файлов в директории проекта.</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3757"/> - <source>Project properties</source> - <translation>Свойства проекта</translation> - </message> - <message> <location filename="../Project/Project.py" line="3757"/> - <source>&Properties...</source> - <translation>&Свойства...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3762"/> - <source>Show the project properties</source> - <translation>Показать свойства проекта</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3763"/> - <source><b>Properties...</b><p>This shows a dialog to edit the project properties.</p></source> - <translation><b>Свойства...</b><p>Отображение диалога для редактирования свойств проекта.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3770"/> - <source>User project properties</source> - <translation>Пользовательские настройки проекта</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3770"/> - <source>&User Properties...</source> - <translation>&Пользовательские свойства...</translation> + <source>Save the current project to a new file</source> + <translation>Сохранить текущий проект в новый файл</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3759"/> + <source><b>Save as</b><p>This saves the current project to a new file.</p></source> + <translation><b>Сохранить как</b><p> Сохранение текущего проекта в новый файл.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3768"/> + <source>Add files to project</source> + <translation>Добавить файлы в проект</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3768"/> + <source>Add &files...</source> + <translation>Добавить &файлы...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3773"/> + <source>Add files to the current project</source> + <translation>Добавить файлы в текущий проект</translation> </message> <message> <location filename="../Project/Project.py" line="3775"/> - <source>Show the user specific project properties</source> - <translation>Показать пользовательские свойства проекта</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3777"/> - <source><b>User Properties...</b><p>This shows a dialog to edit the user specific project properties.</p></source> - <translation><b>Пользовательские свойства...</b><p>Отображает диалог редактирования пользовательских свойств проекта.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3785"/> - <source>Filetype Associations</source> - <translation>Ассоциации типа файлов</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3785"/> - <source>Filetype Associations...</source> - <translation>Ассоциации типа файлов...</translation> + <source><b>Add files...</b><p>This opens a dialog for adding files to the current project. The place to add is determined by the file extension.</p></source> + <translation><b>Добавить файлы</b> +<p>Открытие диалога добавления файлов в текущий проект. Место добавления определяется расширением файла.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3784"/> + <source>Add directory to project</source> + <translation>Добавить директорию в проект</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3784"/> + <source>Add directory...</source> + <translation>Добавить директорию...</translation> </message> <message> <location filename="../Project/Project.py" line="3789"/> + <source>Add a directory to the current project</source> + <translation>Добавить директорию в текущий проект</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3791"/> + <source><b>Add directory...</b><p>This opens a dialog for adding a directory to the current project.</p></source> + <translation><b>Добавить директорию...</b> +<p>Открытие диалога добавления директории к текущему проекту.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3799"/> + <source>Add translation to project</source> + <translation>Добавить перевод в проект</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3799"/> + <source>Add &translation...</source> + <translation>Добавить &перевод...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3804"/> + <source>Add a translation to the current project</source> + <translation>Добавить перевод в текущий проект</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3806"/> + <source><b>Add translation...</b><p>This opens a dialog for add a translation to the current project.</p></source> + <translation><b>Добавить перевод...</b><p>Открытие диалога добавления перевода в текущий проект.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3814"/> + <source>Search new files</source> + <translation>Поиск новых файлов</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3814"/> + <source>Searc&h new files...</source> + <translation>Поис&к новых файлов...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3818"/> + <source>Search new files in the project directory.</source> + <translation>Поиск новых файлов в директории проекта.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3844"/> + <source>Project properties</source> + <translation>Свойства проекта</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3844"/> + <source>&Properties...</source> + <translation>&Свойства...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3849"/> + <source>Show the project properties</source> + <translation>Показать свойства проекта</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3850"/> + <source><b>Properties...</b><p>This shows a dialog to edit the project properties.</p></source> + <translation><b>Свойства...</b><p>Отображение диалога для редактирования свойств проекта.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3857"/> + <source>User project properties</source> + <translation>Пользовательские настройки проекта</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3857"/> + <source>&User Properties...</source> + <translation>&Пользовательские свойства...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3862"/> + <source>Show the user specific project properties</source> + <translation>Показать пользовательские свойства проекта</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3864"/> + <source><b>User Properties...</b><p>This shows a dialog to edit the user specific project properties.</p></source> + <translation><b>Пользовательские свойства...</b><p>Отображает диалог редактирования пользовательских свойств проекта.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3872"/> + <source>Filetype Associations</source> + <translation>Ассоциации типа файлов</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3872"/> + <source>Filetype Associations...</source> + <translation>Ассоциации типа файлов...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3876"/> <source>Show the project filetype associations</source> <translation>Показать ассоциации типов файлов для проекта</translation> </message> <message> - <location filename="../Project/Project.py" line="3803"/> + <location filename="../Project/Project.py" line="3890"/> <source>Lexer Associations</source> <translation>Ассоциации для лексеров</translation> </message> <message> - <location filename="../Project/Project.py" line="3803"/> + <location filename="../Project/Project.py" line="3890"/> <source>Lexer Associations...</source> <translation>Ассоциации для лексеров...</translation> </message> <message> - <location filename="../Project/Project.py" line="3807"/> + <location filename="../Project/Project.py" line="3894"/> <source>Show the project lexer associations (overriding defaults)</source> <translation>Показать ассоциации для лексеров</translation> </message> <message> - <location filename="../Project/Project.py" line="3809"/> + <location filename="../Project/Project.py" line="3896"/> <source><b>Lexer Associations...</b><p>This shows a dialog to edit the lexer associations of the project. These associations override the global lexer associations. Lexers are used to highlight the editor text.</p></source> <translation><b>Ассоциации для лексеров...</b><p>Показать ассоциации лексеров для проекта. Эти ассоциации переопределяют глобальные ассоциации лексеров. Лексеры используются для подсвечивания текста в редакторе.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3821"/> + <location filename="../Project/Project.py" line="3908"/> <source>Debugger Properties</source> <translation>Свойства отладчика</translation> </message> <message> - <location filename="../Project/Project.py" line="3821"/> + <location filename="../Project/Project.py" line="3908"/> <source>Debugger &Properties...</source> <translation>&Свойства отладчика...</translation> </message> <message> - <location filename="../Project/Project.py" line="3825"/> + <location filename="../Project/Project.py" line="3912"/> <source>Show the debugger properties</source> <translation>Показать свойства отладчика</translation> </message> <message> - <location filename="../Project/Project.py" line="3826"/> + <location filename="../Project/Project.py" line="3913"/> <source><b>Debugger Properties...</b><p>This shows a dialog to edit project specific debugger settings.</p></source> <translation><b>Свойства отладчика...</b> <p>Отображение диалога редактирования свойств отладчика, специфичных для данного проекта.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3834"/> + <location filename="../Project/Project.py" line="3921"/> <source>Load</source> <translation>Загрузить</translation> </message> <message> - <location filename="../Project/Project.py" line="3834"/> + <location filename="../Project/Project.py" line="3921"/> <source>&Load</source> <translation>&Загрузить</translation> </message> <message> - <location filename="../Project/Project.py" line="3838"/> + <location filename="../Project/Project.py" line="3925"/> <source>Load the debugger properties</source> <translation>Загрузить свойства отладчика</translation> </message> <message> - <location filename="../Project/Project.py" line="3839"/> + <location filename="../Project/Project.py" line="3926"/> <source><b>Load Debugger Properties</b><p>This loads the project specific debugger settings.</p></source> <translation><b>Загрузить свойства отладчика</b> <p>Загрузить свойства отладчика, специфичные для данного проекта.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3846"/> + <location filename="../Project/Project.py" line="3933"/> <source>Save</source> <translation>Сохранить</translation> </message> <message> - <location filename="../Project/Project.py" line="3850"/> + <location filename="../Project/Project.py" line="3937"/> <source>Save the debugger properties</source> <translation>Сохранить свойства отладчика</translation> </message> <message> - <location filename="../Project/Project.py" line="3851"/> + <location filename="../Project/Project.py" line="3938"/> <source><b>Save Debugger Properties</b><p>This saves the project specific debugger settings.</p></source> <translation><b>Сохранить свойства отладчика</b><p>Сохранить свойства отладчика, специфичные для данного проекта.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3858"/> + <location filename="../Project/Project.py" line="3945"/> <source>Delete</source> <translation>Удалить</translation> </message> <message> - <location filename="../Project/Project.py" line="3858"/> + <location filename="../Project/Project.py" line="3945"/> <source>&Delete</source> <translation>&Удалить</translation> </message> <message> - <location filename="../Project/Project.py" line="3862"/> + <location filename="../Project/Project.py" line="3949"/> <source>Delete the debugger properties</source> <translation>Удалить свойства отладчика</translation> </message> <message> - <location filename="../Project/Project.py" line="3863"/> + <location filename="../Project/Project.py" line="3950"/> <source><b>Delete Debugger Properties</b><p>This deletes the file containing the project specific debugger settings.</p></source> <translation><b>Удалить свойства отладчика</b><p>Удалить свойства отладчика, специфичные для данного проекта.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3871"/> + <location filename="../Project/Project.py" line="3958"/> <source>Reset</source> <translation>Сбросить</translation> </message> <message> - <location filename="../Project/Project.py" line="3871"/> + <location filename="../Project/Project.py" line="3958"/> <source>&Reset</source> <translation>&Сбросить</translation> </message> <message> - <location filename="../Project/Project.py" line="3875"/> + <location filename="../Project/Project.py" line="3962"/> <source>Reset the debugger properties</source> <translation>Сбросить свойства отладчика</translation> </message> <message> - <location filename="../Project/Project.py" line="3876"/> + <location filename="../Project/Project.py" line="3963"/> <source><b>Reset Debugger Properties</b><p>This resets the project specific debugger settings.</p></source> <translation><b>Сбросить свойства отладчика</b><p>Сбросить свойства отладчика, специфичные для данного проекта.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3885"/> + <location filename="../Project/Project.py" line="3972"/> <source>Load session</source> <translation>Загрузить сессию</translation> </message> <message> - <location filename="../Project/Project.py" line="3889"/> + <location filename="../Project/Project.py" line="3976"/> <source>Load the projects session file.</source> <translation>Загрузить файл с сессией проекта.</translation> </message> <message> - <location filename="../Project/Project.py" line="3890"/> + <location filename="../Project/Project.py" line="3977"/> <source><b>Load session</b><p>This loads the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> <translation><b>Загрузить сессию</b> <p>Загрузить файл с сессией проекта. Сессия содержит следующие данные:<br> @@ -50842,17 +50910,17 @@ </p></translation> </message> <message> - <location filename="../Project/Project.py" line="3903"/> + <location filename="../Project/Project.py" line="3990"/> <source>Save session</source> <translation>Сохранить сессию</translation> </message> <message> - <location filename="../Project/Project.py" line="3907"/> + <location filename="../Project/Project.py" line="3994"/> <source>Save the projects session file.</source> <translation>Сохранить файл с сессией проекта.</translation> </message> <message> - <location filename="../Project/Project.py" line="3908"/> + <location filename="../Project/Project.py" line="3995"/> <source><b>Save session</b><p>This saves the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> <translation><b>Сохранить сессию</b> <p>Сохранить файл с сессией проекта. Сессия содержит следующие данные:<br> @@ -50864,496 +50932,576 @@ </p></translation> </message> <message> - <location filename="../Project/Project.py" line="3921"/> + <location filename="../Project/Project.py" line="4008"/> <source>Delete session</source> <translation>Удалить сессию</translation> </message> <message> - <location filename="../Project/Project.py" line="3925"/> + <location filename="../Project/Project.py" line="4012"/> <source>Delete the projects session file.</source> <translation>Удалить файл с сессией проекта.</translation> </message> <message> - <location filename="../Project/Project.py" line="3926"/> + <location filename="../Project/Project.py" line="4013"/> <source><b>Delete session</b><p>This deletes the projects session file</p></source> <translation><b>Удалить сессию</b><p>Удалить файл с сессией проекта</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3935"/> + <location filename="../Project/Project.py" line="4022"/> <source>Code Metrics</source> <translation>Статистика кода</translation> </message> <message> - <location filename="../Project/Project.py" line="3935"/> + <location filename="../Project/Project.py" line="4022"/> <source>&Code Metrics...</source> <translation>&Статистика кода...</translation> </message> <message> - <location filename="../Project/Project.py" line="3939"/> + <location filename="../Project/Project.py" line="4026"/> <source>Show some code metrics for the project.</source> <translation>Отображение статистики кода проекта.</translation> </message> <message> - <location filename="../Project/Project.py" line="3941"/> + <location filename="../Project/Project.py" line="4028"/> <source><b>Code Metrics...</b><p>This shows some code metrics for all Python files in the project.</p></source> <translation><b>Статистика кода...</b><p>Отображение статистики кода проекта.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3949"/> + <location filename="../Project/Project.py" line="4036"/> <source>Python Code Coverage</source> <translation>Охват кода Python</translation> </message> <message> - <location filename="../Project/Project.py" line="3949"/> + <location filename="../Project/Project.py" line="4036"/> <source>Code Co&verage...</source> <translation>&Заключения по коду...</translation> </message> <message> - <location filename="../Project/Project.py" line="3953"/> + <location filename="../Project/Project.py" line="4040"/> <source>Show code coverage information for the project.</source> <translation>Показать заключение охвата по коду проекта.</translation> </message> <message> - <location filename="../Project/Project.py" line="3955"/> + <location filename="../Project/Project.py" line="4042"/> <source><b>Code Coverage...</b><p>This shows the code coverage information for all Python files in the project.</p></source> <translation><b>Заключение по охвату коду...</b><p>Показать заключение охвата по коду всех файлов проекта.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4754"/> + <location filename="../Project/Project.py" line="4883"/> <source>Profile Data</source> <translation>Данные профайлера</translation> </message> <message> - <location filename="../Project/Project.py" line="3963"/> + <location filename="../Project/Project.py" line="4050"/> <source>&Profile Data...</source> <translation>&Данные профайлера...</translation> </message> <message> - <location filename="../Project/Project.py" line="3967"/> + <location filename="../Project/Project.py" line="4054"/> <source>Show profiling data for the project.</source> <translation>Отображение результатов профилирования проекта.</translation> </message> <message> - <location filename="../Project/Project.py" line="3969"/> + <location filename="../Project/Project.py" line="4056"/> <source><b>Profile Data...</b><p>This shows the profiling data for the project.</p></source> <translation><b>Данные профайлера...</b><p>Отображение результатов профилирования проекта.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4808"/> + <location filename="../Project/Project.py" line="4937"/> <source>Application Diagram</source> <translation>Диаграмма приложения</translation> </message> <message> - <location filename="../Project/Project.py" line="3978"/> + <location filename="../Project/Project.py" line="4065"/> <source>&Application Diagram...</source> <translation>&Диаграмма приложения...</translation> </message> <message> - <location filename="../Project/Project.py" line="3982"/> + <location filename="../Project/Project.py" line="4069"/> <source>Show a diagram of the project.</source> <translation>Показать диаграмму проекта.</translation> </message> <message> - <location filename="../Project/Project.py" line="3984"/> + <location filename="../Project/Project.py" line="4071"/> <source><b>Application Diagram...</b><p>This shows a diagram of the project.</p></source> <translation><b>Диаграмма приложения...</b><p>Отображает диаграмму проекта.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5002"/> + <location filename="../Project/Project.py" line="5131"/> <source>Create Package List</source> <translation>Создать список пакета</translation> </message> <message> - <location filename="../Project/Project.py" line="4007"/> + <location filename="../Project/Project.py" line="4094"/> <source>Create &Package List</source> <translation>&Создать список пакета</translation> </message> <message> - <location filename="../Project/Project.py" line="5278"/> + <location filename="../Project/Project.py" line="5407"/> <source>Create Plugin Archive</source> <translation>Создать архив плагина</translation> </message> <message> - <location filename="../Project/Project.py" line="4023"/> + <location filename="../Project/Project.py" line="4110"/> <source>Create Plugin &Archives</source> <translation>Создать архивы &плагина</translation> </message> <message> - <location filename="../Project/Project.py" line="4077"/> + <location filename="../Project/Project.py" line="4195"/> <source>&Project</source> <translation>&Проект</translation> </message> <message> - <location filename="../Project/Project.py" line="4078"/> + <location filename="../Project/Project.py" line="4196"/> <source>Open &Recent Projects</source> <translation>Открыть &недавние проекты</translation> </message> <message> + <location filename="../Project/Project.py" line="4197"/> + <source>&Version Control</source> + <translation>Контроль &версий</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4201"/> + <source>Chec&k</source> + <translation>&Проверки</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4203"/> + <source>Sho&w</source> + <translation>По&казать</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4204"/> + <source>&Diagrams</source> + <translation>&Диаграммы</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4205"/> + <source>Session</source> + <translation>Сессия</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4206"/> + <source>Source &Documentation</source> + <translation>&Документация исходников</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4208"/> + <source>Debugger</source> + <translation>Отладка</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4209"/> + <source>Pac&kagers</source> + <translation>У&паковщики</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4328"/> + <source>Project</source> + <translation>Проект</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4394"/> + <source>&Clear</source> + <translation>&Очистить</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4545"/> + <source>Search New Files</source> + <translation>Поиск новых файлов</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4545"/> + <source>There were no new files found to be added.</source> + <translation>Не найдено файлов для добавления.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4691"/> + <source>Version Control System</source> + <translation>Система контроля версий</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4691"/> + <source><p>The selected VCS <b>{0}</b> could not be found.<br/>Disabling version control.</p><p>{1}</p></source> + <translation><p>Выбранная VCS <b>{0}</b> не найдена.<br/>Контроль версий отключен.</p><p>{1}</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4810"/> + <source>Coverage Data</source> + <translation>Данные охвата</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4860"/> + <source>There is no main script defined for the current project. Aborting</source> + <translation>Для текущего проекта не определён главный сценарий. Отмена</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4833"/> + <source>Code Coverage</source> + <translation>Охват кода</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4833"/> + <source>Please select a coverage file</source> + <translation>Пожалуйста, выберите файл для информации охвата</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4883"/> + <source>Please select a profile file</source> + <translation>Пожалуйста, выберите файл профиля</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4937"/> + <source>Include module names?</source> + <translation>Включать имена модулей?</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5082"/> + <source><p>The file <b>PKGLIST</b> already exists.</p><p>Overwrite it?</p></source> + <translation><p>Файл <b>PKGLIST</b> уже существует. Переписать?</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5131"/> + <source><p>The file <b>PKGLIST</b> could not be created.</p><p>Reason: {0}</p></source> + <translation><p>Невозможно создать файл <b>PKGLIST</b>.</p><p>Причина: {0}</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5150"/> + <source>The project does not have a main script defined. Aborting...</source> + <translation>Для текущего проекта не определён главный сценарий. Отмена...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5291"/> + <source><p>The file <b>{0}</b> could not be stored in the archive. Ignoring it.</p><p>Reason: {1}</p></source> + <translation><p>Невозможно сохранить файл <b>{0}</b> в архиве. Игнорируем его.</p><p>Причина: {1}</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5365"/> + <source><p>The plugin file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> + <translation><p>Невозможно прочитать файл плагина <b>{0}</b>.</p><p>Причина: {1}</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="173"/> + <source>Python2 Files (*.py2);;Python2 GUI Files (*.pyw2);;</source> + <translation>Python2 файлы (*.py2);;Python2 GUI файлы (*.pyw2);;</translation> + </message> + <message> + <location filename="../Project/Project.py" line="2352"/> + <source>Create main script</source> + <translation>Создать главный сценарий</translation> + </message> + <message> + <location filename="../Project/Project.py" line="2352"/> + <source><p>The mainscript <b>{0}</b> could not be created.<br/>Reason: {1}</p></source> + <translation><p>Невозможно создать главный файл проекта<b>{0}</b>.<br>Причина: {1}.</p></translation> + </message> + <message> <location filename="../Project/Project.py" line="4079"/> - <source>&Version Control</source> - <translation>Контроль &версий</translation> + <source>Load Diagram</source> + <translation>Загрузить диаграмму</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4079"/> + <source>&Load Diagram...</source> + <translation>&Загрузить диаграмму...</translation> </message> <message> <location filename="../Project/Project.py" line="4083"/> - <source>Chec&k</source> - <translation>&Проверки</translation> + <source>Load a diagram from file.</source> + <translation>Загрузить диаграмму из файла.</translation> </message> <message> <location filename="../Project/Project.py" line="4085"/> - <source>Sho&w</source> - <translation>По&казать</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4086"/> - <source>&Diagrams</source> - <translation>&Диаграммы</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4087"/> - <source>Session</source> - <translation>Сессия</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4088"/> - <source>Source &Documentation</source> - <translation>&Документация исходников</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4090"/> - <source>Debugger</source> - <translation>Отладка</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4091"/> - <source>Pac&kagers</source> - <translation>У&паковщики</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4199"/> - <source>Project</source> - <translation>Проект</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4265"/> - <source>&Clear</source> - <translation>&Очистить</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4416"/> - <source>Search New Files</source> - <translation>Поиск новых файлов</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4416"/> - <source>There were no new files found to be added.</source> - <translation>Не найдено файлов для добавления.</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4562"/> - <source>Version Control System</source> - <translation>Система контроля версий</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4562"/> - <source><p>The selected VCS <b>{0}</b> could not be found.<br/>Disabling version control.</p><p>{1}</p></source> - <translation><p>Выбранная VCS <b>{0}</b> не найдена.<br/>Контроль версий отключен.</p><p>{1}</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4681"/> - <source>Coverage Data</source> - <translation>Данные охвата</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4731"/> - <source>There is no main script defined for the current project. Aborting</source> - <translation>Для текущего проекта не определён главный сценарий. Отмена</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4704"/> - <source>Code Coverage</source> - <translation>Охват кода</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4704"/> - <source>Please select a coverage file</source> - <translation>Пожалуйста, выберите файл для информации охвата</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4754"/> - <source>Please select a profile file</source> - <translation>Пожалуйста, выберите файл профиля</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4808"/> - <source>Include module names?</source> - <translation>Включать имена модулей?</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4953"/> - <source><p>The file <b>PKGLIST</b> already exists.</p><p>Overwrite it?</p></source> - <translation><p>Файл <b>PKGLIST</b> уже существует. Переписать?</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="5002"/> - <source><p>The file <b>PKGLIST</b> could not be created.</p><p>Reason: {0}</p></source> - <translation><p>Невозможно создать файл <b>PKGLIST</b>.</p><p>Причина: {0}</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="5021"/> - <source>The project does not have a main script defined. Aborting...</source> - <translation>Для текущего проекта не определён главный сценарий. Отмена...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="5162"/> - <source><p>The file <b>{0}</b> could not be stored in the archive. Ignoring it.</p><p>Reason: {1}</p></source> - <translation><p>Невозможно сохранить файл <b>{0}</b> в архиве. Игнорируем его.</p><p>Причина: {1}</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="5236"/> - <source><p>The plugin file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> - <translation><p>Невозможно прочитать файл плагина <b>{0}</b>.</p><p>Причина: {1}</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="164"/> - <source>Python2 Files (*.py2);;Python2 GUI Files (*.pyw2);;</source> - <translation>Python2 файлы (*.py2);;Python2 GUI файлы (*.pyw2);;</translation> - </message> - <message> - <location filename="../Project/Project.py" line="2313"/> - <source>Create main script</source> - <translation>Создать главный сценарий</translation> - </message> - <message> - <location filename="../Project/Project.py" line="2313"/> - <source><p>The mainscript <b>{0}</b> could not be created.<br/>Reason: {1}</p></source> - <translation><p>Невозможно создать главный файл проекта<b>{0}</b>.<br>Причина: {1}.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3992"/> - <source>Load Diagram</source> - <translation>Загрузить диаграмму</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3992"/> - <source>&Load Diagram...</source> - <translation>&Загрузить диаграмму...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3996"/> - <source>Load a diagram from file.</source> - <translation>Загрузить диаграмму из файла.</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3998"/> <source><b>Load Diagram...</b><p>This loads a diagram from file.</p></source> <translation><b>Загрузить диаграмму...</b><p>Загрузить диаграмму из файла.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="341"/> + <location filename="../Project/Project.py" line="351"/> <source><p>The Programming Language <b>{0}</b> is not supported.</p></source> <translation><p>Язык программирования <b>{0}</b> не поддерживается.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="364"/> + <location filename="../Project/Project.py" line="374"/> <source><p>The Project type <b>{0}</b> is already registered.</p></source> <translation><p>Тип проекта <b>{0}</b> уже зарегистрирован.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="352"/> + <location filename="../Project/Project.py" line="362"/> <source><p>The Project type <b>{0}</b> is already registered with Programming Language <b>{1}</b>.</p></source> <translation><p>Тип проекта <b>{0}</b> уже зарегистрирован для языка программирования <b>{1}</b>.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="262"/> + <location filename="../Project/Project.py" line="272"/> <source>PyQt5 GUI</source> <translation>PyQt5 GUI</translation> </message> <message> - <location filename="../Project/Project.py" line="263"/> + <location filename="../Project/Project.py" line="273"/> <source>PyQt5 Console</source> <translation>Консоль PyQt5</translation> </message> <message> - <location filename="../Project/Project.py" line="4550"/> + <location filename="../Project/Project.py" line="4679"/> <source><p>The selected VCS <b>{0}</b> could not be found. <br/>Reverting override.</p><p>{1}</p></source> <translation><p>Выбранная VCS <b>{0}</b> не найдена.<br/>Откат отвергнут.</p><p>{1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5278"/> + <location filename="../Project/Project.py" line="5407"/> <source><p>The plugin file <b>{0}</b> could not be read.</p> <p>Reason: {1}</p></source> <translation><p>Невозможно прочитать файл плагина <b>{0}</b>.</p><p>Причина: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4012"/> + <location filename="../Project/Project.py" line="4099"/> <source>Create an initial PKGLIST file for an eric6 plugin.</source> <translation>Создать первичный файл PKGLIST для плагина Eric6.</translation> </message> <message> - <location filename="../Project/Project.py" line="4014"/> + <location filename="../Project/Project.py" line="4101"/> <source><b>Create Package List</b><p>This creates an initial list of files to include in an eric6 plugin archive. The list is created from the project file.</p></source> <translation><b>Создать список пакета</b><p>Создаёт начальный список файлов для включения в архив плагина Eric6. Список создаётся из файла проекта.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4028"/> + <location filename="../Project/Project.py" line="4115"/> <source>Create eric6 plugin archive files.</source> <translation>Создание архивных файлов плагина eric6.</translation> </message> <message> - <location filename="../Project/Project.py" line="4030"/> + <location filename="../Project/Project.py" line="4117"/> <source><b>Create Plugin Archives</b><p>This creates eric6 plugin archive files using the list of files given in a PKGLIST* file. The archive name is built from the main script name if not designated in the package list file.</p></source> <translation><b>Создать архивы плагина</b><p>Создание архивных файлов плагина eric6, используя список файлов, приведенный в файле PKGLIST. Имя архива, если оно не задано в в файле со списком пакета, создается из имени главного скрипта.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5127"/> + <location filename="../Project/Project.py" line="5256"/> <source><p>The eric6 plugin archive file <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation><p>Невозможно создать архив плагина <b>{0}</b> Eric6.</p><p>Причина: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="260"/> + <location filename="../Project/Project.py" line="270"/> <source>PyQt4 GUI</source> <translation>PyQt4 GUI</translation> </message> <message> - <location filename="../Project/Project.py" line="261"/> + <location filename="../Project/Project.py" line="271"/> <source>PyQt4 Console</source> <translation>Консоль PyQt4</translation> </message> <message> - <location filename="../Project/Project.py" line="264"/> + <location filename="../Project/Project.py" line="274"/> <source>Eric6 Plugin</source> <translation>Плагин Eric6</translation> </message> <message> - <location filename="../Project/Project.py" line="2747"/> + <location filename="../Project/Project.py" line="2828"/> <source>Create project management directory</source> <translation>Создать служебную директорию проекта</translation> </message> <message> - <location filename="../Project/Project.py" line="2747"/> + <location filename="../Project/Project.py" line="2828"/> <source><p>The project directory <b>{0}</b> is not writable.</p></source> <translation><p>Директория проекта <b>{0}</b> не доступна для записи.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3742"/> + <location filename="../Project/Project.py" line="3829"/> <source>Alt+Ctrl+P</source> <comment>Project|Search Project File</comment> <translation>Alt+Ctrl+P</translation> </message> <message> - <location filename="../Project/Project.py" line="3748"/> + <location filename="../Project/Project.py" line="3835"/> <source>Search for a file in the project list of files.</source> <translation>Поиск файла в списке файлов проекта.</translation> </message> <message> - <location filename="../Project/Project.py" line="3750"/> + <location filename="../Project/Project.py" line="3837"/> <source><b>Search Project File</b><p>This searches for a file in the project list of files.</p></source> <translation><b>Поиск файла проекта</b><p>Поиск файла в списке файлов проекта.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3742"/> + <location filename="../Project/Project.py" line="3829"/> <source>Search Project File</source> <translation>Поиск файла проекта</translation> </message> <message> - <location filename="../Project/Project.py" line="3742"/> + <location filename="../Project/Project.py" line="3829"/> <source>Search Project File...</source> <translation>Поиск файла проекта...</translation> </message> <message> - <location filename="../Project/Project.py" line="5056"/> + <location filename="../Project/Project.py" line="5185"/> <source>Create Plugin Archives</source> <translation>Создать архивы плагина</translation> </message> <message> - <location filename="../Project/Project.py" line="4040"/> + <location filename="../Project/Project.py" line="4127"/> <source>Create Plugin Archives (Snapshot)</source> <translation>Создать архивы плагина (Snapshot)</translation> </message> <message> - <location filename="../Project/Project.py" line="4040"/> + <location filename="../Project/Project.py" line="4127"/> <source>Create Plugin Archives (&Snapshot)</source> <translation>Создать архивы плагина (&Snapshot)</translation> </message> <message> - <location filename="../Project/Project.py" line="4045"/> + <location filename="../Project/Project.py" line="4132"/> <source>Create eric6 plugin archive files (snapshot releases).</source> <translation>Создание архивных файлов плагина eric6 (snapshot releases).</translation> </message> <message> - <location filename="../Project/Project.py" line="4047"/> + <location filename="../Project/Project.py" line="4134"/> <source><b>Create Plugin Archives (Snapshot)</b><p>This creates eric6 plugin archive files using the list of files given in the PKGLIST* file. The archive name is built from the main script name if not designated in the package list file. The version entry of the main script is modified to reflect a snapshot release.</p></source> <translation><b>Создать архивы плагина (Snapshot)</b><p>Создание архивных файлов плагина eric6, используя список файлов, приведенный в файле PKGLIST. Имя архива, если оно не задано в в файле со списком пакета, создается из имени главного сценария. Версия главного скрипта изменяется в соответствии релизом snapshot.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5035"/> + <location filename="../Project/Project.py" line="5164"/> <source>Select package lists:</source> <translation>Выбор списков пакета:</translation> </message> <message> - <location filename="../Project/Project.py" line="5052"/> + <location filename="../Project/Project.py" line="5181"/> <source>Creating plugin archives...</source> <translation>Создание архивов плагина...</translation> </message> <message> - <location filename="../Project/Project.py" line="5052"/> + <location filename="../Project/Project.py" line="5181"/> <source>Abort</source> <translation>Прервать</translation> </message> <message> - <location filename="../Project/Project.py" line="5052"/> - <source>%v/%m Archives</source> - <translation>%v из %m архивов</translation> - </message> - <message> - <location filename="../Project/Project.py" line="5069"/> - <source><p>The file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> - <translation><p>Невозможно прочитать файл <b>{0}</b>.</p><p>Причина: {1}</p></translation> - </message> - <message> <location filename="../Project/Project.py" line="5181"/> + <source>%v/%m Archives</source> + <translation>%v из %m архивов</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5198"/> + <source><p>The file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> + <translation><p>Невозможно прочитать файл <b>{0}</b>.</p><p>Причина: {1}</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5310"/> <source><p>The eric6 plugin archive files were created with some errors.</p></source> <translation><p>Файлы архива плагина eric6 были созданы с ошибками.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5184"/> + <location filename="../Project/Project.py" line="5313"/> <source><p>The eric6 plugin archive files were created successfully.</p></source> <translation><p>Файлы архива плагина eric6 созданы успешно.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5045"/> + <location filename="../Project/Project.py" line="5174"/> <source><p>No package list files (PKGLIST*) available or selected. Aborting...</p></source> <translation><p>Файлы со списком пакета (PKGLIST*) не доступны или не выбраны. Отмена...</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5099"/> + <location filename="../Project/Project.py" line="5228"/> <source><p>The file <b>{0}</b> is not ready yet.</p><p>Please rework it and delete the'; initial_list' line of the header.</p></source> <translation><p>Файл <b>{0}</b> пока не готов.</p><p>Пожалуйста переработайте его и удалите строки '; initial_list' из его заголовка.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3733"/> + <location filename="../Project/Project.py" line="3820"/> <source><b>Search new files...</b><p>This searches for new files (sources, *.ui, *.idl, *.proto) in the project directory and registered subdirectories.</p></source> <translation><b>Поиск новых файлов...</b><p> Поиск новых файлов (источники, * .ui, * .idl, * .proto) в директории проекта и зарегистрированных поддиректориях..</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3791"/> + <location filename="../Project/Project.py" line="3878"/> <source><b>Filetype Associations...</b><p>This shows a dialog to edit the file type associations of the project. These associations determine the type (source, form, interface, protocol 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><b>Ассоциации типов файлов...</b><p>Отображается диалоговое окно для редактирования ассоциаций типов файлов проекта. Эти ассоциации определяют тип (источник, форму, интерфейс, протокол или другие) с шаблоном имени файла. Они используются при добавлении файла в проект и при поиске новых файлов.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1435"/> + <location filename="../Project/Project.py" line="1456"/> <source><p>The selected translation file <b>{0}</b> could not be deleted.</p><p>Reason: {1}</p></source> <translation><p>Невозможно удалить файла перевода <b>{0}</b>.</p><p>Причина: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2133"/> + <location filename="../Project/Project.py" line="2154"/> <source><p>The selected file <b>{0}</b> could not be deleted.</p><p>Reason: {1}</p></source> <translation><p>Невозможно удалить выбранный файл <b>{0}</b>.</p><p>Причина: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2163"/> + <location filename="../Project/Project.py" line="2184"/> <source><p>The selected directory <b>{0}</b> could not be deleted.</p><p>Reason: {1}</p></source> <translation><p>Невозможно удалить выбранную директорию <b>{0}</b>.</p><p>Причина: {1}</p></translation> </message> + <message> + <location filename="../Project/Project.py" line="2654"/> + <source>Create Makefile</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="2654"/> + <source><p>The makefile <b>{0}</b> could not be created.<br/>Reason: {1}</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5590"/> + <source>Execute Make</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4148"/> + <source>&Execute Make</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4152"/> + <source>Perform a 'make' run.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4154"/> + <source><b>Execute Make</b><p>This performs a 'make' run to rebuild the configured target.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5570"/> + <source>Test for Changes</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4162"/> + <source>&Test for Changes</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4166"/> + <source>Question 'make', if a rebuild is needed.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4168"/> + <source><b>Test for Changes</b><p>This questions 'make', if a rebuild of the configured target is necessary.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4210"/> + <source>Make</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5518"/> + <source>The make process did not start.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5563"/> + <source>The make process crashed.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5573"/> + <source><p>There are changes that require the configured make target <b>{0}</b> to be rebuilt.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5578"/> + <source><p>There are changes that require the default make target to be rebuilt.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5590"/> + <source>The makefile contains errors.</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>ProjectBaseBrowser</name> @@ -52241,8 +52389,8 @@ </message> <message> <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="163"/> - <source>Automatically compile</source> - <translation>Автоматически компилировать</translation> + <source>Automatisations</source> + <translation type="unfinished">Автоматически компилировать</translation> </message> <message> <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="169"/> @@ -52251,8 +52399,8 @@ </message> <message> <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="172"/> - <source>changed forms</source> - <translation>Изменённые формы</translation> + <source>compile changed forms</source> + <translation type="unfinished">Изменённые формы</translation> </message> <message> <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="179"/> @@ -52261,63 +52409,73 @@ </message> <message> <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="182"/> - <source>changed resources</source> - <translation>Изменённые ресурсы</translation> + <source>compile changed resources</source> + <translation type="unfinished">Изменённые ресурсы</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="221"/> + <source>Recent Projects</source> + <translation>Недавние проекты</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="227"/> + <source>Number of recent projects:</source> + <translation>Число недавних проектов:</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="234"/> + <source>Enter the number of recent projects to remember</source> + <translation>Число сохраненных недавних проектов</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="202"/> + <source>Python Variant</source> + <translation>Вариант Python</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="208"/> + <source>Select to determine the Python variant from the project language</source> + <translation>Разрешить выполнять определение версии интерпретатора Python исходя из языка проекта</translation> </message> <message> <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="211"/> - <source>Recent Projects</source> - <translation>Недавние проекты</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="217"/> - <source>Number of recent projects:</source> - <translation>Число недавних проектов:</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="224"/> - <source>Enter the number of recent projects to remember</source> - <translation>Число сохраненных недавних проектов</translation> + <source>Determine Python variant from project language</source> + <translation>Определять версию интерпретатора Python исходя из языка проекта</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="266"/> + <source>Tasks</source> + <translation>Задачи</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="272"/> + <source>Select to save the project tasks automatically</source> + <translation>Разрешить автоматически сохранять задачи проекта</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="275"/> + <source>Save tasks automatically</source> + <translation>Сохранять задачи проекта автоматически</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="282"/> + <source>Select to rescan the project tasks when a project is opened</source> + <translation>Разрешить повторное сканирование задач проекта когда проект открыт</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="285"/> + <source>Rescan tasks upon opening</source> + <translation>Пересканировать задачи при открытии</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="189"/> + <source>Select to execute the configured 'make' command before a run action is performed</source> + <translation type="unfinished"></translation> </message> <message> <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="192"/> - <source>Python Variant</source> - <translation>Вариант Python</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="198"/> - <source>Select to determine the Python variant from the project language</source> - <translation>Разрешить выполнять определение версии интерпретатора Python исходя из языка проекта</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="201"/> - <source>Determine Python variant from project language</source> - <translation>Определять версию интерпретатора Python исходя из языка проекта</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="256"/> - <source>Tasks</source> - <translation>Задачи</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="262"/> - <source>Select to save the project tasks automatically</source> - <translation>Разрешить автоматически сохранять задачи проекта</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="265"/> - <source>Save tasks automatically</source> - <translation>Сохранять задачи проекта автоматически</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="272"/> - <source>Select to rescan the project tasks when a project is opened</source> - <translation>Разрешить повторное сканирование задач проекта когда проект открыт</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="275"/> - <source>Rescan tasks upon opening</source> - <translation>Пересканировать задачи при открытии</translation> + <source>execute make</source> + <translation type="unfinished"></translation> </message> </context> <context> @@ -53124,42 +53282,42 @@ <translation>Выберите язык программирования проекта</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="84"/> + <location filename="../Project/PropertiesDialog.ui" line="86"/> <source>Select, if the project uses other programming languages as well</source> <translation>Использует ли проект другие языки программирования</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="87"/> + <location filename="../Project/PropertiesDialog.ui" line="89"/> <source>Mi&xed programming languages</source> <translation>С&мешанные языки программирования</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="90"/> + <location filename="../Project/PropertiesDialog.ui" line="92"/> <source>Alt+X</source> <translation>Alt+X</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="97"/> + <location filename="../Project/PropertiesDialog.ui" line="137"/> <source>Project &Type:</source> <translation>&Тип проекта:</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="107"/> + <location filename="../Project/PropertiesDialog.ui" line="147"/> <source>Select the type of the project</source> <translation>Задайте тип проекта</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="114"/> + <location filename="../Project/PropertiesDialog.ui" line="154"/> <source>Project &Directory:</source> <translation>&Директория проекта:</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="133"/> + <location filename="../Project/PropertiesDialog.ui" line="173"/> <source>Enter the project directory</source> <translation>Задайте директорию проекта</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="136"/> + <location filename="../Project/PropertiesDialog.ui" line="176"/> <source><b>Project Directory</b> <p>Enter the project directory. You may select it with a dialog by pressing the button to the right.</p></source> @@ -53168,34 +53326,34 @@ с помощью диалога, вызываемого по кнопке справа.</p></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="145"/> + <location filename="../Project/PropertiesDialog.ui" line="185"/> <source>&Version No.:</source> <translation>Номер &версии:</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="155"/> + <location filename="../Project/PropertiesDialog.ui" line="195"/> <source>Enter the version number</source> <translation>Задайте номер версии</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="158"/> + <location filename="../Project/PropertiesDialog.ui" line="198"/> <source><b>Version No.</b> <p>Enter the version no.</p></source> <translation><b>Версия No.</b> <p>Задайте номер версии.</p></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="166"/> + <location filename="../Project/PropertiesDialog.ui" line="206"/> <source>&Main Script:</source> <translation>&Главный сценарий:</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="185"/> + <location filename="../Project/PropertiesDialog.ui" line="225"/> <source>Enter the main script</source> <translation>Задайте главный сценарий</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="188"/> + <location filename="../Project/PropertiesDialog.ui" line="228"/> <source><b>Main Script</b> <p>Enter the main script of the project. You may select it with a dialog by pressing the button to the right.</p></source> @@ -53204,108 +53362,108 @@ с помощью кнопки справа.</p></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="197"/> + <location filename="../Project/PropertiesDialog.ui" line="237"/> <source>Press to edit the translations properties</source> <translation>Редактировать свойства переводов</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="200"/> + <location filename="../Project/PropertiesDialog.ui" line="240"/> <source>Translations Properties...</source> <translation>Свойства переводов...</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="207"/> + <location filename="../Project/PropertiesDialog.ui" line="247"/> <source>End of &Line Character:</source> <translation>Символы &конца строки:</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="217"/> - <source>Select the end of line character to be used by the project</source> - <translation>Выбрать символы конца строки для проекта</translation> - </message> - <message> - <location filename="../Project/PropertiesDialog.ui" line="221"/> - <source>System</source> - <translation>Система</translation> - </message> - <message> - <location filename="../Project/PropertiesDialog.ui" line="226"/> - <source>Unix</source> - <translation>Unix</translation> - </message> - <message> - <location filename="../Project/PropertiesDialog.ui" line="231"/> - <source>Macintosh</source> - <translation>Macintosh</translation> - </message> - <message> - <location filename="../Project/PropertiesDialog.ui" line="236"/> - <source>Windows/DOS</source> - <translation>Windows/DOS</translation> - </message> - <message> - <location filename="../Project/PropertiesDialog.ui" line="244"/> - <source>&Author:</source> - <translation>&Автор:</translation> - </message> - <message> - <location filename="../Project/PropertiesDialog.ui" line="254"/> - <source>Enter authors name</source> - <translation>Задайте имена авторов</translation> - </message> - <message> <location filename="../Project/PropertiesDialog.ui" line="257"/> + <source>Select the end of line character to be used by the project</source> + <translation>Выбрать символы конца строки для проекта</translation> + </message> + <message> + <location filename="../Project/PropertiesDialog.ui" line="261"/> + <source>System</source> + <translation>Система</translation> + </message> + <message> + <location filename="../Project/PropertiesDialog.ui" line="266"/> + <source>Unix</source> + <translation>Unix</translation> + </message> + <message> + <location filename="../Project/PropertiesDialog.ui" line="271"/> + <source>Macintosh</source> + <translation>Macintosh</translation> + </message> + <message> + <location filename="../Project/PropertiesDialog.ui" line="276"/> + <source>Windows/DOS</source> + <translation>Windows/DOS</translation> + </message> + <message> + <location filename="../Project/PropertiesDialog.ui" line="284"/> + <source>&Author:</source> + <translation>&Автор:</translation> + </message> + <message> + <location filename="../Project/PropertiesDialog.ui" line="294"/> + <source>Enter authors name</source> + <translation>Задайте имена авторов</translation> + </message> + <message> + <location filename="../Project/PropertiesDialog.ui" line="297"/> <source><b>Author</b> <p>Enter the name of the author.</p></source> <translation><b>Автор</b> <p>Задайте имя автора.</p></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="265"/> + <location filename="../Project/PropertiesDialog.ui" line="305"/> <source>&Email:</source> <translation>&Email:</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="275"/> + <location filename="../Project/PropertiesDialog.ui" line="315"/> <source>Enter authors email</source> <translation>Адрес электронной почты автора</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="278"/> + <location filename="../Project/PropertiesDialog.ui" line="318"/> <source><b>Email</b> <p>Enter the email address of the author</p></source> <translation><b>Email</b> <p>Задайте адрес электронной почты автора</p></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="286"/> + <location filename="../Project/PropertiesDialog.ui" line="326"/> <source>&Description:</source> <translation>&Описание:</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="299"/> + <location filename="../Project/PropertiesDialog.ui" line="339"/> <source>Enter description</source> <translation>Задайте описание</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="302"/> + <location filename="../Project/PropertiesDialog.ui" line="342"/> <source><b>Description</b> <p>Enter a short description for the project.</p></source> <translation><b>Описание</b> <p>Задайте краткое описание проекта.</p></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="343"/> + <location filename="../Project/PropertiesDialog.ui" line="383"/> <source>Press to show information about the repository</source> <translation>Просмотр информации о репозитории</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="346"/> + <location filename="../Project/PropertiesDialog.ui" line="386"/> <source>Show &Repository Info</source> <translation>Показать информацию о &репозитории</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="349"/> + <location filename="../Project/PropertiesDialog.ui" line="389"/> <source>Alt+R</source> <translation>Alt+R</translation> </message> @@ -53322,30 +53480,45 @@ <p>Введите краткое описание мультипроекта.</p></translation> </message> <message> - <location filename="../Project/PropertiesDialog.py" line="105"/> + <location filename="../Project/PropertiesDialog.py" line="109"/> <source>The project is version controlled by <b>{0}</b>.</source> <translation>Проект находится под управлением <b>{0}</b>.</translation> </message> <message> - <location filename="../Project/PropertiesDialog.py" line="111"/> + <location filename="../Project/PropertiesDialog.py" line="115"/> <source>The project is not version controlled.</source> <translation>Проект не находится под управлением системы контроля версий.</translation> </message> <message> - <location filename="../Project/PropertiesDialog.py" line="56"/> + <location filename="../Project/PropertiesDialog.py" line="60"/> <source>Source Files ({0});;All Files (*)</source> <translation>Файлы с исходниками ({0});;Все файлы (*)</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="318"/> + <location filename="../Project/PropertiesDialog.ui" line="358"/> <source>Select to create a version controlled project</source> <translation>Создать проект под управлением системы контроля версий</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="321"/> + <location filename="../Project/PropertiesDialog.ui" line="361"/> <source>Version Controlled Project</source> <translation>Проект находится под управлением системы контроля версий</translation> </message> + <message> + <location filename="../Project/PropertiesDialog.ui" line="112"/> + <source>Select to activate the 'make' support</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/PropertiesDialog.ui" line="115"/> + <source>Enable 'make' Support</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/PropertiesDialog.ui" line="125"/> + <source>Press to open a dialog to enter the 'make' parameters</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>ProtobufPage</name> @@ -73787,2174 +73960,2174 @@ <translation>Установка соединений...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="513"/> + <location filename="../UI/UserInterface.py" line="516"/> <source>Initializing Tools...</source> <translation>Инициализация инструментов...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="531"/> + <location filename="../UI/UserInterface.py" line="534"/> <source>Registering Objects...</source> <translation>Регистрация объектов...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="559"/> + <location filename="../UI/UserInterface.py" line="562"/> <source>Initializing Actions...</source> <translation>Инициализация действий...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="561"/> + <location filename="../UI/UserInterface.py" line="564"/> <source>Initializing Menus...</source> <translation>Инициализация меню...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="563"/> + <location filename="../UI/UserInterface.py" line="566"/> <source>Initializing Toolbars...</source> <translation>Инициализация панелей инструментов...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="565"/> + <location filename="../UI/UserInterface.py" line="568"/> <source>Initializing Statusbar...</source> <translation>Инициализация строки статуса...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="592"/> + <location filename="../UI/UserInterface.py" line="595"/> <source>Initializing Single Application Server...</source> <translation>Инициализация сервера уникального приложения...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="602"/> + <location filename="../UI/UserInterface.py" line="605"/> <source>Activating Plugins...</source> <translation>Активация плагинов...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="617"/> + <location filename="../UI/UserInterface.py" line="620"/> <source>Restoring Toolbarmanager...</source> <translation>Восстановление менеджера панелей инструментов...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1427"/> + <location filename="../UI/UserInterface.py" line="1430"/> <source>Project-Viewer</source> <translation>Просмотр проекта</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1444"/> + <location filename="../UI/UserInterface.py" line="1447"/> <source>Multiproject-Viewer</source> <translation>Просмотр мультипроекта</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1462"/> + <location filename="../UI/UserInterface.py" line="1465"/> <source>Debug-Viewer</source> <translation>Просмотр отладки</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="945"/> + <location filename="../UI/UserInterface.py" line="948"/> <source>Cooperation</source> <translation>Кооперация</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1002"/> + <location filename="../UI/UserInterface.py" line="1005"/> <source>Symbols</source> <translation>Символы</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1513"/> + <location filename="../UI/UserInterface.py" line="1516"/> <source>Log-Viewer</source> <translation>Просмотр журналов</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1531"/> + <location filename="../UI/UserInterface.py" line="1534"/> <source>Task-Viewer</source> <translation>Просмотр задач</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1549"/> + <location filename="../UI/UserInterface.py" line="1552"/> <source>Template-Viewer</source> <translation>Просмотр шаблонов</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1010"/> + <location filename="../UI/UserInterface.py" line="1013"/> <source>Numbers</source> <translation>Числа</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1496"/> + <location filename="../UI/UserInterface.py" line="1499"/> <source>File-Browser</source> <translation>Браузер файлов</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1480"/> + <location filename="../UI/UserInterface.py" line="1483"/> <source>Shell</source> <translation>Оболочка</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1592"/> + <location filename="../UI/UserInterface.py" line="1595"/> <source>Horizontal Toolbox</source> <translation>Горизонтальная панель инструментов</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1297"/> + <location filename="../UI/UserInterface.py" line="1300"/> <source>{0} - Passive Mode</source> <translation>{0} - пассивный режим</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1304"/> + <location filename="../UI/UserInterface.py" line="1307"/> <source>{0} - {1} - Passive Mode</source> <translation>{0} - {1} - пассивный режим</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1308"/> + <location filename="../UI/UserInterface.py" line="1311"/> <source>{0} - {1} - {2} - Passive Mode</source> <translation>{0} - {1} - {2} - пассивный режим</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1331"/> + <location filename="../UI/UserInterface.py" line="1334"/> <source>Quit</source> <translation>Выход</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1331"/> + <location filename="../UI/UserInterface.py" line="1334"/> <source>&Quit</source> <translation>&Выход</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1331"/> + <location filename="../UI/UserInterface.py" line="1334"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation>Ctrl+Q</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1337"/> + <location filename="../UI/UserInterface.py" line="1340"/> <source>Quit the IDE</source> <translation>Выход из IDE</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1338"/> + <location filename="../UI/UserInterface.py" line="1341"/> <source><b>Quit the IDE</b><p>This quits the IDE. Any unsaved changes may be saved first. Any Python program being debugged will be stopped and the preferences will be written to disc.</p></source> <translation><b>Выход из IDE</b> <p>Перед выходом все изменения могут быть сохранены. Отлаживаемая программа (если есть) будет остановлена, и настройки будут сохранены на диск.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1393"/> + <location filename="../UI/UserInterface.py" line="1396"/> <source>Edit Profile</source> <translation>Профиль редактирования</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1399"/> + <location filename="../UI/UserInterface.py" line="1402"/> <source>Activate the edit view profile</source> <translation>Активизировать профиль редактирования</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1401"/> + <location filename="../UI/UserInterface.py" line="1404"/> <source><b>Edit Profile</b><p>Activate the "Edit View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.</p></source> <translation><b>Профиль редактирования</b><p>Активизировать "профиль редактирования". Окна, отображаемые в этом профиле, можно настроить в диалоге "Конфигурация профилей".</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1410"/> + <location filename="../UI/UserInterface.py" line="1413"/> <source>Debug Profile</source> <translation>Профиль отладки</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1416"/> + <location filename="../UI/UserInterface.py" line="1419"/> <source>Activate the debug view profile</source> <translation>Активизировать профиль отладки</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1418"/> + <location filename="../UI/UserInterface.py" line="1421"/> <source><b>Debug Profile</b><p>Activate the "Debug View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.</p></source> <translation><b>Профиль отладки</b><p>Активизировать "профиль отладки". Окна, отображаемые в этом профиле, можно настроить в диалоге "Конфигурация профилей".</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1427"/> + <location filename="../UI/UserInterface.py" line="1430"/> <source>&Project-Viewer</source> <translation>Просмотр &проекта</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1427"/> + <location filename="../UI/UserInterface.py" line="1430"/> <source>Alt+Shift+P</source> <translation>Alt+Shift+P</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1444"/> + <location filename="../UI/UserInterface.py" line="1447"/> <source>&Multiproject-Viewer</source> <translation>Просмотр &мультипроекта</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1444"/> + <location filename="../UI/UserInterface.py" line="1447"/> <source>Alt+Shift+M</source> <translation>Alt+Shift+M</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1462"/> + <location filename="../UI/UserInterface.py" line="1465"/> <source>&Debug-Viewer</source> <translation>Просмотр &отладки</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1462"/> + <location filename="../UI/UserInterface.py" line="1465"/> <source>Alt+Shift+D</source> <translation>Alt+Shift+D</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1480"/> + <location filename="../UI/UserInterface.py" line="1483"/> <source>&Shell</source> <translation>&Оболочка</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1480"/> + <location filename="../UI/UserInterface.py" line="1483"/> <source>Alt+Shift+S</source> <translation>Alt+Shift+S</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1496"/> + <location filename="../UI/UserInterface.py" line="1499"/> <source>Alt+Shift+F</source> <translation>Alt+Shift+F</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1513"/> + <location filename="../UI/UserInterface.py" line="1516"/> <source>Alt+Shift+G</source> <translation>Alt+Shift+G</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1531"/> + <location filename="../UI/UserInterface.py" line="1534"/> <source>Alt+Shift+T</source> <translation>Alt+Shift+T</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1549"/> + <location filename="../UI/UserInterface.py" line="1552"/> <source>Alt+Shift+A</source> <translation>Alt+Shift+A</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1592"/> + <location filename="../UI/UserInterface.py" line="1595"/> <source>&Horizontal Toolbox</source> <translation>&Горизонтальная панель инструментов</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1596"/> + <location filename="../UI/UserInterface.py" line="1599"/> <source>Toggle the Horizontal Toolbox window</source> <translation>Включить/Выключить горизонтальную панель инструментов</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1598"/> + <location filename="../UI/UserInterface.py" line="1601"/> <source><b>Toggle the Horizontal Toolbox window</b><p>If the Horizontal Toolbox window is hidden then display it. If it is displayed then close it.</p></source> <translation><b>Включить/Выключить горизонтальную панель инструментов</b><p>Включить/Выключить горизонтальную панель инструментов</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1606"/> + <location filename="../UI/UserInterface.py" line="1609"/> <source>Left Sidebar</source> <translation>Левая док-панель</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1606"/> + <location filename="../UI/UserInterface.py" line="1609"/> <source>&Left Sidebar</source> <translation>&Левая док-панель</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1610"/> + <location filename="../UI/UserInterface.py" line="1613"/> <source>Toggle the left sidebar window</source> <translation>Показать/Скрыть левую док-панель</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1611"/> + <location filename="../UI/UserInterface.py" line="1614"/> <source><b>Toggle the left sidebar window</b><p>If the left sidebar window is hidden then display it. If it is displayed then close it.</p></source> <translation><b>Показать/Скрыть левую док-панель</b> <p>Если левая док-панель скрыта, показать её. Иначе - закрыть.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1633"/> + <location filename="../UI/UserInterface.py" line="1636"/> <source>Bottom Sidebar</source> <translation>Нижняя док-панель</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1633"/> + <location filename="../UI/UserInterface.py" line="1636"/> <source>&Bottom Sidebar</source> <translation>&Нижняя док-панель</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1637"/> + <location filename="../UI/UserInterface.py" line="1640"/> <source>Toggle the bottom sidebar window</source> <translation>Показать/Скрыть нижнюю док-панель</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1639"/> + <location filename="../UI/UserInterface.py" line="1642"/> <source><b>Toggle the bottom sidebar window</b><p>If the bottom sidebar window is hidden then display it. If it is displayed then close it.</p></source> <translation><b>Показать/Скрыть нижнюю док-панель</b> <p>Если нижняя док-панель скрыта, показать её. Иначе - закрыть.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1647"/> + <location filename="../UI/UserInterface.py" line="1650"/> <source>Alt+Shift+O</source> <translation>Alt+Shift+O</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1682"/> + <location filename="../UI/UserInterface.py" line="1685"/> <source>Alt+Shift+Y</source> <translation>Alt+Shift+Y</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1700"/> + <location filename="../UI/UserInterface.py" line="1703"/> <source>Alt+Shift+B</source> <translation>Alt+Shift+B</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1718"/> + <location filename="../UI/UserInterface.py" line="1721"/> <source>What's This?</source> <translation>Что это?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1718"/> + <location filename="../UI/UserInterface.py" line="1721"/> <source>&What's This?</source> <translation>&Что это?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1718"/> + <location filename="../UI/UserInterface.py" line="1721"/> <source>Shift+F1</source> <translation>Shift+F1</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1724"/> + <location filename="../UI/UserInterface.py" line="1727"/> <source>Context sensitive help</source> <translation>Контекстнозависимая справка</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1725"/> + <location filename="../UI/UserInterface.py" line="1728"/> <source><b>Display context sensitive help</b><p>In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.</p></source> <translation><b>Показ контекстнозависимой справки</b> <p>В режиме "What's This?"(Что это?)курсор мыши отображается как стрелка со знаком вопроса, и вы можете, кликнув по элементу интерфейса, получить краткое описание того, что он делает и как его использовать. В диалоговом окне эта функция может быть вызвана кнопкой контекстной справки в панели заголовка.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1737"/> + <location filename="../UI/UserInterface.py" line="1740"/> <source>Helpviewer</source> <translation>Просмотр справки</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1737"/> + <location filename="../UI/UserInterface.py" line="1740"/> <source>&Helpviewer...</source> <translation>Просмотр спр&авки...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1737"/> + <location filename="../UI/UserInterface.py" line="1740"/> <source>F1</source> <translation>F1</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1743"/> + <location filename="../UI/UserInterface.py" line="1746"/> <source>Open the helpviewer window</source> <translation>Открыть окно просмотра справки</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1765"/> + <location filename="../UI/UserInterface.py" line="1768"/> <source>Show Versions</source> <translation>Показать версию</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1765"/> + <location filename="../UI/UserInterface.py" line="1768"/> <source>Show &Versions</source> <translation>Показать &версию</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1769"/> + <location filename="../UI/UserInterface.py" line="1772"/> <source>Display version information</source> <translation>Информация о версии</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1771"/> + <location filename="../UI/UserInterface.py" line="1774"/> <source><b>Show Versions</b><p>Display version information.</p></source> <translation><b>Показать версию</b><p>Информация о версии.</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1784"/> + <source>Check for Updates</source> + <translation>Проверить наличие обновлений</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1781"/> - <source>Check for Updates</source> - <translation>Проверить наличие обновлений</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1778"/> <source>Check for &Updates...</source> <translation>Проверить наличие &обновлений...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1789"/> + <location filename="../UI/UserInterface.py" line="1792"/> <source>Show downloadable versions</source> <translation>Показать версии, доступные для загрузки</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1789"/> + <location filename="../UI/UserInterface.py" line="1792"/> <source>Show &downloadable versions...</source> <translation>Показать версии, доступные для &загрузки...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1793"/> + <location filename="../UI/UserInterface.py" line="1796"/> <source>Show the versions available for download</source> <translation>Показать версии, доступные для загрузки</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3218"/> + <location filename="../UI/UserInterface.py" line="3221"/> <source>Report Bug</source> <translation>Сообщение об ошибке</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1816"/> + <location filename="../UI/UserInterface.py" line="1819"/> <source>Report &Bug...</source> <translation>Сообщить об &ошибке...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1820"/> + <location filename="../UI/UserInterface.py" line="1823"/> <source>Report a bug</source> <translation>Сообщить об ошибке</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1821"/> + <location filename="../UI/UserInterface.py" line="1824"/> <source><b>Report Bug...</b><p>Opens a dialog to report a bug.</p></source> <translation><b>Сообщить об ошибке...</b><p>Открытие диалога для сообщения об ошибке.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1828"/> + <location filename="../UI/UserInterface.py" line="1831"/> <source>Request Feature</source> <translation>Послать запрос</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1828"/> + <location filename="../UI/UserInterface.py" line="1831"/> <source>Request &Feature...</source> <translation>Послать &запрос...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1832"/> + <location filename="../UI/UserInterface.py" line="1835"/> <source>Send a feature request</source> <translation>Послать запрос</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1834"/> + <location filename="../UI/UserInterface.py" line="1837"/> <source><b>Request Feature...</b><p>Opens a dialog to send a feature request.</p></source> <translation><b>Послать запрос...</b><p>Отображение диалога создания запроса.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2790"/> + <location filename="../UI/UserInterface.py" line="2793"/> <source>Unittest</source> <translation>Unittest</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1843"/> + <location filename="../UI/UserInterface.py" line="1846"/> <source>&Unittest...</source> <translation>&Unittest...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1848"/> + <location filename="../UI/UserInterface.py" line="1851"/> <source>Start unittest dialog</source> <translation>Запустить unittest</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1849"/> + <location filename="../UI/UserInterface.py" line="1852"/> <source><b>Unittest</b><p>Perform unit tests. The dialog gives you the ability to select and run a unittest suite.</p></source> <translation><b>Unittest</b> <p>Выполнение тестов. Диалог даёт возможность выбрать и выполнить набор тестов с помощью Unittest.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1857"/> + <location filename="../UI/UserInterface.py" line="1860"/> <source>Unittest Restart</source> <translation>Перезапустить Unittest</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1857"/> + <location filename="../UI/UserInterface.py" line="1860"/> <source>&Restart Unittest...</source> <translation>&Перезапустить Unittest...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1862"/> + <location filename="../UI/UserInterface.py" line="1865"/> <source>Restart last unittest</source> <translation>Перезапустить последний Unittest</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1863"/> + <location filename="../UI/UserInterface.py" line="1866"/> <source><b>Restart Unittest</b><p>Restart the unittest performed last.</p></source> <translation><b>Перезапустить Unittest</b> <p>Перезапустить последний проведённый тест.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1887"/> + <location filename="../UI/UserInterface.py" line="1890"/> <source>Unittest Script</source> <translation>Unittest на сценарии</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1887"/> + <location filename="../UI/UserInterface.py" line="1890"/> <source>Unittest &Script...</source> <translation>Unittest на &сценарии...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1892"/> + <location filename="../UI/UserInterface.py" line="1895"/> <source>Run unittest with current script</source> <translation>Выполнить Uniitest с текущим сценарием</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1894"/> + <location filename="../UI/UserInterface.py" line="1897"/> <source><b>Unittest Script</b><p>Run unittest with current script.</p></source> <translation><b>Сценарий Unittest</b><p>Выполнить Uniitest с текущим сценарием.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4346"/> + <location filename="../UI/UserInterface.py" line="4349"/> <source>Unittest Project</source> <translation>Unittest на проекте</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1902"/> + <location filename="../UI/UserInterface.py" line="1905"/> <source>Unittest &Project...</source> <translation>Unittest на &проекте...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1907"/> + <location filename="../UI/UserInterface.py" line="1910"/> <source>Run unittest with current project</source> <translation>Выполнить Unittest с текущим проектом</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1909"/> + <location filename="../UI/UserInterface.py" line="1912"/> <source><b>Unittest Project</b><p>Run unittest with current project.</p></source> <translation><b>Сценарий Unittest</b><p>Выполнить Uniitest с текущим проектом.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1970"/> + <location filename="../UI/UserInterface.py" line="1973"/> <source>UI Previewer</source> <translation>Предпросмотр UI</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1970"/> + <location filename="../UI/UserInterface.py" line="1973"/> <source>&UI Previewer...</source> <translation>Предпросмотр &UI...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1975"/> + <location filename="../UI/UserInterface.py" line="1978"/> <source>Start the UI Previewer</source> <translation>Запустить UI Previewer</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1976"/> + <location filename="../UI/UserInterface.py" line="1979"/> <source><b>UI Previewer</b><p>Start the UI Previewer.</p></source> <translation><b>UI Previewer</b><p>Запустить the UI Previewer.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1983"/> + <location filename="../UI/UserInterface.py" line="1986"/> <source>Translations Previewer</source> <translation>Предпросмотр переводов</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1983"/> + <location filename="../UI/UserInterface.py" line="1986"/> <source>&Translations Previewer...</source> <translation>&Предпросмотр переводов...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1988"/> + <location filename="../UI/UserInterface.py" line="1991"/> <source>Start the Translations Previewer</source> <translation>Запустить предпросмотр переводов</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1990"/> + <location filename="../UI/UserInterface.py" line="1993"/> <source><b>Translations Previewer</b><p>Start the Translations Previewer.</p></source> <translation><b>Предпросмотр переводов</b><p>Запустить предпросмотр переводов.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1997"/> + <location filename="../UI/UserInterface.py" line="2000"/> <source>Compare Files</source> <translation>Сравнить файлы</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1997"/> + <location filename="../UI/UserInterface.py" line="2000"/> <source>&Compare Files...</source> <translation>&Сравнить файлы...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2015"/> + <location filename="../UI/UserInterface.py" line="2018"/> <source>Compare two files</source> <translation>Сравнить два файла</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2003"/> + <location filename="../UI/UserInterface.py" line="2006"/> <source><b>Compare Files</b><p>Open a dialog to compare two files.</p></source> <translation><b>Сравнение файлов</b> <p>Открытие диалога сравнения двух файлов.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2010"/> + <location filename="../UI/UserInterface.py" line="2013"/> <source>Compare Files side by side</source> <translation>Сравнение файлов построчно</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2016"/> + <location filename="../UI/UserInterface.py" line="2019"/> <source><b>Compare Files side by side</b><p>Open a dialog to compare two files and show the result side by side.</p></source> <translation><b>Сравнить файлы построчно (side by side)</b> <p>Открыть диалог, в котором показаны различия между файлами, в две колонки.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2024"/> + <location filename="../UI/UserInterface.py" line="2027"/> <source>SQL Browser</source> <translation>SQL браузер</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2024"/> + <location filename="../UI/UserInterface.py" line="2027"/> <source>SQL &Browser...</source> <translation>&SQL браузер...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2029"/> + <location filename="../UI/UserInterface.py" line="2032"/> <source>Browse a SQL database</source> <translation>Просмотреть SQL базу данных</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2030"/> + <location filename="../UI/UserInterface.py" line="2033"/> <source><b>SQL Browser</b><p>Browse a SQL database.</p></source> <translation><b>SQL браузер</b><p>Просмотреть SQL базу данных.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2042"/> + <location filename="../UI/UserInterface.py" line="2045"/> <source>Mini Editor</source> <translation>Миниредактор</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2037"/> + <location filename="../UI/UserInterface.py" line="2040"/> <source>Mini &Editor...</source> <translation>Мини&редактор...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2043"/> + <location filename="../UI/UserInterface.py" line="2046"/> <source><b>Mini Editor</b><p>Open a dialog with a simplified editor.</p></source> <translation><b>Миниредактор</b><p>Открывает диалог в упрощённым редакторе.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2082"/> + <location filename="../UI/UserInterface.py" line="2085"/> <source>Icon Editor</source> <translation>Редактор иконок</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2082"/> + <location filename="../UI/UserInterface.py" line="2085"/> <source>&Icon Editor...</source> <translation>Редактор &иконок...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2111"/> + <location filename="../UI/UserInterface.py" line="2114"/> <source>Preferences</source> <translation>Предпочтения</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2111"/> + <location filename="../UI/UserInterface.py" line="2114"/> <source>&Preferences...</source> <translation>&Предпочтения...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2116"/> + <location filename="../UI/UserInterface.py" line="2119"/> <source>Set the prefered configuration</source> <translation>Установите предпочтительную конфигурацию</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2118"/> + <location filename="../UI/UserInterface.py" line="2121"/> <source><b>Preferences</b><p>Set the configuration items of the application with your prefered values.</p></source> <translation><b>Предпочтения</b> <p>Настройка Eric по своему вкусу.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2127"/> + <location filename="../UI/UserInterface.py" line="2130"/> <source>Export Preferences</source> <translation>Экспорт предпочтений</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2127"/> + <location filename="../UI/UserInterface.py" line="2130"/> <source>E&xport Preferences...</source> <translation>&Экспорт предпочтений...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2132"/> + <location filename="../UI/UserInterface.py" line="2135"/> <source>Export the current configuration</source> <translation>Экспорт текущих настроек</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2134"/> + <location filename="../UI/UserInterface.py" line="2137"/> <source><b>Export Preferences</b><p>Export the current configuration to a file.</p></source> <translation><b>Экспорт предпочтений</b><p>Экспорт текущих предпочтений в файл.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2141"/> + <location filename="../UI/UserInterface.py" line="2144"/> <source>Import Preferences</source> <translation>Импорт предпочтений</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2141"/> + <location filename="../UI/UserInterface.py" line="2144"/> <source>I&mport Preferences...</source> <translation>&Импорт предпочтений...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2146"/> + <location filename="../UI/UserInterface.py" line="2149"/> <source>Import a previously exported configuration</source> <translation>Импорт сохранённых ранее настроек</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2148"/> + <location filename="../UI/UserInterface.py" line="2151"/> <source><b>Import Preferences</b><p>Import a previously exported configuration.</p></source> <translation><b>Импорт настроек</b><p>Импорт сохранённых ранее настроек.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2155"/> + <location filename="../UI/UserInterface.py" line="2158"/> <source>Reload APIs</source> <translation>Перезагрузить API</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2155"/> + <location filename="../UI/UserInterface.py" line="2158"/> <source>Reload &APIs</source> <translation>Перезагрузить &API</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2159"/> + <location filename="../UI/UserInterface.py" line="2162"/> <source>Reload the API information</source> <translation>Перезагрузить информацию об API</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2161"/> + <location filename="../UI/UserInterface.py" line="2164"/> <source><b>Reload APIs</b><p>Reload the API information.</p></source> <translation><b>Перезагрузить API</b><p>Перезагрузить информацию об API.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2173"/> + <location filename="../UI/UserInterface.py" line="2176"/> <source>Show external tools</source> <translation>Показать внешние инструменты</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2168"/> + <location filename="../UI/UserInterface.py" line="2171"/> <source>Show external &tools</source> <translation>Показать &внешние инструменты</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2184"/> + <location filename="../UI/UserInterface.py" line="2187"/> <source>View Profiles</source> <translation>Профили</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2184"/> + <location filename="../UI/UserInterface.py" line="2187"/> <source>&View Profiles...</source> <translation>&Профили...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2189"/> + <location filename="../UI/UserInterface.py" line="2192"/> <source>Configure view profiles</source> <translation>Конфигурация профилей</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2191"/> + <location filename="../UI/UserInterface.py" line="2194"/> <source><b>View Profiles</b><p>Configure the view profiles. With this dialog you may set the visibility of the various windows for the predetermined view profiles.</p></source> <translation><b>Профили</b><p>Конфигурация профилей. С помощью этого диалога вы можете устанавливать видимость разных окон для заданных профилей.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2201"/> + <location filename="../UI/UserInterface.py" line="2204"/> <source>Toolbars</source> <translation>Панели инструментов</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2201"/> + <location filename="../UI/UserInterface.py" line="2204"/> <source>Tool&bars...</source> <translation>Панели &инструментов...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2206"/> + <location filename="../UI/UserInterface.py" line="2209"/> <source>Configure toolbars</source> <translation>Настройка панелей инструментов</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2207"/> + <location filename="../UI/UserInterface.py" line="2210"/> <source><b>Toolbars</b><p>Configure the toolbars. With this dialog you may change the actions shown on the various toolbars and define your own toolbars.</p></source> <translation><b>Панели инструментов</b><p>Настроить панели инструментов. В этом диалоге Вы можете изменить имеющиеся панели инструментов, а так же создать новые.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2216"/> + <location filename="../UI/UserInterface.py" line="2219"/> <source>Keyboard Shortcuts</source> <translation>Горячие клавиши</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2216"/> + <location filename="../UI/UserInterface.py" line="2219"/> <source>Keyboard &Shortcuts...</source> <translation>Горячие &клавиши...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2221"/> + <location filename="../UI/UserInterface.py" line="2224"/> <source>Set the keyboard shortcuts</source> <translation>Задать горячие клавиши</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2223"/> + <location filename="../UI/UserInterface.py" line="2226"/> <source><b>Keyboard Shortcuts</b><p>Set the keyboard shortcuts of the application with your prefered values.</p></source> <translation><b>Горячие клавиши</b><p>Задайте горячие клавиши на свой вкус.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5712"/> + <location filename="../UI/UserInterface.py" line="5715"/> <source>Export Keyboard Shortcuts</source> <translation>Экспортировать горячие клавиши</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2231"/> + <location filename="../UI/UserInterface.py" line="2234"/> <source>&Export Keyboard Shortcuts...</source> <translation>&Экспортировать горячие клавиши...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2236"/> + <location filename="../UI/UserInterface.py" line="2239"/> <source>Export the keyboard shortcuts</source> <translation>Экспортировать горячие клавиши</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2238"/> + <location filename="../UI/UserInterface.py" line="2241"/> <source><b>Export Keyboard Shortcuts</b><p>Export the keyboard shortcuts of the application.</p></source> <translation><b>Экспортировать горячие клавиши</b> <p>Экспортировать горячие клавиши приложения.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5736"/> + <location filename="../UI/UserInterface.py" line="5739"/> <source>Import Keyboard Shortcuts</source> <translation>Импортировать горячие клавиши</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2245"/> + <location filename="../UI/UserInterface.py" line="2248"/> <source>&Import Keyboard Shortcuts...</source> <translation>&Импортировать горячие клавиши...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2250"/> + <location filename="../UI/UserInterface.py" line="2253"/> <source>Import the keyboard shortcuts</source> <translation>Импортировать горячие клавиши</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2252"/> + <location filename="../UI/UserInterface.py" line="2255"/> <source><b>Import Keyboard Shortcuts</b><p>Import the keyboard shortcuts of the application.</p></source> <translation><b>Импортировать горячие клавиши</b> <p>Импортировать горячие клавиши приложения.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2310"/> + <location filename="../UI/UserInterface.py" line="2313"/> <source>Activate current editor</source> <translation>Активизировать текущий редактор</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2310"/> + <location filename="../UI/UserInterface.py" line="2313"/> <source>Alt+Shift+E</source> <translation>Alt+Shift+E</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2320"/> + <location filename="../UI/UserInterface.py" line="2323"/> <source>Show next</source> <translation>Показать следующую</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2320"/> + <location filename="../UI/UserInterface.py" line="2323"/> <source>Ctrl+Alt+Tab</source> <translation>Ctrl+Alt+Tab</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2329"/> + <location filename="../UI/UserInterface.py" line="2332"/> <source>Show previous</source> <translation>Показать предыдущую</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2329"/> + <location filename="../UI/UserInterface.py" line="2332"/> <source>Shift+Ctrl+Alt+Tab</source> <translation>Shift+Ctrl+Alt+Tab</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2338"/> + <location filename="../UI/UserInterface.py" line="2341"/> <source>Switch between tabs</source> <translation>Переключение между вкладками</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2338"/> + <location filename="../UI/UserInterface.py" line="2341"/> <source>Ctrl+1</source> <translation>Ctrl+1</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2347"/> + <location filename="../UI/UserInterface.py" line="2350"/> <source>Plugin Infos</source> <translation>Информация о плагинах</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2347"/> + <location filename="../UI/UserInterface.py" line="2350"/> <source>&Plugin Infos...</source> <translation>Ин&формация о плагинах...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2351"/> + <location filename="../UI/UserInterface.py" line="2354"/> <source>Show Plugin Infos</source> <translation>Отображение информации о плагинах</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2352"/> + <location filename="../UI/UserInterface.py" line="2355"/> <source><b>Plugin Infos...</b><p>This opens a dialog, that show some information about loaded plugins.</p></source> <translation><b>Информация о плагинах...</b> <p>Открытие диалога, отображающего информацию о загруженных плагинах.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2365"/> + <location filename="../UI/UserInterface.py" line="2368"/> <source>Install Plugins</source> <translation>Установить плагины</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2360"/> + <location filename="../UI/UserInterface.py" line="2363"/> <source>&Install Plugins...</source> <translation>&Установить плагины...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2366"/> + <location filename="../UI/UserInterface.py" line="2369"/> <source><b>Install Plugins...</b><p>This opens a dialog to install or update plugins.</p></source> <translation><b>Установить плагины...</b><p>Открытие диалога установки или обновления плагинов.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2378"/> + <location filename="../UI/UserInterface.py" line="2381"/> <source>Uninstall Plugin</source> <translation>Удалить плагин</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2373"/> + <location filename="../UI/UserInterface.py" line="2376"/> <source>&Uninstall Plugin...</source> <translation>Уда&лить плагин...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2379"/> + <location filename="../UI/UserInterface.py" line="2382"/> <source><b>Uninstall Plugin...</b><p>This opens a dialog to uninstall a plugin.</p></source> <translation><b>Деинсталлировать плагин...</b><p>Открытие диалога деинсталляции плагина.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2386"/> + <location filename="../UI/UserInterface.py" line="2389"/> <source>Plugin Repository</source> <translation>Репозиторий плагинов</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2386"/> + <location filename="../UI/UserInterface.py" line="2389"/> <source>Plugin &Repository...</source> <translation>&Репозиторий плагинов...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2391"/> + <location filename="../UI/UserInterface.py" line="2394"/> <source>Show Plugins available for download</source> <translation>Показать плагины, доступные для загрузки</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2393"/> + <location filename="../UI/UserInterface.py" line="2396"/> <source><b>Plugin Repository...</b><p>This opens a dialog, that shows a list of plugins available on the Internet.</p></source> <translation><b>Репозиторий плагинов...</b><p>Открытие диалога, отображающего список плагинов, доступных для скачивания с интернета.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2417"/> + <location filename="../UI/UserInterface.py" line="2420"/> <source>Qt4 Documentation</source> <translation>Документация Qt4</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2417"/> + <location filename="../UI/UserInterface.py" line="2420"/> <source>Qt&4 Documentation</source> <translation>Документация Qt&4</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2421"/> + <location filename="../UI/UserInterface.py" line="2424"/> <source>Open Qt4 Documentation</source> <translation>Открыть документацию Qt4</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2447"/> + <location filename="../UI/UserInterface.py" line="2450"/> <source>PyQt4 Documentation</source> <translation>Документация PyQt4</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2451"/> + <location filename="../UI/UserInterface.py" line="2454"/> <source>Open PyQt4 Documentation</source> <translation>Открыть документацию Qt4</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2531"/> + <location filename="../UI/UserInterface.py" line="2534"/> <source>Eric API Documentation</source> <translation>Документация API Eric</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2531"/> + <location filename="../UI/UserInterface.py" line="2534"/> <source>&Eric API Documentation</source> <translation>Документация API &Eric</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2535"/> + <location filename="../UI/UserInterface.py" line="2538"/> <source>Open Eric API Documentation</source> <translation>Открыть документацию API Eric</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2552"/> + <location filename="../UI/UserInterface.py" line="2555"/> <source>PySide Documentation</source> <translation>Документация PySide</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2552"/> + <location filename="../UI/UserInterface.py" line="2555"/> <source>Py&Side Documentation</source> <translation>Документация Py&Side</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2556"/> + <location filename="../UI/UserInterface.py" line="2559"/> <source>Open PySide Documentation</source> <translation>Открыть документацию PySide</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2603"/> + <location filename="../UI/UserInterface.py" line="2606"/> <source>&Unittest</source> <translation>&Unittest</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2620"/> + <location filename="../UI/UserInterface.py" line="2623"/> <source>E&xtras</source> <translation>До&полнительно</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2625"/> + <location filename="../UI/UserInterface.py" line="2628"/> <source>Wi&zards</source> <translation>&Мастера</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2633"/> + <location filename="../UI/UserInterface.py" line="2636"/> <source>Select Tool Group</source> <translation>Выберите группу инструментов</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2641"/> + <location filename="../UI/UserInterface.py" line="2644"/> <source>Se&ttings</source> <translation>&Настройки</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2666"/> + <location filename="../UI/UserInterface.py" line="2669"/> <source>&Window</source> <translation>&Окно</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2691"/> + <location filename="../UI/UserInterface.py" line="2694"/> <source>&Toolbars</source> <translation>&Панели инструментов</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2702"/> + <location filename="../UI/UserInterface.py" line="2705"/> <source>P&lugins</source> <translation>&Плагины</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2711"/> + <location filename="../UI/UserInterface.py" line="2714"/> <source>Configure...</source> <translation>Настроить...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2716"/> + <location filename="../UI/UserInterface.py" line="2719"/> <source>&Help</source> <translation>&Справка</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2789"/> + <location filename="../UI/UserInterface.py" line="2792"/> <source>Tools</source> <translation>Инструменты</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2791"/> - <source>Settings</source> - <translation>Настройки</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4598"/> - <source>Help</source> - <translation>Справка</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2793"/> - <source>Profiles</source> - <translation>Профили</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2794"/> + <source>Settings</source> + <translation>Настройки</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4601"/> + <source>Help</source> + <translation>Справка</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2796"/> + <source>Profiles</source> + <translation>Профили</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2797"/> <source>Plugins</source> <translation>Плагины</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2955"/> + <location filename="../UI/UserInterface.py" line="2958"/> <source><p>This part of the status bar displays the current editors language.</p></source> <translation><p>В этой части строки статуса отображается язык текущего окна редактора.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2962"/> + <location filename="../UI/UserInterface.py" line="2965"/> <source><p>This part of the status bar displays the current editors encoding.</p></source> <translation><p>В этой части строки статуса отображается текущая кодировка редактора.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2969"/> + <location filename="../UI/UserInterface.py" line="2972"/> <source><p>This part of the status bar displays the current editors eol setting.</p></source> <translation><p>В этой части строки статуса отображается режим конца строки текущего редактора.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2976"/> + <location filename="../UI/UserInterface.py" line="2979"/> <source><p>This part of the status bar displays an indication of the current editors files writability.</p></source> <translation><p>В этой части строки статуса отображается режим ro/rw файла, открытого в редакторе.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2983"/> + <location filename="../UI/UserInterface.py" line="2986"/> <source><p>This part of the status bar displays the line number of the current editor.</p></source> <translation><p>В этой части строки статуса отображается номер текущей строки редактора.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2990"/> + <location filename="../UI/UserInterface.py" line="2993"/> <source><p>This part of the status bar displays the cursor position of the current editor.</p></source> <translation><p>В этой части строки статуса отображается текущая позиция курсора в редакторе.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3065"/> + <location filename="../UI/UserInterface.py" line="3068"/> <source>External Tools/{0}</source> <translation>Внешние инструменты/{0}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3163"/> + <location filename="../UI/UserInterface.py" line="3166"/> <source><h3>Version Numbers</h3><table></source> <translation><h3>Номера версий</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6690"/> + <location filename="../UI/UserInterface.py" line="6693"/> <source></table></source> <translation></table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3218"/> + <location filename="../UI/UserInterface.py" line="3221"/> <source>Email address or mail server address is empty. Please configure your Email settings in the Preferences Dialog.</source> <translation>Почтовый адрес или адрес почтового сервера пуст. <p>Настройте параметры вашей электронной почты в диалоге предпочтений.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3498"/> + <location filename="../UI/UserInterface.py" line="3501"/> <source>Restart application</source> <translation>Перезапустить приложение</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3498"/> + <location filename="../UI/UserInterface.py" line="3501"/> <source>The application needs to be restarted. Do it now?</source> <translation>Необходимо перезапустить приложение. Сделать это сейчас?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3577"/> + <location filename="../UI/UserInterface.py" line="3580"/> <source>Configure Tool Groups ...</source> <translation>Настройка группы инструментов...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3581"/> + <location filename="../UI/UserInterface.py" line="3584"/> <source>Configure current Tool Group ...</source> <translation>Настроить текущую группу инструментов...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3532"/> + <location filename="../UI/UserInterface.py" line="3535"/> <source>&Builtin Tools</source> <translation>&Встроенные инструменты</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3549"/> + <location filename="../UI/UserInterface.py" line="3552"/> <source>&Plugin Tools</source> <translation>Инструменты - &плагины</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3697"/> + <location filename="../UI/UserInterface.py" line="3700"/> <source>&Show all</source> <translation>Показать &всё</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3699"/> + <location filename="../UI/UserInterface.py" line="3702"/> <source>&Hide all</source> <translation>Ск&рыть всё</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4346"/> + <location filename="../UI/UserInterface.py" line="4349"/> <source>There is no main script defined for the current project. Aborting</source> <translation>Для текущего проекта не определён главный сценарий. Отмена</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4545"/> + <location filename="../UI/UserInterface.py" line="4548"/> <source>Qt 3 support</source> <translation>Поддержка Qt 3</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4724"/> + <location filename="../UI/UserInterface.py" line="4727"/> <source>Problem</source> <translation>Проблема</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4724"/> + <location filename="../UI/UserInterface.py" line="4727"/> <source><p>The file <b>{0}</b> does not exist or is zero length.</p></source> <translation><p>Файл <b>{0}</b> либо не существует, либо нулевой длины.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4913"/> + <location filename="../UI/UserInterface.py" line="4916"/> <source>Process Generation Error</source> <translation>Ошибка при запуске процесса</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4452"/> + <location filename="../UI/UserInterface.py" line="4455"/> <source><p>Could not start Qt-Designer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Невозможно запустить Qt-Designer.<br>Убедитесь, что он доступен в <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4519"/> + <location filename="../UI/UserInterface.py" line="4522"/> <source><p>Could not start Qt-Linguist.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Невозможно запустить Qt-Linguist.<br>Убедитесь, что он доступен в <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4570"/> + <location filename="../UI/UserInterface.py" line="4573"/> <source><p>Could not start Qt-Assistant.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Невозможно запустить Qt-Assistant.<br>Убедитесь, что он доступен в <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4598"/> + <location filename="../UI/UserInterface.py" line="4601"/> <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source> <translation>В настоящее время вьюер пользователя не выбран. Используйте диалог с настройками для его выбора.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4612"/> + <location filename="../UI/UserInterface.py" line="4615"/> <source><p>Could not start custom viewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Невозможно запустить пользовательский просмотрщик.<br>Убедитесь, что он находится в <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4632"/> + <location filename="../UI/UserInterface.py" line="4635"/> <source><p>Could not start the help viewer.<br>Ensure that it is available as <b>hh</b>.</p></source> <translation><p>Невозможно запустить обозреватель справки.<br>Убедитесь, что он доступен под именем <b>hh</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4680"/> + <location filename="../UI/UserInterface.py" line="4683"/> <source><p>Could not start UI Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Невозможно запустить UI Previewer (предпросмотр интерфейсов).<br>Убедитесь, что он находится в <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4735"/> + <location filename="../UI/UserInterface.py" line="4738"/> <source><p>Could not start Translation Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Невозможно запустить Translation Previewer (предпросмотр переводов).<br>Убедитесь, что он находится в <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4756"/> + <location filename="../UI/UserInterface.py" line="4759"/> <source><p>Could not start SQL Browser.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Невозможно запустить SQL браузер.<br>Убедитесь, что он доступен как <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4858"/> + <location filename="../UI/UserInterface.py" line="4861"/> <source>External Tools</source> <translation>Внешние инструменты</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4849"/> + <location filename="../UI/UserInterface.py" line="4852"/> <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source> <translation>Запись для внешнего инструмента '{0}' не найдена в группе инструментов '{1}'.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4858"/> + <location filename="../UI/UserInterface.py" line="4861"/> <source>No toolgroup entry '{0}' found.</source> <translation>Запись для группы инструментов '{0}' не найдена.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4897"/> + <location filename="../UI/UserInterface.py" line="4900"/> <source>Starting process '{0} {1}'. </source> <translation>Запускается процесс '{0} {1}'. </translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4913"/> + <location filename="../UI/UserInterface.py" line="4916"/> <source><p>Could not start the tool entry <b>{0}</b>.<br>Ensure that it is available as <b>{1}</b>.</p></source> <translation><p>Невозможно запустить инструмент <b>{0}</b>.<br>Убедитесь, что он доступен в <b>{1}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4989"/> + <location filename="../UI/UserInterface.py" line="4992"/> <source>Process '{0}' has exited. </source> <translation>Процесс '{0}' завершен. </translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5387"/> + <location filename="../UI/UserInterface.py" line="5390"/> <source>Documentation Missing</source> <translation>Документация отсутствует</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5387"/> + <location filename="../UI/UserInterface.py" line="5390"/> <source><p>The documentation starting point "<b>{0}</b>" could not be found.</p></source> <translation><p>Стартовый каталог документации "<b>{0}</b>" не найден.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5372"/> + <location filename="../UI/UserInterface.py" line="5375"/> <source>Documentation</source> <translation>Документация</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5198"/> + <location filename="../UI/UserInterface.py" line="5201"/> <source><p>The PyQt4 documentation starting point has not been configured.</p></source> <translation><p>Стартовый каталог документации PyQt4 не найден.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5372"/> + <location filename="../UI/UserInterface.py" line="5375"/> <source><p>The PySide documentation starting point has not been configured.</p></source> <translation><p>Стартовый каталог документации PySide не найден.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5736"/> + <location filename="../UI/UserInterface.py" line="5739"/> <source>Keyboard shortcut file (*.e4k)</source> <translation>Файл горячих клавиш (*.e4k)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5905"/> + <location filename="../UI/UserInterface.py" line="5908"/> <source>Save tasks</source> <translation>Сохранить задачи</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5905"/> + <location filename="../UI/UserInterface.py" line="5908"/> <source><p>The tasks file <b>{0}</b> could not be written.</p></source> <translation><p>Невозможно сохранить файл с задачами: <b>{0}</b></p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5934"/> + <location filename="../UI/UserInterface.py" line="5937"/> <source>Read tasks</source> <translation>Прочитать задачи</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5934"/> + <location filename="../UI/UserInterface.py" line="5937"/> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation><p>Невозможно прочитать файл с задачами: <b>{0}</b></p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6031"/> + <location filename="../UI/UserInterface.py" line="6034"/> <source>Save session</source> <translation>Сохранить сессию</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5968"/> + <location filename="../UI/UserInterface.py" line="5971"/> <source><p>The session file <b>{0}</b> could not be written.</p></source> <translation><p>Не могу записать файл сессии <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6015"/> + <location filename="../UI/UserInterface.py" line="6018"/> <source>Read session</source> <translation>Загрузить сессию</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6015"/> + <location filename="../UI/UserInterface.py" line="6018"/> <source><p>The session file <b>{0}</b> could not be read.</p></source> <translation><p>Не могу прочитать файл сессии <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6295"/> + <location filename="../UI/UserInterface.py" line="6298"/> <source>Drop Error</source> <translation>Ошибка Drag&&Drop</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6295"/> + <location filename="../UI/UserInterface.py" line="6298"/> <source><p><b>{0}</b> is not a file.</p></source> <translation><p><b>{0}</b> не является файлом</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6465"/> + <location filename="../UI/UserInterface.py" line="6468"/> <source>&Cancel</source> <translation>От&мена</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6474"/> + <location filename="../UI/UserInterface.py" line="6477"/> <source>Trying host {0}</source> <translation>Подключение к хосту {0}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6632"/> + <location filename="../UI/UserInterface.py" line="6635"/> <source>Update available</source> <translation>Обновления доступны</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6652"/> + <location filename="../UI/UserInterface.py" line="6655"/> <source>Error during updates check</source> <translation>Ошибка при проверке обновлений</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6652"/> + <location filename="../UI/UserInterface.py" line="6655"/> <source>Could not perform updates check.</source> <translation>Невозможно запустить проверку обновлений.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6676"/> + <location filename="../UI/UserInterface.py" line="6679"/> <source><h3>Available versions</h3><table></source> <translation><h3>Доступные версии</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6717"/> + <location filename="../UI/UserInterface.py" line="6720"/> <source>First time usage</source> <translation>Первое использование</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2489"/> + <location filename="../UI/UserInterface.py" line="2492"/> <source>Python 3 Documentation</source> <translation>Документация Python 3</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2489"/> + <location filename="../UI/UserInterface.py" line="2492"/> <source>Python &3 Documentation</source> <translation>Документация Python &3</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2493"/> + <location filename="../UI/UserInterface.py" line="2496"/> <source>Open Python 3 Documentation</source> <translation>Открыть документацию Python 3</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2507"/> + <location filename="../UI/UserInterface.py" line="2510"/> <source>Python 2 Documentation</source> <translation>Документация Python 2</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2507"/> + <location filename="../UI/UserInterface.py" line="2510"/> <source>Python &2 Documentation</source> <translation>Документация Python &2</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2511"/> + <location filename="../UI/UserInterface.py" line="2514"/> <source>Open Python 2 Documentation</source> <translation>Открыть документацию Python 2</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2513"/> + <location filename="../UI/UserInterface.py" line="2516"/> <source><b>Python 2 Documentation</b><p>Display the Python 2 documentation. If no documentation directory is configured, the location of the Python 2 documentation is assumed to be the doc directory underneath the location of the configured Python 2 executable on Windows and <i>/usr/share/doc/packages/python/html/python-docs-html</i> on Unix. Set PYTHON2DOCDIR in your environment to override this. </p></source> <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="6538"/> + <location filename="../UI/UserInterface.py" line="6541"/> <source>Error getting versions information</source> <translation>Ошибка при получении информации о версии</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6531"/> + <location filename="../UI/UserInterface.py" line="6534"/> <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="5508"/> + <location filename="../UI/UserInterface.py" line="5511"/> <source>Open Browser</source> <translation>Открыть браузер</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5508"/> + <location filename="../UI/UserInterface.py" line="5511"/> <source>Could not start a web browser</source> <translation>Невозможно запустить web браузер</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6538"/> + <location filename="../UI/UserInterface.py" line="6541"/> <source>The versions information could not be downloaded for the last 7 days. Please go online and try again.</source> <translation>Невозможно загрузить информацию о версии в течении последних 7 дней. Пожалуйста попробуйте ещё раз.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="622"/> + <location filename="../UI/UserInterface.py" line="625"/> <source>Setting View Profile...</source> <translation>Установка профилей...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="626"/> + <location filename="../UI/UserInterface.py" line="629"/> <source>Reading Tasks...</source> <translation>Чтение задач...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="630"/> + <location filename="../UI/UserInterface.py" line="633"/> <source>Reading Templates...</source> <translation>Чтение шаблонов...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="634"/> + <location filename="../UI/UserInterface.py" line="637"/> <source>Starting Debugger...</source> <translation>Запуск отладчика...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1374"/> + <location filename="../UI/UserInterface.py" line="1377"/> <source>New Window</source> <translation>Новое окно</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1374"/> + <location filename="../UI/UserInterface.py" line="1377"/> <source>New &Window</source> <translation>&Новое окно</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1374"/> + <location filename="../UI/UserInterface.py" line="1377"/> <source>Ctrl+Shift+N</source> <comment>File|New Window</comment> <translation>Ctrl+Shift+N</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1871"/> + <location filename="../UI/UserInterface.py" line="1874"/> <source>Unittest Rerun Failed</source> <translation>Перезапуск тестов провалился</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1871"/> + <location filename="../UI/UserInterface.py" line="1874"/> <source>Rerun Failed Tests...</source> <translation>Перезапустить провалившиеся тесты...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1876"/> + <location filename="../UI/UserInterface.py" line="1879"/> <source>Rerun failed tests of the last run</source> <translation>Перезапустить провалившиеся в последней попытке тесты</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1878"/> + <location filename="../UI/UserInterface.py" line="1881"/> <source><b>Rerun Failed Tests</b><p>Rerun all tests that failed during the last unittest run.</p></source> <translation><b>Перезапустить провалившиеся тесты</b><p>Перезапустить все провалившиеся в последней попытке тесты.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2010"/> + <location filename="../UI/UserInterface.py" line="2013"/> <source>Compare &Files side by side...</source> <translation>Сравнить &файлы построчно...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2096"/> + <location filename="../UI/UserInterface.py" line="2099"/> <source>Snapshot</source> <translation>Снимки</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2096"/> + <location filename="../UI/UserInterface.py" line="2099"/> <source>&Snapshot...</source> <translation>&Снимки...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2101"/> + <location filename="../UI/UserInterface.py" line="2104"/> <source>Take snapshots of a screen region</source> <translation>Сделать снимок области экрана</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2103"/> + <location filename="../UI/UserInterface.py" line="2106"/> <source><b>Snapshot</b><p>This opens a dialog to take snapshots of a screen region.</p></source> <translation><b>Снимок</b><p>Сделать снимок области экрана.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4826"/> + <location filename="../UI/UserInterface.py" line="4829"/> <source><p>Could not start Snapshot tool.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Невозможно запустить программу для создания снимка экрана.<br>Убедитесь что она установлена как <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6736"/> + <location filename="../UI/UserInterface.py" line="6739"/> <source>Select Workspace Directory</source> <translation>Выбор директории рабочей области</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1567"/> + <location filename="../UI/UserInterface.py" line="1570"/> <source>Left Toolbox</source> <translation>Левая панель инструментов</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1579"/> + <location filename="../UI/UserInterface.py" line="1582"/> <source>Right Toolbox</source> <translation>Правая панель инструментов</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1433"/> + <location filename="../UI/UserInterface.py" line="1436"/> <source>Switch the input focus to the Project-Viewer window.</source> <translation>Переключить фокус ввода на окно просмотра проекта.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1435"/> + <location filename="../UI/UserInterface.py" line="1438"/> <source><b>Activate Project-Viewer</b><p>This switches the input focus to the Project-Viewer window.</p></source> <translation><b>Активировать просмотрщик проекта</b><p>Переключить фокус ввода на окно просмотра проекта.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1450"/> + <location filename="../UI/UserInterface.py" line="1453"/> <source>Switch the input focus to the Multiproject-Viewer window.</source> <translation>Переключить фокус ввода на окно просмотра мультипроекта.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1452"/> + <location filename="../UI/UserInterface.py" line="1455"/> <source><b>Activate Multiproject-Viewer</b><p>This switches the input focus to the Multiproject-Viewer window.</p></source> <translation><b>Активировать просмотрщик проектов</b><p>Переключить фокус ввода на окно просмотра мультипроекта.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1468"/> + <location filename="../UI/UserInterface.py" line="1471"/> <source>Switch the input focus to the Debug-Viewer window.</source> <translation>Переключить фокус ввода на окно просмотра отладки.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1470"/> + <location filename="../UI/UserInterface.py" line="1473"/> <source><b>Activate Debug-Viewer</b><p>This switches the input focus to the Debug-Viewer window.</p></source> <translation><b>Активировать окно отладки</b><p>Переключить фокус ввода на окно просмотра отладки.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1486"/> + <location filename="../UI/UserInterface.py" line="1489"/> <source>Switch the input focus to the Shell window.</source> <translation>Переключить фокус ввода на командное окно.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1488"/> + <location filename="../UI/UserInterface.py" line="1491"/> <source><b>Activate Shell</b><p>This switches the input focus to the Shell window.</p></source> <translation><b>Активировать командное окно</b><p>Переключить фокус ввода на командное окно.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1496"/> + <location filename="../UI/UserInterface.py" line="1499"/> <source>&File-Browser</source> <translation>&Браузер файлов</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1502"/> + <location filename="../UI/UserInterface.py" line="1505"/> <source>Switch the input focus to the File-Browser window.</source> <translation>Переключить фокус ввода на окно браузера файлов.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1504"/> + <location filename="../UI/UserInterface.py" line="1507"/> <source><b>Activate File-Browser</b><p>This switches the input focus to the File-Browser window.</p></source> <translation><b>Активировать окно браузера файлов</b><p>Переключить фокус ввода на окно браузера файлов.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1513"/> + <location filename="../UI/UserInterface.py" line="1516"/> <source>Lo&g-Viewer</source> <translation>Просмотр &журнала</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1519"/> + <location filename="../UI/UserInterface.py" line="1522"/> <source>Switch the input focus to the Log-Viewer window.</source> <translation>Переключить фокус ввода на окно просмотра журналов.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1521"/> + <location filename="../UI/UserInterface.py" line="1524"/> <source><b>Activate Log-Viewer</b><p>This switches the input focus to the Log-Viewer window.</p></source> <translation><b>Активировать окно просмотра журнала</b><p>Переключить фокус ввода на окно просмотра журнала.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1531"/> + <location filename="../UI/UserInterface.py" line="1534"/> <source>&Task-Viewer</source> <translation>Просмотр &задач</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1537"/> + <location filename="../UI/UserInterface.py" line="1540"/> <source>Switch the input focus to the Task-Viewer window.</source> <translation>Переключить фокус ввода на окно просмотра задач.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1549"/> + <location filename="../UI/UserInterface.py" line="1552"/> <source>Templ&ate-Viewer</source> <translation>Просмотр &шаблонов</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1555"/> + <location filename="../UI/UserInterface.py" line="1558"/> <source>Switch the input focus to the Template-Viewer window.</source> <translation>Переключить фокус ввода на окно просмотра шаблонов.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1557"/> + <location filename="../UI/UserInterface.py" line="1560"/> <source><b>Activate Template-Viewer</b><p>This switches the input focus to the Template-Viewer window.</p></source> <translation><b>Активировать просмотрщик шаблонов</b><p>Переключить фокус ввода на окно просмотра шаблонов.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1567"/> - <source>&Left Toolbox</source> - <translation>&Левая панель инструментов</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1570"/> + <source>&Left Toolbox</source> + <translation>&Левая панель инструментов</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1573"/> <source>Toggle the Left Toolbox window</source> <translation>Показать/Скрыть левую панель инструментов</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1571"/> + <location filename="../UI/UserInterface.py" line="1574"/> <source><b>Toggle the Left Toolbox window</b><p>If the Left Toolbox window is hidden then display it. If it is displayed then close it.</p></source> <translation><b>Показать/скрыть левую панель инструментов</b><p>Если левая панель инструментов скрыта, то показать ее, если отображается, то скрыть.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1579"/> + <location filename="../UI/UserInterface.py" line="1582"/> <source>&Right Toolbox</source> <translation>&Правая панель инструментов</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1583"/> + <location filename="../UI/UserInterface.py" line="1586"/> <source>Toggle the Right Toolbox window</source> <translation>Показать/Скрыть правую панель инструментов</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1584"/> + <location filename="../UI/UserInterface.py" line="1587"/> <source><b>Toggle the Right Toolbox window</b><p>If the Right Toolbox window is hidden then display it. If it is displayed then close it.</p></source> <translation><b>Показать/Скрыть правую панель инструментов</b><p>Если аравая панель инструментов скрыта, то показать ее, если отображается, то скрыть.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1619"/> + <location filename="../UI/UserInterface.py" line="1622"/> <source>Right Sidebar</source> <translation>Правая боковая панель</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1619"/> + <location filename="../UI/UserInterface.py" line="1622"/> <source>&Right Sidebar</source> <translation>&Правая боковая панель</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1623"/> + <location filename="../UI/UserInterface.py" line="1626"/> <source>Toggle the right sidebar window</source> <translation>Показать/Скрыть окно правой боковой панели</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1625"/> + <location filename="../UI/UserInterface.py" line="1628"/> <source><b>Toggle the right sidebar window</b><p>If the right sidebar window is hidden then display it. If it is displayed then close it.</p></source> <translation><b>Показать/Скрыть окно правой боковой панели</b><p>Если окно правой боковой панели скрыто, то показать его. Если отображается, то закрыть.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1647"/> + <location filename="../UI/UserInterface.py" line="1650"/> <source>Cooperation-Viewer</source> <translation>Просмотр кооперации</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1647"/> + <location filename="../UI/UserInterface.py" line="1650"/> <source>Co&operation-Viewer</source> <translation>Просмотр ко&операции</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1653"/> + <location filename="../UI/UserInterface.py" line="1656"/> <source>Switch the input focus to the Cooperation-Viewer window.</source> <translation>Переключить фокус ввода на окно просмотра кооперации.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1655"/> + <location filename="../UI/UserInterface.py" line="1658"/> <source><b>Activate Cooperation-Viewer</b><p>This switches the input focus to the Cooperation-Viewer window.</p></source> <translation><b>Активировать просмотрщик кооперации</b><p>Переключить фокус ввода на окно просмотра кооперации.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1682"/> + <location filename="../UI/UserInterface.py" line="1685"/> <source>Symbols-Viewer</source> <translation>Просмотр символов</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1682"/> + <location filename="../UI/UserInterface.py" line="1685"/> <source>S&ymbols-Viewer</source> <translation>Просмотр с&имволов</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1688"/> + <location filename="../UI/UserInterface.py" line="1691"/> <source>Switch the input focus to the Symbols-Viewer window.</source> <translation>Переключить фокус ввода на окно просмотра символов.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1690"/> + <location filename="../UI/UserInterface.py" line="1693"/> <source><b>Activate Symbols-Viewer</b><p>This switches the input focus to the Symbols-Viewer window.</p></source> <translation><b>Активировать просмотрщик символов</b><p>Переключить фокус ввода на окно просмотра символов.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1700"/> + <location filename="../UI/UserInterface.py" line="1703"/> <source>Numbers-Viewer</source> <translation>Отображение чисел</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1700"/> + <location filename="../UI/UserInterface.py" line="1703"/> <source>Num&bers-Viewer</source> <translation>Отображение &чисел</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1706"/> + <location filename="../UI/UserInterface.py" line="1709"/> <source>Switch the input focus to the Numbers-Viewer window.</source> <translation>Переключить фокус ввода на окно просмотра чисел.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1708"/> + <location filename="../UI/UserInterface.py" line="1711"/> <source><b>Activate Numbers-Viewer</b><p>This switches the input focus to the Numbers-Viewer window.</p></source> <translation><b>Активировать просмотрщик чисел</b><p>Переключить фокус ввода на окно просмотра чисел.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2671"/> + <location filename="../UI/UserInterface.py" line="2674"/> <source>&Windows</source> <translation>&Окна</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1539"/> + <location filename="../UI/UserInterface.py" line="1542"/> <source><b>Activate Task-Viewer</b><p>This switches the input focus to the Task-Viewer window.</p></source> <translation><b>Активировать окно просмотрщика задач</b><p>Переключить фокус ввода на окно просмотра задач.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1665"/> + <location filename="../UI/UserInterface.py" line="1668"/> <source>IRC</source> <translation>IRC</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1665"/> + <location filename="../UI/UserInterface.py" line="1668"/> <source>&IRC</source> <translation>&IRC</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1665"/> + <location filename="../UI/UserInterface.py" line="1668"/> <source>Meta+Shift+I</source> <translation>Meta+Shift+I</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1671"/> + <location filename="../UI/UserInterface.py" line="1674"/> <source>Switch the input focus to the IRC window.</source> <translation>Переключить фокус ввода на окно IRC.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1673"/> + <location filename="../UI/UserInterface.py" line="1676"/> <source><b>Activate IRC</b><p>This switches the input focus to the IRC window.</p></source> <translation><b>Активировать окно IRC</b><p>Переключить фокус ввода на окно IRC.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1929"/> + <location filename="../UI/UserInterface.py" line="1932"/> <source>Qt-Designer</source> <translation>Qt-Designer</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1929"/> + <location filename="../UI/UserInterface.py" line="1932"/> <source>Qt-&Designer...</source> <translation>Qt-&Designer...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1934"/> + <location filename="../UI/UserInterface.py" line="1937"/> <source>Start Qt-Designer</source> <translation>Запуск Qt-Designer</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1935"/> + <location filename="../UI/UserInterface.py" line="1938"/> <source><b>Qt-Designer</b><p>Start Qt-Designer.</p></source> <translation><b>Qt-Designer</b><p>Запуск Qt-Designer.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1955"/> + <location filename="../UI/UserInterface.py" line="1958"/> <source>Qt-Linguist</source> <translation>Qt-Linguist</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1955"/> + <location filename="../UI/UserInterface.py" line="1958"/> <source>Qt-&Linguist...</source> <translation>Qt-&Linguist...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1960"/> + <location filename="../UI/UserInterface.py" line="1963"/> <source>Start Qt-Linguist</source> <translation>Запуск Qt-Linguist</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1961"/> + <location filename="../UI/UserInterface.py" line="1964"/> <source><b>Qt-Linguist</b><p>Start Qt-Linguist.</p></source> <translation><b>Qt-Linguist</b><p>Запуск Qt-Linguist.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2431"/> + <location filename="../UI/UserInterface.py" line="2434"/> <source>Qt5 Documentation</source> <translation>Документация Qt5</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2431"/> + <location filename="../UI/UserInterface.py" line="2434"/> <source>Qt&5 Documentation</source> <translation>Документация Qt&5</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2435"/> + <location filename="../UI/UserInterface.py" line="2438"/> <source>Open Qt5 Documentation</source> <translation>Открыть документацию Qt5</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3001"/> + <location filename="../UI/UserInterface.py" line="3004"/> <source><p>This part of the status bar allows zooming the current editor, shell or terminal.</p></source> <translation><p>В этой части строки статуса можно масштабировать текущее окно, оболочку или терминал.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2260"/> + <location filename="../UI/UserInterface.py" line="2263"/> <source>Manage SSL Certificates</source> <translation>Менеджер SLL сертификатов</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2260"/> + <location filename="../UI/UserInterface.py" line="2263"/> <source>Manage SSL Certificates...</source> <translation>Менеджер SLL сертификатов...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2265"/> + <location filename="../UI/UserInterface.py" line="2268"/> <source>Manage the saved SSL certificates</source> <translation>Управление сохранёнными SLL сертификатами</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2267"/> + <location filename="../UI/UserInterface.py" line="2270"/> <source><b>Manage SSL Certificates...</b><p>Opens a dialog to manage the saved SSL certificates.</p></source> <translation><b>Менеджер SLL сертификатов...</b><p>Менеджер сохранённых SLL сертификатов.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2276"/> + <location filename="../UI/UserInterface.py" line="2279"/> <source>Edit Message Filters</source> <translation>Редактировать фильтры сообщений</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2276"/> + <location filename="../UI/UserInterface.py" line="2279"/> <source>Edit Message Filters...</source> <translation>Редактировать фильтры сообщений...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2281"/> + <location filename="../UI/UserInterface.py" line="2284"/> <source>Edit the message filters used to suppress unwanted messages</source> <translation>Редактировать фильтры нежелательных сообщений</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2283"/> + <location filename="../UI/UserInterface.py" line="2286"/> <source><b>Edit Message Filters</b><p>Opens a dialog to edit the message filters used to suppress unwanted messages been shown in an error window.</p></source> <translation><b>Редактировать фильтры сообщений</b><p>Редактировать фильтры нежелательных сообщений об ошибках.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2447"/> + <location filename="../UI/UserInterface.py" line="2450"/> <source>PyQt&4 Documentation</source> <translation>Документация PyQt&4</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2466"/> + <location filename="../UI/UserInterface.py" line="2469"/> <source>PyQt5 Documentation</source> <translation>Документация PyQt5</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2466"/> + <location filename="../UI/UserInterface.py" line="2469"/> <source>PyQt&5 Documentation</source> <translation>Документация PyQt&5</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2470"/> + <location filename="../UI/UserInterface.py" line="2473"/> <source>Open PyQt5 Documentation</source> <translation>Открыть документацию PyQt5</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5264"/> + <location filename="../UI/UserInterface.py" line="5267"/> <source><p>The PyQt5 documentation starting point has not been configured.</p></source> <translation><p>Стартовый каталог документации PyQt5 не задан.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2422"/> + <location filename="../UI/UserInterface.py" line="2425"/> <source><b>Qt4 Documentation</b><p>Display the Qt4 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation><b>Документация Qt4</b><p>Показать документацию Qt4. В зависимости от выбранных настроек документация будет показана во внутреннем обозревателе, внешнем web браузере или в Qt Assistant.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2436"/> + <location filename="../UI/UserInterface.py" line="2439"/> <source><b>Qt5 Documentation</b><p>Display the Qt5 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation><b>Документация Qt5</b><p>Показать документацию Qt5. В зависимости от выбранных настроек документация будет показана во внутреннем обозревателе, внешнем web браузере или в Qt Assistant.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2452"/> + <location filename="../UI/UserInterface.py" line="2455"/> <source><b>PyQt4 Documentation</b><p>Display the PyQt4 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation><b>Документация PyQt4</b><p>Показать документацию PyQt4. В зависимости от выбранных настроек документация будет показана во внутреннем обозревателе, внешнем web браузере или в Qt Assistant.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2472"/> + <location filename="../UI/UserInterface.py" line="2475"/> <source><b>PyQt5 Documentation</b><p>Display the PyQt5 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation><b>Документация PyQt5</b><p>Показать документацию PyQt5. В зависимости от выбранных настроек документация будет показана во внутреннем обозревателе, внешнем web браузере или в Qt Assistant.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2495"/> + <location filename="../UI/UserInterface.py" line="2498"/> <source><b>Python 3 Documentation</b><p>Display the Python 3 documentation. If no documentation directory is configured, the location of the Python 3 documentation is assumed to be the doc directory underneath the location of the Python 3 executable on Windows and <i>/usr/share/doc/packages/python/html</i> on Unix. Set PYTHON3DOCDIR in your environment to override this.</p></source> <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="2558"/> + <location filename="../UI/UserInterface.py" line="2561"/> <source><b>PySide Documentation</b><p>Display the PySide Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation><b>Документация PySide</b><p>Показать документацию PySide. В зависимости от выбранных настроек документация будет показана во внутреннем обозревателе, внешнем web браузере или в Qt Assistant.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6465"/> + <location filename="../UI/UserInterface.py" line="6468"/> <source>%v/%m</source> <translation>%v/%m</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1808"/> + <location filename="../UI/UserInterface.py" line="1811"/> <source>Show Error Log</source> <translation>Показать журнал ошибок</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1804"/> + <location filename="../UI/UserInterface.py" line="1807"/> <source>Show Error &Log...</source> <translation>Показать &журнал ошибок...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1809"/> + <location filename="../UI/UserInterface.py" line="1812"/> <source><b>Show Error Log...</b><p>Opens a dialog showing the most recent error log.</p></source> <translation><b>Показать журнал ошибок...</b><p>Показать журнал ошибок.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6469"/> + <location filename="../UI/UserInterface.py" line="6472"/> <source>Version Check</source> <translation>Проверка версии</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1380"/> + <location filename="../UI/UserInterface.py" line="1383"/> <source>Open a new eric6 instance</source> <translation>Запустить ещё один экземпляр Eric6</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1382"/> + <location filename="../UI/UserInterface.py" line="1385"/> <source><b>New Window</b><p>This opens a new instance of the eric6 IDE.</p></source> <translation><b>Новое окно</b><p>Запустить ещё один экземпляр Eric6.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1745"/> + <location filename="../UI/UserInterface.py" line="1748"/> <source><b>Helpviewer</b><p>Display the eric6 web browser. This window will show HTML help files and help from Qt help collections. It has the capability to navigate to links, set bookmarks, print the displayed help and some more features. You may use it to browse the internet as well</p><p>If called with a word selected, this word is search in the Qt help collection.</p></source> <translation><b>Просмотр справки</b><p>Открытие Eric6 Web браузера. В его окне будут показываться HTML файлы справки. Оно поддерживает навигацию по ссылкам, закладки, печать и некоторые другие функции. Его можно использовать для просмотра интернета.</p><p>Если перед вызовом окна отображения справки был подсвечен какой-либо текст, то будет произведён поиск этого текста в коллекции справки Qt.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1782"/> + <location filename="../UI/UserInterface.py" line="1785"/> <source><b>Check for Updates...</b><p>Checks the internet for updates of eric6.</p></source> <translation><b>Проверить наличие обновлений...</b><p>Проверить наличие обновлений Eric6 в интернет.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1795"/> + <location filename="../UI/UserInterface.py" line="1798"/> <source><b>Show downloadable versions...</b><p>Shows the eric6 versions available for download from the internet.</p></source> <translation><b>Показать версии, доступные для загрузки...</b><p>Показывает версии Eric6, которые можно скачать с интернета.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2066"/> + <location filename="../UI/UserInterface.py" line="2069"/> <source>eric6 Web Browser</source> <translation>Eric6 Web браузер</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2066"/> + <location filename="../UI/UserInterface.py" line="2069"/> <source>eric6 &Web Browser...</source> <translation>Eric6 &Web браузер...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2071"/> + <location filename="../UI/UserInterface.py" line="2074"/> <source>Start the eric6 Web Browser</source> <translation>Запустить eric6 Web браузер</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2073"/> + <location filename="../UI/UserInterface.py" line="2076"/> <source><b>eric6 Web Browser</b><p>Browse the Internet with the eric6 Web Browser.</p></source> <translation><b>Eric6 Web браузер</b><p>Путешествие по Интернету с Web браузером, встроенным в Eric6.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2087"/> + <location filename="../UI/UserInterface.py" line="2090"/> <source>Start the eric6 Icon Editor</source> <translation>Запустить редактор иконок</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2089"/> + <location filename="../UI/UserInterface.py" line="2092"/> <source><b>Icon Editor</b><p>Starts the eric6 Icon Editor for editing simple icons.</p></source> <translation><b>Редактор иконок</b><p>Запустить редактор иконок.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2175"/> + <location filename="../UI/UserInterface.py" line="2178"/> <source><b>Show external tools</b><p>Opens a dialog to show the path and versions of all extenal tools used by eric6.</p></source> <translation><b>Показать внешние инструменты</b><p>Открытие диалога отображения пути и версий внешних инструментов, используемых Eric6.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2537"/> + <location filename="../UI/UserInterface.py" line="2540"/> <source><b>Eric API Documentation</b><p>Display the Eric API documentation. The location for the documentation is the Documentation/Source subdirectory of the eric6 installation directory.</p></source> <translation><b>Документация Eric API</b><p>Показать документацию Eric API. Местонахождение документации - каталог Documentation/Source, расположенный в директории инсталляции Eric6.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4545"/> + <location filename="../UI/UserInterface.py" line="4548"/> <source>Qt v.3 is not supported by eric6.</source> <translation>Eric6 не поддерживает Qt3.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6632"/> + <location filename="../UI/UserInterface.py" line="6635"/> <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="6645"/> + <location filename="../UI/UserInterface.py" line="6648"/> <source>Eric6 is up to date</source> <translation>Eric6 не требует обновлений</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6645"/> + <location filename="../UI/UserInterface.py" line="6648"/> <source>You are using the latest version of eric6</source> <translation>Вы используете самую последнюю версию eric6</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6717"/> + <location filename="../UI/UserInterface.py" line="6720"/> <source>eric6 has not been configured yet. The configuration dialog will be started.</source> <translation>Настройка Eric6 ещё не выполнена. Сейчас будет запущен диалог конфигурации.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="604"/> - <source>Generating Plugins Toolbars...</source> - <translation>Генерация панели инструментов...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3552"/> - <source>&User Tools</source> - <translation>&Инструменты пользователя</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3624"/> - <source>No User Tools Configured</source> - <translation>Инструменты пользователя не сконфигурированы</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6485"/> - <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> - <message> - <location filename="../UI/UserInterface.py" line="2050"/> - <source>Hex Editor</source> - <translation>Hex-редактор</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2050"/> - <source>&Hex Editor...</source> - <translation>&Hex-редактор...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2055"/> - <source>Start the eric6 Hex Editor</source> - <translation>Запуск eric6 Hex-редактора</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2057"/> - <source><b>Hex Editor</b><p>Starts the eric6 Hex Editor for viewing or editing binary files.</p></source> - <translation><b>Hex-редактор</b><p>Запускает eric6 Hex-редактор для просмотра или редактирования двоичного файла.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2299"/> - <source>Clear private data</source> - <translation>Очистить приватные данные</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2301"/> - <source><b>Clear private data</b><p>Clears the private data like the various list of recently opened files, projects or multi projects.</p></source> - <translation><b>Очистить приватные данные</b><p>Очистка приватных данных, таких как различные списки недавно открытых файлов, проектов или мультипроектов.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1348"/> - <source>Save session...</source> - <translation>Сохранить сессию...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1353"/> - <source><b>Save session...</b><p>This saves the current session to disk. A dialog is opened to select the file name.</p></source> - <translation><b>Сохранить сессию...</b><p>Позволяет сохранить текущую сессию на диск. Открывается диалог для выбора имени файла.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6053"/> - <source>Load session</source> - <translation>Загрузить сессию</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1361"/> - <source>Load session...</source> - <translation>Загрузить сессию...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1366"/> - <source><b>Load session...</b><p>This loads a session saved to disk previously. A dialog is opened to select the file name.</p></source> - <translation><b>Загрузить сессию...</b><p>Позволяет загрузить сессию, ранее сохраненную на диске. Открывается диалог для выбора имени файла.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6053"/> - <source>eric6 Session Files (*.e5s)</source> - <translation>Файлы сессии eric6 (*.e5s)</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6100"/> - <source>Crash Session found!</source> - <translation>Обнаружена crash-сессия!</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6100"/> - <source>A session file of a crashed session was found. Shall this session be restored?</source> - <translation>Найден файл crashed-сессии. Восстановить эту сессию?</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="607"/> + <source>Generating Plugins Toolbars...</source> + <translation>Генерация панели инструментов...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3555"/> + <source>&User Tools</source> + <translation>&Инструменты пользователя</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3627"/> + <source>No User Tools Configured</source> + <translation>Инструменты пользователя не сконфигурированы</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6488"/> + <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> + <message> + <location filename="../UI/UserInterface.py" line="2053"/> + <source>Hex Editor</source> + <translation>Hex-редактор</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2053"/> + <source>&Hex Editor...</source> + <translation>&Hex-редактор...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2058"/> + <source>Start the eric6 Hex Editor</source> + <translation>Запуск eric6 Hex-редактора</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2060"/> + <source><b>Hex Editor</b><p>Starts the eric6 Hex Editor for viewing or editing binary files.</p></source> + <translation><b>Hex-редактор</b><p>Запускает eric6 Hex-редактор для просмотра или редактирования двоичного файла.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2302"/> + <source>Clear private data</source> + <translation>Очистить приватные данные</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2304"/> + <source><b>Clear private data</b><p>Clears the private data like the various list of recently opened files, projects or multi projects.</p></source> + <translation><b>Очистить приватные данные</b><p>Очистка приватных данных, таких как различные списки недавно открытых файлов, проектов или мультипроектов.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1351"/> + <source>Save session...</source> + <translation>Сохранить сессию...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1356"/> + <source><b>Save session...</b><p>This saves the current session to disk. A dialog is opened to select the file name.</p></source> + <translation><b>Сохранить сессию...</b><p>Позволяет сохранить текущую сессию на диск. Открывается диалог для выбора имени файла.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6056"/> + <source>Load session</source> + <translation>Загрузить сессию</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1364"/> + <source>Load session...</source> + <translation>Загрузить сессию...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1369"/> + <source><b>Load session...</b><p>This loads a session saved to disk previously. A dialog is opened to select the file name.</p></source> + <translation><b>Загрузить сессию...</b><p>Позволяет загрузить сессию, ранее сохраненную на диске. Открывается диалог для выбора имени файла.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6056"/> + <source>eric6 Session Files (*.e5s)</source> + <translation>Файлы сессии eric6 (*.e5s)</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6103"/> + <source>Crash Session found!</source> + <translation>Обнаружена crash-сессия!</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6103"/> + <source>A session file of a crashed session was found. Shall this session be restored?</source> + <translation>Найден файл crashed-сессии. Восстановить эту сессию?</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="610"/> <source>Cleaning Plugins Download Area...</source> <translation>Очистка области загрузки плагинов...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="599"/> + <location filename="../UI/UserInterface.py" line="602"/> <source>Initializing Plugins...</source> <translation>Инициализация плагинов...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6620"/> + <location filename="../UI/UserInterface.py" line="6623"/> <source>Update Check</source> <translation>Проверка обновлений</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6620"/> + <location filename="../UI/UserInterface.py" line="6623"/> <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="6610"/> + <location filename="../UI/UserInterface.py" line="6613"/> <source>You are using a snapshot release of eric6. A more up-to-date stable release might be available.</source> <translation>Вы используете промежуточный релиз eric6. Возможно на сайте доступна и более свежий стабильный релиз.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="925"/> + <location filename="../UI/UserInterface.py" line="928"/> <source>Code Documentation Viewer</source> <translation>Просмотр документации для кода</translation> </message>
--- a/i18n/eric6_tr.ts Thu Apr 19 19:25:18 2018 +0200 +++ b/i18n/eric6_tr.ts Thu Apr 19 19:28:02 2018 +0200 @@ -5661,292 +5661,292 @@ <context> <name>DebugUI</name> <message> - <location filename="../Debugger/DebugUI.py" line="1847"/> + <location filename="../Debugger/DebugUI.py" line="1852"/> <source>Run Script</source> <translation>Betiği Çalıştır</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="175"/> + <location filename="../Debugger/DebugUI.py" line="178"/> <source>&Run Script...</source> <translation>Betiiğ Çalıştı&r...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="180"/> + <location filename="../Debugger/DebugUI.py" line="183"/> <source>Run the current Script</source> <translation>Geçerli betiği çalıştır</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="181"/> + <location filename="../Debugger/DebugUI.py" line="184"/> <source><b>Run Script</b><p>Set the command line arguments and run the script outside the debugger. If the file has unsaved changes it may be saved first.</p></source> <translation><b>Betiği Çalıştır</b><p> KOmut satırı argumanlarını ayarla ve hata ayıklayıcının dışında çalıştır. Eğer dosyada kaydedilmemiş değişiklikler varsa önce kaydedilmelidir.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1862"/> + <location filename="../Debugger/DebugUI.py" line="1867"/> <source>Run Project</source> <translation>Projeyi Çalıştır</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="190"/> + <location filename="../Debugger/DebugUI.py" line="193"/> <source>Run &Project...</source> <translation>&Projeyi Çalıştır...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="195"/> + <location filename="../Debugger/DebugUI.py" line="198"/> <source>Run the current Project</source> <translation>Geçerli Projeyi Çalıştır</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="196"/> + <location filename="../Debugger/DebugUI.py" line="199"/> <source><b>Run Project</b><p>Set the command line arguments and run the current project outside the debugger. If files of the current project have unsaved changes they may be saved first.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="206"/> + <location filename="../Debugger/DebugUI.py" line="209"/> <source>Coverage run of Script</source> <translation>Betik kapsamını çalıştır</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="206"/> + <location filename="../Debugger/DebugUI.py" line="209"/> <source>Coverage run of Script...</source> <translation>Betik kapsamını çalıştır...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="211"/> + <location filename="../Debugger/DebugUI.py" line="214"/> <source>Perform a coverage run of the current Script</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="213"/> + <location filename="../Debugger/DebugUI.py" line="216"/> <source><b>Coverage run of Script</b><p>Set the command line arguments and run the script under the control of a coverage analysis tool. If the file has unsaved changes it may be saved first.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="222"/> + <location filename="../Debugger/DebugUI.py" line="225"/> <source>Coverage run of Project</source> <translation>Proje kapsamını çalıştır</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="222"/> + <location filename="../Debugger/DebugUI.py" line="225"/> <source>Coverage run of Project...</source> <translation>Proje kapsamını çalıştır...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="227"/> + <location filename="../Debugger/DebugUI.py" line="230"/> <source>Perform a coverage run of the current Project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="229"/> + <location filename="../Debugger/DebugUI.py" line="232"/> <source><b>Coverage run of Project</b><p>Set the command line arguments and run the current project under the control of a coverage analysis tool. If files of the current project have unsaved changes they may be saved first.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="239"/> + <location filename="../Debugger/DebugUI.py" line="242"/> <source>Profile Script</source> <translation>Betik Kesiti</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="239"/> + <location filename="../Debugger/DebugUI.py" line="242"/> <source>Profile Script...</source> <translation>Betik Kesiti...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="243"/> + <location filename="../Debugger/DebugUI.py" line="246"/> <source>Profile the current Script</source> <translation>Geçerli Betiğin Kesiti</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="244"/> + <location filename="../Debugger/DebugUI.py" line="247"/> <source><b>Profile Script</b><p>Set the command line arguments and profile the script. If the file has unsaved changes it may be saved first.</p></source> <translation><b>Betik Kesiti</b><p>Komut satırından gerekli argumanları giriniz ve betiğin kesitini alınız Eğer dosyada kaydedilmemiş değişiklikler varsa önce kaydedilmelidir.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="252"/> + <location filename="../Debugger/DebugUI.py" line="255"/> <source>Profile Project</source> <translation>Proje Kesiti</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="252"/> + <location filename="../Debugger/DebugUI.py" line="255"/> <source>Profile Project...</source> <translation>Proje Kesiti...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="257"/> + <location filename="../Debugger/DebugUI.py" line="260"/> <source>Profile the current Project</source> <translation>Geçerli Projenin Kesiti</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="259"/> + <location filename="../Debugger/DebugUI.py" line="262"/> <source><b>Profile Project</b><p>Set the command line arguments and profile the current project. If files of the current project have unsaved changes they may be saved first.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1983"/> + <location filename="../Debugger/DebugUI.py" line="1988"/> <source>Debug Script</source> <translation>Betik Hata Ayıklama</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="268"/> + <location filename="../Debugger/DebugUI.py" line="271"/> <source>&Debug Script...</source> <translation>Be&tik Hata Ayıklama...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="273"/> + <location filename="../Debugger/DebugUI.py" line="276"/> <source>Debug the current Script</source> <translation>Geçerli betikte hata ayıklama</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="274"/> + <location filename="../Debugger/DebugUI.py" line="277"/> <source><b>Debug Script</b><p>Set the command line arguments and set the current line to be the first executable Python statement of the current editor window. If the file has unsaved changes it may be saved first.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1999"/> + <location filename="../Debugger/DebugUI.py" line="2004"/> <source>Debug Project</source> <translation>Proje Hata Ayıklama</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="284"/> + <location filename="../Debugger/DebugUI.py" line="287"/> <source>Debug &Project...</source> <translation>&Proje Hata Ayıklama...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="289"/> + <location filename="../Debugger/DebugUI.py" line="292"/> <source>Debug the current Project</source> <translation>Geçeli Projede Hata Ayıklama</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="291"/> + <location filename="../Debugger/DebugUI.py" line="294"/> <source><b>Debug Project</b><p>Set the command line arguments and set the current line to be the first executable Python statement of the main script of the current project. If files of the current project have unsaved changes they may be saved first.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="305"/> + <location filename="../Debugger/DebugUI.py" line="308"/> <source>Restart the last debugged script</source> <translation>En son hata ayıklama yapılan betiği yeniden çalıştır</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="322"/> + <location filename="../Debugger/DebugUI.py" line="325"/> <source>Stop the running script.</source> <translation>Çalışan betiği durdur.</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="332"/> + <location filename="../Debugger/DebugUI.py" line="335"/> <source>Continue</source> <translation>Devam et</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="332"/> + <location filename="../Debugger/DebugUI.py" line="335"/> <source>&Continue</source> <translation>&Devam et</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="337"/> + <location filename="../Debugger/DebugUI.py" line="340"/> <source>Continue running the program from the current line</source> <translation>Geçerli satırdan itibaren programı çalıştırmaya devam et</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="339"/> + <location filename="../Debugger/DebugUI.py" line="342"/> <source><b>Continue</b><p>Continue running the program from the current line. The program will stop when it terminates or when a breakpoint is reached.</p></source> <translation><b>Devam Et</b><p>Geçerli satırdan itibaren programı çalıştırmaya devam et. Proğram sonlandırıldığında yada bir bekleme nokatsına ulaştığında durur.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="348"/> + <location filename="../Debugger/DebugUI.py" line="351"/> <source>Continue to Cursor</source> <translation>İmlece kadar devam et</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="348"/> + <location filename="../Debugger/DebugUI.py" line="351"/> <source>Continue &To Cursor</source> <translation>İmlece Kadar Devam E&t</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="353"/> - <source>Continue running the program from the current line to the current cursor position</source> - <translation>Geçerli satırdan geçerli imleç pozisyonuna kadar programı çalıştırmaya devam et</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="356"/> + <source>Continue running the program from the current line to the current cursor position</source> + <translation>Geçerli satırdan geçerli imleç pozisyonuna kadar programı çalıştırmaya devam et</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="359"/> <source><b>Continue To Cursor</b><p>Continue running the program from the current line to the current cursor position.</p></source> <translation><b>İmlece Kadar Devam Et</b><p>Geçerli satırdan geçerli imleç pozisyonuna kadar programı çalıştırmaya devam et.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="384"/> + <location filename="../Debugger/DebugUI.py" line="387"/> <source>Single Step</source> <translation>Tekli Adım</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="384"/> + <location filename="../Debugger/DebugUI.py" line="387"/> <source>Sin&gle Step</source> <translation>Tek&li Adım</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="389"/> + <location filename="../Debugger/DebugUI.py" line="392"/> <source>Execute a single Python statement</source> <translation>Tekbir Python ifadesini girçekleştir</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="390"/> + <location filename="../Debugger/DebugUI.py" line="393"/> <source><b>Single Step</b><p>Execute a single Python statement. If the statement is an <tt>import</tt> statement, a class constructor, or a method or function call then control is returned to the debugger at the next statement.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="400"/> + <location filename="../Debugger/DebugUI.py" line="403"/> <source>Step Over</source> <translation>Sona Kadar Adımla</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="400"/> + <location filename="../Debugger/DebugUI.py" line="403"/> <source>Step &Over</source> <translation>S&ona Kadar Adımla</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="405"/> - <source>Execute a single Python statement staying in the current frame</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="408"/> + <source>Execute a single Python statement staying in the current frame</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="411"/> <source><b>Step Over</b><p>Execute a single Python statement staying in the same frame. If the statement is an <tt>import</tt> statement, a class constructor, or a method or function call then control is returned to the debugger after the statement has completed.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="419"/> + <location filename="../Debugger/DebugUI.py" line="422"/> <source>Step Out</source> <translation>Adımlamadan Çık</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="419"/> + <location filename="../Debugger/DebugUI.py" line="422"/> <source>Step Ou&t</source> <translation>Adımdan Çı&k</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="424"/> - <source>Execute Python statements until leaving the current frame</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="427"/> + <source>Execute Python statements until leaving the current frame</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="430"/> <source><b>Step Out</b><p>Execute Python statements until leaving the current frame. If the statements are inside an <tt>import</tt> statement, a class constructor, or a method or function call then control is returned to the debugger after the current frame has been left.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="438"/> + <location filename="../Debugger/DebugUI.py" line="441"/> <source>Stop</source> <translation>Dur</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="438"/> + <location filename="../Debugger/DebugUI.py" line="441"/> <source>&Stop</source> <translation>D&ur</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="443"/> + <location filename="../Debugger/DebugUI.py" line="446"/> <source>Stop debugging</source> <translation>Hata ayıklamayı durdur</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="444"/> + <location filename="../Debugger/DebugUI.py" line="447"/> <source><b>Stop</b><p>Stop the running debugging session.</p></source> <translation><b>Dur</b><p>Çalışan hata ayıklama oturumunu durdur.</p></translation> </message> @@ -5981,267 +5981,267 @@ <translation type="obsolete">Gerçekl&eştir...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="451"/> + <location filename="../Debugger/DebugUI.py" line="454"/> <source>Variables Type Filter</source> <translation>Değişken Tipi Süzgeçi</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="451"/> + <location filename="../Debugger/DebugUI.py" line="454"/> <source>Varia&bles Type Filter...</source> <translation>Değişken Tipi Süzgeçi&b...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="455"/> + <location filename="../Debugger/DebugUI.py" line="458"/> <source>Configure variables type filter</source> <translation>Değişken Tipi Süzgeçi Yapılandır</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="457"/> + <location filename="../Debugger/DebugUI.py" line="460"/> <source><b>Variables Type Filter</b><p>Configure the variables type filter. Only variable types that are not selected are displayed in the global or local variables window during a debugging session.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="467"/> + <location filename="../Debugger/DebugUI.py" line="470"/> <source>Exceptions Filter</source> <translation>İstisnai Süzgeç</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="467"/> + <location filename="../Debugger/DebugUI.py" line="470"/> <source>&Exceptions Filter...</source> <translation>İstisnai Süz&eç...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="471"/> + <location filename="../Debugger/DebugUI.py" line="474"/> <source>Configure exceptions filter</source> <translation>İstisnai Süzgeçi ayarla</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="473"/> + <location filename="../Debugger/DebugUI.py" line="476"/> <source><b>Exceptions Filter</b><p>Configure the exceptions filter. Only exception types that are listed are highlighted during a debugging session.</p><p>Please note, that all unhandled exceptions are highlighted indepent from the filter list.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="484"/> + <location filename="../Debugger/DebugUI.py" line="487"/> <source>Ignored Exceptions</source> <translation>Yoksayılan İstisnalar</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="484"/> + <location filename="../Debugger/DebugUI.py" line="487"/> <source>&Ignored Exceptions...</source> <translation>Yoksayılan İst&isnalar...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="488"/> + <location filename="../Debugger/DebugUI.py" line="491"/> <source>Configure ignored exceptions</source> <translation>Yoksayılan istisnaları ayarla</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="490"/> + <location filename="../Debugger/DebugUI.py" line="493"/> <source><b>Ignored Exceptions</b><p>Configure the ignored exceptions. Only exception types that are not listed are highlighted during a debugging session.</p><p>Please note, that unhandled exceptions cannot be ignored.</p></source> <translation><b>Yoksayılan İstisnalar</b><p>Yoksayılan istisnaları ayarla.hata ayıklama süreci içinde vurgulanan istisnaları listeleme.</p><p>Lütfen dikkat, ele alınmamış istisnalar yoksayılamaz.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="509"/> + <location filename="../Debugger/DebugUI.py" line="512"/> <source>Toggle Breakpoint</source> <translation>Beklemenoktası Açkapa</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="503"/> + <location filename="../Debugger/DebugUI.py" line="506"/> <source>Shift+F11</source> <comment>Debug|Toggle Breakpoint</comment> <translation>Shift+F11</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="510"/> + <location filename="../Debugger/DebugUI.py" line="513"/> <source><b>Toggle Breakpoint</b><p>Toggles a breakpoint at the current line of the current editor.</p></source> <translation><b>Açkapa Beklemenoktası</b><p>Geçerli düzenleyicinin geçerli satırırında bir bekleme noktasını açkapa.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="524"/> + <location filename="../Debugger/DebugUI.py" line="527"/> <source>Edit Breakpoint</source> <translation>Bekleme Noktasını Düzenle</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="518"/> + <location filename="../Debugger/DebugUI.py" line="521"/> <source>Edit Breakpoint...</source> <translation>Bekleme Noktasını Düzenle...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="518"/> + <location filename="../Debugger/DebugUI.py" line="521"/> <source>Shift+F12</source> <comment>Debug|Edit Breakpoint</comment> <translation>Shift+F12</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="525"/> + <location filename="../Debugger/DebugUI.py" line="528"/> <source><b>Edit Breakpoint</b><p>Opens a dialog to edit the breakpoints properties. It works at the current line of the current editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="540"/> + <location filename="../Debugger/DebugUI.py" line="543"/> <source>Next Breakpoint</source> <translation>Sonraki Beklemenoktası</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="533"/> + <location filename="../Debugger/DebugUI.py" line="536"/> <source>Ctrl+Shift+PgDown</source> <comment>Debug|Next Breakpoint</comment> <translation>Ctrl+Shift+PgDown</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="541"/> + <location filename="../Debugger/DebugUI.py" line="544"/> <source><b>Next Breakpoint</b><p>Go to next breakpoint of the current editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="555"/> + <location filename="../Debugger/DebugUI.py" line="558"/> <source>Previous Breakpoint</source> <translation>Önceki Beklemenoktası</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="548"/> + <location filename="../Debugger/DebugUI.py" line="551"/> <source>Ctrl+Shift+PgUp</source> <comment>Debug|Previous Breakpoint</comment> <translation>Ctrl+Shift+PgUp</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="556"/> + <location filename="../Debugger/DebugUI.py" line="559"/> <source><b>Previous Breakpoint</b><p>Go to previous breakpoint of the current editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="569"/> + <location filename="../Debugger/DebugUI.py" line="572"/> <source>Clear Breakpoints</source> <translation>Beklemenoktalarını Temizle</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="563"/> + <location filename="../Debugger/DebugUI.py" line="566"/> <source>Ctrl+Shift+C</source> <comment>Debug|Clear Breakpoints</comment> <translation>Ctrl+Shift+C</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="570"/> + <location filename="../Debugger/DebugUI.py" line="573"/> <source><b>Clear Breakpoints</b><p>Clear breakpoints of all editors.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="596"/> + <location filename="../Debugger/DebugUI.py" line="599"/> <source>&Debug</source> <translation>Hata Ayık&lama</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="598"/> + <location filename="../Debugger/DebugUI.py" line="601"/> <source>&Start</source> <translation>Ba&şlat</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="600"/> + <location filename="../Debugger/DebugUI.py" line="603"/> <source>&Breakpoints</source> <translation>&Durmanoktası</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="643"/> + <location filename="../Debugger/DebugUI.py" line="646"/> <source>Start</source> <translation>Başla</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="657"/> + <location filename="../Debugger/DebugUI.py" line="660"/> <source>Debug</source> <translation>Hata Ayıklama</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1120"/> + <location filename="../Debugger/DebugUI.py" line="1123"/> <source>The program being debugged contains an unspecified syntax error.</source> <translation>Uygulama belirtilmemiş sözdizimi hatalarını belirlemeye başladı.</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1139"/> + <location filename="../Debugger/DebugUI.py" line="1142"/> <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 type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1157"/> + <location filename="../Debugger/DebugUI.py" line="1160"/> <source>An unhandled exception occured. See the shell window for details.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1204"/> + <location filename="../Debugger/DebugUI.py" line="1207"/> <source><p>The debugged program raised the exception <b>{0}</b><br>"<b>{1}</b>"<br>File: <b>{2}</b>, Line: <b>{3}</b></p><p>Break here?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1219"/> + <location filename="../Debugger/DebugUI.py" line="1222"/> <source><p>The debugged program raised the exception <b>{0}</b><br>"<b>{1}</b>"</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1282"/> + <location filename="../Debugger/DebugUI.py" line="1285"/> <source>The program being debugged has terminated unexpectedly.</source> <translation>Hata ayıklanmaya başlanan program beklenmeyen bir şekilde sonlandı.</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1353"/> + <location filename="../Debugger/DebugUI.py" line="1356"/> <source>Breakpoint Condition Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1353"/> + <location filename="../Debugger/DebugUI.py" line="1356"/> <source><p>The condition of the breakpoint <b>{0}, {1}</b> contains a syntax error.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1389"/> + <location filename="../Debugger/DebugUI.py" line="1392"/> <source>Watch Expression Error</source> <translation>Gözetleme İfade hatası</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1389"/> + <location filename="../Debugger/DebugUI.py" line="1392"/> <source><p>The watch expression <b>{0}</b> contains a syntax error.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1419"/> + <location filename="../Debugger/DebugUI.py" line="1422"/> <source><p>A watch expression '<b>{0}</b>' already exists.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1423"/> + <location filename="../Debugger/DebugUI.py" line="1426"/> <source><p>A watch expression '<b>{0}</b>' for the variable <b>{1}</b> already exists.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1429"/> + <location filename="../Debugger/DebugUI.py" line="1432"/> <source>Watch expression already exists</source> <translation>Hali hazırda gözetleme ifadesi var</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1594"/> + <location filename="../Debugger/DebugUI.py" line="1599"/> <source>Coverage of Project</source> <translation>Proje Kapsamı</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1581"/> + <location filename="../Debugger/DebugUI.py" line="1586"/> <source>Coverage of Script</source> <translation>Betik Kapsamı</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1862"/> + <location filename="../Debugger/DebugUI.py" line="1867"/> <source>There is no main script defined for the current project. Aborting</source> <translation>Bugeçerli projede tanımlanan ana betik değil. Durduruluyor</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1727"/> + <location filename="../Debugger/DebugUI.py" line="1732"/> <source>Profile of Project</source> <translation>Proje Kesiti</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1714"/> + <location filename="../Debugger/DebugUI.py" line="1719"/> <source>Profile of Script</source> <translation>Betik Kesiti</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1999"/> + <location filename="../Debugger/DebugUI.py" line="2004"/> <source>There is no main script defined for the current project. No debugging possible.</source> <translation type="unfinished"></translation> </message> @@ -6256,93 +6256,93 @@ <translation type="obsolete">Çalıştırılacak ifadeleri giriniz</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1089"/> + <location filename="../Debugger/DebugUI.py" line="1092"/> <source>Program terminated</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="301"/> + <location filename="../Debugger/DebugUI.py" line="304"/> <source>Restart</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="307"/> + <location filename="../Debugger/DebugUI.py" line="310"/> <source><b>Restart</b><p>Set the command line arguments and set the current line to be the first executable Python statement of the script that was debugged last. If there are unsaved changes, they may be saved first.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="323"/> + <location filename="../Debugger/DebugUI.py" line="326"/> <source><b>Stop</b><p>This stops the script running in the debugger backend.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1268"/> + <location filename="../Debugger/DebugUI.py" line="1271"/> <source><p>The program generate the signal "{0}".<br/>File: <b>{1}</b>, Line: <b>{2}</b></p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1056"/> + <location filename="../Debugger/DebugUI.py" line="1059"/> <source><p>Message: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1062"/> + <location filename="../Debugger/DebugUI.py" line="1065"/> <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="1067"/> + <location filename="../Debugger/DebugUI.py" line="1070"/> <source><p><b>{0}</b> has terminated with an exit status of {1}.</p>{2}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1075"/> + <location filename="../Debugger/DebugUI.py" line="1078"/> <source>Message: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1082"/> - <source>The program has terminated with an exit status of {0}. -{1}</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="1085"/> + <source>The program has terminated with an exit status of {0}. +{1}</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="1088"/> <source>"{0}" has terminated with an exit status of {1}. {2}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1094"/> + <location filename="../Debugger/DebugUI.py" line="1097"/> <source>The program has terminated with an exit status of {0}. {1} </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1098"/> + <location filename="../Debugger/DebugUI.py" line="1101"/> <source>"{0}" has terminated with an exit status of {1}. {2} </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="364"/> + <location filename="../Debugger/DebugUI.py" line="367"/> <source>Move Instruction Pointer to Cursor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="364"/> + <location filename="../Debugger/DebugUI.py" line="367"/> <source>&Jump To Cursor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="369"/> - <source>Skip the code from the current line to the current cursor position</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="372"/> + <source>Skip the code from the current line to the current cursor position</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="375"/> <source><b>Move Instruction Pointer to Cursor</b><p>Move the Python internal instruction pointer to the current cursor position without executing the code in between.</p><p>It's not possible to jump out of a function or jump in a code block, e.g. a loop. In these cases, a error message is printed to the log window.</p></source> <translation type="unfinished"></translation> </message> @@ -43640,8 +43640,8 @@ </message> <message> <location filename="../QScintilla/Lexers/__init__.py" line="470"/> - <source>Makefiles (*.mak)</source> - <translation>Make Dosyaları (*.mak)</translation> + <source>Makefiles (*makefile Makefile *.mak)</source> + <translation type="unfinished">Make Dosyaları (*.mak)</translation> </message> <message> <location filename="../QScintilla/Lexers/__init__.py" line="473"/> @@ -44195,6 +44195,74 @@ </message> </context> <context> + <name>MakePropertiesDialog</name> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="14"/> + <source>Make Properties</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="23"/> + <source>'make' Executable (leave empty to use global 'make'):</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="39"/> + <source>Enter the executable name of the make utility</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="46"/> + <source>'makefile' path or directory (without file name 'makefile' will be used):</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="62"/> + <source>Enter the name and/or path of the makefile</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="69"/> + <source>Make Target:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="76"/> + <source>Enter the make target to be built</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="83"/> + <source>Make Command Parameters (enclose parameters containing spaces in ""):</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="93"/> + <source>Enter the command parameters for make</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="100"/> + <source>Select to just test for changes needing a make run</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="103"/> + <source>Test for changes only when run automatically</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.py" line="40"/> + <source>All Files (*)</source> + <translation type="unfinished">Tüm Dosyalar (*)</translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.py" line="44"/> + <source>Makefiles (*makefile Makefile *.mak);;All Files (*)</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>ManageDictionariesDialog</name> <message> <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.ui" line="14"/> @@ -50420,27 +50488,27 @@ <context> <name>Preferences</name> <message> - <location filename="../Preferences/__init__.py" line="1657"/> + <location filename="../Preferences/__init__.py" line="1658"/> <source>Export Preferences</source> <translation>Seçenekleri Dışa Aktar</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1685"/> + <location filename="../Preferences/__init__.py" line="1686"/> <source>Import Preferences</source> <translation>Seçenekleri İçe Aktar</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1685"/> + <location filename="../Preferences/__init__.py" line="1686"/> <source>Properties File (*.ini);;All Files (*)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1787"/> + <location filename="../Preferences/__init__.py" line="1788"/> <source>Select Python{0} Interpreter</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1787"/> + <location filename="../Preferences/__init__.py" line="1788"/> <source>Select the Python{0} interpreter to be used:</source> <translation type="unfinished"></translation> </message> @@ -50878,7 +50946,7 @@ <context> <name>Project</name> <message> - <location filename="../Project/Project.py" line="167"/> + <location filename="../Project/Project.py" line="176"/> <source>Python3 Files (*.py *.py3);;Python3 GUI Files (*.pyw *.pyw3);;</source> <translation>Python3 Dosyaları (*.py *.py3);;Python3 GUI Dosyaları (*.pyw *.pyw3);;</translation> </message> @@ -50888,337 +50956,337 @@ <translation type="obsolete">Ruby Dosyaları (*.rb);;</translation> </message> <message> - <location filename="../Project/Project.py" line="265"/> + <location filename="../Project/Project.py" line="275"/> <source>Console</source> <translation>Konsol- kumanda birimi</translation> </message> <message> - <location filename="../Project/Project.py" line="266"/> + <location filename="../Project/Project.py" line="276"/> <source>Other</source> <translation>Diğer</translation> </message> <message> - <location filename="../Project/Project.py" line="280"/> + <location filename="../Project/Project.py" line="290"/> <source>PySide GUI</source> <translation>PySide GUI</translation> </message> <message> - <location filename="../Project/Project.py" line="281"/> + <location filename="../Project/Project.py" line="291"/> <source>PySide Console</source> <translation>Pyside-Konsolu</translation> </message> <message> - <location filename="../Project/Project.py" line="364"/> + <location filename="../Project/Project.py" line="374"/> <source>Registering Project Type</source> <translation>Kaydedilmiş Proje Türü</translation> </message> <message> - <location filename="../Project/Project.py" line="745"/> + <location filename="../Project/Project.py" line="766"/> <source>Read project file</source> <translation>Proje dosyasını oku</translation> </message> <message> - <location filename="../Project/Project.py" line="745"/> + <location filename="../Project/Project.py" line="766"/> <source><p>The project file <b>{0}</b> could not be read.</p></source> <translation><p>Proje dosyası <b>{0}</b> okunamdı.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="847"/> + <location filename="../Project/Project.py" line="868"/> <source>Save project file</source> <translation>Proje dosyasını kaydet</translation> </message> <message> - <location filename="../Project/Project.py" line="847"/> + <location filename="../Project/Project.py" line="868"/> <source><p>The project file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="883"/> + <location filename="../Project/Project.py" line="904"/> <source>Read user project properties</source> <translation>Kullanıcı projesinin özelliklerini oku</translation> </message> <message> - <location filename="../Project/Project.py" line="883"/> + <location filename="../Project/Project.py" line="904"/> <source><p>The user specific project properties file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="907"/> + <location filename="../Project/Project.py" line="928"/> <source>Save user project properties</source> <translation>Kullanıcı projesinin özelliklerini kaydet</translation> </message> <message> - <location filename="../Project/Project.py" line="907"/> + <location filename="../Project/Project.py" line="928"/> <source><p>The user specific project properties file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="965"/> + <location filename="../Project/Project.py" line="986"/> <source>Read project session</source> <translation>Proje oturumunu oku</translation> </message> <message> - <location filename="../Project/Project.py" line="1187"/> + <location filename="../Project/Project.py" line="1208"/> <source>Please save the project first.</source> <translation>Lütfen ilkolarak projeyi kaydedin.</translation> </message> <message> - <location filename="../Project/Project.py" line="965"/> + <location filename="../Project/Project.py" line="986"/> <source><p>The project session file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1001"/> + <location filename="../Project/Project.py" line="1022"/> <source>Save project session</source> <translation>Proje oturumunu kaydet</translation> </message> <message> - <location filename="../Project/Project.py" line="1001"/> + <location filename="../Project/Project.py" line="1022"/> <source><p>The project session file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1030"/> + <location filename="../Project/Project.py" line="1051"/> <source>Delete project session</source> <translation>Proje oturumunu sil</translation> </message> <message> - <location filename="../Project/Project.py" line="1030"/> + <location filename="../Project/Project.py" line="1051"/> <source><p>The project session file <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1064"/> + <location filename="../Project/Project.py" line="1085"/> <source>Read tasks</source> <translation>Görevler Okunuyor</translation> </message> <message> - <location filename="../Project/Project.py" line="1064"/> + <location filename="../Project/Project.py" line="1085"/> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1084"/> + <location filename="../Project/Project.py" line="1105"/> <source>Save tasks</source> <translation>Görevleri kaydet</translation> </message> <message> - <location filename="../Project/Project.py" line="1084"/> + <location filename="../Project/Project.py" line="1105"/> <source><p>The tasks file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1141"/> + <location filename="../Project/Project.py" line="1162"/> <source>Read debugger properties</source> <translation>Hata ayıklayıcı özelliklerini oku</translation> </message> <message> - <location filename="../Project/Project.py" line="1141"/> + <location filename="../Project/Project.py" line="1162"/> <source><p>The project debugger properties file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1175"/> + <location filename="../Project/Project.py" line="1196"/> <source>Save debugger properties</source> <translation>Hata ayıklayıcı özelliklerini kaydet</translation> </message> <message> - <location filename="../Project/Project.py" line="1175"/> + <location filename="../Project/Project.py" line="1196"/> <source><p>The project debugger properties file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1201"/> + <location filename="../Project/Project.py" line="1222"/> <source>Delete debugger properties</source> <translation>Hata ayıklayıcı özelliklerini sil</translation> </message> <message> - <location filename="../Project/Project.py" line="1201"/> + <location filename="../Project/Project.py" line="1222"/> <source><p>The project debugger properties file <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1312"/> + <location filename="../Project/Project.py" line="1333"/> <source>Add Language</source> <translation>Dil Ekle</translation> </message> <message> - <location filename="../Project/Project.py" line="1312"/> + <location filename="../Project/Project.py" line="1333"/> <source>You have to specify a translation pattern first.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1435"/> + <location filename="../Project/Project.py" line="1456"/> <source>Delete translation</source> <translation>Çeviriyi silin</translation> </message> <message> - <location filename="../Project/Project.py" line="1600"/> + <location filename="../Project/Project.py" line="1621"/> <source>Add file</source> <translation>Dosya ekle</translation> </message> <message> - <location filename="../Project/Project.py" line="1662"/> + <location filename="../Project/Project.py" line="1683"/> <source><p>The file <b>{0}</b> already exists.</p><p>Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1587"/> + <location filename="../Project/Project.py" line="1608"/> <source><p>The selected file <b>{0}</b> could not be added to <b>{1}</b>.</p><p>Reason: {2}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1718"/> + <location filename="../Project/Project.py" line="1739"/> <source>The target directory must not be empty.</source> <translation>Hedef dizin boş olamaz.</translation> </message> <message> - <location filename="../Project/Project.py" line="1729"/> + <location filename="../Project/Project.py" line="1750"/> <source>Add directory</source> <translation>Dizin Ekle</translation> </message> <message> - <location filename="../Project/Project.py" line="1631"/> + <location filename="../Project/Project.py" line="1652"/> <source><p>The source directory doesn't contain any files belonging to the selected category.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1644"/> + <location filename="../Project/Project.py" line="1665"/> <source><p>The target directory <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1729"/> + <location filename="../Project/Project.py" line="1750"/> <source>The source directory must not be empty.</source> <translation>Kaynak dizin boş olamaz.</translation> </message> <message> - <location filename="../Project/Project.py" line="1866"/> + <location filename="../Project/Project.py" line="1887"/> <source>Rename file</source> <translation>Dosya adını değiştir</translation> </message> <message> - <location filename="../Project/Project.py" line="1890"/> + <location filename="../Project/Project.py" line="1911"/> <source>Rename File</source> <translation>Dosya adını Değiştir</translation> </message> <message> - <location filename="../Project/Project.py" line="2931"/> + <location filename="../Project/Project.py" line="3016"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p><b>{0}</b> dosyası halen mevcut. Üzerine yazılsın mı?</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1890"/> + <location filename="../Project/Project.py" line="1911"/> <source><p>The file <b>{0}</b> could not be renamed.<br />Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2133"/> + <location filename="../Project/Project.py" line="2154"/> <source>Delete file</source> <translation>Dosya sil</translation> </message> <message> - <location filename="../Project/Project.py" line="2163"/> + <location filename="../Project/Project.py" line="2184"/> <source>Delete directory</source> <translation>Dizini sil</translation> </message> <message> - <location filename="../Project/Project.py" line="2246"/> + <location filename="../Project/Project.py" line="2271"/> <source>Create project directory</source> <translation>Proje dizinin oluştur</translation> </message> <message> - <location filename="../Project/Project.py" line="2246"/> + <location filename="../Project/Project.py" line="2271"/> <source><p>The project directory <b>{0}</b> could not be created.</p></source> <translation><p>Proje dizini <b>{0}</b> oluşturulamıyor.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2777"/> + <location filename="../Project/Project.py" line="2858"/> <source>New Project</source> <translation>Yeni Proje</translation> </message> <message> - <location filename="../Project/Project.py" line="2326"/> + <location filename="../Project/Project.py" line="2386"/> <source>Add existing files to the project?</source> <translation>Var olan dosyalar projeye eklensin mi?</translation> </message> <message> - <location filename="../Project/Project.py" line="2777"/> + <location filename="../Project/Project.py" line="2858"/> <source>Select Version Control System</source> <translation>Sürüm Kontrol Sistemini Seç</translation> </message> <message> - <location filename="../Project/Project.py" line="2445"/> + <location filename="../Project/Project.py" line="2505"/> <source>Would you like to edit the VCS command options?</source> <translation>VCS komut seçeneklerini düzenlemek istiyor musunuz?</translation> </message> <message> - <location filename="../Project/Project.py" line="3615"/> + <location filename="../Project/Project.py" line="3702"/> <source>New project</source> <translation>Yeni Proje</translation> </message> <message> - <location filename="../Project/Project.py" line="2393"/> + <location filename="../Project/Project.py" line="2453"/> <source>Shall the project file be added to the repository?</source> <translation>Proje dosyaları kaynak havuzuna aktarılacak mı?</translation> </message> <message> - <location filename="../Project/Project.py" line="2424"/> + <location filename="../Project/Project.py" line="2484"/> <source>None</source> <translation>Yok</translation> </message> <message> - <location filename="../Project/Project.py" line="2417"/> + <location filename="../Project/Project.py" line="2477"/> <source>Select version control system for the project</source> <translation>proje için sürüm kontrol sistemini seçin</translation> </message> <message> - <location filename="../Project/Project.py" line="2523"/> + <location filename="../Project/Project.py" line="2583"/> <source>Translation Pattern</source> <translation>Çeviri Kalıbı</translation> </message> <message> - <location filename="../Project/Project.py" line="2523"/> + <location filename="../Project/Project.py" line="2583"/> <source>Enter the path pattern for translation files (use '%language%' in place of the language code):</source> <translation>Çeviri dosylarınınyol kalıbını giriniz (kullanılan '% dil %'dil kodu):</translation> </message> <message> - <location filename="../Project/Project.py" line="3629"/> + <location filename="../Project/Project.py" line="3716"/> <source>Open project</source> <translation>Projeyi aç</translation> </message> <message> - <location filename="../Project/Project.py" line="2916"/> + <location filename="../Project/Project.py" line="3001"/> <source>Project Files (*.e4p)</source> <translation>Proje Dosyaları (*.e4p)</translation> </message> <message> - <location filename="../Project/Project.py" line="3666"/> + <location filename="../Project/Project.py" line="3753"/> <source>Save project as</source> <translation>projeyi farklı adda kaydet</translation> </message> <message> - <location filename="../Project/Project.py" line="2931"/> + <location filename="../Project/Project.py" line="3016"/> <source>Save File</source> <translation>Dosyayı Kaydet</translation> </message> <message> - <location filename="../Project/Project.py" line="2967"/> + <location filename="../Project/Project.py" line="3052"/> <source>Close Project</source> <translation>Projeyi Kapat</translation> </message> <message> - <location filename="../Project/Project.py" line="2967"/> + <location filename="../Project/Project.py" line="3052"/> <source>The current project has unsaved changes.</source> <translation>Geçerli projede kaydedilmemiş dosyalar var.</translation> </message> <message> - <location filename="../Project/Project.py" line="3140"/> + <location filename="../Project/Project.py" line="3227"/> <source>Syntax errors detected</source> <translation>Sözdizimi Hataları tespit edildi</translation> </message> <message numerus="yes"> - <location filename="../Project/Project.py" line="3140"/> + <location filename="../Project/Project.py" line="3227"/> <source>The project contains %n file(s) with syntax errors.</source> <translation type="unfinished"> <numerusform></numerusform> @@ -51226,803 +51294,803 @@ </translation> </message> <message> - <location filename="../Project/Project.py" line="3615"/> + <location filename="../Project/Project.py" line="3702"/> <source>&New...</source> <translation>Ye&ni...</translation> </message> <message> - <location filename="../Project/Project.py" line="3620"/> + <location filename="../Project/Project.py" line="3707"/> <source>Generate a new project</source> <translation>Yeni bir proje üret</translation> </message> <message> - <location filename="../Project/Project.py" line="3621"/> + <location filename="../Project/Project.py" line="3708"/> <source><b>New...</b><p>This opens a dialog for entering the info for a new project.</p></source> <translation><b>Yeni...</b><p>Bu yeni bir proje için bilgilerin girileceği bir diyalog açar.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3629"/> + <location filename="../Project/Project.py" line="3716"/> <source>&Open...</source> <translation>&Aç...</translation> </message> <message> - <location filename="../Project/Project.py" line="3634"/> + <location filename="../Project/Project.py" line="3721"/> <source>Open an existing project</source> <translation>Var olan bir projeyi aç</translation> </message> <message> - <location filename="../Project/Project.py" line="3635"/> + <location filename="../Project/Project.py" line="3722"/> <source><b>Open...</b><p>This opens an existing project.</p></source> <translation><b>Aç...</b><p>Bu varolan bir projeyi açar.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3642"/> + <location filename="../Project/Project.py" line="3729"/> <source>Close project</source> <translation>Projeyi kapat</translation> </message> <message> - <location filename="../Project/Project.py" line="3642"/> + <location filename="../Project/Project.py" line="3729"/> <source>&Close</source> <translation>&Kapat</translation> </message> <message> - <location filename="../Project/Project.py" line="3646"/> + <location filename="../Project/Project.py" line="3733"/> <source>Close the current project</source> <translation>Geçerli projeyi kapat</translation> </message> <message> - <location filename="../Project/Project.py" line="3647"/> + <location filename="../Project/Project.py" line="3734"/> <source><b>Close</b><p>This closes the current project.</p></source> <translation><b>Kapat</b><p>Bu geçerli projeyi kapatır.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3654"/> + <location filename="../Project/Project.py" line="3741"/> <source>Save project</source> <translation>Projeyi kaydet</translation> </message> <message> - <location filename="../Project/Project.py" line="3846"/> + <location filename="../Project/Project.py" line="3933"/> <source>&Save</source> <translation>&Kaydet</translation> </message> <message> - <location filename="../Project/Project.py" line="3658"/> + <location filename="../Project/Project.py" line="3745"/> <source>Save the current project</source> <translation>Geçerli projeyi kapat</translation> </message> <message> - <location filename="../Project/Project.py" line="3659"/> + <location filename="../Project/Project.py" line="3746"/> <source><b>Save</b><p>This saves the current project.</p></source> <translation><b>Kaydet</b><p>Bu geçerli projeyi kaydeder.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3666"/> + <location filename="../Project/Project.py" line="3753"/> <source>Save &as...</source> <translation>Farklı k&aydet...</translation> </message> <message> - <location filename="../Project/Project.py" line="3670"/> - <source>Save the current project to a new file</source> - <translation>Geçerli projeyi yeni bir dosya olarak kaydet</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3672"/> - <source><b>Save as</b><p>This saves the current project to a new file.</p></source> - <translation><b>Farklı kaydet</b><p>Bu geçerli projeyi yeni bir dosya olarak kaydeder.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3681"/> - <source>Add files to project</source> - <translation>Projeye dosyalar ekle</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3681"/> - <source>Add &files...</source> - <translation>Dosyaları &ekle...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3686"/> - <source>Add files to the current project</source> - <translation>Geçerli projeye dosyalar ekle</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3688"/> - <source><b>Add files...</b><p>This opens a dialog for adding files to the current project. The place to add is determined by the file extension.</p></source> - <translation><b>Dosya ekle...</b><p>Bu geçerli projeye bir dosya eklemek için bir diyalog açar. Alana belirlenmiş uzantıda bir dosya eklenir.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3697"/> - <source>Add directory to project</source> - <translation>Projeye dizin ekle</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3697"/> - <source>Add directory...</source> - <translation>Dizin ekle...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3702"/> - <source>Add a directory to the current project</source> - <translation>Geçerli projeye bir dizin ekleyiniz</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3704"/> - <source><b>Add directory...</b><p>This opens a dialog for adding a directory to the current project.</p></source> - <translation><b>Dizin Ekle...</b><p>Bu geçerli projeye bir dizin eklemek için bir diyalog açar.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3712"/> - <source>Add translation to project</source> - <translation>Projeye çeviri ekle</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3712"/> - <source>Add &translation...</source> - <translation>Çeviri &ekle...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3717"/> - <source>Add a translation to the current project</source> - <translation>Geçerli projeye çeviri ekle</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3719"/> - <source><b>Add translation...</b><p>This opens a dialog for add a translation to the current project.</p></source> - <translation><b>Çeviri ekle...</b><p>Bu geçerli projeye bir çeviri eklemek için bir diyalog açar.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3727"/> - <source>Search new files</source> - <translation>Yeni dosyaları ara</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3727"/> - <source>Searc&h new files...</source> - <translation>Yeni dosyaları a&ra...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3731"/> - <source>Search new files in the project directory.</source> - <translation>Proje dizininde yeni dosyaları ara.</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3757"/> - <source>Project properties</source> - <translation>Proje özellikleri</translation> - </message> - <message> <location filename="../Project/Project.py" line="3757"/> - <source>&Properties...</source> - <translation>&Özellikler...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3762"/> - <source>Show the project properties</source> - <translation>Proje özelliklerini göster</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3763"/> - <source><b>Properties...</b><p>This shows a dialog to edit the project properties.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3770"/> - <source>User project properties</source> - <translation>Kullanıcı projesi özellikleri</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3770"/> - <source>&User Properties...</source> - <translation>K&ullanıcı Özellikleri...</translation> + <source>Save the current project to a new file</source> + <translation>Geçerli projeyi yeni bir dosya olarak kaydet</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3759"/> + <source><b>Save as</b><p>This saves the current project to a new file.</p></source> + <translation><b>Farklı kaydet</b><p>Bu geçerli projeyi yeni bir dosya olarak kaydeder.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3768"/> + <source>Add files to project</source> + <translation>Projeye dosyalar ekle</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3768"/> + <source>Add &files...</source> + <translation>Dosyaları &ekle...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3773"/> + <source>Add files to the current project</source> + <translation>Geçerli projeye dosyalar ekle</translation> </message> <message> <location filename="../Project/Project.py" line="3775"/> - <source>Show the user specific project properties</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3777"/> - <source><b>User Properties...</b><p>This shows a dialog to edit the user specific project properties.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3785"/> - <source>Filetype Associations</source> - <translation>Dosyatipi Birleştirme</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3785"/> - <source>Filetype Associations...</source> - <translation>Dosyatipi Birleştirme...</translation> + <source><b>Add files...</b><p>This opens a dialog for adding files to the current project. The place to add is determined by the file extension.</p></source> + <translation><b>Dosya ekle...</b><p>Bu geçerli projeye bir dosya eklemek için bir diyalog açar. Alana belirlenmiş uzantıda bir dosya eklenir.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3784"/> + <source>Add directory to project</source> + <translation>Projeye dizin ekle</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3784"/> + <source>Add directory...</source> + <translation>Dizin ekle...</translation> </message> <message> <location filename="../Project/Project.py" line="3789"/> - <source>Show the project filetype associations</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3803"/> - <source>Lexer Associations</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3803"/> - <source>Lexer Associations...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3807"/> - <source>Show the project lexer associations (overriding defaults)</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3809"/> - <source><b>Lexer Associations...</b><p>This shows a dialog to edit the lexer associations of the project. These associations override the global lexer associations. Lexers are used to highlight the editor text.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3821"/> - <source>Debugger Properties</source> - <translation>Hata Ayıklayıcı Özellikleri</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3821"/> - <source>Debugger &Properties...</source> - <translation>Hata Ayıklayıcı &Özellikleri...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3825"/> - <source>Show the debugger properties</source> - <translation>Hata ayıklayıcı özelliklerini göster</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3826"/> - <source><b>Debugger Properties...</b><p>This shows a dialog to edit project specific debugger settings.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3834"/> - <source>Load</source> - <translation>Yükle</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3834"/> - <source>&Load</source> - <translation>Yük&le</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3838"/> - <source>Load the debugger properties</source> - <translation>Hata ayıklayıcı özelliklerini yükle</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3839"/> - <source><b>Load Debugger Properties</b><p>This loads the project specific debugger settings.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3846"/> - <source>Save</source> - <translation>Kaydet</translation> + <source>Add a directory to the current project</source> + <translation>Geçerli projeye bir dizin ekleyiniz</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3791"/> + <source><b>Add directory...</b><p>This opens a dialog for adding a directory to the current project.</p></source> + <translation><b>Dizin Ekle...</b><p>Bu geçerli projeye bir dizin eklemek için bir diyalog açar.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3799"/> + <source>Add translation to project</source> + <translation>Projeye çeviri ekle</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3799"/> + <source>Add &translation...</source> + <translation>Çeviri &ekle...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3804"/> + <source>Add a translation to the current project</source> + <translation>Geçerli projeye çeviri ekle</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3806"/> + <source><b>Add translation...</b><p>This opens a dialog for add a translation to the current project.</p></source> + <translation><b>Çeviri ekle...</b><p>Bu geçerli projeye bir çeviri eklemek için bir diyalog açar.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3814"/> + <source>Search new files</source> + <translation>Yeni dosyaları ara</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3814"/> + <source>Searc&h new files...</source> + <translation>Yeni dosyaları a&ra...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3818"/> + <source>Search new files in the project directory.</source> + <translation>Proje dizininde yeni dosyaları ara.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3844"/> + <source>Project properties</source> + <translation>Proje özellikleri</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3844"/> + <source>&Properties...</source> + <translation>&Özellikler...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3849"/> + <source>Show the project properties</source> + <translation>Proje özelliklerini göster</translation> </message> <message> <location filename="../Project/Project.py" line="3850"/> - <source>Save the debugger properties</source> - <translation>Hata ayıklayıcı özelliklerini kaydet</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3851"/> - <source><b>Save Debugger Properties</b><p>This saves the project specific debugger settings.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3858"/> - <source>Delete</source> - <translation>Sil</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3858"/> - <source>&Delete</source> - <translation>&Sil</translation> + <source><b>Properties...</b><p>This shows a dialog to edit the project properties.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3857"/> + <source>User project properties</source> + <translation>Kullanıcı projesi özellikleri</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3857"/> + <source>&User Properties...</source> + <translation>K&ullanıcı Özellikleri...</translation> </message> <message> <location filename="../Project/Project.py" line="3862"/> - <source>Delete the debugger properties</source> - <translation>Hata ayıklayıcı özelliklerini sil</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3863"/> - <source><b>Delete Debugger Properties</b><p>This deletes the file containing the project specific debugger settings.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3871"/> - <source>Reset</source> - <translation>Başadön</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3871"/> - <source>&Reset</source> - <translation>Başad&ön</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3875"/> - <source>Reset the debugger properties</source> - <translation>Hata ayıklayıcı özelliklerini başa döndür</translation> + <source>Show the user specific project properties</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3864"/> + <source><b>User Properties...</b><p>This shows a dialog to edit the user specific project properties.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3872"/> + <source>Filetype Associations</source> + <translation>Dosyatipi Birleştirme</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3872"/> + <source>Filetype Associations...</source> + <translation>Dosyatipi Birleştirme...</translation> </message> <message> <location filename="../Project/Project.py" line="3876"/> - <source><b>Reset Debugger Properties</b><p>This resets the project specific debugger settings.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3885"/> - <source>Load session</source> - <translation>Oturum yükleniyor</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3889"/> - <source>Load the projects session file.</source> - <translation>Projelerin oturm dosyasını yükle.</translation> + <source>Show the project filetype associations</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3890"/> + <source>Lexer Associations</source> + <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3890"/> - <source><b>Load session</b><p>This loads the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3903"/> - <source>Save session</source> - <translation>Oturumu kaydet</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3907"/> - <source>Save the projects session file.</source> - <translation>Proje oturum dosyasını kaydet.</translation> + <source>Lexer Associations...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3894"/> + <source>Show the project lexer associations (overriding defaults)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3896"/> + <source><b>Lexer Associations...</b><p>This shows a dialog to edit the lexer associations of the project. These associations override the global lexer associations. Lexers are used to highlight the editor text.</p></source> + <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3908"/> - <source><b>Save session</b><p>This saves the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> + <source>Debugger Properties</source> + <translation>Hata Ayıklayıcı Özellikleri</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3908"/> + <source>Debugger &Properties...</source> + <translation>Hata Ayıklayıcı &Özellikleri...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3912"/> + <source>Show the debugger properties</source> + <translation>Hata ayıklayıcı özelliklerini göster</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3913"/> + <source><b>Debugger Properties...</b><p>This shows a dialog to edit project specific debugger settings.</p></source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3921"/> - <source>Delete session</source> - <translation>Oturumu sil</translation> + <source>Load</source> + <translation>Yükle</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3921"/> + <source>&Load</source> + <translation>Yük&le</translation> </message> <message> <location filename="../Project/Project.py" line="3925"/> - <source>Delete the projects session file.</source> - <translation>Proje oturum dosyasını sil.</translation> + <source>Load the debugger properties</source> + <translation>Hata ayıklayıcı özelliklerini yükle</translation> </message> <message> <location filename="../Project/Project.py" line="3926"/> - <source><b>Delete session</b><p>This deletes the projects session file</p></source> - <translation><b>Oturumu Sil</b><p>Bu proje dosya oturumunu siler</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3935"/> - <source>Code Metrics</source> - <translation>Metrik Kod</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3935"/> - <source>&Code Metrics...</source> - <translation>Me&trik Kod...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3939"/> - <source>Show some code metrics for the project.</source> - <translation>Proje için bazı metrik kodları göster.</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3941"/> - <source><b>Code Metrics...</b><p>This shows some code metrics for all Python files in the project.</p></source> - <translation><b>Metrik Kodlar...</b><p>Bu proje içindeki tüm Python dosyalarının bazı metrik kodlarını gösterir.</p></translation> + <source><b>Load Debugger Properties</b><p>This loads the project specific debugger settings.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3933"/> + <source>Save</source> + <translation>Kaydet</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3937"/> + <source>Save the debugger properties</source> + <translation>Hata ayıklayıcı özelliklerini kaydet</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3938"/> + <source><b>Save Debugger Properties</b><p>This saves the project specific debugger settings.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3945"/> + <source>Delete</source> + <translation>Sil</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3945"/> + <source>&Delete</source> + <translation>&Sil</translation> </message> <message> <location filename="../Project/Project.py" line="3949"/> - <source>Python Code Coverage</source> - <translation>Python Kod Koruyucu</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3949"/> - <source>Code Co&verage...</source> - <translation>Kod Koru&yucu...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3953"/> - <source>Show code coverage information for the project.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3955"/> - <source><b>Code Coverage...</b><p>This shows the code coverage information for all Python files in the project.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4754"/> - <source>Profile Data</source> - <translation>Veri Kesiti</translation> + <source>Delete the debugger properties</source> + <translation>Hata ayıklayıcı özelliklerini sil</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3950"/> + <source><b>Delete Debugger Properties</b><p>This deletes the file containing the project specific debugger settings.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3958"/> + <source>Reset</source> + <translation>Başadön</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3958"/> + <source>&Reset</source> + <translation>Başad&ön</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3962"/> + <source>Reset the debugger properties</source> + <translation>Hata ayıklayıcı özelliklerini başa döndür</translation> </message> <message> <location filename="../Project/Project.py" line="3963"/> + <source><b>Reset Debugger Properties</b><p>This resets the project specific debugger settings.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3972"/> + <source>Load session</source> + <translation>Oturum yükleniyor</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3976"/> + <source>Load the projects session file.</source> + <translation>Projelerin oturm dosyasını yükle.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3977"/> + <source><b>Load session</b><p>This loads the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3990"/> + <source>Save session</source> + <translation>Oturumu kaydet</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3994"/> + <source>Save the projects session file.</source> + <translation>Proje oturum dosyasını kaydet.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3995"/> + <source><b>Save session</b><p>This saves the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4008"/> + <source>Delete session</source> + <translation>Oturumu sil</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4012"/> + <source>Delete the projects session file.</source> + <translation>Proje oturum dosyasını sil.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4013"/> + <source><b>Delete session</b><p>This deletes the projects session file</p></source> + <translation><b>Oturumu Sil</b><p>Bu proje dosya oturumunu siler</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4022"/> + <source>Code Metrics</source> + <translation>Metrik Kod</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4022"/> + <source>&Code Metrics...</source> + <translation>Me&trik Kod...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4026"/> + <source>Show some code metrics for the project.</source> + <translation>Proje için bazı metrik kodları göster.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4028"/> + <source><b>Code Metrics...</b><p>This shows some code metrics for all Python files in the project.</p></source> + <translation><b>Metrik Kodlar...</b><p>Bu proje içindeki tüm Python dosyalarının bazı metrik kodlarını gösterir.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4036"/> + <source>Python Code Coverage</source> + <translation>Python Kod Koruyucu</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4036"/> + <source>Code Co&verage...</source> + <translation>Kod Koru&yucu...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4040"/> + <source>Show code coverage information for the project.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4042"/> + <source><b>Code Coverage...</b><p>This shows the code coverage information for all Python files in the project.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4883"/> + <source>Profile Data</source> + <translation>Veri Kesiti</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4050"/> <source>&Profile Data...</source> <translation>&Veri kesiti...</translation> </message> <message> - <location filename="../Project/Project.py" line="3967"/> + <location filename="../Project/Project.py" line="4054"/> <source>Show profiling data for the project.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3969"/> + <location filename="../Project/Project.py" line="4056"/> <source><b>Profile Data...</b><p>This shows the profiling data for the project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4808"/> + <location filename="../Project/Project.py" line="4937"/> <source>Application Diagram</source> <translation>Uygulama Şeması</translation> </message> <message> - <location filename="../Project/Project.py" line="3978"/> + <location filename="../Project/Project.py" line="4065"/> <source>&Application Diagram...</source> <translation>Uygulama Şem&ası...</translation> </message> <message> - <location filename="../Project/Project.py" line="3982"/> + <location filename="../Project/Project.py" line="4069"/> <source>Show a diagram of the project.</source> <translation>Projenin bir şemasını göster.</translation> </message> <message> - <location filename="../Project/Project.py" line="3984"/> + <location filename="../Project/Project.py" line="4071"/> <source><b>Application Diagram...</b><p>This shows a diagram of the project.</p></source> <translation><b>Uygulama Şeması...</b><p>Bu projenin bir şemasını gösterir.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5002"/> + <location filename="../Project/Project.py" line="5131"/> <source>Create Package List</source> <translation>Paket Listesini Oluştur</translation> </message> <message> - <location filename="../Project/Project.py" line="4007"/> + <location filename="../Project/Project.py" line="4094"/> <source>Create &Package List</source> <translation type="unfinished">Eklenti &Arşivi Oluştur</translation> </message> <message> - <location filename="../Project/Project.py" line="5278"/> + <location filename="../Project/Project.py" line="5407"/> <source>Create Plugin Archive</source> <translation>Eklenti Arşivi Oluştur</translation> </message> <message> - <location filename="../Project/Project.py" line="4023"/> + <location filename="../Project/Project.py" line="4110"/> <source>Create Plugin &Archives</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4077"/> + <location filename="../Project/Project.py" line="4195"/> <source>&Project</source> <translation>&Proje</translation> </message> <message> - <location filename="../Project/Project.py" line="4078"/> + <location filename="../Project/Project.py" line="4196"/> <source>Open &Recent Projects</source> <translation>Geçmiş P&rojeleri Aç</translation> </message> <message> + <location filename="../Project/Project.py" line="4197"/> + <source>&Version Control</source> + <translation>S&ürüm Kontrol</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4201"/> + <source>Chec&k</source> + <translation>&Kontrol</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4203"/> + <source>Sho&w</source> + <translation>G&öster</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4204"/> + <source>&Diagrams</source> + <translation>Şemalar &D</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4205"/> + <source>Session</source> + <translation>Oturum</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4206"/> + <source>Source &Documentation</source> + <translation>Kaynak Belgeleme &D</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4208"/> + <source>Debugger</source> + <translation>Hata Ayıklayıcı</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4209"/> + <source>Pac&kagers</source> + <translation>Pa&ketleyici</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4328"/> + <source>Project</source> + <translation>Proje</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4394"/> + <source>&Clear</source> + <translation>T&emizle</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4545"/> + <source>Search New Files</source> + <translation>Yeni Dosyaları Ara</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4545"/> + <source>There were no new files found to be added.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4691"/> + <source>Version Control System</source> + <translation>Sürüm Kontrol Sistemi</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4691"/> + <source><p>The selected VCS <b>{0}</b> could not be found.<br/>Disabling version control.</p><p>{1}</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4810"/> + <source>Coverage Data</source> + <translation>Veri Kapsamı</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4860"/> + <source>There is no main script defined for the current project. Aborting</source> + <translation>Bugeçerli projede tanımlanan ana betik değil. Durduruluyor</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4833"/> + <source>Code Coverage</source> + <translation>Kod Koruyucu</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4833"/> + <source>Please select a coverage file</source> + <translation>Lütfen bir koruyucu dosya seçiniz</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4883"/> + <source>Please select a profile file</source> + <translation>Lütfen kesit dosyasını seçiniz</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4937"/> + <source>Include module names?</source> + <translation>Modül isimleri dahil edilsin mi?</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5082"/> + <source><p>The file <b>PKGLIST</b> already exists.</p><p>Overwrite it?</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5131"/> + <source><p>The file <b>PKGLIST</b> could not be created.</p><p>Reason: {0}</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5150"/> + <source>The project does not have a main script defined. Aborting...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5291"/> + <source><p>The file <b>{0}</b> could not be stored in the archive. Ignoring it.</p><p>Reason: {1}</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5365"/> + <source><p>The plugin file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="173"/> + <source>Python2 Files (*.py2);;Python2 GUI Files (*.pyw2);;</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="2352"/> + <source>Create main script</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="2352"/> + <source><p>The mainscript <b>{0}</b> could not be created.<br/>Reason: {1}</p></source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Project/Project.py" line="4079"/> - <source>&Version Control</source> - <translation>S&ürüm Kontrol</translation> + <source>Load Diagram</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4079"/> + <source>&Load Diagram...</source> + <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="4083"/> - <source>Chec&k</source> - <translation>&Kontrol</translation> + <source>Load a diagram from file.</source> + <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="4085"/> - <source>Sho&w</source> - <translation>G&öster</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4086"/> - <source>&Diagrams</source> - <translation>Şemalar &D</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4087"/> - <source>Session</source> - <translation>Oturum</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4088"/> - <source>Source &Documentation</source> - <translation>Kaynak Belgeleme &D</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4090"/> - <source>Debugger</source> - <translation>Hata Ayıklayıcı</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4091"/> - <source>Pac&kagers</source> - <translation>Pa&ketleyici</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4199"/> - <source>Project</source> - <translation>Proje</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4265"/> - <source>&Clear</source> - <translation>T&emizle</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4416"/> - <source>Search New Files</source> - <translation>Yeni Dosyaları Ara</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4416"/> - <source>There were no new files found to be added.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4562"/> - <source>Version Control System</source> - <translation>Sürüm Kontrol Sistemi</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4562"/> - <source><p>The selected VCS <b>{0}</b> could not be found.<br/>Disabling version control.</p><p>{1}</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4681"/> - <source>Coverage Data</source> - <translation>Veri Kapsamı</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4731"/> - <source>There is no main script defined for the current project. Aborting</source> - <translation>Bugeçerli projede tanımlanan ana betik değil. Durduruluyor</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4704"/> - <source>Code Coverage</source> - <translation>Kod Koruyucu</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4704"/> - <source>Please select a coverage file</source> - <translation>Lütfen bir koruyucu dosya seçiniz</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4754"/> - <source>Please select a profile file</source> - <translation>Lütfen kesit dosyasını seçiniz</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4808"/> - <source>Include module names?</source> - <translation>Modül isimleri dahil edilsin mi?</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4953"/> - <source><p>The file <b>PKGLIST</b> already exists.</p><p>Overwrite it?</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="5002"/> - <source><p>The file <b>PKGLIST</b> could not be created.</p><p>Reason: {0}</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="5021"/> - <source>The project does not have a main script defined. Aborting...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="5162"/> - <source><p>The file <b>{0}</b> could not be stored in the archive. Ignoring it.</p><p>Reason: {1}</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="5236"/> - <source><p>The plugin file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="164"/> - <source>Python2 Files (*.py2);;Python2 GUI Files (*.pyw2);;</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="2313"/> - <source>Create main script</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="2313"/> - <source><p>The mainscript <b>{0}</b> could not be created.<br/>Reason: {1}</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3992"/> - <source>Load Diagram</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3992"/> - <source>&Load Diagram...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3996"/> - <source>Load a diagram from file.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3998"/> <source><b>Load Diagram...</b><p>This loads a diagram from file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="341"/> + <location filename="../Project/Project.py" line="351"/> <source><p>The Programming Language <b>{0}</b> is not supported.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="364"/> + <location filename="../Project/Project.py" line="374"/> <source><p>The Project type <b>{0}</b> is already registered.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="352"/> + <location filename="../Project/Project.py" line="362"/> <source><p>The Project type <b>{0}</b> is already registered with Programming Language <b>{1}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="262"/> + <location filename="../Project/Project.py" line="272"/> <source>PyQt5 GUI</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="263"/> + <location filename="../Project/Project.py" line="273"/> <source>PyQt5 Console</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4550"/> + <location filename="../Project/Project.py" line="4679"/> <source><p>The selected VCS <b>{0}</b> could not be found. <br/>Reverting override.</p><p>{1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5278"/> + <location filename="../Project/Project.py" line="5407"/> <source><p>The plugin file <b>{0}</b> could not be read.</p> <p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4012"/> + <location filename="../Project/Project.py" line="4099"/> <source>Create an initial PKGLIST file for an eric6 plugin.</source> <translation type="unfinished">Eric5 eklenti arşiv dosyası oluştur. {6 ?}</translation> </message> <message> - <location filename="../Project/Project.py" line="4014"/> + <location filename="../Project/Project.py" line="4101"/> <source><b>Create Package List</b><p>This creates an initial list of files to include in an eric6 plugin archive. The list is created from the project file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5127"/> + <location filename="../Project/Project.py" line="5256"/> <source><p>The eric6 plugin archive file <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="260"/> + <location filename="../Project/Project.py" line="270"/> <source>PyQt4 GUI</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="261"/> + <location filename="../Project/Project.py" line="271"/> <source>PyQt4 Console</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="264"/> + <location filename="../Project/Project.py" line="274"/> <source>Eric6 Plugin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2747"/> + <location filename="../Project/Project.py" line="2828"/> <source>Create project management directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2747"/> + <location filename="../Project/Project.py" line="2828"/> <source><p>The project directory <b>{0}</b> is not writable.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3742"/> + <location filename="../Project/Project.py" line="3829"/> <source>Alt+Ctrl+P</source> <comment>Project|Search Project File</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3748"/> + <location filename="../Project/Project.py" line="3835"/> <source>Search for a file in the project list of files.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3750"/> + <location filename="../Project/Project.py" line="3837"/> <source><b>Search Project File</b><p>This searches for a file in the project list of files.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3742"/> + <location filename="../Project/Project.py" line="3829"/> <source>Search Project File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3742"/> + <location filename="../Project/Project.py" line="3829"/> <source>Search Project File...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5056"/> + <location filename="../Project/Project.py" line="5185"/> <source>Create Plugin Archives</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4028"/> + <location filename="../Project/Project.py" line="4115"/> <source>Create eric6 plugin archive files.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4030"/> + <location filename="../Project/Project.py" line="4117"/> <source><b>Create Plugin Archives</b><p>This creates eric6 plugin archive files using the list of files given in a PKGLIST* file. The archive name is built from the main script name if not designated in the package list file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4040"/> + <location filename="../Project/Project.py" line="4127"/> <source>Create Plugin Archives (Snapshot)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4040"/> + <location filename="../Project/Project.py" line="4127"/> <source>Create Plugin Archives (&Snapshot)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4045"/> + <location filename="../Project/Project.py" line="4132"/> <source>Create eric6 plugin archive files (snapshot releases).</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4047"/> + <location filename="../Project/Project.py" line="4134"/> <source><b>Create Plugin Archives (Snapshot)</b><p>This creates eric6 plugin archive files using the list of files given in the PKGLIST* file. The archive name is built from the main script name if not designated in the package list file. The version entry of the main script is modified to reflect a snapshot release.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5035"/> + <location filename="../Project/Project.py" line="5164"/> <source>Select package lists:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5052"/> + <location filename="../Project/Project.py" line="5181"/> <source>Creating plugin archives...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5052"/> + <location filename="../Project/Project.py" line="5181"/> <source>Abort</source> <translation type="unfinished">Vazgeç</translation> </message> <message> - <location filename="../Project/Project.py" line="5052"/> + <location filename="../Project/Project.py" line="5181"/> <source>%v/%m Archives</source> <translation type="unfinished"></translation> </message> @@ -52032,55 +52100,135 @@ <translation type="obsolete">Kapsam</translation> </message> <message> - <location filename="../Project/Project.py" line="5069"/> + <location filename="../Project/Project.py" line="5198"/> <source><p>The file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5181"/> + <location filename="../Project/Project.py" line="5310"/> <source><p>The eric6 plugin archive files were created with some errors.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5184"/> + <location filename="../Project/Project.py" line="5313"/> <source><p>The eric6 plugin archive files were created successfully.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5045"/> + <location filename="../Project/Project.py" line="5174"/> <source><p>No package list files (PKGLIST*) available or selected. Aborting...</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5099"/> + <location filename="../Project/Project.py" line="5228"/> <source><p>The file <b>{0}</b> is not ready yet.</p><p>Please rework it and delete the'; initial_list' line of the header.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3733"/> + <location filename="../Project/Project.py" line="3820"/> <source><b>Search new files...</b><p>This searches for new files (sources, *.ui, *.idl, *.proto) in the project directory and registered subdirectories.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3791"/> + <location filename="../Project/Project.py" line="3878"/> <source><b>Filetype Associations...</b><p>This shows a dialog to edit the file type associations of the project. These associations determine the type (source, form, interface, protocol 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="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1435"/> + <location filename="../Project/Project.py" line="1456"/> <source><p>The selected translation file <b>{0}</b> could not be deleted.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2133"/> + <location filename="../Project/Project.py" line="2154"/> <source><p>The selected file <b>{0}</b> could not be deleted.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2163"/> + <location filename="../Project/Project.py" line="2184"/> <source><p>The selected directory <b>{0}</b> could not be deleted.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Project/Project.py" line="2654"/> + <source>Create Makefile</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="2654"/> + <source><p>The makefile <b>{0}</b> could not be created.<br/>Reason: {1}</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5590"/> + <source>Execute Make</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4148"/> + <source>&Execute Make</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4152"/> + <source>Perform a 'make' run.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4154"/> + <source><b>Execute Make</b><p>This performs a 'make' run to rebuild the configured target.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5570"/> + <source>Test for Changes</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4162"/> + <source>&Test for Changes</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4166"/> + <source>Question 'make', if a rebuild is needed.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4168"/> + <source><b>Test for Changes</b><p>This questions 'make', if a rebuild of the configured target is necessary.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4210"/> + <source>Make</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5518"/> + <source>The make process did not start.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5563"/> + <source>The make process crashed.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5573"/> + <source><p>There are changes that require the configured make target <b>{0}</b> to be rebuilt.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5578"/> + <source><p>There are changes that require the default make target to be rebuilt.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5590"/> + <source>The makefile contains errors.</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>ProjectBaseBrowser</name> @@ -52967,8 +53115,8 @@ </message> <message> <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="163"/> - <source>Automatically compile</source> - <translation>Otomatik Derleme</translation> + <source>Automatisations</source> + <translation type="unfinished">Otomatik Derleme</translation> </message> <message> <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="169"/> @@ -52977,8 +53125,8 @@ </message> <message> <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="172"/> - <source>changed forms</source> - <translation>Değişen formlar</translation> + <source>compile changed forms</source> + <translation type="unfinished">Değişen formlar</translation> </message> <message> <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="179"/> @@ -52987,64 +53135,74 @@ </message> <message> <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="182"/> - <source>changed resources</source> - <translation>değişen kaynaklar</translation> + <source>compile changed resources</source> + <translation type="unfinished">değişen kaynaklar</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="221"/> + <source>Recent Projects</source> + <translation>Geçmiş Projeler</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="227"/> + <source>Number of recent projects:</source> + <translation>Geçmiş projelerin sayısı:</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="234"/> + <source>Enter the number of recent projects to remember</source> + <translation>Hatırlanacak geçmiş projelerin sayısını girin</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="202"/> + <source>Python Variant</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="208"/> + <source>Select to determine the Python variant from the project language</source> + <translation type="unfinished"></translation> </message> <message> <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="211"/> - <source>Recent Projects</source> - <translation>Geçmiş Projeler</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="217"/> - <source>Number of recent projects:</source> - <translation>Geçmiş projelerin sayısı:</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="224"/> - <source>Enter the number of recent projects to remember</source> - <translation>Hatırlanacak geçmiş projelerin sayısını girin</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="192"/> - <source>Python Variant</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="198"/> - <source>Select to determine the Python variant from the project language</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="201"/> <source>Determine Python variant from project language</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="256"/> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="266"/> <source>Tasks</source> <translation type="unfinished">Görevler</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="262"/> - <source>Select to save the project tasks automatically</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="265"/> - <source>Save tasks automatically</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="272"/> - <source>Select to rescan the project tasks when a project is opened</source> + <source>Select to save the project tasks automatically</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="275"/> + <source>Save tasks automatically</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="282"/> + <source>Select to rescan the project tasks when a project is opened</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="285"/> <source>Rescan tasks upon opening</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="189"/> + <source>Select to execute the configured 'make' command before a run action is performed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="192"/> + <source>execute make</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>ProjectProtocolsBrowser</name> @@ -53850,42 +54008,42 @@ <translation>Projenin programlama dilini seç</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="84"/> + <location filename="../Project/PropertiesDialog.ui" line="86"/> <source>Select, if the project uses other programming languages as well</source> <translation>Projede başka diller kullanılıyorsa, seçiniz</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="87"/> + <location filename="../Project/PropertiesDialog.ui" line="89"/> <source>Mi&xed programming languages</source> <translation>Karı&şık Programlama Dili</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="90"/> + <location filename="../Project/PropertiesDialog.ui" line="92"/> <source>Alt+X</source> <translation>Alt+X</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="97"/> + <location filename="../Project/PropertiesDialog.ui" line="137"/> <source>Project &Type:</source> <translation>Proje &Tipi:</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="107"/> + <location filename="../Project/PropertiesDialog.ui" line="147"/> <source>Select the type of the project</source> <translation>Projenin tipini seçiniz</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="114"/> + <location filename="../Project/PropertiesDialog.ui" line="154"/> <source>Project &Directory:</source> <translation>Proje &Dizini:</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="133"/> + <location filename="../Project/PropertiesDialog.ui" line="173"/> <source>Enter the project directory</source> <translation>Proje dizinin gir</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="136"/> + <location filename="../Project/PropertiesDialog.ui" line="176"/> <source><b>Project Directory</b> <p>Enter the project directory. You may select it with a dialog by pressing the button to the right.</p></source> @@ -53906,34 +54064,34 @@ <p>Dizin seçim diyaloğu ile bir proje dizini seçiniz.</p></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="145"/> + <location filename="../Project/PropertiesDialog.ui" line="185"/> <source>&Version No.:</source> <translation>&Sürüm No.:</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="155"/> + <location filename="../Project/PropertiesDialog.ui" line="195"/> <source>Enter the version number</source> <translation>Sürüm numarasını giriniz</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="158"/> + <location filename="../Project/PropertiesDialog.ui" line="198"/> <source><b>Version No.</b> <p>Enter the version no.</p></source> <translation><b>Sürüm No.</b> <p>Sürüm numarasını gir.</p></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="166"/> + <location filename="../Project/PropertiesDialog.ui" line="206"/> <source>&Main Script:</source> <translation>Ana B&etik:</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="185"/> + <location filename="../Project/PropertiesDialog.ui" line="225"/> <source>Enter the main script</source> <translation>Ana betiği gir</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="188"/> + <location filename="../Project/PropertiesDialog.ui" line="228"/> <source><b>Main Script</b> <p>Enter the main script of the project. You may select it with a dialog by pressing the button to the right.</p></source> @@ -53953,107 +54111,107 @@ <p>Dosya seçim diyaloğu ile projenin ana betiğini seçiniz.</p></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="197"/> + <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> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="200"/> + <location filename="../Project/PropertiesDialog.ui" line="240"/> <source>Translations Properties...</source> <translation>Çeviriler Özellikleri...</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="207"/> + <location filename="../Project/PropertiesDialog.ui" line="247"/> <source>End of &Line Character:</source> <translation>Satır Sonu &Karakteri:</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="217"/> - <source>Select the end of line character to be used by the project</source> - <translation>Projede kullanılacak satır sonu karakterini seçiniz</translation> - </message> - <message> - <location filename="../Project/PropertiesDialog.ui" line="221"/> - <source>System</source> - <translation>Sistem</translation> - </message> - <message> - <location filename="../Project/PropertiesDialog.ui" line="226"/> - <source>Unix</source> - <translation>Unix</translation> - </message> - <message> - <location filename="../Project/PropertiesDialog.ui" line="231"/> - <source>Macintosh</source> - <translation>Macintosh</translation> - </message> - <message> - <location filename="../Project/PropertiesDialog.ui" line="236"/> - <source>Windows/DOS</source> - <translation>Windows/DOS</translation> - </message> - <message> - <location filename="../Project/PropertiesDialog.ui" line="244"/> - <source>&Author:</source> - <translation>Y&azar:</translation> - </message> - <message> - <location filename="../Project/PropertiesDialog.ui" line="254"/> - <source>Enter authors name</source> - <translation>Yazarların adını gir</translation> - </message> - <message> <location filename="../Project/PropertiesDialog.ui" line="257"/> + <source>Select the end of line character to be used by the project</source> + <translation>Projede kullanılacak satır sonu karakterini seçiniz</translation> + </message> + <message> + <location filename="../Project/PropertiesDialog.ui" line="261"/> + <source>System</source> + <translation>Sistem</translation> + </message> + <message> + <location filename="../Project/PropertiesDialog.ui" line="266"/> + <source>Unix</source> + <translation>Unix</translation> + </message> + <message> + <location filename="../Project/PropertiesDialog.ui" line="271"/> + <source>Macintosh</source> + <translation>Macintosh</translation> + </message> + <message> + <location filename="../Project/PropertiesDialog.ui" line="276"/> + <source>Windows/DOS</source> + <translation>Windows/DOS</translation> + </message> + <message> + <location filename="../Project/PropertiesDialog.ui" line="284"/> + <source>&Author:</source> + <translation>Y&azar:</translation> + </message> + <message> + <location filename="../Project/PropertiesDialog.ui" line="294"/> + <source>Enter authors name</source> + <translation>Yazarların adını gir</translation> + </message> + <message> + <location filename="../Project/PropertiesDialog.ui" line="297"/> <source><b>Author</b> <p>Enter the name of the author.</p></source> <translation><b>Yazar</b><p>Yazarın adını giriniz.</p></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="265"/> + <location filename="../Project/PropertiesDialog.ui" line="305"/> <source>&Email:</source> <translation>&E-Posta:</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="275"/> + <location filename="../Project/PropertiesDialog.ui" line="315"/> <source>Enter authors email</source> <translation>Yazarların emailini gir</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="278"/> + <location filename="../Project/PropertiesDialog.ui" line="318"/> <source><b>Email</b> <p>Enter the email address of the author</p></source> <translation><b>Eposta</b> <p>Yazarın eposta adresini giriniz</p></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="286"/> + <location filename="../Project/PropertiesDialog.ui" line="326"/> <source>&Description:</source> <translation>A&çıklama:</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="299"/> + <location filename="../Project/PropertiesDialog.ui" line="339"/> <source>Enter description</source> <translation>Açıklamayı gir</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="302"/> + <location filename="../Project/PropertiesDialog.ui" line="342"/> <source><b>Description</b> <p>Enter a short description for the project.</p></source> <translation><b>Açıklama</b> <p>Proje için kısa bir açıklama giriniz.</p></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="343"/> + <location filename="../Project/PropertiesDialog.ui" line="383"/> <source>Press to show information about the repository</source> <translation>Kayna havuzu hakkında bilgi göstermek için basınız</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="346"/> + <location filename="../Project/PropertiesDialog.ui" line="386"/> <source>Show &Repository Info</source> <translation>Kaynak Havuzu Bilgisini Göste&r</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="349"/> + <location filename="../Project/PropertiesDialog.ui" line="389"/> <source>Alt+R</source> <translation>Alt+R</translation> </message> @@ -54070,12 +54228,12 @@ <p>Çokluproje için kısa bir açıklama giriniz.</p></translation> </message> <message> - <location filename="../Project/PropertiesDialog.py" line="105"/> + <location filename="../Project/PropertiesDialog.py" line="109"/> <source>The project is version controlled by <b>{0}</b>.</source> <translation>Proje sürümü <b>{0}</b> tarafından yapılmaktadır.</translation> </message> <message> - <location filename="../Project/PropertiesDialog.py" line="111"/> + <location filename="../Project/PropertiesDialog.py" line="115"/> <source>The project is not version controlled.</source> <translation>Projenin sürüm kontrolü yapılmadı.</translation> </message> @@ -54085,7 +54243,7 @@ <translation type="obsolete">Proje dizinini seç</translation> </message> <message> - <location filename="../Project/PropertiesDialog.py" line="56"/> + <location filename="../Project/PropertiesDialog.py" line="60"/> <source>Source Files ({0});;All Files (*)</source> <translation>Kaynak Dosyaları ({0});; Tüm Dosyalar (*)</translation> </message> @@ -54095,15 +54253,30 @@ <translation type="obsolete">Ana betik dosyasını seç</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="318"/> + <location filename="../Project/PropertiesDialog.ui" line="358"/> <source>Select to create a version controlled project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="321"/> + <location filename="../Project/PropertiesDialog.ui" line="361"/> <source>Version Controlled Project</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Project/PropertiesDialog.ui" line="112"/> + <source>Select to activate the 'make' support</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/PropertiesDialog.ui" line="115"/> + <source>Enable 'make' Support</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/PropertiesDialog.ui" line="125"/> + <source>Press to open a dialog to enter the 'make' parameters</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>ProtobufPage</name> @@ -74566,983 +74739,983 @@ <translation>Bağlantılar ayarlanıyor...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="513"/> + <location filename="../UI/UserInterface.py" line="516"/> <source>Initializing Tools...</source> <translation>Araçlar Hazırlanıyor...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="531"/> + <location filename="../UI/UserInterface.py" line="534"/> <source>Registering Objects...</source> <translation>Nesneler Kaydediliyor...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="559"/> + <location filename="../UI/UserInterface.py" line="562"/> <source>Initializing Actions...</source> <translation>İşlemler Hazırlanıyor...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="561"/> + <location filename="../UI/UserInterface.py" line="564"/> <source>Initializing Menus...</source> <translation>Menüler Hazırlanıyor...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="563"/> + <location filename="../UI/UserInterface.py" line="566"/> <source>Initializing Toolbars...</source> <translation>Araççubuğu Hazırlanıyor...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="565"/> + <location filename="../UI/UserInterface.py" line="568"/> <source>Initializing Statusbar...</source> <translation>Durumçubuğu Hazırlanıyor...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="592"/> + <location filename="../UI/UserInterface.py" line="595"/> <source>Initializing Single Application Server...</source> <translation>Tekli Uygulama Senveri Hazırlanıyor...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="602"/> + <location filename="../UI/UserInterface.py" line="605"/> <source>Activating Plugins...</source> <translation>Eklentiler Aktif oluyor...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="617"/> + <location filename="../UI/UserInterface.py" line="620"/> <source>Restoring Toolbarmanager...</source> <translation>Araççubuğu Yöneticisi Yeniden yapılandırılıyor...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1427"/> + <location filename="../UI/UserInterface.py" line="1430"/> <source>Project-Viewer</source> <translation>Proje-Görüntüleyici</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1444"/> + <location filename="../UI/UserInterface.py" line="1447"/> <source>Multiproject-Viewer</source> <translation>Çokluproje-Görüntüleyici</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1462"/> + <location filename="../UI/UserInterface.py" line="1465"/> <source>Debug-Viewer</source> <translation>Hata Ayıklama Göstericisi</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="945"/> + <location filename="../UI/UserInterface.py" line="948"/> <source>Cooperation</source> <translation>İşbirliği</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1513"/> + <location filename="../UI/UserInterface.py" line="1516"/> <source>Log-Viewer</source> <translation>Kayıt-Gösterici</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1531"/> + <location filename="../UI/UserInterface.py" line="1534"/> <source>Task-Viewer</source> <translation>Görev-Gösterici</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1549"/> + <location filename="../UI/UserInterface.py" line="1552"/> <source>Template-Viewer</source> <translation>Şablon-Gösterici</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1496"/> + <location filename="../UI/UserInterface.py" line="1499"/> <source>File-Browser</source> <translation>Dosya-Gözatıcısı</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1480"/> + <location filename="../UI/UserInterface.py" line="1483"/> <source>Shell</source> <translation>Kabuk</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1592"/> + <location filename="../UI/UserInterface.py" line="1595"/> <source>Horizontal Toolbox</source> <translation>Yatay Araçkutusu</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1297"/> + <location filename="../UI/UserInterface.py" line="1300"/> <source>{0} - Passive Mode</source> <translation>{0} - Pasif Mod</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1304"/> + <location filename="../UI/UserInterface.py" line="1307"/> <source>{0} - {1} - Passive Mode</source> <translation>{0} - {1} -Pasif Mod</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1308"/> + <location filename="../UI/UserInterface.py" line="1311"/> <source>{0} - {1} - {2} - Passive Mode</source> <translation>{0} - {1} - {2} - Pasif Mod</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1331"/> + <location filename="../UI/UserInterface.py" line="1334"/> <source>Quit</source> <translation>Çık</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1331"/> + <location filename="../UI/UserInterface.py" line="1334"/> <source>&Quit</source> <translation>&Çıkış</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1331"/> + <location filename="../UI/UserInterface.py" line="1334"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation>Ctrl+Q</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1337"/> + <location filename="../UI/UserInterface.py" line="1340"/> <source>Quit the IDE</source> <translation>IDE den Çık</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1338"/> + <location filename="../UI/UserInterface.py" line="1341"/> <source><b>Quit the IDE</b><p>This quits the IDE. Any unsaved changes may be saved first. Any Python program being debugged will be stopped and the preferences will be written to disc.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1393"/> + <location filename="../UI/UserInterface.py" line="1396"/> <source>Edit Profile</source> <translation>Düzenleme Kesiti</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1399"/> + <location filename="../UI/UserInterface.py" line="1402"/> <source>Activate the edit view profile</source> <translation>Düzenleyici görüntü kesitini aktif yap</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1401"/> + <location filename="../UI/UserInterface.py" line="1404"/> <source><b>Edit Profile</b><p>Activate the "Edit View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1410"/> + <location filename="../UI/UserInterface.py" line="1413"/> <source>Debug Profile</source> <translation>Hata Ayıklama Kesiti</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1416"/> + <location filename="../UI/UserInterface.py" line="1419"/> <source>Activate the debug view profile</source> <translation>Debug görüntü kesitini aktif et</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1418"/> + <location filename="../UI/UserInterface.py" line="1421"/> <source><b>Debug Profile</b><p>Activate the "Debug View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1427"/> + <location filename="../UI/UserInterface.py" line="1430"/> <source>&Project-Viewer</source> <translation>&proje-Görüntüleyici</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1427"/> + <location filename="../UI/UserInterface.py" line="1430"/> <source>Alt+Shift+P</source> <translation>Alt+Shift+P</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1444"/> + <location filename="../UI/UserInterface.py" line="1447"/> <source>&Multiproject-Viewer</source> <translation>Çokluproje-Görü&ntüleyici</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1444"/> + <location filename="../UI/UserInterface.py" line="1447"/> <source>Alt+Shift+M</source> <translation>Alt+Shift+M</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1462"/> + <location filename="../UI/UserInterface.py" line="1465"/> <source>&Debug-Viewer</source> <translation>Ha&ta Ayıklama-Göstericisi</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1462"/> + <location filename="../UI/UserInterface.py" line="1465"/> <source>Alt+Shift+D</source> <translation>Alt+Shift+D</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1480"/> + <location filename="../UI/UserInterface.py" line="1483"/> <source>&Shell</source> <translation>&Kabuk</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1480"/> + <location filename="../UI/UserInterface.py" line="1483"/> <source>Alt+Shift+S</source> <translation>Alt+Shift+S</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1496"/> + <location filename="../UI/UserInterface.py" line="1499"/> <source>Alt+Shift+F</source> <translation>Alt+Shift+F</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1513"/> + <location filename="../UI/UserInterface.py" line="1516"/> <source>Alt+Shift+G</source> <translation>Alt+Shift+G</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1531"/> + <location filename="../UI/UserInterface.py" line="1534"/> <source>Alt+Shift+T</source> <translation>Alt+Shift+T</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1549"/> + <location filename="../UI/UserInterface.py" line="1552"/> <source>Alt+Shift+A</source> <translation>Alt+Shift+A</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1592"/> + <location filename="../UI/UserInterface.py" line="1595"/> <source>&Horizontal Toolbox</source> <translation>Ya&tay Araçkutusu</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1596"/> + <location filename="../UI/UserInterface.py" line="1599"/> <source>Toggle the Horizontal Toolbox window</source> <translation>Yatay Araçkutusu penceresini açkapa</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1598"/> + <location filename="../UI/UserInterface.py" line="1601"/> <source><b>Toggle the Horizontal Toolbox window</b><p>If the Horizontal Toolbox window is hidden then display it. If it is displayed then close it.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1606"/> + <location filename="../UI/UserInterface.py" line="1609"/> <source>Left Sidebar</source> <translation>Sol Durumçubuğu</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1606"/> + <location filename="../UI/UserInterface.py" line="1609"/> <source>&Left Sidebar</source> <translation>So&l Durumçubuğu</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1610"/> + <location filename="../UI/UserInterface.py" line="1613"/> <source>Toggle the left sidebar window</source> <translation>Sol Durum çubuğu penceresini açkapa</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1611"/> + <location filename="../UI/UserInterface.py" line="1614"/> <source><b>Toggle the left sidebar window</b><p>If the left sidebar window is hidden then display it. If it is displayed then close it.</p></source> <translation><b>Sol durum çubuğu penceresini açkapa</b><p>Eğer sol durum çubuğu penceresi gizli ise onu görünür yap. Eğer görünüyor ise kapat.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1633"/> + <location filename="../UI/UserInterface.py" line="1636"/> <source>Bottom Sidebar</source> <translation>Alt Durumçubuğu</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1633"/> + <location filename="../UI/UserInterface.py" line="1636"/> <source>&Bottom Sidebar</source> <translation>Alt Durumçu&buğu</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1637"/> + <location filename="../UI/UserInterface.py" line="1640"/> <source>Toggle the bottom sidebar window</source> <translation>Alt Durum çubuğu penceresini açkapa</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1639"/> + <location filename="../UI/UserInterface.py" line="1642"/> <source><b>Toggle the bottom sidebar window</b><p>If the bottom sidebar window is hidden then display it. If it is displayed then close it.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1647"/> + <location filename="../UI/UserInterface.py" line="1650"/> <source>Alt+Shift+O</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1718"/> + <location filename="../UI/UserInterface.py" line="1721"/> <source>What's This?</source> <translation>Bu nedir?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1718"/> + <location filename="../UI/UserInterface.py" line="1721"/> <source>&What's This?</source> <translation>Bu &Nedir?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1718"/> + <location filename="../UI/UserInterface.py" line="1721"/> <source>Shift+F1</source> <translation>Shift+F1</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1724"/> + <location filename="../UI/UserInterface.py" line="1727"/> <source>Context sensitive help</source> <translation>Duyarlı yardım</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1725"/> + <location filename="../UI/UserInterface.py" line="1728"/> <source><b>Display context sensitive help</b><p>In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.</p></source> <translation><b>Duyarlı yardım içeriğini görüntüle</b><p>Bu Nedir? modunda, Fare imleci soru işeretiyle beraber bir ok şeklindedir ve bir arayüz elemanı üzerinde tıklarsanız bu elemanın nasıl kullanılacağı ve hakkında kısa bilgi verir. bu özellik diyaloglarda başlık çubuğu üzerindeyken çıkarılan açılır menülerde de bulunmaktadır.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1737"/> + <location filename="../UI/UserInterface.py" line="1740"/> <source>Helpviewer</source> <translation>Yardımgösterici</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1737"/> + <location filename="../UI/UserInterface.py" line="1740"/> <source>&Helpviewer...</source> <translation>&Yardım Gösterici...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1737"/> + <location filename="../UI/UserInterface.py" line="1740"/> <source>F1</source> <translation>F1</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1743"/> + <location filename="../UI/UserInterface.py" line="1746"/> <source>Open the helpviewer window</source> <translation>Yardımgösterici penceresini aç</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1765"/> + <location filename="../UI/UserInterface.py" line="1768"/> <source>Show Versions</source> <translation>Sürümü Göster</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1765"/> + <location filename="../UI/UserInterface.py" line="1768"/> <source>Show &Versions</source> <translation>Sürümü G&öster</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1769"/> + <location filename="../UI/UserInterface.py" line="1772"/> <source>Display version information</source> <translation>Sürüm bilgisini görüntüle</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1771"/> + <location filename="../UI/UserInterface.py" line="1774"/> <source><b>Show Versions</b><p>Display version information.</p></source> <translation><b>Sürümleri Göster</b><p>Sürüm bilgisini göster.</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1784"/> + <source>Check for Updates</source> + <translation>Güncellemeleri kontrol et</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1781"/> - <source>Check for Updates</source> - <translation>Güncellemeleri kontrol et</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1778"/> <source>Check for &Updates...</source> <translation>G&üncellemeleri kontrol et...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1789"/> + <location filename="../UI/UserInterface.py" line="1792"/> <source>Show downloadable versions</source> <translation>Yüklenebilir sürümleri göster</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1789"/> + <location filename="../UI/UserInterface.py" line="1792"/> <source>Show &downloadable versions...</source> <translation>Yüklenebilir sürümler&i göster...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1793"/> + <location filename="../UI/UserInterface.py" line="1796"/> <source>Show the versions available for download</source> <translation>İndirmek için mümkün olan sürümü göster</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3218"/> + <location filename="../UI/UserInterface.py" line="3221"/> <source>Report Bug</source> <translation>Hata Raporu</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1816"/> + <location filename="../UI/UserInterface.py" line="1819"/> <source>Report &Bug...</source> <translation>Hata &Raporu...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1820"/> + <location filename="../UI/UserInterface.py" line="1823"/> <source>Report a bug</source> <translation>Bir hata rapor et</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1821"/> + <location filename="../UI/UserInterface.py" line="1824"/> <source><b>Report Bug...</b><p>Opens a dialog to report a bug.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1828"/> + <location filename="../UI/UserInterface.py" line="1831"/> <source>Request Feature</source> <translation>İhtiyaç Duyulan Özellikler</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1828"/> + <location filename="../UI/UserInterface.py" line="1831"/> <source>Request &Feature...</source> <translation>İhtiyaç Duyulan Özellikler &F...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1832"/> + <location filename="../UI/UserInterface.py" line="1835"/> <source>Send a feature request</source> <translation>ihtiyaç duyuulan bir özelliği gönder</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1834"/> + <location filename="../UI/UserInterface.py" line="1837"/> <source><b>Request Feature...</b><p>Opens a dialog to send a feature request.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2790"/> + <location filename="../UI/UserInterface.py" line="2793"/> <source>Unittest</source> <translation>Birimtest</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1843"/> + <location filename="../UI/UserInterface.py" line="1846"/> <source>&Unittest...</source> <translation>B&irimtest...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1848"/> + <location filename="../UI/UserInterface.py" line="1851"/> <source>Start unittest dialog</source> <translation>Birimtest diyaloğunu başlat</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1849"/> + <location filename="../UI/UserInterface.py" line="1852"/> <source><b>Unittest</b><p>Perform unit tests. The dialog gives you the ability to select and run a unittest suite.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1857"/> + <location filename="../UI/UserInterface.py" line="1860"/> <source>Unittest Restart</source> <translation>Birimtestini yeniden başlat</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1857"/> + <location filename="../UI/UserInterface.py" line="1860"/> <source>&Restart Unittest...</source> <translation>Bi&rimtestini Yeniden Başlat...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1862"/> + <location filename="../UI/UserInterface.py" line="1865"/> <source>Restart last unittest</source> <translation>En son birimtesti yeniden başlat</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1863"/> + <location filename="../UI/UserInterface.py" line="1866"/> <source><b>Restart Unittest</b><p>Restart the unittest performed last.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1887"/> + <location filename="../UI/UserInterface.py" line="1890"/> <source>Unittest Script</source> <translation>Betik Birimtesti</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1887"/> + <location filename="../UI/UserInterface.py" line="1890"/> <source>Unittest &Script...</source> <translation>Betik Birimte&sti...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1892"/> + <location filename="../UI/UserInterface.py" line="1895"/> <source>Run unittest with current script</source> <translation>Geçerli betikle test arabirimini çalıştır</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1894"/> + <location filename="../UI/UserInterface.py" line="1897"/> <source><b>Unittest Script</b><p>Run unittest with current script.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4346"/> + <location filename="../UI/UserInterface.py" line="4349"/> <source>Unittest Project</source> <translation>Proje Birimtesti</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1902"/> + <location filename="../UI/UserInterface.py" line="1905"/> <source>Unittest &Project...</source> <translation>Birimtest &Proje...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1907"/> + <location filename="../UI/UserInterface.py" line="1910"/> <source>Run unittest with current project</source> <translation>Geçerli proje ile test arabirimini çalıştır</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1909"/> + <location filename="../UI/UserInterface.py" line="1912"/> <source><b>Unittest Project</b><p>Run unittest with current project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1970"/> + <location filename="../UI/UserInterface.py" line="1973"/> <source>UI Previewer</source> <translation>UI Öngörünümü</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1970"/> + <location filename="../UI/UserInterface.py" line="1973"/> <source>&UI Previewer...</source> <translation>&UI Öngörünümü...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1975"/> + <location filename="../UI/UserInterface.py" line="1978"/> <source>Start the UI Previewer</source> <translation>UI Öngörünümünü Başlat</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1976"/> + <location filename="../UI/UserInterface.py" line="1979"/> <source><b>UI Previewer</b><p>Start the UI Previewer.</p></source> <translation><b>UI Öngörünümü</b><p>UI Öngörünümünü Başlat.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1983"/> + <location filename="../UI/UserInterface.py" line="1986"/> <source>Translations Previewer</source> <translation>Çevirilerin Öngörünümleri</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1983"/> + <location filename="../UI/UserInterface.py" line="1986"/> <source>&Translations Previewer...</source> <translation>Çevirilerin &Öngörünümleri...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1988"/> + <location filename="../UI/UserInterface.py" line="1991"/> <source>Start the Translations Previewer</source> <translation>Çevirilerin Öngörünümlerini Başlat</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1990"/> + <location filename="../UI/UserInterface.py" line="1993"/> <source><b>Translations Previewer</b><p>Start the Translations Previewer.</p></source> <translation><b>Çeviri Öngörünümü</b><p>Çeviri Öngörünümünü Başlat.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1997"/> + <location filename="../UI/UserInterface.py" line="2000"/> <source>Compare Files</source> <translation>Dosyaları Karşılaştır</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1997"/> + <location filename="../UI/UserInterface.py" line="2000"/> <source>&Compare Files...</source> <translation>D&osyaları Karşılaştır...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2015"/> + <location filename="../UI/UserInterface.py" line="2018"/> <source>Compare two files</source> <translation>İki dosyayı karşılaştır</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2003"/> + <location filename="../UI/UserInterface.py" line="2006"/> <source><b>Compare Files</b><p>Open a dialog to compare two files.</p></source> <translation><b>Dosyaları Karşılaştır</b><p>İki dosyayı karşılaştırmak için diyalog aç.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2010"/> + <location filename="../UI/UserInterface.py" line="2013"/> <source>Compare Files side by side</source> <translation>Dosyaları yan yana karşılaştır</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2016"/> + <location filename="../UI/UserInterface.py" line="2019"/> <source><b>Compare Files side by side</b><p>Open a dialog to compare two files and show the result side by side.</p></source> <translation><b>Dosyaları biribir karşılaştır</b><p>İki dosyayı karşılaştırmak için bir diyalog aç ve sonuçları yan yana göster.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2024"/> + <location filename="../UI/UserInterface.py" line="2027"/> <source>SQL Browser</source> <translation>SQL Gözatıcısı</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2024"/> + <location filename="../UI/UserInterface.py" line="2027"/> <source>SQL &Browser...</source> <translation>SQL &Gözatıcısı...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2029"/> + <location filename="../UI/UserInterface.py" line="2032"/> <source>Browse a SQL database</source> <translation>Bir SQL veritabanına gözat</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2030"/> + <location filename="../UI/UserInterface.py" line="2033"/> <source><b>SQL Browser</b><p>Browse a SQL database.</p></source> <translation><b>SQL Gözatıcısı</b><p>Bir SQL veritabanına gözat.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2042"/> + <location filename="../UI/UserInterface.py" line="2045"/> <source>Mini Editor</source> <translation>Mini Düzenleyici</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2037"/> + <location filename="../UI/UserInterface.py" line="2040"/> <source>Mini &Editor...</source> <translation>Mini &Düzenleyici...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2043"/> + <location filename="../UI/UserInterface.py" line="2046"/> <source><b>Mini Editor</b><p>Open a dialog with a simplified editor.</p></source> <translation><b>Mini Düzenleyici</b><p>Basit bir düzenleyci ile bir diyalog açılır.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2082"/> + <location filename="../UI/UserInterface.py" line="2085"/> <source>Icon Editor</source> <translation>İkon Düzenleyici</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2082"/> + <location filename="../UI/UserInterface.py" line="2085"/> <source>&Icon Editor...</source> <translation>&İkon Düzenleyici...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2111"/> + <location filename="../UI/UserInterface.py" line="2114"/> <source>Preferences</source> <translation>Seçenekler</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2111"/> + <location filename="../UI/UserInterface.py" line="2114"/> <source>&Preferences...</source> <translation>&Seçenekler...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2116"/> + <location filename="../UI/UserInterface.py" line="2119"/> <source>Set the prefered configuration</source> <translation>tercih edilen ayarları yapınız</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2118"/> + <location filename="../UI/UserInterface.py" line="2121"/> <source><b>Preferences</b><p>Set the configuration items of the application with your prefered values.</p></source> <translation><b>Tercihler</b><p>Uygulamanın ayarlama maddelerini tercih ettiğiniz değerlerle ayarlayınız.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2127"/> + <location filename="../UI/UserInterface.py" line="2130"/> <source>Export Preferences</source> <translation>Seçenekleri Dışa Aktar</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2127"/> + <location filename="../UI/UserInterface.py" line="2130"/> <source>E&xport Preferences...</source> <translation>Tercihleri Dı&şa Aktar...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2132"/> + <location filename="../UI/UserInterface.py" line="2135"/> <source>Export the current configuration</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2134"/> + <location filename="../UI/UserInterface.py" line="2137"/> <source><b>Export Preferences</b><p>Export the current configuration to a file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2141"/> + <location filename="../UI/UserInterface.py" line="2144"/> <source>Import Preferences</source> <translation>Seçenekleri İçe Aktar</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2141"/> + <location filename="../UI/UserInterface.py" line="2144"/> <source>I&mport Preferences...</source> <translation>Tercihleri İ&çeri Aktar...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2146"/> + <location filename="../UI/UserInterface.py" line="2149"/> <source>Import a previously exported configuration</source> <translation>daha önce dışa aktarılan ayrlamaları içe aktar</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2148"/> + <location filename="../UI/UserInterface.py" line="2151"/> <source><b>Import Preferences</b><p>Import a previously exported configuration.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2155"/> + <location filename="../UI/UserInterface.py" line="2158"/> <source>Reload APIs</source> <translation>API'leri yeniden yükle</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2155"/> + <location filename="../UI/UserInterface.py" line="2158"/> <source>Reload &APIs</source> <translation>&API'leri yeniden yükle</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2159"/> + <location filename="../UI/UserInterface.py" line="2162"/> <source>Reload the API information</source> <translation>API bilgisini yeniden yükle</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2161"/> + <location filename="../UI/UserInterface.py" line="2164"/> <source><b>Reload APIs</b><p>Reload the API information.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2173"/> + <location filename="../UI/UserInterface.py" line="2176"/> <source>Show external tools</source> <translation>Harici araçları göster</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2168"/> + <location filename="../UI/UserInterface.py" line="2171"/> <source>Show external &tools</source> <translation>Karak&ter tablosunu göster</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2184"/> + <location filename="../UI/UserInterface.py" line="2187"/> <source>View Profiles</source> <translation>Görünüm Kesiti</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2184"/> + <location filename="../UI/UserInterface.py" line="2187"/> <source>&View Profiles...</source> <translation>&Görünüm Kesiti...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2189"/> + <location filename="../UI/UserInterface.py" line="2192"/> <source>Configure view profiles</source> <translation>Görünüm kesitlerini ayarla</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2191"/> + <location filename="../UI/UserInterface.py" line="2194"/> <source><b>View Profiles</b><p>Configure the view profiles. With this dialog you may set the visibility of the various windows for the predetermined view profiles.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2201"/> + <location filename="../UI/UserInterface.py" line="2204"/> <source>Toolbars</source> <translation>Araççubuğu</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2201"/> + <location filename="../UI/UserInterface.py" line="2204"/> <source>Tool&bars...</source> <translation>Araççu&buğu...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2206"/> + <location filename="../UI/UserInterface.py" line="2209"/> <source>Configure toolbars</source> <translation>Araççubuğunu ayarla</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2207"/> + <location filename="../UI/UserInterface.py" line="2210"/> <source><b>Toolbars</b><p>Configure the toolbars. With this dialog you may change the actions shown on the various toolbars and define your own toolbars.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2216"/> + <location filename="../UI/UserInterface.py" line="2219"/> <source>Keyboard Shortcuts</source> <translation>Klavye Kısayolları</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2216"/> + <location filename="../UI/UserInterface.py" line="2219"/> <source>Keyboard &Shortcuts...</source> <translation>Klavye Kı&sayolları...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2221"/> + <location filename="../UI/UserInterface.py" line="2224"/> <source>Set the keyboard shortcuts</source> <translation>Klavye kısayollarını ayarla</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2223"/> + <location filename="../UI/UserInterface.py" line="2226"/> <source><b>Keyboard Shortcuts</b><p>Set the keyboard shortcuts of the application with your prefered values.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5712"/> + <location filename="../UI/UserInterface.py" line="5715"/> <source>Export Keyboard Shortcuts</source> <translation>Kılavye Kısa Yollarını Dışa Aktar</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2231"/> + <location filename="../UI/UserInterface.py" line="2234"/> <source>&Export Keyboard Shortcuts...</source> <translation>Kılavye Kısa Yo&llarını Dışa Aktar...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2236"/> + <location filename="../UI/UserInterface.py" line="2239"/> <source>Export the keyboard shortcuts</source> <translation>Kılavye kısa yollarını dışa aktar</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2238"/> + <location filename="../UI/UserInterface.py" line="2241"/> <source><b>Export Keyboard Shortcuts</b><p>Export the keyboard shortcuts of the application.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5736"/> + <location filename="../UI/UserInterface.py" line="5739"/> <source>Import Keyboard Shortcuts</source> <translation>Klavye kısayollarını İçe Aktar</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2245"/> + <location filename="../UI/UserInterface.py" line="2248"/> <source>&Import Keyboard Shortcuts...</source> <translation>Klavye K&ısayollarını İçe Aktar...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2250"/> + <location filename="../UI/UserInterface.py" line="2253"/> <source>Import the keyboard shortcuts</source> <translation>Klavye kısayolları içeri aktarılıyor</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2252"/> + <location filename="../UI/UserInterface.py" line="2255"/> <source><b>Import Keyboard Shortcuts</b><p>Import the keyboard shortcuts of the application.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2310"/> + <location filename="../UI/UserInterface.py" line="2313"/> <source>Activate current editor</source> <translation>Geçerli düzenleyiciyi aktif yap</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2310"/> + <location filename="../UI/UserInterface.py" line="2313"/> <source>Alt+Shift+E</source> <translation>Alt+Shift+E</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2320"/> + <location filename="../UI/UserInterface.py" line="2323"/> <source>Show next</source> <translation>Sonrakini göster</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2320"/> + <location filename="../UI/UserInterface.py" line="2323"/> <source>Ctrl+Alt+Tab</source> <translation>Ctrl+Alt+Tab</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2329"/> + <location filename="../UI/UserInterface.py" line="2332"/> <source>Show previous</source> <translation>Öncekini göster</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2329"/> + <location filename="../UI/UserInterface.py" line="2332"/> <source>Shift+Ctrl+Alt+Tab</source> <translation>Shift+Ctrl+Alt+Tab</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2338"/> + <location filename="../UI/UserInterface.py" line="2341"/> <source>Switch between tabs</source> <translation>Sekmeler arasında değiştir</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2338"/> + <location filename="../UI/UserInterface.py" line="2341"/> <source>Ctrl+1</source> <translation>Ctrl+1</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2347"/> + <location filename="../UI/UserInterface.py" line="2350"/> <source>Plugin Infos</source> <translation>Eklenti Bilgisi</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2347"/> + <location filename="../UI/UserInterface.py" line="2350"/> <source>&Plugin Infos...</source> <translation>Eklenti Bil&gisi...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2351"/> + <location filename="../UI/UserInterface.py" line="2354"/> <source>Show Plugin Infos</source> <translation>Eklenti Bilgisini Göster</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2352"/> + <location filename="../UI/UserInterface.py" line="2355"/> <source><b>Plugin Infos...</b><p>This opens a dialog, that show some information about loaded plugins.</p></source> <translation><b>Eklenti Bilgileri...</b><p>Bu yüklenen eklentiler hakkında bazı bilgileri gösteren bir diyalog açar.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2365"/> + <location filename="../UI/UserInterface.py" line="2368"/> <source>Install Plugins</source> <translation>Eklenti Kur</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2360"/> + <location filename="../UI/UserInterface.py" line="2363"/> <source>&Install Plugins...</source> <translation>Ekle&nti Kur...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2366"/> + <location filename="../UI/UserInterface.py" line="2369"/> <source><b>Install Plugins...</b><p>This opens a dialog to install or update plugins.</p></source> <translation><b>Eklenti Kur...</b><p>Bu eklenti kurmak yada güncellemek için bir diyalog açar.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2378"/> + <location filename="../UI/UserInterface.py" line="2381"/> <source>Uninstall Plugin</source> <translation>Eklenti Kaldır</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2373"/> + <location filename="../UI/UserInterface.py" line="2376"/> <source>&Uninstall Plugin...</source> <translation>Ekle&nti Kaldır...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2379"/> + <location filename="../UI/UserInterface.py" line="2382"/> <source><b>Uninstall Plugin...</b><p>This opens a dialog to uninstall a plugin.</p></source> <translation><b>Eklenti Kaldır...</b><p>Bu bir eklentiyi kaldırmak için bir diyalog açar.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2386"/> + <location filename="../UI/UserInterface.py" line="2389"/> <source>Plugin Repository</source> <translation>Eklenti Havuzu</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2386"/> + <location filename="../UI/UserInterface.py" line="2389"/> <source>Plugin &Repository...</source> <translation>Eklenti Hav&uzu...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2391"/> + <location filename="../UI/UserInterface.py" line="2394"/> <source>Show Plugins available for download</source> <translation>İndirme için uygun olan eklentileri göster</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2393"/> + <location filename="../UI/UserInterface.py" line="2396"/> <source><b>Plugin Repository...</b><p>This opens a dialog, that shows a list of plugins available on the Internet.</p></source> <translation><b>Eklenti Kaynak Havuzu...</b><p>Bu internette hazır olan eklentilerin listelendiği bir diyalog açar.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2417"/> + <location filename="../UI/UserInterface.py" line="2420"/> <source>Qt4 Documentation</source> <translation>Qt4 Belgeleri</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2417"/> + <location filename="../UI/UserInterface.py" line="2420"/> <source>Qt&4 Documentation</source> <translation>Qt&4 Belgeleri</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2421"/> + <location filename="../UI/UserInterface.py" line="2424"/> <source>Open Qt4 Documentation</source> <translation>QT4 Belgelerini Aç</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2447"/> + <location filename="../UI/UserInterface.py" line="2450"/> <source>PyQt4 Documentation</source> <translation>PyQt4 Belgeleri</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2451"/> + <location filename="../UI/UserInterface.py" line="2454"/> <source>Open PyQt4 Documentation</source> <translation>PyQt4 Begelerini aç</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2531"/> + <location filename="../UI/UserInterface.py" line="2534"/> <source>Eric API Documentation</source> <translation>Eric API Belgeleri</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2531"/> + <location filename="../UI/UserInterface.py" line="2534"/> <source>&Eric API Documentation</source> <translation>&Eric API Dökümanı</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2535"/> + <location filename="../UI/UserInterface.py" line="2538"/> <source>Open Eric API Documentation</source> <translation>Eric API Belgelerini Aç</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2552"/> + <location filename="../UI/UserInterface.py" line="2555"/> <source>PySide Documentation</source> <translation>PySide Belgeleri</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2552"/> + <location filename="../UI/UserInterface.py" line="2555"/> <source>Py&Side Documentation</source> <translation>Py&Side Belgeleri</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2556"/> + <location filename="../UI/UserInterface.py" line="2559"/> <source>Open PySide Documentation</source> <translation>PySide belgelerini açın</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2603"/> + <location filename="../UI/UserInterface.py" line="2606"/> <source>&Unittest</source> <translation>Bir&imtest</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2620"/> + <location filename="../UI/UserInterface.py" line="2623"/> <source>E&xtras</source> <translation>İla&veler</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2625"/> + <location filename="../UI/UserInterface.py" line="2628"/> <source>Wi&zards</source> <translation>Sihirba&z</translation> </message> @@ -75552,1180 +75725,1180 @@ <translation type="obsolete">&Araçlar</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2633"/> + <location filename="../UI/UserInterface.py" line="2636"/> <source>Select Tool Group</source> <translation>Araç Grubunu Seç</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2641"/> + <location filename="../UI/UserInterface.py" line="2644"/> <source>Se&ttings</source> <translation>Ayar&lar</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2666"/> + <location filename="../UI/UserInterface.py" line="2669"/> <source>&Window</source> <translation>&Pencere</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2691"/> + <location filename="../UI/UserInterface.py" line="2694"/> <source>&Toolbars</source> <translation>&Araççubuğu</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2702"/> + <location filename="../UI/UserInterface.py" line="2705"/> <source>P&lugins</source> <translation>Ek&lentiler</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2711"/> + <location filename="../UI/UserInterface.py" line="2714"/> <source>Configure...</source> <translation>Ayarlanıyor...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2716"/> + <location filename="../UI/UserInterface.py" line="2719"/> <source>&Help</source> <translation>&Yardım</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2789"/> + <location filename="../UI/UserInterface.py" line="2792"/> <source>Tools</source> <translation>Araçlar</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2791"/> - <source>Settings</source> - <translation>Ayarlar</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4598"/> - <source>Help</source> - <translation>Yardım</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2793"/> - <source>Profiles</source> - <translation>Kesitler</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2794"/> + <source>Settings</source> + <translation>Ayarlar</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4601"/> + <source>Help</source> + <translation>Yardım</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2796"/> + <source>Profiles</source> + <translation>Kesitler</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2797"/> <source>Plugins</source> <translation>Eklentiler</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2955"/> + <location filename="../UI/UserInterface.py" line="2958"/> <source><p>This part of the status bar displays the current editors language.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2962"/> + <location filename="../UI/UserInterface.py" line="2965"/> <source><p>This part of the status bar displays the current editors encoding.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2969"/> + <location filename="../UI/UserInterface.py" line="2972"/> <source><p>This part of the status bar displays the current editors eol setting.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2976"/> + <location filename="../UI/UserInterface.py" line="2979"/> <source><p>This part of the status bar displays an indication of the current editors files writability.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2983"/> + <location filename="../UI/UserInterface.py" line="2986"/> <source><p>This part of the status bar displays the line number of the current editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2990"/> + <location filename="../UI/UserInterface.py" line="2993"/> <source><p>This part of the status bar displays the cursor position of the current editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3065"/> + <location filename="../UI/UserInterface.py" line="3068"/> <source>External Tools/{0}</source> <translation>Harici Araçlar/{0}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3163"/> + <location filename="../UI/UserInterface.py" line="3166"/> <source><h3>Version Numbers</h3><table></source> <translation><h3>Sürüm Numaraları</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6690"/> + <location filename="../UI/UserInterface.py" line="6693"/> <source></table></source> <translation></table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3218"/> + <location filename="../UI/UserInterface.py" line="3221"/> <source>Email address or mail server address is empty. Please configure your Email settings in the Preferences Dialog.</source> <translation>E-posta adresi veya posta sunucu adresi boş. Lütfen e-posta ayarlarını özellikler diyaloğundan giriniz.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3498"/> + <location filename="../UI/UserInterface.py" line="3501"/> <source>Restart application</source> <translation>Uygulmayı yeniden başlat</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3498"/> + <location filename="../UI/UserInterface.py" line="3501"/> <source>The application needs to be restarted. Do it now?</source> <translation>Uygulama yeniden başlatılmaya ihtiyaç duyuyor. Şimdi yapılsın mı?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3577"/> + <location filename="../UI/UserInterface.py" line="3580"/> <source>Configure Tool Groups ...</source> <translation>Alet Grupları Ayarlanıyor...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3581"/> + <location filename="../UI/UserInterface.py" line="3584"/> <source>Configure current Tool Group ...</source> <translation>Geçerli alet grubunu ayarla...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3532"/> + <location filename="../UI/UserInterface.py" line="3535"/> <source>&Builtin Tools</source> <translation>Ya&pılandırma Araçları</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3549"/> + <location filename="../UI/UserInterface.py" line="3552"/> <source>&Plugin Tools</source> <translation>Eklen&ti Araçları</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3697"/> + <location filename="../UI/UserInterface.py" line="3700"/> <source>&Show all</source> <translation>Hepsini Gö&ster</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3699"/> + <location filename="../UI/UserInterface.py" line="3702"/> <source>&Hide all</source> <translation>&Hepsini gizle</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4346"/> + <location filename="../UI/UserInterface.py" line="4349"/> <source>There is no main script defined for the current project. Aborting</source> <translation>Bugeçerli projede tanımlanan ana betik değil. Durduruluyor</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4545"/> + <location filename="../UI/UserInterface.py" line="4548"/> <source>Qt 3 support</source> <translation>Qt3 Desteği</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4724"/> + <location filename="../UI/UserInterface.py" line="4727"/> <source>Problem</source> <translation>Problem</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4724"/> + <location filename="../UI/UserInterface.py" line="4727"/> <source><p>The file <b>{0}</b> does not exist or is zero length.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4913"/> + <location filename="../UI/UserInterface.py" line="4916"/> <source>Process Generation Error</source> <translation>İşlem Üretecinde Hata</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4452"/> + <location filename="../UI/UserInterface.py" line="4455"/> <source><p>Could not start Qt-Designer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4519"/> + <location filename="../UI/UserInterface.py" line="4522"/> <source><p>Could not start Qt-Linguist.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4570"/> + <location filename="../UI/UserInterface.py" line="4573"/> <source><p>Could not start Qt-Assistant.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4598"/> + <location filename="../UI/UserInterface.py" line="4601"/> <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source> <translation>Hali hazırda kullanıcı göstericisi seçilmedi. Lütfen .birini belirlemek için özellikler diyaloğunu kullanının.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4612"/> + <location filename="../UI/UserInterface.py" line="4615"/> <source><p>Could not start custom viewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4632"/> + <location filename="../UI/UserInterface.py" line="4635"/> <source><p>Could not start the help viewer.<br>Ensure that it is available as <b>hh</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4680"/> + <location filename="../UI/UserInterface.py" line="4683"/> <source><p>Could not start UI Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4735"/> + <location filename="../UI/UserInterface.py" line="4738"/> <source><p>Could not start Translation Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4756"/> + <location filename="../UI/UserInterface.py" line="4759"/> <source><p>Could not start SQL Browser.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4858"/> + <location filename="../UI/UserInterface.py" line="4861"/> <source>External Tools</source> <translation>Harici Araçlar</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4849"/> + <location filename="../UI/UserInterface.py" line="4852"/> <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4858"/> + <location filename="../UI/UserInterface.py" line="4861"/> <source>No toolgroup entry '{0}' found.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4897"/> + <location filename="../UI/UserInterface.py" line="4900"/> <source>Starting process '{0} {1}'. </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4913"/> + <location filename="../UI/UserInterface.py" line="4916"/> <source><p>Could not start the tool entry <b>{0}</b>.<br>Ensure that it is available as <b>{1}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4989"/> + <location filename="../UI/UserInterface.py" line="4992"/> <source>Process '{0}' has exited. </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5387"/> + <location filename="../UI/UserInterface.py" line="5390"/> <source>Documentation Missing</source> <translation>Eksik Belgeleme</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5387"/> + <location filename="../UI/UserInterface.py" line="5390"/> <source><p>The documentation starting point "<b>{0}</b>" could not be found.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5372"/> + <location filename="../UI/UserInterface.py" line="5375"/> <source>Documentation</source> <translation>Belgeleme</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5198"/> + <location filename="../UI/UserInterface.py" line="5201"/> <source><p>The PyQt4 documentation starting point has not been configured.</p></source> <translation><p>PyQt4 Belgelerinin başlama noktası ayarlanmamış.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5372"/> + <location filename="../UI/UserInterface.py" line="5375"/> <source><p>The PySide documentation starting point has not been configured.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5905"/> + <location filename="../UI/UserInterface.py" line="5908"/> <source>Save tasks</source> <translation>Görevleri kaydet</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5905"/> + <location filename="../UI/UserInterface.py" line="5908"/> <source><p>The tasks file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5934"/> + <location filename="../UI/UserInterface.py" line="5937"/> <source>Read tasks</source> <translation>Görevler Okunuyor</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5934"/> + <location filename="../UI/UserInterface.py" line="5937"/> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6031"/> + <location filename="../UI/UserInterface.py" line="6034"/> <source>Save session</source> <translation>Oturumu kaydet</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5968"/> + <location filename="../UI/UserInterface.py" line="5971"/> <source><p>The session file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6015"/> + <location filename="../UI/UserInterface.py" line="6018"/> <source>Read session</source> <translation>Oturumu oku</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6015"/> + <location filename="../UI/UserInterface.py" line="6018"/> <source><p>The session file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6295"/> + <location filename="../UI/UserInterface.py" line="6298"/> <source>Drop Error</source> <translation>Düşme hatası</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6295"/> + <location filename="../UI/UserInterface.py" line="6298"/> <source><p><b>{0}</b> is not a file.</p></source> <translation><p><b>{0}</b> bir dosya değil.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6465"/> + <location filename="../UI/UserInterface.py" line="6468"/> <source>&Cancel</source> <translation>&Vazgeç</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6474"/> + <location filename="../UI/UserInterface.py" line="6477"/> <source>Trying host {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6632"/> + <location filename="../UI/UserInterface.py" line="6635"/> <source>Update available</source> <translation>Güncelleme mümkün değil</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6652"/> + <location filename="../UI/UserInterface.py" line="6655"/> <source>Error during updates check</source> <translation>Güncellemeleri kontrol esnasında hata</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6652"/> + <location filename="../UI/UserInterface.py" line="6655"/> <source>Could not perform updates check.</source> <translation>Güncellemelere ulaşamıyorum.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6676"/> + <location filename="../UI/UserInterface.py" line="6679"/> <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="6717"/> + <location filename="../UI/UserInterface.py" line="6720"/> <source>First time usage</source> <translation>İlk kullanım</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1002"/> + <location filename="../UI/UserInterface.py" line="1005"/> <source>Symbols</source> <translation>Semboller</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1010"/> + <location filename="../UI/UserInterface.py" line="1013"/> <source>Numbers</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1682"/> + <location filename="../UI/UserInterface.py" line="1685"/> <source>Alt+Shift+Y</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1700"/> + <location filename="../UI/UserInterface.py" line="1703"/> <source>Alt+Shift+B</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2489"/> + <location filename="../UI/UserInterface.py" line="2492"/> <source>Python 3 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2489"/> + <location filename="../UI/UserInterface.py" line="2492"/> <source>Python &3 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2493"/> + <location filename="../UI/UserInterface.py" line="2496"/> <source>Open Python 3 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2507"/> + <location filename="../UI/UserInterface.py" line="2510"/> <source>Python 2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2507"/> + <location filename="../UI/UserInterface.py" line="2510"/> <source>Python &2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2511"/> + <location filename="../UI/UserInterface.py" line="2514"/> <source>Open Python 2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2513"/> + <location filename="../UI/UserInterface.py" line="2516"/> <source><b>Python 2 Documentation</b><p>Display the Python 2 documentation. If no documentation directory is configured, the location of the Python 2 documentation is assumed to be the doc directory underneath the location of the configured Python 2 executable on Windows and <i>/usr/share/doc/packages/python/html/python-docs-html</i> on Unix. Set PYTHON2DOCDIR in your environment to override this. </p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5736"/> + <location filename="../UI/UserInterface.py" line="5739"/> <source>Keyboard shortcut file (*.e4k)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6538"/> + <location filename="../UI/UserInterface.py" line="6541"/> <source>Error getting versions information</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6531"/> + <location filename="../UI/UserInterface.py" line="6534"/> <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="5508"/> + <location filename="../UI/UserInterface.py" line="5511"/> <source>Open Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5508"/> + <location filename="../UI/UserInterface.py" line="5511"/> <source>Could not start a web browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6538"/> + <location filename="../UI/UserInterface.py" line="6541"/> <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="622"/> + <location filename="../UI/UserInterface.py" line="625"/> <source>Setting View Profile...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="626"/> + <location filename="../UI/UserInterface.py" line="629"/> <source>Reading Tasks...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="630"/> + <location filename="../UI/UserInterface.py" line="633"/> <source>Reading Templates...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="634"/> + <location filename="../UI/UserInterface.py" line="637"/> <source>Starting Debugger...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1374"/> + <location filename="../UI/UserInterface.py" line="1377"/> <source>New Window</source> <translation type="unfinished">Yeni Pencere</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1374"/> + <location filename="../UI/UserInterface.py" line="1377"/> <source>New &Window</source> <translation type="unfinished">Yeni &Pencere</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1374"/> + <location filename="../UI/UserInterface.py" line="1377"/> <source>Ctrl+Shift+N</source> <comment>File|New Window</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1871"/> + <location filename="../UI/UserInterface.py" line="1874"/> <source>Unittest Rerun Failed</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1871"/> + <location filename="../UI/UserInterface.py" line="1874"/> <source>Rerun Failed Tests...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1876"/> + <location filename="../UI/UserInterface.py" line="1879"/> <source>Rerun failed tests of the last run</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1878"/> + <location filename="../UI/UserInterface.py" line="1881"/> <source><b>Rerun Failed Tests</b><p>Rerun all tests that failed during the last unittest run.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2010"/> + <location filename="../UI/UserInterface.py" line="2013"/> <source>Compare &Files side by side...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2096"/> + <location filename="../UI/UserInterface.py" line="2099"/> <source>Snapshot</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2096"/> + <location filename="../UI/UserInterface.py" line="2099"/> <source>&Snapshot...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2101"/> + <location filename="../UI/UserInterface.py" line="2104"/> <source>Take snapshots of a screen region</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2103"/> + <location filename="../UI/UserInterface.py" line="2106"/> <source><b>Snapshot</b><p>This opens a dialog to take snapshots of a screen region.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4826"/> + <location filename="../UI/UserInterface.py" line="4829"/> <source><p>Could not start Snapshot tool.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6736"/> + <location filename="../UI/UserInterface.py" line="6739"/> <source>Select Workspace Directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1567"/> - <source>Left Toolbox</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1579"/> - <source>Right Toolbox</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1433"/> - <source>Switch the input focus to the Project-Viewer window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1435"/> - <source><b>Activate Project-Viewer</b><p>This switches the input focus to the Project-Viewer window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1450"/> - <source>Switch the input focus to the Multiproject-Viewer window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1452"/> - <source><b>Activate Multiproject-Viewer</b><p>This switches the input focus to the Multiproject-Viewer window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1468"/> - <source>Switch the input focus to the Debug-Viewer window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1470"/> - <source><b>Activate Debug-Viewer</b><p>This switches the input focus to the Debug-Viewer window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1486"/> - <source>Switch the input focus to the Shell window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1488"/> - <source><b>Activate Shell</b><p>This switches the input focus to the Shell window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1496"/> - <source>&File-Browser</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1502"/> - <source>Switch the input focus to the File-Browser window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1504"/> - <source><b>Activate File-Browser</b><p>This switches the input focus to the File-Browser window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1513"/> - <source>Lo&g-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1519"/> - <source>Switch the input focus to the Log-Viewer window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1521"/> - <source><b>Activate Log-Viewer</b><p>This switches the input focus to the Log-Viewer window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1531"/> - <source>&Task-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1537"/> - <source>Switch the input focus to the Task-Viewer window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1549"/> - <source>Templ&ate-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1555"/> - <source>Switch the input focus to the Template-Viewer window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1557"/> - <source><b>Activate Template-Viewer</b><p>This switches the input focus to the Template-Viewer window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1567"/> - <source>&Left Toolbox</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1570"/> + <source>Left Toolbox</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1582"/> + <source>Right Toolbox</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1436"/> + <source>Switch the input focus to the Project-Viewer window.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1438"/> + <source><b>Activate Project-Viewer</b><p>This switches the input focus to the Project-Viewer window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1453"/> + <source>Switch the input focus to the Multiproject-Viewer window.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1455"/> + <source><b>Activate Multiproject-Viewer</b><p>This switches the input focus to the Multiproject-Viewer window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1471"/> + <source>Switch the input focus to the Debug-Viewer window.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1473"/> + <source><b>Activate Debug-Viewer</b><p>This switches the input focus to the Debug-Viewer window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1489"/> + <source>Switch the input focus to the Shell window.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1491"/> + <source><b>Activate Shell</b><p>This switches the input focus to the Shell window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1499"/> + <source>&File-Browser</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1505"/> + <source>Switch the input focus to the File-Browser window.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1507"/> + <source><b>Activate File-Browser</b><p>This switches the input focus to the File-Browser window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1516"/> + <source>Lo&g-Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1522"/> + <source>Switch the input focus to the Log-Viewer window.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1524"/> + <source><b>Activate Log-Viewer</b><p>This switches the input focus to the Log-Viewer window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1534"/> + <source>&Task-Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1540"/> + <source>Switch the input focus to the Task-Viewer window.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1552"/> + <source>Templ&ate-Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1558"/> + <source>Switch the input focus to the Template-Viewer window.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1560"/> + <source><b>Activate Template-Viewer</b><p>This switches the input focus to the Template-Viewer window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1570"/> + <source>&Left Toolbox</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1573"/> <source>Toggle the Left Toolbox window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1571"/> + <location filename="../UI/UserInterface.py" line="1574"/> <source><b>Toggle the Left Toolbox window</b><p>If the Left Toolbox window is hidden then display it. If it is displayed then close it.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1579"/> + <location filename="../UI/UserInterface.py" line="1582"/> <source>&Right Toolbox</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1583"/> + <location filename="../UI/UserInterface.py" line="1586"/> <source>Toggle the Right Toolbox window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1584"/> + <location filename="../UI/UserInterface.py" line="1587"/> <source><b>Toggle the Right Toolbox window</b><p>If the Right Toolbox window is hidden then display it. If it is displayed then close it.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1619"/> + <location filename="../UI/UserInterface.py" line="1622"/> <source>Right Sidebar</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1619"/> + <location filename="../UI/UserInterface.py" line="1622"/> <source>&Right Sidebar</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1623"/> + <location filename="../UI/UserInterface.py" line="1626"/> <source>Toggle the right sidebar window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1625"/> + <location filename="../UI/UserInterface.py" line="1628"/> <source><b>Toggle the right sidebar window</b><p>If the right sidebar window is hidden then display it. If it is displayed then close it.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1647"/> + <location filename="../UI/UserInterface.py" line="1650"/> <source>Cooperation-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1647"/> + <location filename="../UI/UserInterface.py" line="1650"/> <source>Co&operation-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1653"/> + <location filename="../UI/UserInterface.py" line="1656"/> <source>Switch the input focus to the Cooperation-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1655"/> + <location filename="../UI/UserInterface.py" line="1658"/> <source><b>Activate Cooperation-Viewer</b><p>This switches the input focus to the Cooperation-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1682"/> + <location filename="../UI/UserInterface.py" line="1685"/> <source>Symbols-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1682"/> + <location filename="../UI/UserInterface.py" line="1685"/> <source>S&ymbols-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1688"/> + <location filename="../UI/UserInterface.py" line="1691"/> <source>Switch the input focus to the Symbols-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1690"/> + <location filename="../UI/UserInterface.py" line="1693"/> <source><b>Activate Symbols-Viewer</b><p>This switches the input focus to the Symbols-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1700"/> + <location filename="../UI/UserInterface.py" line="1703"/> <source>Numbers-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1700"/> + <location filename="../UI/UserInterface.py" line="1703"/> <source>Num&bers-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1706"/> + <location filename="../UI/UserInterface.py" line="1709"/> <source>Switch the input focus to the Numbers-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1708"/> + <location filename="../UI/UserInterface.py" line="1711"/> <source><b>Activate Numbers-Viewer</b><p>This switches the input focus to the Numbers-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2671"/> + <location filename="../UI/UserInterface.py" line="2674"/> <source>&Windows</source> <translation type="unfinished">&Pencereler</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1539"/> + <location filename="../UI/UserInterface.py" line="1542"/> <source><b>Activate Task-Viewer</b><p>This switches the input focus to the Task-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1665"/> + <location filename="../UI/UserInterface.py" line="1668"/> <source>IRC</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1665"/> + <location filename="../UI/UserInterface.py" line="1668"/> <source>&IRC</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1665"/> + <location filename="../UI/UserInterface.py" line="1668"/> <source>Meta+Shift+I</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1671"/> + <location filename="../UI/UserInterface.py" line="1674"/> <source>Switch the input focus to the IRC window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1673"/> + <location filename="../UI/UserInterface.py" line="1676"/> <source><b>Activate IRC</b><p>This switches the input focus to the IRC window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1929"/> + <location filename="../UI/UserInterface.py" line="1932"/> <source>Qt-Designer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1929"/> + <location filename="../UI/UserInterface.py" line="1932"/> <source>Qt-&Designer...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1934"/> + <location filename="../UI/UserInterface.py" line="1937"/> <source>Start Qt-Designer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1935"/> + <location filename="../UI/UserInterface.py" line="1938"/> <source><b>Qt-Designer</b><p>Start Qt-Designer.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1955"/> + <location filename="../UI/UserInterface.py" line="1958"/> <source>Qt-Linguist</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1955"/> + <location filename="../UI/UserInterface.py" line="1958"/> <source>Qt-&Linguist...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1960"/> + <location filename="../UI/UserInterface.py" line="1963"/> <source>Start Qt-Linguist</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1961"/> + <location filename="../UI/UserInterface.py" line="1964"/> <source><b>Qt-Linguist</b><p>Start Qt-Linguist.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2431"/> + <location filename="../UI/UserInterface.py" line="2434"/> <source>Qt5 Documentation</source> <translation type="unfinished">Qt4 Belgeleri {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2431"/> + <location filename="../UI/UserInterface.py" line="2434"/> <source>Qt&5 Documentation</source> <translation type="unfinished">Qt&4 Belgeleri {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2435"/> + <location filename="../UI/UserInterface.py" line="2438"/> <source>Open Qt5 Documentation</source> <translation type="unfinished">QT4 Belgelerini Aç {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3001"/> + <location filename="../UI/UserInterface.py" line="3004"/> <source><p>This part of the status bar allows zooming the current editor, shell or terminal.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2260"/> + <location filename="../UI/UserInterface.py" line="2263"/> <source>Manage SSL Certificates</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2260"/> + <location filename="../UI/UserInterface.py" line="2263"/> <source>Manage SSL Certificates...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2265"/> + <location filename="../UI/UserInterface.py" line="2268"/> <source>Manage the saved SSL certificates</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2267"/> + <location filename="../UI/UserInterface.py" line="2270"/> <source><b>Manage SSL Certificates...</b><p>Opens a dialog to manage the saved SSL certificates.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2276"/> + <location filename="../UI/UserInterface.py" line="2279"/> <source>Edit Message Filters</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2276"/> + <location filename="../UI/UserInterface.py" line="2279"/> <source>Edit Message Filters...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2281"/> + <location filename="../UI/UserInterface.py" line="2284"/> <source>Edit the message filters used to suppress unwanted messages</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2283"/> + <location filename="../UI/UserInterface.py" line="2286"/> <source><b>Edit Message Filters</b><p>Opens a dialog to edit the message filters used to suppress unwanted messages been shown in an error window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2447"/> + <location filename="../UI/UserInterface.py" line="2450"/> <source>PyQt&4 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2466"/> + <location filename="../UI/UserInterface.py" line="2469"/> <source>PyQt5 Documentation</source> <translation type="unfinished">PyQt4 Belgeleri {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2466"/> + <location filename="../UI/UserInterface.py" line="2469"/> <source>PyQt&5 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2470"/> + <location filename="../UI/UserInterface.py" line="2473"/> <source>Open PyQt5 Documentation</source> <translation type="unfinished">PyQt4 Begelerini aç {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5264"/> + <location filename="../UI/UserInterface.py" line="5267"/> <source><p>The PyQt5 documentation starting point has not been configured.</p></source> <translation type="unfinished"><p>PyQt4 Belgelerinin başlama noktası ayarlanmamış.</p> {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2422"/> + <location filename="../UI/UserInterface.py" line="2425"/> <source><b>Qt4 Documentation</b><p>Display the Qt4 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2436"/> + <location filename="../UI/UserInterface.py" line="2439"/> <source><b>Qt5 Documentation</b><p>Display the Qt5 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2452"/> + <location filename="../UI/UserInterface.py" line="2455"/> <source><b>PyQt4 Documentation</b><p>Display the PyQt4 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2472"/> + <location filename="../UI/UserInterface.py" line="2475"/> <source><b>PyQt5 Documentation</b><p>Display the PyQt5 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2495"/> + <location filename="../UI/UserInterface.py" line="2498"/> <source><b>Python 3 Documentation</b><p>Display the Python 3 documentation. If no documentation directory is configured, the location of the Python 3 documentation is assumed to be the doc directory underneath the location of the Python 3 executable on Windows and <i>/usr/share/doc/packages/python/html</i> on Unix. Set PYTHON3DOCDIR in your environment to override this.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2558"/> + <location filename="../UI/UserInterface.py" line="2561"/> <source><b>PySide Documentation</b><p>Display the PySide Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6465"/> + <location filename="../UI/UserInterface.py" line="6468"/> <source>%v/%m</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1808"/> + <location filename="../UI/UserInterface.py" line="1811"/> <source>Show Error Log</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1804"/> + <location filename="../UI/UserInterface.py" line="1807"/> <source>Show Error &Log...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1809"/> + <location filename="../UI/UserInterface.py" line="1812"/> <source><b>Show Error Log...</b><p>Opens a dialog showing the most recent error log.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6469"/> + <location filename="../UI/UserInterface.py" line="6472"/> <source>Version Check</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1380"/> + <location filename="../UI/UserInterface.py" line="1383"/> <source>Open a new eric6 instance</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1382"/> + <location filename="../UI/UserInterface.py" line="1385"/> <source><b>New Window</b><p>This opens a new instance of the eric6 IDE.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1745"/> + <location filename="../UI/UserInterface.py" line="1748"/> <source><b>Helpviewer</b><p>Display the eric6 web browser. This window will show HTML help files and help from Qt help collections. It has the capability to navigate to links, set bookmarks, print the displayed help and some more features. You may use it to browse the internet as well</p><p>If called with a word selected, this word is search in the Qt help collection.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1782"/> + <location filename="../UI/UserInterface.py" line="1785"/> <source><b>Check for Updates...</b><p>Checks the internet for updates of eric6.</p></source> <translation type="unfinished"><b>Güncellemeleri kontrol et...</b><p>İnternetten eric5 güncellemesi olup olmadını kontrol et.</p> {6.?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1795"/> + <location filename="../UI/UserInterface.py" line="1798"/> <source><b>Show downloadable versions...</b><p>Shows the eric6 versions available for download from the internet.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2066"/> + <location filename="../UI/UserInterface.py" line="2069"/> <source>eric6 Web Browser</source> <translation type="unfinished">Eric5 Web Gözatıcısı {6 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2066"/> + <location filename="../UI/UserInterface.py" line="2069"/> <source>eric6 &Web Browser...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2071"/> + <location filename="../UI/UserInterface.py" line="2074"/> <source>Start the eric6 Web Browser</source> <translation type="unfinished">Eric5 Web Gözatıcısınıi başlat {6 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2073"/> + <location filename="../UI/UserInterface.py" line="2076"/> <source><b>eric6 Web Browser</b><p>Browse the Internet with the eric6 Web Browser.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2087"/> + <location filename="../UI/UserInterface.py" line="2090"/> <source>Start the eric6 Icon Editor</source> <translation type="unfinished">Eric5 İkon düzenleyiciyi başlat {6 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2089"/> + <location filename="../UI/UserInterface.py" line="2092"/> <source><b>Icon Editor</b><p>Starts the eric6 Icon Editor for editing simple icons.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2175"/> + <location filename="../UI/UserInterface.py" line="2178"/> <source><b>Show external tools</b><p>Opens a dialog to show the path and versions of all extenal tools used by eric6.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2537"/> + <location filename="../UI/UserInterface.py" line="2540"/> <source><b>Eric API Documentation</b><p>Display the Eric API documentation. The location for the documentation is the Documentation/Source subdirectory of the eric6 installation directory.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4545"/> + <location filename="../UI/UserInterface.py" line="4548"/> <source>Qt v.3 is not supported by eric6.</source> <translation type="unfinished">Qt v.3 eric5 tarafından desteklenmiyor. {3 ?} {6.?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6632"/> + <location filename="../UI/UserInterface.py" line="6635"/> <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="6645"/> + <location filename="../UI/UserInterface.py" line="6648"/> <source>Eric6 is up to date</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6645"/> + <location filename="../UI/UserInterface.py" line="6648"/> <source>You are using the latest version of eric6</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6717"/> + <location filename="../UI/UserInterface.py" line="6720"/> <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> <message> - <location filename="../UI/UserInterface.py" line="604"/> - <source>Generating Plugins Toolbars...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3552"/> - <source>&User Tools</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3624"/> - <source>No User Tools Configured</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6485"/> - <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="2050"/> - <source>Hex Editor</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2050"/> - <source>&Hex Editor...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2055"/> - <source>Start the eric6 Hex Editor</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2057"/> - <source><b>Hex Editor</b><p>Starts the eric6 Hex Editor for viewing or editing binary files.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2299"/> - <source>Clear private data</source> - <translation type="unfinished">Özel verileri temizle</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2301"/> - <source><b>Clear private data</b><p>Clears the private data like the various list of recently opened files, projects or multi projects.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1348"/> - <source>Save session...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1353"/> - <source><b>Save session...</b><p>This saves the current session to disk. A dialog is opened to select the file name.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6053"/> - <source>Load session</source> - <translation type="unfinished">Oturum yükleniyor</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1361"/> - <source>Load session...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1366"/> - <source><b>Load session...</b><p>This loads a session saved to disk previously. A dialog is opened to select the file name.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6053"/> - <source>eric6 Session Files (*.e5s)</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6100"/> - <source>Crash Session found!</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6100"/> - <source>A session file of a crashed session was found. Shall this session be restored?</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="607"/> + <source>Generating Plugins Toolbars...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3555"/> + <source>&User Tools</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3627"/> + <source>No User Tools Configured</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6488"/> + <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="2053"/> + <source>Hex Editor</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2053"/> + <source>&Hex Editor...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2058"/> + <source>Start the eric6 Hex Editor</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2060"/> + <source><b>Hex Editor</b><p>Starts the eric6 Hex Editor for viewing or editing binary files.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2302"/> + <source>Clear private data</source> + <translation type="unfinished">Özel verileri temizle</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2304"/> + <source><b>Clear private data</b><p>Clears the private data like the various list of recently opened files, projects or multi projects.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1351"/> + <source>Save session...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1356"/> + <source><b>Save session...</b><p>This saves the current session to disk. A dialog is opened to select the file name.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6056"/> + <source>Load session</source> + <translation type="unfinished">Oturum yükleniyor</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1364"/> + <source>Load session...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1369"/> + <source><b>Load session...</b><p>This loads a session saved to disk previously. A dialog is opened to select the file name.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6056"/> + <source>eric6 Session Files (*.e5s)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6103"/> + <source>Crash Session found!</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6103"/> + <source>A session file of a crashed session was found. Shall this session be restored?</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="610"/> <source>Cleaning Plugins Download Area...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="599"/> + <location filename="../UI/UserInterface.py" line="602"/> <source>Initializing Plugins...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6620"/> + <location filename="../UI/UserInterface.py" line="6623"/> <source>Update Check</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6620"/> + <location filename="../UI/UserInterface.py" line="6623"/> <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="6610"/> + <location filename="../UI/UserInterface.py" line="6613"/> <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> <message> - <location filename="../UI/UserInterface.py" line="925"/> + <location filename="../UI/UserInterface.py" line="928"/> <source>Code Documentation Viewer</source> <translation type="unfinished"></translation> </message>
--- a/i18n/eric6_zh_CN.ts Thu Apr 19 19:25:18 2018 +0200 +++ b/i18n/eric6_zh_CN.ts Thu Apr 19 19:28:02 2018 +0200 @@ -5662,292 +5662,292 @@ <context> <name>DebugUI</name> <message> - <location filename="../Debugger/DebugUI.py" line="1847"/> + <location filename="../Debugger/DebugUI.py" line="1852"/> <source>Run Script</source> <translation>运行脚本</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="175"/> + <location filename="../Debugger/DebugUI.py" line="178"/> <source>&Run Script...</source> <translation>运行脚本(&R)…</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="180"/> + <location filename="../Debugger/DebugUI.py" line="183"/> <source>Run the current Script</source> <translation>运行当前脚本</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="181"/> + <location filename="../Debugger/DebugUI.py" line="184"/> <source><b>Run Script</b><p>Set the command line arguments and run the script outside the debugger. If the file has unsaved changes it may be saved first.</p></source> <translation><b>运行脚本</b><p>设置命令行参数,并在调试器之外运行脚本。如果文件未对更改进行保存,则可能会先行保存。</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1862"/> + <location filename="../Debugger/DebugUI.py" line="1867"/> <source>Run Project</source> <translation>运行项目</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="190"/> + <location filename="../Debugger/DebugUI.py" line="193"/> <source>Run &Project...</source> <translation>运行项目(&P)…</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="195"/> + <location filename="../Debugger/DebugUI.py" line="198"/> <source>Run the current Project</source> <translation>运行当前项目</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="196"/> + <location filename="../Debugger/DebugUI.py" line="199"/> <source><b>Run Project</b><p>Set the command line arguments and run the current project outside the debugger. If files of the current project have unsaved changes they may be saved first.</p></source> <translation><b>运行项目</b><p>设置命令行参数,并在调试器之外运行当前项目。如果当前项目未对更改进行保存,则可能会先行保存。</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="206"/> + <location filename="../Debugger/DebugUI.py" line="209"/> <source>Coverage run of Script</source> <translation>脚本覆盖率测试</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="206"/> + <location filename="../Debugger/DebugUI.py" line="209"/> <source>Coverage run of Script...</source> <translation>脚本覆盖率测试…</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="211"/> + <location filename="../Debugger/DebugUI.py" line="214"/> <source>Perform a coverage run of the current Script</source> <translation>对当前脚本进行覆盖率测试运行</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="213"/> + <location filename="../Debugger/DebugUI.py" line="216"/> <source><b>Coverage run of Script</b><p>Set the command line arguments and run the script under the control of a coverage analysis tool. If the file has unsaved changes it may be saved first.</p></source> <translation><b>脚本覆盖率测试</b><p>设置命令行参数,并在覆盖率分析工具的控制下运行脚本。如果文件未保存则会先行保存。</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="222"/> + <location filename="../Debugger/DebugUI.py" line="225"/> <source>Coverage run of Project</source> <translation>项目覆盖率测试</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="222"/> + <location filename="../Debugger/DebugUI.py" line="225"/> <source>Coverage run of Project...</source> <translation>项目覆盖率测试…</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="227"/> + <location filename="../Debugger/DebugUI.py" line="230"/> <source>Perform a coverage run of the current Project</source> <translation>对当前项目进行覆盖率测试运行</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="229"/> + <location filename="../Debugger/DebugUI.py" line="232"/> <source><b>Coverage run of Project</b><p>Set the command line arguments and run the current project under the control of a coverage analysis tool. If files of the current project have unsaved changes they may be saved first.</p></source> <translation><b>项目覆盖率测试</b><p>设置命令行参数,并在覆盖率分析工具的控制下运行项目。如果当前项目的文件未保存则会先行保存。</P></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="239"/> + <location filename="../Debugger/DebugUI.py" line="242"/> <source>Profile Script</source> <translation>剖析脚本</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="239"/> + <location filename="../Debugger/DebugUI.py" line="242"/> <source>Profile Script...</source> <translation>剖析脚本…</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="243"/> + <location filename="../Debugger/DebugUI.py" line="246"/> <source>Profile the current Script</source> <translation>剖析当前脚本</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="244"/> + <location filename="../Debugger/DebugUI.py" line="247"/> <source><b>Profile Script</b><p>Set the command line arguments and profile the script. If the file has unsaved changes it may be saved first.</p></source> <translation><b>剖析脚本</b><p>设置命令行参数,并剖析脚本。如果文件未保存则会先行保存。</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="252"/> + <location filename="../Debugger/DebugUI.py" line="255"/> <source>Profile Project</source> <translation>剖析项目</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="252"/> + <location filename="../Debugger/DebugUI.py" line="255"/> <source>Profile Project...</source> <translation>剖析项目…</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="257"/> + <location filename="../Debugger/DebugUI.py" line="260"/> <source>Profile the current Project</source> <translation>剖析当前项目</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="259"/> + <location filename="../Debugger/DebugUI.py" line="262"/> <source><b>Profile Project</b><p>Set the command line arguments and profile the current project. If files of the current project have unsaved changes they may be saved first.</p></source> <translation><b>剖析项目</b><p>设置命令行参数,并剖析当前项目。如果当前项目的文件未保存则会先行保存。</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1983"/> + <location filename="../Debugger/DebugUI.py" line="1988"/> <source>Debug Script</source> <translation>调试脚本</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="268"/> + <location filename="../Debugger/DebugUI.py" line="271"/> <source>&Debug Script...</source> <translation>调试脚本(&D)…</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="273"/> + <location filename="../Debugger/DebugUI.py" line="276"/> <source>Debug the current Script</source> <translation>调试当前脚本</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="274"/> + <location filename="../Debugger/DebugUI.py" line="277"/> <source><b>Debug Script</b><p>Set the command line arguments and set the current line to be the first executable Python statement of the current editor window. If the file has unsaved changes it may be saved first.</p></source> <translation><b>调试脚本</b><p>设置命令行参数,并将当前行设为当前编辑窗口首先执行的 Python 声明。如果文件未保存则会先行保存。</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1999"/> + <location filename="../Debugger/DebugUI.py" line="2004"/> <source>Debug Project</source> <translation>调试项目</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="284"/> + <location filename="../Debugger/DebugUI.py" line="287"/> <source>Debug &Project...</source> <translation>调试项目(&P)…</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="289"/> + <location filename="../Debugger/DebugUI.py" line="292"/> <source>Debug the current Project</source> <translation>调试当前项目</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="291"/> + <location filename="../Debugger/DebugUI.py" line="294"/> <source><b>Debug Project</b><p>Set the command line arguments and set the current line to be the first executable Python statement of the main script of the current project. If files of the current project have unsaved changes they may be saved first.</p></source> <translation><b>调试当前项目</b><p>设置命令行参数,并将当前行设为当前项目主脚本首先执行的 Python 声明。如果当前项目的文件未保存则会先行保存。</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="305"/> + <location filename="../Debugger/DebugUI.py" line="308"/> <source>Restart the last debugged script</source> <translation>重新启动最后调试的脚本</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="322"/> + <location filename="../Debugger/DebugUI.py" line="325"/> <source>Stop the running script.</source> <translation>中止正在运行的脚本。</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="332"/> + <location filename="../Debugger/DebugUI.py" line="335"/> <source>Continue</source> <translation>继续</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="332"/> + <location filename="../Debugger/DebugUI.py" line="335"/> <source>&Continue</source> <translation>继续(&C)</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="337"/> + <location filename="../Debugger/DebugUI.py" line="340"/> <source>Continue running the program from the current line</source> <translation>从当前行继续运行程序</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="339"/> + <location filename="../Debugger/DebugUI.py" line="342"/> <source><b>Continue</b><p>Continue running the program from the current line. The program will stop when it terminates or when a breakpoint is reached.</p></source> <translation><b>继续</b><p>从当前行继续运行程序。当程序终止或到达断点的时候,程序也将中止。</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="348"/> + <location filename="../Debugger/DebugUI.py" line="351"/> <source>Continue to Cursor</source> <translation>继续到光标</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="348"/> + <location filename="../Debugger/DebugUI.py" line="351"/> <source>Continue &To Cursor</source> <translation>继续到光标(&T)</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="353"/> - <source>Continue running the program from the current line to the current cursor position</source> - <translation>继续运行程序从当前行到当前光标所在位置</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="356"/> + <source>Continue running the program from the current line to the current cursor position</source> + <translation>继续运行程序从当前行到当前光标所在位置</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="359"/> <source><b>Continue To Cursor</b><p>Continue running the program from the current line to the current cursor position.</p></source> <translation><b>继续到光标</b><p>继续运行程序从当前行到当前光标所在位置。</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="384"/> + <location filename="../Debugger/DebugUI.py" line="387"/> <source>Single Step</source> <translation>单步执行</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="384"/> + <location filename="../Debugger/DebugUI.py" line="387"/> <source>Sin&gle Step</source> <translation>单步执行(&Q)</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="389"/> + <location filename="../Debugger/DebugUI.py" line="392"/> <source>Execute a single Python statement</source> <translation>执行单条 Python 语句</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="390"/> + <location filename="../Debugger/DebugUI.py" line="393"/> <source><b>Single Step</b><p>Execute a single Python statement. If the statement is an <tt>import</tt> statement, a class constructor, or a method or function call then control is returned to the debugger at the next statement.</p></source> <translation><b>单步执行</b><p>执行单条 Python 语句。如果该语句是 <tt>import</tt> 语句、类构造函数或者函数调用的方法,则由调试器 控制下一行语句。</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="400"/> + <location filename="../Debugger/DebugUI.py" line="403"/> <source>Step Over</source> <translation>跳过</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="400"/> + <location filename="../Debugger/DebugUI.py" line="403"/> <source>Step &Over</source> <translation>跳过(&O)</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="405"/> - <source>Execute a single Python statement staying in the current frame</source> - <translation>保持在当前框架中执行单条 Python 语句</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="408"/> + <source>Execute a single Python statement staying in the current frame</source> + <translation>保持在当前框架中执行单条 Python 语句</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="411"/> <source><b>Step Over</b><p>Execute a single Python statement staying in the same frame. If the statement is an <tt>import</tt> statement, a class constructor, or a method or function call then control is returned to the debugger after the statement has completed.</p></source> <translation><b>跳过</b><p>保持在相同框架中执行单条 Python 语句。如果该语句是 <tt>import</tt> 语句、类构造函数或者函数调用的方法,则则由调试器控制下一行语句。</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="419"/> + <location filename="../Debugger/DebugUI.py" line="422"/> <source>Step Out</source> <translation>跳出</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="419"/> + <location filename="../Debugger/DebugUI.py" line="422"/> <source>Step Ou&t</source> <translation>跳出(&T)</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="424"/> - <source>Execute Python statements until leaving the current frame</source> - <translation>执行 Python 语句直到离开当前框架</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="427"/> + <source>Execute Python statements until leaving the current frame</source> + <translation>执行 Python 语句直到离开当前框架</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="430"/> <source><b>Step Out</b><p>Execute Python statements until leaving the current frame. If the statements are inside an <tt>import</tt> statement, a class constructor, or a method or function call then control is returned to the debugger after the current frame has been left.</p></source> <translation><b>跳出</b><p>执行 Python 语句直到离开当前框架。如果该语句处于 <tt>import</tt> 声明、类构造函数或函数调用的方法中,在离开当前框架后将由调试器进行控制。</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="438"/> + <location filename="../Debugger/DebugUI.py" line="441"/> <source>Stop</source> <translation>中止</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="438"/> + <location filename="../Debugger/DebugUI.py" line="441"/> <source>&Stop</source> <translation>中止(&S)</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="443"/> + <location filename="../Debugger/DebugUI.py" line="446"/> <source>Stop debugging</source> <translation>中止调试</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="444"/> + <location filename="../Debugger/DebugUI.py" line="447"/> <source><b>Stop</b><p>Stop the running debugging session.</p></source> <translation><b>中止</b><p>中止正在运行中的调试会话。</p></translation> </message> @@ -5992,220 +5992,220 @@ <translation type="obsolete"><b>执行</b><p>在调试程序的当前上下文中执行一行语句。</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="451"/> + <location filename="../Debugger/DebugUI.py" line="454"/> <source>Variables Type Filter</source> <translation>变量类型过滤器</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="451"/> + <location filename="../Debugger/DebugUI.py" line="454"/> <source>Varia&bles Type Filter...</source> <translation>变量类型过滤器(&B)…</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="455"/> + <location filename="../Debugger/DebugUI.py" line="458"/> <source>Configure variables type filter</source> <translation>配置变量类型过滤器</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="457"/> + <location filename="../Debugger/DebugUI.py" line="460"/> <source><b>Variables Type Filter</b><p>Configure the variables type filter. Only variable types that are not selected are displayed in the global or local variables window during a debugging session.</p></source> <translation><b>变量类型过滤器</b><p>配置变量类型过滤器。在调试会话期间,只有未被选择的变量类型会被显示在全局或局部变量窗口中。</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="467"/> + <location filename="../Debugger/DebugUI.py" line="470"/> <source>Exceptions Filter</source> <translation>异常过滤器</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="467"/> + <location filename="../Debugger/DebugUI.py" line="470"/> <source>&Exceptions Filter...</source> <translation>异常过滤器(&E)…</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="471"/> + <location filename="../Debugger/DebugUI.py" line="474"/> <source>Configure exceptions filter</source> <translation>配置异常过滤器</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="473"/> + <location filename="../Debugger/DebugUI.py" line="476"/> <source><b>Exceptions Filter</b><p>Configure the exceptions filter. Only exception types that are listed are highlighted during a debugging session.</p><p>Please note, that all unhandled exceptions are highlighted indepent from the filter list.</p></source> <translation><b>异常过滤器</b><p>配置异常过滤器。在调试会话期间,只有已列出的异常类型会被加亮显示。</p><p>注意:所有未处理的异常在过滤器列表中将被取消加亮。</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="484"/> + <location filename="../Debugger/DebugUI.py" line="487"/> <source>Ignored Exceptions</source> <translation>忽略的异常</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="484"/> + <location filename="../Debugger/DebugUI.py" line="487"/> <source>&Ignored Exceptions...</source> <translation>忽略的异常(&I)</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="488"/> + <location filename="../Debugger/DebugUI.py" line="491"/> <source>Configure ignored exceptions</source> <translation>配置忽略的异常</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="490"/> + <location filename="../Debugger/DebugUI.py" line="493"/> <source><b>Ignored Exceptions</b><p>Configure the ignored exceptions. Only exception types that are not listed are highlighted during a debugging session.</p><p>Please note, that unhandled exceptions cannot be ignored.</p></source> <translation><b>忽略的异常</b><p>配置忽略的异常。在调试会话期间,只有已列出的异常类型会被加亮显示。</p><p>注意:未处理的异常不能被忽略。</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="509"/> + <location filename="../Debugger/DebugUI.py" line="512"/> <source>Toggle Breakpoint</source> <translation>切换断点</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="510"/> + <location filename="../Debugger/DebugUI.py" line="513"/> <source><b>Toggle Breakpoint</b><p>Toggles a breakpoint at the current line of the current editor.</p></source> <translation><b>切换断点</b><p>在当前编辑器的当前行切换断点。</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="524"/> + <location filename="../Debugger/DebugUI.py" line="527"/> <source>Edit Breakpoint</source> <translation>编辑断点</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="518"/> + <location filename="../Debugger/DebugUI.py" line="521"/> <source>Edit Breakpoint...</source> <translation>编辑断点…</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="525"/> + <location filename="../Debugger/DebugUI.py" line="528"/> <source><b>Edit Breakpoint</b><p>Opens a dialog to edit the breakpoints properties. It works at the current line of the current editor.</p></source> <translation><b>编辑断点</b><p>打开一个对话框编辑断点属性。对当前编辑器的当前行起作用。</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="540"/> + <location filename="../Debugger/DebugUI.py" line="543"/> <source>Next Breakpoint</source> <translation>下一个断点</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="533"/> + <location filename="../Debugger/DebugUI.py" line="536"/> <source>Ctrl+Shift+PgDown</source> <comment>Debug|Next Breakpoint</comment> <translation>Ctrl+Shift+PgDown</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="541"/> + <location filename="../Debugger/DebugUI.py" line="544"/> <source><b>Next Breakpoint</b><p>Go to next breakpoint of the current editor.</p></source> <translation><b>下一个断点</b><p>跳转到当前编辑器的下一个断点。</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="555"/> + <location filename="../Debugger/DebugUI.py" line="558"/> <source>Previous Breakpoint</source> <translation>前一个断点</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="548"/> + <location filename="../Debugger/DebugUI.py" line="551"/> <source>Ctrl+Shift+PgUp</source> <comment>Debug|Previous Breakpoint</comment> <translation>Ctrl+Shift+PgUp</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="556"/> + <location filename="../Debugger/DebugUI.py" line="559"/> <source><b>Previous Breakpoint</b><p>Go to previous breakpoint of the current editor.</p></source> <translation><b>前一个断点</b><p>跳转到当前编辑器的前一个断点。</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="569"/> + <location filename="../Debugger/DebugUI.py" line="572"/> <source>Clear Breakpoints</source> <translation>清除断点</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="563"/> + <location filename="../Debugger/DebugUI.py" line="566"/> <source>Ctrl+Shift+C</source> <comment>Debug|Clear Breakpoints</comment> <translation>Ctrl+Shift+C</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="570"/> + <location filename="../Debugger/DebugUI.py" line="573"/> <source><b>Clear Breakpoints</b><p>Clear breakpoints of all editors.</p></source> <translation><b>清除断点</b><p>清除所有编辑器的断点。</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="596"/> + <location filename="../Debugger/DebugUI.py" line="599"/> <source>&Debug</source> <translation>调试(&D)</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="598"/> + <location filename="../Debugger/DebugUI.py" line="601"/> <source>&Start</source> <translation>开始(&S)</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="600"/> + <location filename="../Debugger/DebugUI.py" line="603"/> <source>&Breakpoints</source> <translation>断点(&B)</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="643"/> + <location filename="../Debugger/DebugUI.py" line="646"/> <source>Start</source> <translation>开始</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="657"/> + <location filename="../Debugger/DebugUI.py" line="660"/> <source>Debug</source> <translation>调试</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1120"/> + <location filename="../Debugger/DebugUI.py" line="1123"/> <source>The program being debugged contains an unspecified syntax error.</source> <translation>被调试的程序包含一个未指定的语法错误。</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1157"/> + <location filename="../Debugger/DebugUI.py" line="1160"/> <source>An unhandled exception occured. See the shell window for details.</source> <translation>产生了一个未处理的异常。详细信息参见命令行窗口。</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1282"/> + <location filename="../Debugger/DebugUI.py" line="1285"/> <source>The program being debugged has terminated unexpectedly.</source> <translation>被调试的程序意外终止。</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1353"/> + <location filename="../Debugger/DebugUI.py" line="1356"/> <source>Breakpoint Condition Error</source> <translation>断点条件错误</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1389"/> + <location filename="../Debugger/DebugUI.py" line="1392"/> <source>Watch Expression Error</source> <translation>监视表达式出错</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1429"/> + <location filename="../Debugger/DebugUI.py" line="1432"/> <source>Watch expression already exists</source> <translation>监视表达式已存在</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1594"/> + <location filename="../Debugger/DebugUI.py" line="1599"/> <source>Coverage of Project</source> <translation>项目覆盖率</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1581"/> + <location filename="../Debugger/DebugUI.py" line="1586"/> <source>Coverage of Script</source> <translation>脚本覆盖率</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1862"/> + <location filename="../Debugger/DebugUI.py" line="1867"/> <source>There is no main script defined for the current project. Aborting</source> <translation>当前项目未定义主脚本。终止</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1727"/> + <location filename="../Debugger/DebugUI.py" line="1732"/> <source>Profile of Project</source> <translation>项目轮廓</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1714"/> + <location filename="../Debugger/DebugUI.py" line="1719"/> <source>Profile of Script</source> <translation>脚本轮廓</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1999"/> + <location filename="../Debugger/DebugUI.py" line="2004"/> <source>There is no main script defined for the current project. No debugging possible.</source> <translation>当前项目未定义主脚本。不能进行调试。</translation> </message> @@ -6220,13 +6220,13 @@ <translation type="obsolete">输入执行语句</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="503"/> + <location filename="../Debugger/DebugUI.py" line="506"/> <source>Shift+F11</source> <comment>Debug|Toggle Breakpoint</comment> <translation>Shift+F11</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="518"/> + <location filename="../Debugger/DebugUI.py" line="521"/> <source>Shift+F12</source> <comment>Debug|Edit Breakpoint</comment> <translation>Shift+F12</translation> @@ -6242,128 +6242,128 @@ <translation type="obsolete"><p><b>{0}</b> 已终止,其返回值为 {1}。</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1139"/> + <location filename="../Debugger/DebugUI.py" line="1142"/> <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 type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1204"/> + <location filename="../Debugger/DebugUI.py" line="1207"/> <source><p>The debugged program raised the exception <b>{0}</b><br>"<b>{1}</b>"<br>File: <b>{2}</b>, Line: <b>{3}</b></p><p>Break here?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1219"/> + <location filename="../Debugger/DebugUI.py" line="1222"/> <source><p>The debugged program raised the exception <b>{0}</b><br>"<b>{1}</b>"</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1353"/> + <location filename="../Debugger/DebugUI.py" line="1356"/> <source><p>The condition of the breakpoint <b>{0}, {1}</b> contains a syntax error.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1389"/> + <location filename="../Debugger/DebugUI.py" line="1392"/> <source><p>The watch expression <b>{0}</b> contains a syntax error.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1419"/> + <location filename="../Debugger/DebugUI.py" line="1422"/> <source><p>A watch expression '<b>{0}</b>' already exists.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1423"/> + <location filename="../Debugger/DebugUI.py" line="1426"/> <source><p>A watch expression '<b>{0}</b>' for the variable <b>{1}</b> already exists.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1089"/> + <location filename="../Debugger/DebugUI.py" line="1092"/> <source>Program terminated</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="301"/> + <location filename="../Debugger/DebugUI.py" line="304"/> <source>Restart</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="307"/> + <location filename="../Debugger/DebugUI.py" line="310"/> <source><b>Restart</b><p>Set the command line arguments and set the current line to be the first executable Python statement of the script that was debugged last. If there are unsaved changes, they may be saved first.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="323"/> + <location filename="../Debugger/DebugUI.py" line="326"/> <source><b>Stop</b><p>This stops the script running in the debugger backend.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1268"/> + <location filename="../Debugger/DebugUI.py" line="1271"/> <source><p>The program generate the signal "{0}".<br/>File: <b>{1}</b>, Line: <b>{2}</b></p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1056"/> + <location filename="../Debugger/DebugUI.py" line="1059"/> <source><p>Message: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1062"/> + <location filename="../Debugger/DebugUI.py" line="1065"/> <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="1067"/> + <location filename="../Debugger/DebugUI.py" line="1070"/> <source><p><b>{0}</b> has terminated with an exit status of {1}.</p>{2}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1075"/> + <location filename="../Debugger/DebugUI.py" line="1078"/> <source>Message: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1082"/> - <source>The program has terminated with an exit status of {0}. -{1}</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="1085"/> + <source>The program has terminated with an exit status of {0}. +{1}</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="1088"/> <source>"{0}" has terminated with an exit status of {1}. {2}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1094"/> + <location filename="../Debugger/DebugUI.py" line="1097"/> <source>The program has terminated with an exit status of {0}. {1} </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1098"/> + <location filename="../Debugger/DebugUI.py" line="1101"/> <source>"{0}" has terminated with an exit status of {1}. {2} </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="364"/> + <location filename="../Debugger/DebugUI.py" line="367"/> <source>Move Instruction Pointer to Cursor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="364"/> + <location filename="../Debugger/DebugUI.py" line="367"/> <source>&Jump To Cursor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="369"/> - <source>Skip the code from the current line to the current cursor position</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="372"/> + <source>Skip the code from the current line to the current cursor position</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="375"/> <source><b>Move Instruction Pointer to Cursor</b><p>Move the Python internal instruction pointer to the current cursor position without executing the code in between.</p><p>It's not possible to jump out of a function or jump in a code block, e.g. a loop. In these cases, a error message is printed to the log window.</p></source> <translation type="unfinished"></translation> </message> @@ -43620,8 +43620,8 @@ </message> <message> <location filename="../QScintilla/Lexers/__init__.py" line="470"/> - <source>Makefiles (*.mak)</source> - <translation>Makefiles (*.mak)</translation> + <source>Makefiles (*makefile Makefile *.mak)</source> + <translation type="unfinished">Makefiles (*.mak)</translation> </message> <message> <location filename="../QScintilla/Lexers/__init__.py" line="473"/> @@ -44185,6 +44185,74 @@ </message> </context> <context> + <name>MakePropertiesDialog</name> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="14"/> + <source>Make Properties</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="23"/> + <source>'make' Executable (leave empty to use global 'make'):</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="39"/> + <source>Enter the executable name of the make utility</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="46"/> + <source>'makefile' path or directory (without file name 'makefile' will be used):</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="62"/> + <source>Enter the name and/or path of the makefile</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="69"/> + <source>Make Target:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="76"/> + <source>Enter the make target to be built</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="83"/> + <source>Make Command Parameters (enclose parameters containing spaces in ""):</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="93"/> + <source>Enter the command parameters for make</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="100"/> + <source>Select to just test for changes needing a make run</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.ui" line="103"/> + <source>Test for changes only when run automatically</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.py" line="40"/> + <source>All Files (*)</source> + <translation type="unfinished">所有文件 (*)</translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.py" line="44"/> + <source>Makefiles (*makefile Makefile *.mak);;All Files (*)</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>ManageDictionariesDialog</name> <message> <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.ui" line="14"/> @@ -50410,27 +50478,27 @@ <context> <name>Preferences</name> <message> - <location filename="../Preferences/__init__.py" line="1657"/> + <location filename="../Preferences/__init__.py" line="1658"/> <source>Export Preferences</source> <translation>导出首选项</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1685"/> + <location filename="../Preferences/__init__.py" line="1686"/> <source>Import Preferences</source> <translation>导入首选项</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1685"/> + <location filename="../Preferences/__init__.py" line="1686"/> <source>Properties File (*.ini);;All Files (*)</source> <translation>属性文件 (*.ini);;所有文件 (*)</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1787"/> + <location filename="../Preferences/__init__.py" line="1788"/> <source>Select Python{0} Interpreter</source> <translation>选择 Python{0} 解释器</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1787"/> + <location filename="../Preferences/__init__.py" line="1788"/> <source>Select the Python{0} interpreter to be used:</source> <translation>选择要使用的 Python{0} 解释器:</translation> </message> @@ -50873,399 +50941,399 @@ <translation type="obsolete">Ruby 文件 (*.rb);;</translation> </message> <message> - <location filename="../Project/Project.py" line="265"/> + <location filename="../Project/Project.py" line="275"/> <source>Console</source> <translation>控制台程序</translation> </message> <message> - <location filename="../Project/Project.py" line="266"/> + <location filename="../Project/Project.py" line="276"/> <source>Other</source> <translation>其它</translation> </message> <message> - <location filename="../Project/Project.py" line="364"/> + <location filename="../Project/Project.py" line="374"/> <source>Registering Project Type</source> <translation>注册项目类型</translation> </message> <message> - <location filename="../Project/Project.py" line="745"/> + <location filename="../Project/Project.py" line="766"/> <source>Read project file</source> <translation>读取项目文件</translation> </message> <message> - <location filename="../Project/Project.py" line="847"/> + <location filename="../Project/Project.py" line="868"/> <source>Save project file</source> <translation>保存项目文件</translation> </message> <message> - <location filename="../Project/Project.py" line="883"/> + <location filename="../Project/Project.py" line="904"/> <source>Read user project properties</source> <translation>读取用户项目属性</translation> </message> <message> - <location filename="../Project/Project.py" line="907"/> + <location filename="../Project/Project.py" line="928"/> <source>Save user project properties</source> <translation>保存用户项目属性</translation> </message> <message> - <location filename="../Project/Project.py" line="965"/> + <location filename="../Project/Project.py" line="986"/> <source>Read project session</source> <translation>读取项目会话</translation> </message> <message> - <location filename="../Project/Project.py" line="1187"/> + <location filename="../Project/Project.py" line="1208"/> <source>Please save the project first.</source> <translation>请先保存项目。</translation> </message> <message> - <location filename="../Project/Project.py" line="1001"/> + <location filename="../Project/Project.py" line="1022"/> <source>Save project session</source> <translation>保存项目会话</translation> </message> <message> - <location filename="../Project/Project.py" line="1030"/> + <location filename="../Project/Project.py" line="1051"/> <source>Delete project session</source> <translation>删除项目会话</translation> </message> <message> - <location filename="../Project/Project.py" line="1064"/> + <location filename="../Project/Project.py" line="1085"/> <source>Read tasks</source> <translation>读取任务</translation> </message> <message> - <location filename="../Project/Project.py" line="1084"/> + <location filename="../Project/Project.py" line="1105"/> <source>Save tasks</source> <translation>保存任务</translation> </message> <message> - <location filename="../Project/Project.py" line="1141"/> + <location filename="../Project/Project.py" line="1162"/> <source>Read debugger properties</source> <translation>读取调试器属性</translation> </message> <message> - <location filename="../Project/Project.py" line="1175"/> + <location filename="../Project/Project.py" line="1196"/> <source>Save debugger properties</source> <translation>保存调试器属性</translation> </message> <message> - <location filename="../Project/Project.py" line="1201"/> + <location filename="../Project/Project.py" line="1222"/> <source>Delete debugger properties</source> <translation>删除调试器属性</translation> </message> <message> - <location filename="../Project/Project.py" line="1312"/> + <location filename="../Project/Project.py" line="1333"/> <source>Add Language</source> <translation>添加语言</translation> </message> <message> - <location filename="../Project/Project.py" line="1312"/> + <location filename="../Project/Project.py" line="1333"/> <source>You have to specify a translation pattern first.</source> <translation>必须先指定一个翻译样式。</translation> </message> <message> - <location filename="../Project/Project.py" line="1435"/> + <location filename="../Project/Project.py" line="1456"/> <source>Delete translation</source> <translation>删除翻译</translation> </message> <message> - <location filename="../Project/Project.py" line="1600"/> + <location filename="../Project/Project.py" line="1621"/> <source>Add file</source> <translation>添加文件</translation> </message> <message> - <location filename="../Project/Project.py" line="1718"/> + <location filename="../Project/Project.py" line="1739"/> <source>The target directory must not be empty.</source> <translation>目标文件夹不能为空。</translation> </message> <message> - <location filename="../Project/Project.py" line="1729"/> + <location filename="../Project/Project.py" line="1750"/> <source>Add directory</source> <translation>添加文件夹</translation> </message> <message> - <location filename="../Project/Project.py" line="1631"/> + <location filename="../Project/Project.py" line="1652"/> <source><p>The source directory doesn't contain any files belonging to the selected category.</p></source> <translation><p>源文件夹不包含任何属于所选类别的文件。</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1729"/> + <location filename="../Project/Project.py" line="1750"/> <source>The source directory must not be empty.</source> <translation>源文件夹不能为空。</translation> </message> <message> - <location filename="../Project/Project.py" line="1866"/> + <location filename="../Project/Project.py" line="1887"/> <source>Rename file</source> <translation>重命名文件</translation> </message> <message> - <location filename="../Project/Project.py" line="1890"/> + <location filename="../Project/Project.py" line="1911"/> <source>Rename File</source> <translation>重命名文件</translation> </message> <message> - <location filename="../Project/Project.py" line="2133"/> + <location filename="../Project/Project.py" line="2154"/> <source>Delete file</source> <translation>删除文件</translation> </message> <message> - <location filename="../Project/Project.py" line="2163"/> + <location filename="../Project/Project.py" line="2184"/> <source>Delete directory</source> <translation>删除文件夹</translation> </message> <message> - <location filename="../Project/Project.py" line="2246"/> + <location filename="../Project/Project.py" line="2271"/> <source>Create project directory</source> <translation>创建项目文件夹</translation> </message> <message> - <location filename="../Project/Project.py" line="2777"/> + <location filename="../Project/Project.py" line="2858"/> <source>New Project</source> <translation>新建项目</translation> </message> <message> - <location filename="../Project/Project.py" line="2326"/> + <location filename="../Project/Project.py" line="2386"/> <source>Add existing files to the project?</source> <translation>是否将已有文件添加到项目中?</translation> </message> <message> - <location filename="../Project/Project.py" line="2777"/> + <location filename="../Project/Project.py" line="2858"/> <source>Select Version Control System</source> <translation>选择版本控制系统</translation> </message> <message> - <location filename="../Project/Project.py" line="2445"/> + <location filename="../Project/Project.py" line="2505"/> <source>Would you like to edit the VCS command options?</source> <translation>是否编辑版本控制系统命令选项?</translation> </message> <message> - <location filename="../Project/Project.py" line="3615"/> + <location filename="../Project/Project.py" line="3702"/> <source>New project</source> <translation>新建项目</translation> </message> <message> - <location filename="../Project/Project.py" line="2393"/> + <location filename="../Project/Project.py" line="2453"/> <source>Shall the project file be added to the repository?</source> <translation>是否将项目文件添加到仓库?</translation> </message> <message> - <location filename="../Project/Project.py" line="2424"/> + <location filename="../Project/Project.py" line="2484"/> <source>None</source> <translation>无</translation> </message> <message> - <location filename="../Project/Project.py" line="2417"/> + <location filename="../Project/Project.py" line="2477"/> <source>Select version control system for the project</source> <translation>为项目选择版本控制系统</translation> </message> <message> - <location filename="../Project/Project.py" line="2523"/> + <location filename="../Project/Project.py" line="2583"/> <source>Translation Pattern</source> <translation>翻译样式</translation> </message> <message> - <location filename="../Project/Project.py" line="2523"/> + <location filename="../Project/Project.py" line="2583"/> <source>Enter the path pattern for translation files (use '%language%' in place of the language code):</source> <translation>为翻译文件输入路径样式(在语言代码的相应位置使用“'%language%”):</translation> </message> <message> - <location filename="../Project/Project.py" line="3629"/> + <location filename="../Project/Project.py" line="3716"/> <source>Open project</source> <translation>打开项目</translation> </message> <message> - <location filename="../Project/Project.py" line="2916"/> + <location filename="../Project/Project.py" line="3001"/> <source>Project Files (*.e4p)</source> <translation>项目文件 (*.e4p)</translation> </message> <message> - <location filename="../Project/Project.py" line="3666"/> + <location filename="../Project/Project.py" line="3753"/> <source>Save project as</source> <translation>项目另存为</translation> </message> <message> - <location filename="../Project/Project.py" line="2931"/> + <location filename="../Project/Project.py" line="3016"/> <source>Save File</source> <translation>保存文件</translation> </message> <message> - <location filename="../Project/Project.py" line="2967"/> + <location filename="../Project/Project.py" line="3052"/> <source>Close Project</source> <translation>关闭项目</translation> </message> <message> - <location filename="../Project/Project.py" line="2967"/> + <location filename="../Project/Project.py" line="3052"/> <source>The current project has unsaved changes.</source> <translation>当前项目的更改未保存。</translation> </message> <message> - <location filename="../Project/Project.py" line="3140"/> + <location filename="../Project/Project.py" line="3227"/> <source>Syntax errors detected</source> <translation>检测到语法错误</translation> </message> <message numerus="yes"> - <location filename="../Project/Project.py" line="3140"/> + <location filename="../Project/Project.py" line="3227"/> <source>The project contains %n file(s) with syntax errors.</source> <translation> <numerusform>项目包含 %n 文件有语法错误。</numerusform> </translation> </message> <message> - <location filename="../Project/Project.py" line="3615"/> + <location filename="../Project/Project.py" line="3702"/> <source>&New...</source> <translation>新建(&N)…</translation> </message> <message> - <location filename="../Project/Project.py" line="3620"/> + <location filename="../Project/Project.py" line="3707"/> <source>Generate a new project</source> <translation>生成新项目</translation> </message> <message> - <location filename="../Project/Project.py" line="3621"/> + <location filename="../Project/Project.py" line="3708"/> <source><b>New...</b><p>This opens a dialog for entering the info for a new project.</p></source> <translation><b>新建…</b><p>打开一个对话框为新项目输入信息。</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3629"/> + <location filename="../Project/Project.py" line="3716"/> <source>&Open...</source> <translation>打开(&O)…</translation> </message> <message> - <location filename="../Project/Project.py" line="3634"/> + <location filename="../Project/Project.py" line="3721"/> <source>Open an existing project</source> <translation>打开一个已有项目</translation> </message> <message> - <location filename="../Project/Project.py" line="3635"/> + <location filename="../Project/Project.py" line="3722"/> <source><b>Open...</b><p>This opens an existing project.</p></source> <translation><b>打开…</b><p>打开一个已有项目。</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3642"/> + <location filename="../Project/Project.py" line="3729"/> <source>Close project</source> <translation>关闭项目</translation> </message> <message> - <location filename="../Project/Project.py" line="3642"/> + <location filename="../Project/Project.py" line="3729"/> <source>&Close</source> <translation>关闭(&C)</translation> </message> <message> - <location filename="../Project/Project.py" line="3646"/> + <location filename="../Project/Project.py" line="3733"/> <source>Close the current project</source> <translation>关闭当前项目</translation> </message> <message> - <location filename="../Project/Project.py" line="3647"/> + <location filename="../Project/Project.py" line="3734"/> <source><b>Close</b><p>This closes the current project.</p></source> <translation><b>关闭</b><p>关闭当前项目。</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3654"/> + <location filename="../Project/Project.py" line="3741"/> <source>Save project</source> <translation>保存项目</translation> </message> <message> - <location filename="../Project/Project.py" line="3846"/> + <location filename="../Project/Project.py" line="3933"/> <source>&Save</source> <translation>保存(&S)</translation> </message> <message> - <location filename="../Project/Project.py" line="3658"/> + <location filename="../Project/Project.py" line="3745"/> <source>Save the current project</source> <translation>保存当前项目</translation> </message> <message> - <location filename="../Project/Project.py" line="3659"/> + <location filename="../Project/Project.py" line="3746"/> <source><b>Save</b><p>This saves the current project.</p></source> <translation><b>保存</b><p>保存当前项目</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3666"/> + <location filename="../Project/Project.py" line="3753"/> <source>Save &as...</source> <translation>另存为(&A)…</translation> </message> <message> - <location filename="../Project/Project.py" line="3670"/> + <location filename="../Project/Project.py" line="3757"/> <source>Save the current project to a new file</source> <translation>将当前项目另存为一个新文件</translation> </message> <message> - <location filename="../Project/Project.py" line="3672"/> + <location filename="../Project/Project.py" line="3759"/> <source><b>Save as</b><p>This saves the current project to a new file.</p></source> <translation><b>另存为</b><p>将当前项目另存为一个新文件。</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3681"/> + <location filename="../Project/Project.py" line="3768"/> <source>Add files to project</source> <translation>将文件添加到项目中</translation> </message> <message> - <location filename="../Project/Project.py" line="3681"/> + <location filename="../Project/Project.py" line="3768"/> <source>Add &files...</source> <translation>添加文件(&F)…</translation> </message> <message> - <location filename="../Project/Project.py" line="3686"/> + <location filename="../Project/Project.py" line="3773"/> <source>Add files to the current project</source> <translation>将文件添加到当前项目中</translation> </message> <message> - <location filename="../Project/Project.py" line="3688"/> + <location filename="../Project/Project.py" line="3775"/> <source><b>Add files...</b><p>This opens a dialog for adding files to the current project. The place to add is determined by the file extension.</p></source> <translation><b>添加文件…</b><p>打开一个对话框为当前项目添加文件。添加的位置由文件扩展名决定。</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3697"/> + <location filename="../Project/Project.py" line="3784"/> <source>Add directory to project</source> <translation>将文件夹添加到项目中</translation> </message> <message> - <location filename="../Project/Project.py" line="3697"/> + <location filename="../Project/Project.py" line="3784"/> <source>Add directory...</source> <translation>添加文件夹…</translation> </message> <message> - <location filename="../Project/Project.py" line="3702"/> + <location filename="../Project/Project.py" line="3789"/> <source>Add a directory to the current project</source> <translation>为当前工程添加文件夹</translation> </message> <message> - <location filename="../Project/Project.py" line="3704"/> + <location filename="../Project/Project.py" line="3791"/> <source><b>Add directory...</b><p>This opens a dialog for adding a directory to the current project.</p></source> <translation><b>添加文件夹…</b><p>打开一个对话框将文件夹添加到当前项目中。</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3712"/> + <location filename="../Project/Project.py" line="3799"/> <source>Add translation to project</source> <translation>将翻译添加到项目中</translation> </message> <message> - <location filename="../Project/Project.py" line="3712"/> + <location filename="../Project/Project.py" line="3799"/> <source>Add &translation...</source> <translation>添加翻译(&T)…</translation> </message> <message> - <location filename="../Project/Project.py" line="3717"/> + <location filename="../Project/Project.py" line="3804"/> <source>Add a translation to the current project</source> <translation>将翻译添加到当前项目中</translation> </message> <message> - <location filename="../Project/Project.py" line="3719"/> + <location filename="../Project/Project.py" line="3806"/> <source><b>Add translation...</b><p>This opens a dialog for add a translation to the current project.</p></source> <translation><b>添加翻译…</b><p>打开一个对话框将翻译添加到当前项目中。</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3727"/> + <location filename="../Project/Project.py" line="3814"/> <source>Search new files</source> <translation>搜索新文件</translation> </message> <message> - <location filename="../Project/Project.py" line="3727"/> + <location filename="../Project/Project.py" line="3814"/> <source>Searc&h new files...</source> <translation>搜索新文件(&H)…</translation> </message> <message> - <location filename="../Project/Project.py" line="3731"/> + <location filename="../Project/Project.py" line="3818"/> <source>Search new files in the project directory.</source> <translation>在项目文件夹中搜索新文件。</translation> </message> @@ -51275,57 +51343,57 @@ <translation type="obsolete"><b>搜索新文件…</b><p>在项目文件夹和注册的子文件夹中搜索新文件(源文件, *.ui, *.idl)。</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3757"/> + <location filename="../Project/Project.py" line="3844"/> <source>Project properties</source> <translation>项目属性</translation> </message> <message> - <location filename="../Project/Project.py" line="3757"/> + <location filename="../Project/Project.py" line="3844"/> <source>&Properties...</source> <translation>属性(&P)…</translation> </message> <message> - <location filename="../Project/Project.py" line="3762"/> + <location filename="../Project/Project.py" line="3849"/> <source>Show the project properties</source> <translation>显示项目属性</translation> </message> <message> - <location filename="../Project/Project.py" line="3763"/> + <location filename="../Project/Project.py" line="3850"/> <source><b>Properties...</b><p>This shows a dialog to edit the project properties.</p></source> <translation><b>属性…</b><p>显示一个对话框可编辑项目属性。</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3770"/> + <location filename="../Project/Project.py" line="3857"/> <source>User project properties</source> <translation>用户项目属性</translation> </message> <message> - <location filename="../Project/Project.py" line="3770"/> + <location filename="../Project/Project.py" line="3857"/> <source>&User Properties...</source> <translation>用户属性(&U)…</translation> </message> <message> - <location filename="../Project/Project.py" line="3775"/> + <location filename="../Project/Project.py" line="3862"/> <source>Show the user specific project properties</source> <translation>显示用户指定的项目属性</translation> </message> <message> - <location filename="../Project/Project.py" line="3777"/> + <location filename="../Project/Project.py" line="3864"/> <source><b>User Properties...</b><p>This shows a dialog to edit the user specific project properties.</p></source> <translation><b>用户属性…</b><p>显示一个对话框可编辑用户指定的项目属性。</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3785"/> + <location filename="../Project/Project.py" line="3872"/> <source>Filetype Associations</source> <translation>文件类型关联</translation> </message> <message> - <location filename="../Project/Project.py" line="3785"/> + <location filename="../Project/Project.py" line="3872"/> <source>Filetype Associations...</source> <translation>文件类型关联…</translation> </message> <message> - <location filename="../Project/Project.py" line="3789"/> + <location filename="../Project/Project.py" line="3876"/> <source>Show the project filetype associations</source> <translation>显示项目文件类型关联</translation> </message> @@ -51335,352 +51403,352 @@ <translation type="obsolete"><b>文件类型关联…</b><p>显示一个对话框可编辑项目的文件类型关联。这些关联以文件名样式决定类型(源代码、窗体、界面或其它)。在把一个文件添加到项目中和搜索新文件时使用。</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3821"/> + <location filename="../Project/Project.py" line="3908"/> <source>Debugger Properties</source> <translation>调试器属性</translation> </message> <message> - <location filename="../Project/Project.py" line="3821"/> - <source>Debugger &Properties...</source> - <translation>调试器属性(&P)…</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3825"/> - <source>Show the debugger properties</source> - <translation>显示调试器属性</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3826"/> - <source><b>Debugger Properties...</b><p>This shows a dialog to edit project specific debugger settings.</p></source> - <translation><b>调试器属性…</b><p>显示一个对话框以编辑项目指定的调试器设定。</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3834"/> - <source>Load</source> - <translation>载入</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3834"/> - <source>&Load</source> - <translation>载入(&L)</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3838"/> - <source>Load the debugger properties</source> - <translation>载入调试器属性</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3839"/> - <source><b>Load Debugger Properties</b><p>This loads the project specific debugger settings.</p></source> - <translation><b>载入调试器属性</b><p>载入项目指定的调试器设定。</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3846"/> - <source>Save</source> - <translation>保存</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3850"/> - <source>Save the debugger properties</source> - <translation>保存调试器属性</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3851"/> - <source><b>Save Debugger Properties</b><p>This saves the project specific debugger settings.</p></source> - <translation><b>保存调试器属性</b><p>保存项目指定的调试器设置。</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3858"/> - <source>Delete</source> - <translation>删除</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3858"/> - <source>&Delete</source> - <translation>删除(&D)</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3862"/> - <source>Delete the debugger properties</source> - <translation>删除调试器属性</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3863"/> - <source><b>Delete Debugger Properties</b><p>This deletes the file containing the project specific debugger settings.</p></source> - <translation><b>删除调试器属性</b><p>删除包含项目指定调试器设置的文件。</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3871"/> - <source>Reset</source> - <translation>重置</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3871"/> - <source>&Reset</source> - <translation>重置(&R)</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3875"/> - <source>Reset the debugger properties</source> - <translation>重围调试器属性</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3876"/> - <source><b>Reset Debugger Properties</b><p>This resets the project specific debugger settings.</p></source> - <translation><b>重置调试器属性</b><p>重置项目指定的调试器设置。</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3885"/> - <source>Load session</source> - <translation>载入会话</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3889"/> - <source>Load the projects session file.</source> - <translation>载入项目会话文件。</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3890"/> - <source><b>Load session</b><p>This loads the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> - <translation><b>载入会话</b><p>载入项目会话文件。会话包括如下数据。<br>- 所有打开的源文件<br>- 所有断点<br>- 命令行参数<br>- 工作文件夹<br>- 异常报告标志</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3903"/> - <source>Save session</source> - <translation>保存会话</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3907"/> - <source>Save the projects session file.</source> - <translation>保存项目会话文件。</translation> - </message> - <message> <location filename="../Project/Project.py" line="3908"/> - <source><b>Save session</b><p>This saves the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> - <translation><b>保存会话</b><p>保存项目会话文件。会话包括如下数据。<br>- 所有打开的源文件<br>- 所有断点<br>- 命令行参数<br>- 工作文件夹<br>- 异常报告标志</p></translation> + <source>Debugger &Properties...</source> + <translation>调试器属性(&P)…</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3912"/> + <source>Show the debugger properties</source> + <translation>显示调试器属性</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3913"/> + <source><b>Debugger Properties...</b><p>This shows a dialog to edit project specific debugger settings.</p></source> + <translation><b>调试器属性…</b><p>显示一个对话框以编辑项目指定的调试器设定。</p></translation> </message> <message> <location filename="../Project/Project.py" line="3921"/> - <source>Delete session</source> - <translation>删除会话</translation> + <source>Load</source> + <translation>载入</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3921"/> + <source>&Load</source> + <translation>载入(&L)</translation> </message> <message> <location filename="../Project/Project.py" line="3925"/> - <source>Delete the projects session file.</source> - <translation>删除项目会话文件。</translation> + <source>Load the debugger properties</source> + <translation>载入调试器属性</translation> </message> <message> <location filename="../Project/Project.py" line="3926"/> - <source><b>Delete session</b><p>This deletes the projects session file</p></source> - <translation><b>删除会话</b><p>删除项目会话文件</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3935"/> - <source>Code Metrics</source> - <translation>代码度量</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3935"/> - <source>&Code Metrics...</source> - <translation>代码度量(&C)…</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3939"/> - <source>Show some code metrics for the project.</source> - <translation>显示项目的部分代码度量。</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3941"/> - <source><b>Code Metrics...</b><p>This shows some code metrics for all Python files in the project.</p></source> - <translation><b>代码度量…</b><p>显示项目中所有 Python 文件的部分代码度量。</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3949"/> - <source>Python Code Coverage</source> - <translation>Python 代码覆盖率</translation> + <source><b>Load Debugger Properties</b><p>This loads the project specific debugger settings.</p></source> + <translation><b>载入调试器属性</b><p>载入项目指定的调试器设定。</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3933"/> + <source>Save</source> + <translation>保存</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3937"/> + <source>Save the debugger properties</source> + <translation>保存调试器属性</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3938"/> + <source><b>Save Debugger Properties</b><p>This saves the project specific debugger settings.</p></source> + <translation><b>保存调试器属性</b><p>保存项目指定的调试器设置。</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3945"/> + <source>Delete</source> + <translation>删除</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3945"/> + <source>&Delete</source> + <translation>删除(&D)</translation> </message> <message> <location filename="../Project/Project.py" line="3949"/> - <source>Code Co&verage...</source> - <translation>代码覆盖率(&v)…</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3953"/> - <source>Show code coverage information for the project.</source> - <translation>显示项目的代码覆盖率信息。</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3955"/> - <source><b>Code Coverage...</b><p>This shows the code coverage information for all Python files in the project.</p></source> - <translation><b>代码覆盖率…</b><p>显示项目中所有 Python 文件的代码覆盖率。</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4754"/> - <source>Profile Data</source> - <translation>剖析数据</translation> + <source>Delete the debugger properties</source> + <translation>删除调试器属性</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3950"/> + <source><b>Delete Debugger Properties</b><p>This deletes the file containing the project specific debugger settings.</p></source> + <translation><b>删除调试器属性</b><p>删除包含项目指定调试器设置的文件。</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3958"/> + <source>Reset</source> + <translation>重置</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3958"/> + <source>&Reset</source> + <translation>重置(&R)</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3962"/> + <source>Reset the debugger properties</source> + <translation>重围调试器属性</translation> </message> <message> <location filename="../Project/Project.py" line="3963"/> + <source><b>Reset Debugger Properties</b><p>This resets the project specific debugger settings.</p></source> + <translation><b>重置调试器属性</b><p>重置项目指定的调试器设置。</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3972"/> + <source>Load session</source> + <translation>载入会话</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3976"/> + <source>Load the projects session file.</source> + <translation>载入项目会话文件。</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3977"/> + <source><b>Load session</b><p>This loads the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> + <translation><b>载入会话</b><p>载入项目会话文件。会话包括如下数据。<br>- 所有打开的源文件<br>- 所有断点<br>- 命令行参数<br>- 工作文件夹<br>- 异常报告标志</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3990"/> + <source>Save session</source> + <translation>保存会话</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3994"/> + <source>Save the projects session file.</source> + <translation>保存项目会话文件。</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3995"/> + <source><b>Save session</b><p>This saves the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> + <translation><b>保存会话</b><p>保存项目会话文件。会话包括如下数据。<br>- 所有打开的源文件<br>- 所有断点<br>- 命令行参数<br>- 工作文件夹<br>- 异常报告标志</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4008"/> + <source>Delete session</source> + <translation>删除会话</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4012"/> + <source>Delete the projects session file.</source> + <translation>删除项目会话文件。</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4013"/> + <source><b>Delete session</b><p>This deletes the projects session file</p></source> + <translation><b>删除会话</b><p>删除项目会话文件</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4022"/> + <source>Code Metrics</source> + <translation>代码度量</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4022"/> + <source>&Code Metrics...</source> + <translation>代码度量(&C)…</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4026"/> + <source>Show some code metrics for the project.</source> + <translation>显示项目的部分代码度量。</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4028"/> + <source><b>Code Metrics...</b><p>This shows some code metrics for all Python files in the project.</p></source> + <translation><b>代码度量…</b><p>显示项目中所有 Python 文件的部分代码度量。</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4036"/> + <source>Python Code Coverage</source> + <translation>Python 代码覆盖率</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4036"/> + <source>Code Co&verage...</source> + <translation>代码覆盖率(&v)…</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4040"/> + <source>Show code coverage information for the project.</source> + <translation>显示项目的代码覆盖率信息。</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4042"/> + <source><b>Code Coverage...</b><p>This shows the code coverage information for all Python files in the project.</p></source> + <translation><b>代码覆盖率…</b><p>显示项目中所有 Python 文件的代码覆盖率。</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4883"/> + <source>Profile Data</source> + <translation>剖析数据</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4050"/> <source>&Profile Data...</source> <translation>剖析数据(&P)…</translation> </message> <message> - <location filename="../Project/Project.py" line="3967"/> + <location filename="../Project/Project.py" line="4054"/> <source>Show profiling data for the project.</source> <translation>显示项目的剖析数据。</translation> </message> <message> - <location filename="../Project/Project.py" line="3969"/> + <location filename="../Project/Project.py" line="4056"/> <source><b>Profile Data...</b><p>This shows the profiling data for the project.</p></source> <translation><b>剖析数据…</b><p>显示项目的剖析数据。</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4808"/> + <location filename="../Project/Project.py" line="4937"/> <source>Application Diagram</source> <translation>应用程序图</translation> </message> <message> - <location filename="../Project/Project.py" line="3978"/> + <location filename="../Project/Project.py" line="4065"/> <source>&Application Diagram...</source> <translation>应用程序(&A)图…</translation> </message> <message> - <location filename="../Project/Project.py" line="3982"/> + <location filename="../Project/Project.py" line="4069"/> <source>Show a diagram of the project.</source> <translation>显示项目图表。</translation> </message> <message> - <location filename="../Project/Project.py" line="3984"/> + <location filename="../Project/Project.py" line="4071"/> <source><b>Application Diagram...</b><p>This shows a diagram of the project.</p></source> <translation><b>应用程序图…</b><p>显示项目的图表。</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5002"/> + <location filename="../Project/Project.py" line="5131"/> <source>Create Package List</source> <translation>创建程序包列表</translation> </message> <message> - <location filename="../Project/Project.py" line="4007"/> + <location filename="../Project/Project.py" line="4094"/> <source>Create &Package List</source> <translation type="unfinished">创建插件存档(&A)</translation> </message> <message> - <location filename="../Project/Project.py" line="5278"/> + <location filename="../Project/Project.py" line="5407"/> <source>Create Plugin Archive</source> <translation>创建插件存档</translation> </message> <message> - <location filename="../Project/Project.py" line="4023"/> + <location filename="../Project/Project.py" line="4110"/> <source>Create Plugin &Archives</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4077"/> + <location filename="../Project/Project.py" line="4195"/> <source>&Project</source> <translation>项目(&P)</translation> </message> <message> - <location filename="../Project/Project.py" line="4078"/> + <location filename="../Project/Project.py" line="4196"/> <source>Open &Recent Projects</source> <translation>打开最近的项目</translation> </message> <message> - <location filename="../Project/Project.py" line="4079"/> + <location filename="../Project/Project.py" line="4197"/> <source>&Version Control</source> <translation>版本控制(&V)</translation> </message> <message> - <location filename="../Project/Project.py" line="4083"/> + <location filename="../Project/Project.py" line="4201"/> <source>Chec&k</source> <translation>检查(&K)</translation> </message> <message> - <location filename="../Project/Project.py" line="4085"/> + <location filename="../Project/Project.py" line="4203"/> <source>Sho&w</source> <translation>显示(&W)</translation> </message> <message> - <location filename="../Project/Project.py" line="4086"/> + <location filename="../Project/Project.py" line="4204"/> <source>&Diagrams</source> <translation>图表(&D)</translation> </message> <message> - <location filename="../Project/Project.py" line="4087"/> + <location filename="../Project/Project.py" line="4205"/> <source>Session</source> <translation>会话</translation> </message> <message> - <location filename="../Project/Project.py" line="4088"/> + <location filename="../Project/Project.py" line="4206"/> <source>Source &Documentation</source> <translation>源文档(&D)</translation> </message> <message> - <location filename="../Project/Project.py" line="4090"/> + <location filename="../Project/Project.py" line="4208"/> <source>Debugger</source> <translation>调试器</translation> </message> <message> - <location filename="../Project/Project.py" line="4091"/> + <location filename="../Project/Project.py" line="4209"/> <source>Pac&kagers</source> <translation>打包程序(&K)</translation> </message> <message> - <location filename="../Project/Project.py" line="4199"/> + <location filename="../Project/Project.py" line="4328"/> <source>Project</source> <translation>项目</translation> </message> <message> - <location filename="../Project/Project.py" line="4265"/> + <location filename="../Project/Project.py" line="4394"/> <source>&Clear</source> <translation>清除(&C)</translation> </message> <message> - <location filename="../Project/Project.py" line="4416"/> + <location filename="../Project/Project.py" line="4545"/> <source>Search New Files</source> <translation>搜索新文件</translation> </message> <message> - <location filename="../Project/Project.py" line="4416"/> + <location filename="../Project/Project.py" line="4545"/> <source>There were no new files found to be added.</source> <translation>没有要添加的新文件。</translation> </message> <message> - <location filename="../Project/Project.py" line="4562"/> + <location filename="../Project/Project.py" line="4691"/> <source>Version Control System</source> <translation>版本控制系统</translation> </message> <message> - <location filename="../Project/Project.py" line="4681"/> + <location filename="../Project/Project.py" line="4810"/> <source>Coverage Data</source> <translation>覆盖率数据</translation> </message> <message> - <location filename="../Project/Project.py" line="4731"/> + <location filename="../Project/Project.py" line="4860"/> <source>There is no main script defined for the current project. Aborting</source> <translation>当前项目未定义主脚本。终止</translation> </message> <message> - <location filename="../Project/Project.py" line="4704"/> + <location filename="../Project/Project.py" line="4833"/> <source>Code Coverage</source> <translation>代码覆盖率</translation> </message> <message> - <location filename="../Project/Project.py" line="4704"/> + <location filename="../Project/Project.py" line="4833"/> <source>Please select a coverage file</source> <translation>请选择一个覆盖率文件</translation> </message> <message> - <location filename="../Project/Project.py" line="4754"/> + <location filename="../Project/Project.py" line="4883"/> <source>Please select a profile file</source> <translation>请选择一个剖析文件</translation> </message> <message> - <location filename="../Project/Project.py" line="4808"/> + <location filename="../Project/Project.py" line="4937"/> <source>Include module names?</source> <translation>包含模块名?</translation> </message> <message> - <location filename="../Project/Project.py" line="4953"/> + <location filename="../Project/Project.py" line="5082"/> <source><p>The file <b>PKGLIST</b> already exists.</p><p>Overwrite it?</p></source> <translation><p>文件 <b>PKGLIST</b> 已存在。</p><p>是否覆盖?</p></translation> </message> @@ -51690,343 +51758,343 @@ <translation type="obsolete"><p>文件 <b>PKGLIST</b> 不存在。终止…</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5021"/> + <location filename="../Project/Project.py" line="5150"/> <source>The project does not have a main script defined. Aborting...</source> <translation>项目未定义主脚本。终止…</translation> </message> <message> - <location filename="../Project/Project.py" line="3803"/> + <location filename="../Project/Project.py" line="3890"/> <source>Lexer Associations</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3803"/> + <location filename="../Project/Project.py" line="3890"/> <source>Lexer Associations...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3807"/> + <location filename="../Project/Project.py" line="3894"/> <source>Show the project lexer associations (overriding defaults)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3809"/> + <location filename="../Project/Project.py" line="3896"/> <source><b>Lexer Associations...</b><p>This shows a dialog to edit the lexer associations of the project. These associations override the global lexer associations. Lexers are used to highlight the editor text.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="280"/> + <location filename="../Project/Project.py" line="290"/> <source>PySide GUI</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="281"/> + <location filename="../Project/Project.py" line="291"/> <source>PySide Console</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="167"/> + <location filename="../Project/Project.py" line="176"/> <source>Python3 Files (*.py *.py3);;Python3 GUI Files (*.pyw *.pyw3);;</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="745"/> + <location filename="../Project/Project.py" line="766"/> <source><p>The project file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="847"/> + <location filename="../Project/Project.py" line="868"/> <source><p>The project file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="883"/> + <location filename="../Project/Project.py" line="904"/> <source><p>The user specific project properties file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="907"/> + <location filename="../Project/Project.py" line="928"/> <source><p>The user specific project properties file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="965"/> + <location filename="../Project/Project.py" line="986"/> <source><p>The project session file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1001"/> + <location filename="../Project/Project.py" line="1022"/> <source><p>The project session file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1030"/> + <location filename="../Project/Project.py" line="1051"/> <source><p>The project session file <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1064"/> + <location filename="../Project/Project.py" line="1085"/> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"><p>任务文件 <b>{0}</b> 无法读取。</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1084"/> + <location filename="../Project/Project.py" line="1105"/> <source><p>The tasks file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"><p>任务文件 <b>{0}</b> 无法写入。</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1141"/> + <location filename="../Project/Project.py" line="1162"/> <source><p>The project debugger properties file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1175"/> + <location filename="../Project/Project.py" line="1196"/> <source><p>The project debugger properties file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1201"/> + <location filename="../Project/Project.py" line="1222"/> <source><p>The project debugger properties file <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1662"/> + <location filename="../Project/Project.py" line="1683"/> <source><p>The file <b>{0}</b> already exists.</p><p>Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2931"/> + <location filename="../Project/Project.py" line="3016"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"><p>文件 <b>{0}</b> 已经存在。是否覆盖?</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1890"/> + <location filename="../Project/Project.py" line="1911"/> <source><p>The file <b>{0}</b> could not be renamed.<br />Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2246"/> + <location filename="../Project/Project.py" line="2271"/> <source><p>The project directory <b>{0}</b> could not be created.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4562"/> + <location filename="../Project/Project.py" line="4691"/> <source><p>The selected VCS <b>{0}</b> could not be found.<br/>Disabling version control.</p><p>{1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5002"/> + <location filename="../Project/Project.py" line="5131"/> <source><p>The file <b>PKGLIST</b> could not be created.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5162"/> + <location filename="../Project/Project.py" line="5291"/> <source><p>The file <b>{0}</b> could not be stored in the archive. Ignoring it.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5236"/> + <location filename="../Project/Project.py" line="5365"/> <source><p>The plugin file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1587"/> + <location filename="../Project/Project.py" line="1608"/> <source><p>The selected file <b>{0}</b> could not be added to <b>{1}</b>.</p><p>Reason: {2}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1644"/> + <location filename="../Project/Project.py" line="1665"/> <source><p>The target directory <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="164"/> + <location filename="../Project/Project.py" line="173"/> <source>Python2 Files (*.py2);;Python2 GUI Files (*.pyw2);;</source> <translation>Python2 文件 (*.py2);;Python2 GUI 文件 (*.pyw2);;</translation> </message> <message> - <location filename="../Project/Project.py" line="2313"/> + <location filename="../Project/Project.py" line="2352"/> <source>Create main script</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2313"/> + <location filename="../Project/Project.py" line="2352"/> <source><p>The mainscript <b>{0}</b> could not be created.<br/>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3992"/> + <location filename="../Project/Project.py" line="4079"/> <source>Load Diagram</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3992"/> + <location filename="../Project/Project.py" line="4079"/> <source>&Load Diagram...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3996"/> + <location filename="../Project/Project.py" line="4083"/> <source>Load a diagram from file.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3998"/> + <location filename="../Project/Project.py" line="4085"/> <source><b>Load Diagram...</b><p>This loads a diagram from file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="341"/> + <location filename="../Project/Project.py" line="351"/> <source><p>The Programming Language <b>{0}</b> is not supported.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="364"/> + <location filename="../Project/Project.py" line="374"/> <source><p>The Project type <b>{0}</b> is already registered.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="352"/> + <location filename="../Project/Project.py" line="362"/> <source><p>The Project type <b>{0}</b> is already registered with Programming Language <b>{1}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="262"/> + <location filename="../Project/Project.py" line="272"/> <source>PyQt5 GUI</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="263"/> + <location filename="../Project/Project.py" line="273"/> <source>PyQt5 Console</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4550"/> + <location filename="../Project/Project.py" line="4679"/> <source><p>The selected VCS <b>{0}</b> could not be found. <br/>Reverting override.</p><p>{1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5278"/> + <location filename="../Project/Project.py" line="5407"/> <source><p>The plugin file <b>{0}</b> could not be read.</p> <p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4012"/> + <location filename="../Project/Project.py" line="4099"/> <source>Create an initial PKGLIST file for an eric6 plugin.</source> <translation type="unfinished">创建一个 eric6 插件存档文件。</translation> </message> <message> - <location filename="../Project/Project.py" line="4014"/> + <location filename="../Project/Project.py" line="4101"/> <source><b>Create Package List</b><p>This creates an initial list of files to include in an eric6 plugin archive. The list is created from the project file.</p></source> <translation type="unfinished"><b>创建插件存档</b><p>通过 PKGLIST 文件给出的文件列表创建 Eric4 插件存档文件。存档名从主脚本名构建。</p> {5 ?} {6 ?}</translation> </message> <message> - <location filename="../Project/Project.py" line="4028"/> + <location filename="../Project/Project.py" line="4115"/> <source>Create eric6 plugin archive files.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4030"/> + <location filename="../Project/Project.py" line="4117"/> <source><b>Create Plugin Archives</b><p>This creates eric6 plugin archive files using the list of files given in a PKGLIST* file. The archive name is built from the main script name if not designated in the package list file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5127"/> + <location filename="../Project/Project.py" line="5256"/> <source><p>The eric6 plugin archive file <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="260"/> + <location filename="../Project/Project.py" line="270"/> <source>PyQt4 GUI</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="261"/> + <location filename="../Project/Project.py" line="271"/> <source>PyQt4 Console</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="264"/> + <location filename="../Project/Project.py" line="274"/> <source>Eric6 Plugin</source> <translation>Eric6 插件</translation> </message> <message> - <location filename="../Project/Project.py" line="2747"/> + <location filename="../Project/Project.py" line="2828"/> <source>Create project management directory</source> <translation>创建项目管理目录</translation> </message> <message> - <location filename="../Project/Project.py" line="2747"/> + <location filename="../Project/Project.py" line="2828"/> <source><p>The project directory <b>{0}</b> is not writable.</p></source> <translation><p>项目目录 <b>{0}</b> 不可写。</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3742"/> + <location filename="../Project/Project.py" line="3829"/> <source>Alt+Ctrl+P</source> <comment>Project|Search Project File</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3748"/> + <location filename="../Project/Project.py" line="3835"/> <source>Search for a file in the project list of files.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3750"/> + <location filename="../Project/Project.py" line="3837"/> <source><b>Search Project File</b><p>This searches for a file in the project list of files.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3742"/> + <location filename="../Project/Project.py" line="3829"/> <source>Search Project File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3742"/> + <location filename="../Project/Project.py" line="3829"/> <source>Search Project File...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5056"/> + <location filename="../Project/Project.py" line="5185"/> <source>Create Plugin Archives</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4040"/> + <location filename="../Project/Project.py" line="4127"/> <source>Create Plugin Archives (Snapshot)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4040"/> + <location filename="../Project/Project.py" line="4127"/> <source>Create Plugin Archives (&Snapshot)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4045"/> + <location filename="../Project/Project.py" line="4132"/> <source>Create eric6 plugin archive files (snapshot releases).</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4047"/> + <location filename="../Project/Project.py" line="4134"/> <source><b>Create Plugin Archives (Snapshot)</b><p>This creates eric6 plugin archive files using the list of files given in the PKGLIST* file. The archive name is built from the main script name if not designated in the package list file. The version entry of the main script is modified to reflect a snapshot release.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5035"/> + <location filename="../Project/Project.py" line="5164"/> <source>Select package lists:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5052"/> + <location filename="../Project/Project.py" line="5181"/> <source>Creating plugin archives...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5052"/> + <location filename="../Project/Project.py" line="5181"/> <source>Abort</source> <translation type="unfinished">终止</translation> </message> <message> - <location filename="../Project/Project.py" line="5052"/> + <location filename="../Project/Project.py" line="5181"/> <source>%v/%m Archives</source> <translation type="unfinished"></translation> </message> @@ -52036,55 +52104,135 @@ <translation type="obsolete">覆盖率</translation> </message> <message> - <location filename="../Project/Project.py" line="5069"/> + <location filename="../Project/Project.py" line="5198"/> <source><p>The file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5181"/> + <location filename="../Project/Project.py" line="5310"/> <source><p>The eric6 plugin archive files were created with some errors.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5184"/> + <location filename="../Project/Project.py" line="5313"/> <source><p>The eric6 plugin archive files were created successfully.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5045"/> + <location filename="../Project/Project.py" line="5174"/> <source><p>No package list files (PKGLIST*) available or selected. Aborting...</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5099"/> + <location filename="../Project/Project.py" line="5228"/> <source><p>The file <b>{0}</b> is not ready yet.</p><p>Please rework it and delete the'; initial_list' line of the header.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3733"/> + <location filename="../Project/Project.py" line="3820"/> <source><b>Search new files...</b><p>This searches for new files (sources, *.ui, *.idl, *.proto) in the project directory and registered subdirectories.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3791"/> + <location filename="../Project/Project.py" line="3878"/> <source><b>Filetype Associations...</b><p>This shows a dialog to edit the file type associations of the project. These associations determine the type (source, form, interface, protocol 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="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1435"/> + <location filename="../Project/Project.py" line="1456"/> <source><p>The selected translation file <b>{0}</b> could not be deleted.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2133"/> + <location filename="../Project/Project.py" line="2154"/> <source><p>The selected file <b>{0}</b> could not be deleted.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2163"/> + <location filename="../Project/Project.py" line="2184"/> <source><p>The selected directory <b>{0}</b> could not be deleted.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Project/Project.py" line="2654"/> + <source>Create Makefile</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="2654"/> + <source><p>The makefile <b>{0}</b> could not be created.<br/>Reason: {1}</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5590"/> + <source>Execute Make</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4148"/> + <source>&Execute Make</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4152"/> + <source>Perform a 'make' run.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4154"/> + <source><b>Execute Make</b><p>This performs a 'make' run to rebuild the configured target.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5570"/> + <source>Test for Changes</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4162"/> + <source>&Test for Changes</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4166"/> + <source>Question 'make', if a rebuild is needed.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4168"/> + <source><b>Test for Changes</b><p>This questions 'make', if a rebuild of the configured target is necessary.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4210"/> + <source>Make</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5518"/> + <source>The make process did not start.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5563"/> + <source>The make process crashed.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5573"/> + <source><p>There are changes that require the configured make target <b>{0}</b> to be rebuilt.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5578"/> + <source><p>There are changes that require the default make target to be rebuilt.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5590"/> + <source>The makefile contains errors.</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>ProjectBaseBrowser</name> @@ -52971,8 +53119,8 @@ </message> <message> <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="163"/> - <source>Automatically compile</source> - <translation>自动编译</translation> + <source>Automatisations</source> + <translation type="unfinished">自动编译</translation> </message> <message> <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="169"/> @@ -52981,8 +53129,8 @@ </message> <message> <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="172"/> - <source>changed forms</source> - <translation>更改的窗体</translation> + <source>compile changed forms</source> + <translation type="unfinished">更改的窗体</translation> </message> <message> <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="179"/> @@ -52991,62 +53139,72 @@ </message> <message> <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="182"/> - <source>changed resources</source> - <translation>更改的窗体</translation> + <source>compile changed resources</source> + <translation type="unfinished">更改的窗体</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="221"/> + <source>Recent Projects</source> + <translation>最近的项目</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="227"/> + <source>Number of recent projects:</source> + <translation>最近项目数量:</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="234"/> + <source>Enter the number of recent projects to remember</source> + <translation>输入要记住的最近项目数量</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="202"/> + <source>Python Variant</source> + <translation>Python 变种</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="208"/> + <source>Select to determine the Python variant from the project language</source> + <translation>选择从项目语言中推断 Python 变种</translation> </message> <message> <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="211"/> - <source>Recent Projects</source> - <translation>最近的项目</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="217"/> - <source>Number of recent projects:</source> - <translation>最近项目数量:</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="224"/> - <source>Enter the number of recent projects to remember</source> - <translation>输入要记住的最近项目数量</translation> + <source>Determine Python variant from project language</source> + <translation>从项目语言中推断 Python 变种</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="266"/> + <source>Tasks</source> + <translation>任务</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="272"/> + <source>Select to save the project tasks automatically</source> + <translation>选择以自动保存项目任务</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="275"/> + <source>Save tasks automatically</source> + <translation>自动保存项目任务</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="282"/> + <source>Select to rescan the project tasks when a project is opened</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="285"/> + <source>Rescan tasks upon opening</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="189"/> + <source>Select to execute the configured 'make' command before a run action is performed</source> + <translation type="unfinished"></translation> </message> <message> <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="192"/> - <source>Python Variant</source> - <translation>Python 变种</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="198"/> - <source>Select to determine the Python variant from the project language</source> - <translation>选择从项目语言中推断 Python 变种</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="201"/> - <source>Determine Python variant from project language</source> - <translation>从项目语言中推断 Python 变种</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="256"/> - <source>Tasks</source> - <translation>任务</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="262"/> - <source>Select to save the project tasks automatically</source> - <translation>选择以自动保存项目任务</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="265"/> - <source>Save tasks automatically</source> - <translation>自动保存项目任务</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="272"/> - <source>Select to rescan the project tasks when a project is opened</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="275"/> - <source>Rescan tasks upon opening</source> + <source>execute make</source> <translation type="unfinished"></translation> </message> </context> @@ -53844,42 +54002,42 @@ <translation>选择项目的编程语言</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="84"/> + <location filename="../Project/PropertiesDialog.ui" line="86"/> <source>Select, if the project uses other programming languages as well</source> <translation>如果项目还同时使用其它编程语言,选择该选项</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="87"/> + <location filename="../Project/PropertiesDialog.ui" line="89"/> <source>Mi&xed programming languages</source> <translation>混合编程语言(&X)</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="90"/> + <location filename="../Project/PropertiesDialog.ui" line="92"/> <source>Alt+X</source> <translation>Alt+X</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="97"/> + <location filename="../Project/PropertiesDialog.ui" line="137"/> <source>Project &Type:</source> <translation>项目类型(&T):</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="107"/> + <location filename="../Project/PropertiesDialog.ui" line="147"/> <source>Select the type of the project</source> <translation>选择项目的类型</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="114"/> + <location filename="../Project/PropertiesDialog.ui" line="154"/> <source>Project &Directory:</source> <translation>项目文件夹(&D):</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="133"/> + <location filename="../Project/PropertiesDialog.ui" line="173"/> <source>Enter the project directory</source> <translation>输入项目文件夹</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="136"/> + <location filename="../Project/PropertiesDialog.ui" line="176"/> <source><b>Project Directory</b> <p>Enter the project directory. You may select it with a dialog by pressing the button to the right.</p></source> @@ -53899,34 +54057,34 @@ <translation type="obsolete"><b>项目文件夹</b><p>通过文件夹选择对话框选择一个项目文件夹。</p></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="145"/> + <location filename="../Project/PropertiesDialog.ui" line="185"/> <source>&Version No.:</source> <translation>版本号(&V):</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="155"/> + <location filename="../Project/PropertiesDialog.ui" line="195"/> <source>Enter the version number</source> <translation>输入版本号</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="158"/> + <location filename="../Project/PropertiesDialog.ui" line="198"/> <source><b>Version No.</b> <p>Enter the version no.</p></source> <translation><b>版本号</b> <p>输入版本号。</p></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="166"/> + <location filename="../Project/PropertiesDialog.ui" line="206"/> <source>&Main Script:</source> <translation>主脚本(&M):</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="185"/> + <location filename="../Project/PropertiesDialog.ui" line="225"/> <source>Enter the main script</source> <translation>输入主脚本</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="188"/> + <location filename="../Project/PropertiesDialog.ui" line="228"/> <source><b>Main Script</b> <p>Enter the main script of the project. You may select it with a dialog by pressing the button to the right.</p></source> @@ -53945,78 +54103,78 @@ <p>通过文件选择对话框选择项目主脚本。</p></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="197"/> + <location filename="../Project/PropertiesDialog.ui" line="237"/> <source>Press to edit the translations properties</source> <translation>点击编辑翻译属性</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="200"/> + <location filename="../Project/PropertiesDialog.ui" line="240"/> <source>Translations Properties...</source> <translation>翻译属性…</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="244"/> + <location filename="../Project/PropertiesDialog.ui" line="284"/> <source>&Author:</source> <translation>作者(&A):</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="254"/> + <location filename="../Project/PropertiesDialog.ui" line="294"/> <source>Enter authors name</source> <translation>输入作者名</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="257"/> + <location filename="../Project/PropertiesDialog.ui" line="297"/> <source><b>Author</b> <p>Enter the name of the author.</p></source> <translation><b>作者</b> <p>输入作者的名称。</p></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="265"/> + <location filename="../Project/PropertiesDialog.ui" line="305"/> <source>&Email:</source> <translation>电子邮件(&E):</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="275"/> + <location filename="../Project/PropertiesDialog.ui" line="315"/> <source>Enter authors email</source> <translation>输入作者的电子邮箱</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="278"/> + <location filename="../Project/PropertiesDialog.ui" line="318"/> <source><b>Email</b> <p>Enter the email address of the author</p></source> <translation><b>电子邮箱</b> <p>输入作者的电子邮件地址</p></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="286"/> + <location filename="../Project/PropertiesDialog.ui" line="326"/> <source>&Description:</source> <translation>描述(&D):</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="299"/> + <location filename="../Project/PropertiesDialog.ui" line="339"/> <source>Enter description</source> <translation>输入描述</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="302"/> + <location filename="../Project/PropertiesDialog.ui" line="342"/> <source><b>Description</b> <p>Enter a short description for the project.</p></source> <translation><b>描述</b> <p>为项目输入简要描述。</p></translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="343"/> + <location filename="../Project/PropertiesDialog.ui" line="383"/> <source>Press to show information about the repository</source> <translation>点击显示与仓库有关的信息</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="346"/> + <location filename="../Project/PropertiesDialog.ui" line="386"/> <source>Show &Repository Info</source> <translation>显示仓库信息(&R)</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="349"/> + <location filename="../Project/PropertiesDialog.ui" line="389"/> <source>Alt+R</source> <translation>Alt+R</translation> </message> @@ -54033,7 +54191,7 @@ <p>为多重项目输入简短描述。</p></translation> </message> <message> - <location filename="../Project/PropertiesDialog.py" line="111"/> + <location filename="../Project/PropertiesDialog.py" line="115"/> <source>The project is not version controlled.</source> <translation>项目未进行版本控制。</translation> </message> @@ -54058,55 +54216,70 @@ <translation>拼写检查属性…</translation> </message> <message> - <location filename="../Project/PropertiesDialog.py" line="105"/> + <location filename="../Project/PropertiesDialog.py" line="109"/> <source>The project is version controlled by <b>{0}</b>.</source> <translation>本项目由 <b>{0}</b> 进行版本控制。</translation> </message> <message> - <location filename="../Project/PropertiesDialog.py" line="56"/> + <location filename="../Project/PropertiesDialog.py" line="60"/> <source>Source Files ({0});;All Files (*)</source> <translation>源文件 ({0});;所有文件 (*)</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="207"/> + <location filename="../Project/PropertiesDialog.ui" line="247"/> <source>End of &Line Character:</source> <translation>行末字符(&L):</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="217"/> + <location filename="../Project/PropertiesDialog.ui" line="257"/> <source>Select the end of line character to be used by the project</source> <translation>选择项目中使用的行末字符</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="221"/> + <location filename="../Project/PropertiesDialog.ui" line="261"/> <source>System</source> <translation>系统默认</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="226"/> + <location filename="../Project/PropertiesDialog.ui" line="266"/> <source>Unix</source> <translation>Unix</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="231"/> + <location filename="../Project/PropertiesDialog.ui" line="271"/> <source>Macintosh</source> <translation>Macintosh</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="236"/> + <location filename="../Project/PropertiesDialog.ui" line="276"/> <source>Windows/DOS</source> <translation>Windows/DOS</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="318"/> + <location filename="../Project/PropertiesDialog.ui" line="358"/> <source>Select to create a version controlled project</source> <translation>选择创建进行版本控制的项目</translation> </message> <message> - <location filename="../Project/PropertiesDialog.ui" line="321"/> + <location filename="../Project/PropertiesDialog.ui" line="361"/> <source>Version Controlled Project</source> <translation>进行版本控制的项目</translation> </message> + <message> + <location filename="../Project/PropertiesDialog.ui" line="112"/> + <source>Select to activate the 'make' support</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/PropertiesDialog.ui" line="115"/> + <source>Enable 'make' Support</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/PropertiesDialog.ui" line="125"/> + <source>Press to open a dialog to enter the 'make' parameters</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>ProtobufPage</name> @@ -74794,868 +74967,868 @@ <translation>建立连接…</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="513"/> + <location filename="../UI/UserInterface.py" line="516"/> <source>Initializing Tools...</source> <translation>初始化工具…</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="531"/> + <location filename="../UI/UserInterface.py" line="534"/> <source>Registering Objects...</source> <translation>注册对象…</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="559"/> + <location filename="../UI/UserInterface.py" line="562"/> <source>Initializing Actions...</source> <translation>初始化动作…</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="561"/> + <location filename="../UI/UserInterface.py" line="564"/> <source>Initializing Menus...</source> <translation>初始化菜单…</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="563"/> + <location filename="../UI/UserInterface.py" line="566"/> <source>Initializing Toolbars...</source> <translation>初始化工具栏…</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="565"/> + <location filename="../UI/UserInterface.py" line="568"/> <source>Initializing Statusbar...</source> <translation>初始化状态栏…</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="592"/> + <location filename="../UI/UserInterface.py" line="595"/> <source>Initializing Single Application Server...</source> <translation>初始化单应用程序服务器…</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="602"/> + <location filename="../UI/UserInterface.py" line="605"/> <source>Activating Plugins...</source> <translation>激活插件…</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="617"/> + <location filename="../UI/UserInterface.py" line="620"/> <source>Restoring Toolbarmanager...</source> <translation>恢复工具拦管理器…</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1427"/> + <location filename="../UI/UserInterface.py" line="1430"/> <source>Project-Viewer</source> <translation>项目浏览器</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1444"/> + <location filename="../UI/UserInterface.py" line="1447"/> <source>Multiproject-Viewer</source> <translation>多重项目浏览器</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1462"/> + <location filename="../UI/UserInterface.py" line="1465"/> <source>Debug-Viewer</source> <translation>调试浏览器</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1513"/> + <location filename="../UI/UserInterface.py" line="1516"/> <source>Log-Viewer</source> <translation>日志浏览器</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1531"/> + <location filename="../UI/UserInterface.py" line="1534"/> <source>Task-Viewer</source> <translation>任务浏览器</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1549"/> + <location filename="../UI/UserInterface.py" line="1552"/> <source>Template-Viewer</source> <translation>模板浏览器</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1496"/> + <location filename="../UI/UserInterface.py" line="1499"/> <source>File-Browser</source> <translation>文件浏览器</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1480"/> + <location filename="../UI/UserInterface.py" line="1483"/> <source>Shell</source> <translation>命令行</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1592"/> + <location filename="../UI/UserInterface.py" line="1595"/> <source>Horizontal Toolbox</source> <translation>横向工具箱</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1331"/> + <location filename="../UI/UserInterface.py" line="1334"/> <source>Quit</source> <translation>退出</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1331"/> + <location filename="../UI/UserInterface.py" line="1334"/> <source>&Quit</source> <translation>退出(&Q)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1331"/> + <location filename="../UI/UserInterface.py" line="1334"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation>Ctrl+Q</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1337"/> + <location filename="../UI/UserInterface.py" line="1340"/> <source>Quit the IDE</source> <translation>退出程序</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1338"/> + <location filename="../UI/UserInterface.py" line="1341"/> <source><b>Quit the IDE</b><p>This quits the IDE. Any unsaved changes may be saved first. Any Python program being debugged will be stopped and the preferences will be written to disc.</p></source> <translation><b>退出程序</b><p>退出本程序。 先保存任何未保存的更改。任何被调试的 Python 程序都将停止,并将选项写入磁盘。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1393"/> + <location filename="../UI/UserInterface.py" line="1396"/> <source>Edit Profile</source> <translation>编辑模式</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1399"/> + <location filename="../UI/UserInterface.py" line="1402"/> <source>Activate the edit view profile</source> <translation>激活编辑视图模式</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1401"/> + <location filename="../UI/UserInterface.py" line="1404"/> <source><b>Edit Profile</b><p>Activate the "Edit View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.</p></source> <translation><b>编辑模式</b><p>激活“编辑视图模式”。如果激活了该模式,则显示的窗口将按“视图模式配置”对话框进行配置。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1410"/> + <location filename="../UI/UserInterface.py" line="1413"/> <source>Debug Profile</source> <translation>调试模式</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1416"/> + <location filename="../UI/UserInterface.py" line="1419"/> <source>Activate the debug view profile</source> <translation>激活调试模式</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1418"/> + <location filename="../UI/UserInterface.py" line="1421"/> <source><b>Debug Profile</b><p>Activate the "Debug View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.</p></source> <translation><b>调试模式</b><p>激活“调试视图模式”。如果激活了该模式,则显示的窗口将按“视图模式配置”对话框进行配置。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1427"/> + <location filename="../UI/UserInterface.py" line="1430"/> <source>&Project-Viewer</source> <translation>项目浏览器(&P)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1427"/> + <location filename="../UI/UserInterface.py" line="1430"/> <source>Alt+Shift+P</source> <translation>Alt+Shift+P</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1444"/> + <location filename="../UI/UserInterface.py" line="1447"/> <source>&Multiproject-Viewer</source> <translation>多重项目浏览器(&M)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1444"/> + <location filename="../UI/UserInterface.py" line="1447"/> <source>Alt+Shift+M</source> <translation>Alt+Shift+M</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1462"/> + <location filename="../UI/UserInterface.py" line="1465"/> <source>Alt+Shift+D</source> <translation>Alt+Shift+D</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1480"/> + <location filename="../UI/UserInterface.py" line="1483"/> <source>&Shell</source> <translation>命令行(&S)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1480"/> + <location filename="../UI/UserInterface.py" line="1483"/> <source>Alt+Shift+S</source> <translation>Alt+Shift+S</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1496"/> + <location filename="../UI/UserInterface.py" line="1499"/> <source>Alt+Shift+F</source> <translation>Alt+Shift+F</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1513"/> + <location filename="../UI/UserInterface.py" line="1516"/> <source>Alt+Shift+G</source> <translation>Alt+Shift+G</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1531"/> + <location filename="../UI/UserInterface.py" line="1534"/> <source>Alt+Shift+T</source> <translation>Alt+Shift+T</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1549"/> + <location filename="../UI/UserInterface.py" line="1552"/> <source>Alt+Shift+A</source> <translation>Alt+Shift+A</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1592"/> + <location filename="../UI/UserInterface.py" line="1595"/> <source>&Horizontal Toolbox</source> <translation>横向工具箱(&H)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1596"/> + <location filename="../UI/UserInterface.py" line="1599"/> <source>Toggle the Horizontal Toolbox window</source> <translation>切换横向工具箱窗口</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1598"/> + <location filename="../UI/UserInterface.py" line="1601"/> <source><b>Toggle the Horizontal Toolbox window</b><p>If the Horizontal Toolbox window is hidden then display it. If it is displayed then close it.</p></source> <translation><b>切换横向工具箱窗口</b><p>在横向工具箱窗口的显示和隐藏状态间切换。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1718"/> + <location filename="../UI/UserInterface.py" line="1721"/> <source>What's This?</source> <translation>这是什么?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1718"/> + <location filename="../UI/UserInterface.py" line="1721"/> <source>&What's This?</source> <translation>这是什么(&W)?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1718"/> + <location filename="../UI/UserInterface.py" line="1721"/> <source>Shift+F1</source> <translation>Shift+F1</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1724"/> + <location filename="../UI/UserInterface.py" line="1727"/> <source>Context sensitive help</source> <translation>背景帮助</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1725"/> + <location filename="../UI/UserInterface.py" line="1728"/> <source><b>Display context sensitive help</b><p>In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.</p></source> <translation><b>显示背景帮助</b><p>在“这是什么?”模式中,鼠标光标显示为带问号的箭头,通过点击界面元素你可以获得“在做什么”和“怎样使用”的简短描述。使用标题栏中的上下文帮助按钮可以获得此功能。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1737"/> + <location filename="../UI/UserInterface.py" line="1740"/> <source>Helpviewer</source> <translation>帮助浏览器</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1737"/> + <location filename="../UI/UserInterface.py" line="1740"/> <source>&Helpviewer...</source> <translation>帮助浏览器(&H)…</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1737"/> + <location filename="../UI/UserInterface.py" line="1740"/> <source>F1</source> <translation>F1</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1743"/> + <location filename="../UI/UserInterface.py" line="1746"/> <source>Open the helpviewer window</source> <translation>打开帮助浏览器窗口</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1765"/> + <location filename="../UI/UserInterface.py" line="1768"/> <source>Show Versions</source> <translation>显示版本</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1765"/> + <location filename="../UI/UserInterface.py" line="1768"/> <source>Show &Versions</source> <translation>显示版本(&V)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1769"/> + <location filename="../UI/UserInterface.py" line="1772"/> <source>Display version information</source> <translation>显示版本信息</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1771"/> + <location filename="../UI/UserInterface.py" line="1774"/> <source><b>Show Versions</b><p>Display version information.</p></source> <translation><b>显示版本</b><p>显示版本信息。</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1784"/> + <source>Check for Updates</source> + <translation>检查更新</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1781"/> - <source>Check for Updates</source> - <translation>检查更新</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1778"/> <source>Check for &Updates...</source> <translation>检查更新(&U)…</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1789"/> + <location filename="../UI/UserInterface.py" line="1792"/> <source>Show downloadable versions</source> <translation>显示可下载的版本</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1789"/> + <location filename="../UI/UserInterface.py" line="1792"/> <source>Show &downloadable versions...</source> <translation>显示可下载的版本(&D)…</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1793"/> + <location filename="../UI/UserInterface.py" line="1796"/> <source>Show the versions available for download</source> <translation>显示可以下载的版本</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3218"/> + <location filename="../UI/UserInterface.py" line="3221"/> <source>Report Bug</source> <translation>报告错误</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1816"/> + <location filename="../UI/UserInterface.py" line="1819"/> <source>Report &Bug...</source> <translation>报告错误(&B)…</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1820"/> + <location filename="../UI/UserInterface.py" line="1823"/> <source>Report a bug</source> <translation>报告一个错误</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1821"/> + <location filename="../UI/UserInterface.py" line="1824"/> <source><b>Report Bug...</b><p>Opens a dialog to report a bug.</p></source> <translation><b>报告错误…</b><p>打开一个对话框并报告一个错误。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1828"/> + <location filename="../UI/UserInterface.py" line="1831"/> <source>Request Feature</source> <translation>请求功能</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1828"/> + <location filename="../UI/UserInterface.py" line="1831"/> <source>Request &Feature...</source> <translation>请求功能(&F)…</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1832"/> + <location filename="../UI/UserInterface.py" line="1835"/> <source>Send a feature request</source> <translation>发送一个功能请求</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1834"/> + <location filename="../UI/UserInterface.py" line="1837"/> <source><b>Request Feature...</b><p>Opens a dialog to send a feature request.</p></source> <translation><b>请求功能…</b><p>打开一个对话框并发送一个功能请求。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2790"/> + <location filename="../UI/UserInterface.py" line="2793"/> <source>Unittest</source> <translation>单元测试</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1843"/> + <location filename="../UI/UserInterface.py" line="1846"/> <source>&Unittest...</source> <translation>单元测试(&U)…</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1848"/> + <location filename="../UI/UserInterface.py" line="1851"/> <source>Start unittest dialog</source> <translation>打开单元测试对话框</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1849"/> + <location filename="../UI/UserInterface.py" line="1852"/> <source><b>Unittest</b><p>Perform unit tests. The dialog gives you the ability to select and run a unittest suite.</p></source> <translation><b>单元测试</b><p>执行单元测试。通过对话框可以选择和运行一个单元测试组件。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1857"/> + <location filename="../UI/UserInterface.py" line="1860"/> <source>Unittest Restart</source> <translation>单元测试重启</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1857"/> + <location filename="../UI/UserInterface.py" line="1860"/> <source>&Restart Unittest...</source> <translation>重启单元测试(&R)…</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1862"/> + <location filename="../UI/UserInterface.py" line="1865"/> <source>Restart last unittest</source> <translation>重启最后的单元测试</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1863"/> + <location filename="../UI/UserInterface.py" line="1866"/> <source><b>Restart Unittest</b><p>Restart the unittest performed last.</p></source> <translation><b>重启单元测试</b><p>重新启动最后执行的单元测试。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1887"/> + <location filename="../UI/UserInterface.py" line="1890"/> <source>Unittest Script</source> <translation>脚本单元测试</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1887"/> + <location filename="../UI/UserInterface.py" line="1890"/> <source>Unittest &Script...</source> <translation>脚本单元测试(&S)…</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1892"/> + <location filename="../UI/UserInterface.py" line="1895"/> <source>Run unittest with current script</source> <translation>对当前脚本运行单元测试</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1894"/> + <location filename="../UI/UserInterface.py" line="1897"/> <source><b>Unittest Script</b><p>Run unittest with current script.</p></source> <translation><b>脚本单元测试</b><p>对当前脚本运动单元测试。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4346"/> + <location filename="../UI/UserInterface.py" line="4349"/> <source>Unittest Project</source> <translation>项目单元测试</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1902"/> + <location filename="../UI/UserInterface.py" line="1905"/> <source>Unittest &Project...</source> <translation>项目单元测试(&P)…</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1907"/> + <location filename="../UI/UserInterface.py" line="1910"/> <source>Run unittest with current project</source> <translation>对当前项目运行单元测试</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1909"/> + <location filename="../UI/UserInterface.py" line="1912"/> <source><b>Unittest Project</b><p>Run unittest with current project.</p></source> <translation><b>项目单元测试</b><p>对当前项目运行单元测试。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1970"/> + <location filename="../UI/UserInterface.py" line="1973"/> <source>UI Previewer</source> <translation>用户界面预览器</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1970"/> + <location filename="../UI/UserInterface.py" line="1973"/> <source>&UI Previewer...</source> <translation>用户界面预览器(&U)…</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1975"/> + <location filename="../UI/UserInterface.py" line="1978"/> <source>Start the UI Previewer</source> <translation>开启用户界面预览器</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1976"/> + <location filename="../UI/UserInterface.py" line="1979"/> <source><b>UI Previewer</b><p>Start the UI Previewer.</p></source> <translation><b>助词界面预览器</b><p>开启用户界面预览器。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1983"/> + <location filename="../UI/UserInterface.py" line="1986"/> <source>Translations Previewer</source> <translation>翻译预览器</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1983"/> + <location filename="../UI/UserInterface.py" line="1986"/> <source>&Translations Previewer...</source> <translation>翻译预览器(&T)…</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1988"/> + <location filename="../UI/UserInterface.py" line="1991"/> <source>Start the Translations Previewer</source> <translation>开启翻译预览器</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1990"/> + <location filename="../UI/UserInterface.py" line="1993"/> <source><b>Translations Previewer</b><p>Start the Translations Previewer.</p></source> <translation><b>翻译预览器</b><p>开启翻译预览器。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1997"/> + <location filename="../UI/UserInterface.py" line="2000"/> <source>Compare Files</source> <translation>比较文件</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1997"/> + <location filename="../UI/UserInterface.py" line="2000"/> <source>&Compare Files...</source> <translation>比较文件(&C)…</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2015"/> + <location filename="../UI/UserInterface.py" line="2018"/> <source>Compare two files</source> <translation>比较两个文件</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2003"/> + <location filename="../UI/UserInterface.py" line="2006"/> <source><b>Compare Files</b><p>Open a dialog to compare two files.</p></source> <translation><b>比较文件</b><p>打开对话框比较两个文件。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2010"/> + <location filename="../UI/UserInterface.py" line="2013"/> <source>Compare Files side by side</source> <translation>并排比较文件</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2016"/> + <location filename="../UI/UserInterface.py" line="2019"/> <source><b>Compare Files side by side</b><p>Open a dialog to compare two files and show the result side by side.</p></source> <translation><b>并排比较文件</b><p>打开对话框比较两个文件,并排显示结果。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2042"/> + <location filename="../UI/UserInterface.py" line="2045"/> <source>Mini Editor</source> <translation>小型编辑器</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2037"/> + <location filename="../UI/UserInterface.py" line="2040"/> <source>Mini &Editor...</source> <translation>小型编辑器(&E)…</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2043"/> + <location filename="../UI/UserInterface.py" line="2046"/> <source><b>Mini Editor</b><p>Open a dialog with a simplified editor.</p></source> <translation><b>小型编辑器</b><p>打开一个具有简化功能编辑器的对话框。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2111"/> + <location filename="../UI/UserInterface.py" line="2114"/> <source>Preferences</source> <translation>首选项</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2111"/> + <location filename="../UI/UserInterface.py" line="2114"/> <source>&Preferences...</source> <translation>首选项(&P)…</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2116"/> + <location filename="../UI/UserInterface.py" line="2119"/> <source>Set the prefered configuration</source> <translation>设定偏好配置</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2118"/> + <location filename="../UI/UserInterface.py" line="2121"/> <source><b>Preferences</b><p>Set the configuration items of the application with your prefered values.</p></source> <translation><b>首选项</b><p>将应用程序的配置项设定为你喜欢的值。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2127"/> + <location filename="../UI/UserInterface.py" line="2130"/> <source>Export Preferences</source> <translation>导出首选项</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2127"/> + <location filename="../UI/UserInterface.py" line="2130"/> <source>E&xport Preferences...</source> <translation>导出首选项(&X)…</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2132"/> + <location filename="../UI/UserInterface.py" line="2135"/> <source>Export the current configuration</source> <translation>导出当前配置</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2134"/> + <location filename="../UI/UserInterface.py" line="2137"/> <source><b>Export Preferences</b><p>Export the current configuration to a file.</p></source> <translation><b>导出首选项</b><p>将当前配置导出到一个文件中。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2141"/> + <location filename="../UI/UserInterface.py" line="2144"/> <source>Import Preferences</source> <translation>导入首选项</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2141"/> + <location filename="../UI/UserInterface.py" line="2144"/> <source>I&mport Preferences...</source> <translation>导入首选项(&M)…</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2146"/> + <location filename="../UI/UserInterface.py" line="2149"/> <source>Import a previously exported configuration</source> <translation>导入以前导出的配置</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2148"/> + <location filename="../UI/UserInterface.py" line="2151"/> <source><b>Import Preferences</b><p>Import a previously exported configuration.</p></source> <translation><b>导入首选项</b><p>导入以前导出的配置。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2155"/> + <location filename="../UI/UserInterface.py" line="2158"/> <source>Reload APIs</source> <translation>重新载入 API</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2155"/> + <location filename="../UI/UserInterface.py" line="2158"/> <source>Reload &APIs</source> <translation>重新载入 &API</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2159"/> + <location filename="../UI/UserInterface.py" line="2162"/> <source>Reload the API information</source> <translation>重新载入 API 信息</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2161"/> + <location filename="../UI/UserInterface.py" line="2164"/> <source><b>Reload APIs</b><p>Reload the API information.</p></source> <translation><b>重新载入 API</b><p>重新载入 API 信息。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2173"/> + <location filename="../UI/UserInterface.py" line="2176"/> <source>Show external tools</source> <translation>显示外部工具</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2168"/> + <location filename="../UI/UserInterface.py" line="2171"/> <source>Show external &tools</source> <translation>显示外部工具(&T)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2184"/> + <location filename="../UI/UserInterface.py" line="2187"/> <source>View Profiles</source> <translation>视图模式</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2184"/> + <location filename="../UI/UserInterface.py" line="2187"/> <source>&View Profiles...</source> <translation>视图模式(&V)…</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2189"/> + <location filename="../UI/UserInterface.py" line="2192"/> <source>Configure view profiles</source> <translation>配置视图模式</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2191"/> + <location filename="../UI/UserInterface.py" line="2194"/> <source><b>View Profiles</b><p>Configure the view profiles. With this dialog you may set the visibility of the various windows for the predetermined view profiles.</p></source> <translation><b>视图模式</b><p>配置视图模式。通过该对话框可以为预先确定的视图设置多个窗口的可见性。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2201"/> + <location filename="../UI/UserInterface.py" line="2204"/> <source>Toolbars</source> <translation>工具栏</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2201"/> + <location filename="../UI/UserInterface.py" line="2204"/> <source>Tool&bars...</source> <translation>工具栏(&B)…</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2206"/> + <location filename="../UI/UserInterface.py" line="2209"/> <source>Configure toolbars</source> <translation>配置工具栏</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2207"/> + <location filename="../UI/UserInterface.py" line="2210"/> <source><b>Toolbars</b><p>Configure the toolbars. With this dialog you may change the actions shown on the various toolbars and define your own toolbars.</p></source> <translation><b>工具栏</b><p>配置工具栏通过该对话框可以改变显示于多个工具栏的动作,还可以自定义工具栏。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2216"/> + <location filename="../UI/UserInterface.py" line="2219"/> <source>Keyboard Shortcuts</source> <translation>键盘快捷键</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2216"/> + <location filename="../UI/UserInterface.py" line="2219"/> <source>Keyboard &Shortcuts...</source> <translation>键盘快捷键(&S)…</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2221"/> + <location filename="../UI/UserInterface.py" line="2224"/> <source>Set the keyboard shortcuts</source> <translation>设置键盘快捷键</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2223"/> + <location filename="../UI/UserInterface.py" line="2226"/> <source><b>Keyboard Shortcuts</b><p>Set the keyboard shortcuts of the application with your prefered values.</p></source> <translation><b>键盘快捷键</b><p>将程序的键盘快捷键设置成你喜欢的按键。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5712"/> + <location filename="../UI/UserInterface.py" line="5715"/> <source>Export Keyboard Shortcuts</source> <translation>导出键盘快捷键</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2231"/> + <location filename="../UI/UserInterface.py" line="2234"/> <source>&Export Keyboard Shortcuts...</source> <translation>导出键盘快捷键(&E)…</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2236"/> + <location filename="../UI/UserInterface.py" line="2239"/> <source>Export the keyboard shortcuts</source> <translation>导出键盘快捷键</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2238"/> + <location filename="../UI/UserInterface.py" line="2241"/> <source><b>Export Keyboard Shortcuts</b><p>Export the keyboard shortcuts of the application.</p></source> <translation><b>导出键盘快捷键</b><p>导出程序的键盘快捷键。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5736"/> + <location filename="../UI/UserInterface.py" line="5739"/> <source>Import Keyboard Shortcuts</source> <translation>导入键盘快捷键</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2245"/> + <location filename="../UI/UserInterface.py" line="2248"/> <source>&Import Keyboard Shortcuts...</source> <translation>导入键盘快捷键(&I)…</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2250"/> + <location filename="../UI/UserInterface.py" line="2253"/> <source>Import the keyboard shortcuts</source> <translation>导入键盘快捷键</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2252"/> + <location filename="../UI/UserInterface.py" line="2255"/> <source><b>Import Keyboard Shortcuts</b><p>Import the keyboard shortcuts of the application.</p></source> <translation><b>导入键盘快捷键</b><p>导入程序的键盘快捷键。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2310"/> + <location filename="../UI/UserInterface.py" line="2313"/> <source>Activate current editor</source> <translation>激活当前编辑器</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2310"/> + <location filename="../UI/UserInterface.py" line="2313"/> <source>Alt+Shift+E</source> <translation>Alt+Shift+E</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2320"/> + <location filename="../UI/UserInterface.py" line="2323"/> <source>Show next</source> <translation>显示下一个</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2320"/> + <location filename="../UI/UserInterface.py" line="2323"/> <source>Ctrl+Alt+Tab</source> <translation>Ctrl+Alt+Tab</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2329"/> + <location filename="../UI/UserInterface.py" line="2332"/> <source>Show previous</source> <translation>显示上一个</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2329"/> + <location filename="../UI/UserInterface.py" line="2332"/> <source>Shift+Ctrl+Alt+Tab</source> <translation>Shift+Ctrl+Alt+Tab</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2338"/> + <location filename="../UI/UserInterface.py" line="2341"/> <source>Switch between tabs</source> <translation>在选项卡间切换</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2338"/> + <location filename="../UI/UserInterface.py" line="2341"/> <source>Ctrl+1</source> <translation>Ctrl+1</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2347"/> + <location filename="../UI/UserInterface.py" line="2350"/> <source>Plugin Infos</source> <translation>插件信息</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2347"/> + <location filename="../UI/UserInterface.py" line="2350"/> <source>&Plugin Infos...</source> <translation>插件信息(&P)…</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2351"/> + <location filename="../UI/UserInterface.py" line="2354"/> <source>Show Plugin Infos</source> <translation>显示插件信息</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2352"/> + <location filename="../UI/UserInterface.py" line="2355"/> <source><b>Plugin Infos...</b><p>This opens a dialog, that show some information about loaded plugins.</p></source> <translation><b>插件信息…</b><p>打开一个对话框,显示与已载入插件有关的一些信息。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2365"/> + <location filename="../UI/UserInterface.py" line="2368"/> <source>Install Plugins</source> <translation>安装插件</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2360"/> + <location filename="../UI/UserInterface.py" line="2363"/> <source>&Install Plugins...</source> <translation>安装插件(&I)…</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2366"/> + <location filename="../UI/UserInterface.py" line="2369"/> <source><b>Install Plugins...</b><p>This opens a dialog to install or update plugins.</p></source> <translation><b>安装插件…</b><p>打开一个对话框安装或更新插件。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2378"/> + <location filename="../UI/UserInterface.py" line="2381"/> <source>Uninstall Plugin</source> <translation>卸载插件</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2373"/> + <location filename="../UI/UserInterface.py" line="2376"/> <source>&Uninstall Plugin...</source> <translation>卸载插件(&U)…</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2379"/> + <location filename="../UI/UserInterface.py" line="2382"/> <source><b>Uninstall Plugin...</b><p>This opens a dialog to uninstall a plugin.</p></source> <translation><b>卸载插件…</b><p>打开一个对话框卸载插件。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2386"/> + <location filename="../UI/UserInterface.py" line="2389"/> <source>Plugin Repository</source> <translation>插件储存库</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2386"/> + <location filename="../UI/UserInterface.py" line="2389"/> <source>Plugin &Repository...</source> <translation>插件储存库(&R)…</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2391"/> + <location filename="../UI/UserInterface.py" line="2394"/> <source>Show Plugins available for download</source> <translation>显示可以下载的插件</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2393"/> + <location filename="../UI/UserInterface.py" line="2396"/> <source><b>Plugin Repository...</b><p>This opens a dialog, that shows a list of plugins available on the Internet.</p></source> <translation><b>插件储存库…</b><p>打开一个对话框,显示互联网上可用的插件列表。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2417"/> + <location filename="../UI/UserInterface.py" line="2420"/> <source>Qt4 Documentation</source> <translation>Qt4 文档</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2417"/> + <location filename="../UI/UserInterface.py" line="2420"/> <source>Qt&4 Documentation</source> <translation>Qt&4 文档</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2421"/> + <location filename="../UI/UserInterface.py" line="2424"/> <source>Open Qt4 Documentation</source> <translation>打开 Qt4 文档</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2447"/> + <location filename="../UI/UserInterface.py" line="2450"/> <source>PyQt4 Documentation</source> <translation>PyQt4 文档</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2451"/> + <location filename="../UI/UserInterface.py" line="2454"/> <source>Open PyQt4 Documentation</source> <translation>打开 PyQt4 文档</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2531"/> + <location filename="../UI/UserInterface.py" line="2534"/> <source>Eric API Documentation</source> <translation>Eric API 文档</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2531"/> + <location filename="../UI/UserInterface.py" line="2534"/> <source>&Eric API Documentation</source> <translation>&Eric API 文档</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2535"/> + <location filename="../UI/UserInterface.py" line="2538"/> <source>Open Eric API Documentation</source> <translation>打开 Eric API 文档</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2603"/> + <location filename="../UI/UserInterface.py" line="2606"/> <source>&Unittest</source> <translation>单元测试(&U)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2620"/> + <location filename="../UI/UserInterface.py" line="2623"/> <source>E&xtras</source> <translation>附加程序(&X)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2625"/> + <location filename="../UI/UserInterface.py" line="2628"/> <source>Wi&zards</source> <translation>向导(&Z)</translation> </message> @@ -75665,1297 +75838,1297 @@ <translation type="obsolete">工具(&T)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2633"/> + <location filename="../UI/UserInterface.py" line="2636"/> <source>Select Tool Group</source> <translation>选择工具组</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2641"/> + <location filename="../UI/UserInterface.py" line="2644"/> <source>Se&ttings</source> <translation>设置(&T)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2666"/> + <location filename="../UI/UserInterface.py" line="2669"/> <source>&Window</source> <translation>窗口(&W)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2691"/> + <location filename="../UI/UserInterface.py" line="2694"/> <source>&Toolbars</source> <translation>工具栏(&T)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2702"/> + <location filename="../UI/UserInterface.py" line="2705"/> <source>P&lugins</source> <translation>插件(&L)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2711"/> + <location filename="../UI/UserInterface.py" line="2714"/> <source>Configure...</source> <translation>配置…</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2716"/> + <location filename="../UI/UserInterface.py" line="2719"/> <source>&Help</source> <translation>帮助(&H)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2789"/> + <location filename="../UI/UserInterface.py" line="2792"/> <source>Tools</source> <translation>工具</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2791"/> - <source>Settings</source> - <translation>设置</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4598"/> - <source>Help</source> - <translation>帮助</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2793"/> - <source>Profiles</source> - <translation>模式</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2794"/> + <source>Settings</source> + <translation>设置</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4601"/> + <source>Help</source> + <translation>帮助</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2796"/> + <source>Profiles</source> + <translation>模式</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2797"/> <source>Plugins</source> <translation>插件</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2955"/> + <location filename="../UI/UserInterface.py" line="2958"/> <source><p>This part of the status bar displays the current editors language.</p></source> <translation><p>状态栏的这一部分显示当前编辑器语言。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2962"/> + <location filename="../UI/UserInterface.py" line="2965"/> <source><p>This part of the status bar displays the current editors encoding.</p></source> <translation><p>状态栏的这一部分显示当前编辑器编码。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2969"/> + <location filename="../UI/UserInterface.py" line="2972"/> <source><p>This part of the status bar displays the current editors eol setting.</p></source> <translation><p>状态栏的这一部分显示当前编辑器行尾设置。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2976"/> + <location filename="../UI/UserInterface.py" line="2979"/> <source><p>This part of the status bar displays an indication of the current editors files writability.</p></source> <translation><p>状态栏的这一部分显示当前编辑器文件是否可写。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2983"/> + <location filename="../UI/UserInterface.py" line="2986"/> <source><p>This part of the status bar displays the line number of the current editor.</p></source> <translation><p>状态栏的这一部分显示当前编辑的行号。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2990"/> + <location filename="../UI/UserInterface.py" line="2993"/> <source><p>This part of the status bar displays the cursor position of the current editor.</p></source> <translation><p>状态栏的这一部分显示当前编辑器的光标位置。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3163"/> + <location filename="../UI/UserInterface.py" line="3166"/> <source><h3>Version Numbers</h3><table></source> <translation><h3>版本号</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6690"/> + <location filename="../UI/UserInterface.py" line="6693"/> <source></table></source> <translation></table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3218"/> + <location filename="../UI/UserInterface.py" line="3221"/> <source>Email address or mail server address is empty. Please configure your Email settings in the Preferences Dialog.</source> <translation>电子邮件地址或邮件服务器地址为空。请在首选项对话框中配置你的电子邮件设置。</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3498"/> + <location filename="../UI/UserInterface.py" line="3501"/> <source>Restart application</source> <translation>重启程序</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3498"/> + <location filename="../UI/UserInterface.py" line="3501"/> <source>The application needs to be restarted. Do it now?</source> <translation>程序需要重启。现在重启?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3577"/> + <location filename="../UI/UserInterface.py" line="3580"/> <source>Configure Tool Groups ...</source> <translation>配置工具组…</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3581"/> + <location filename="../UI/UserInterface.py" line="3584"/> <source>Configure current Tool Group ...</source> <translation>配置当前工具组…</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3532"/> + <location filename="../UI/UserInterface.py" line="3535"/> <source>&Builtin Tools</source> <translation>内建工具(&B)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3549"/> + <location filename="../UI/UserInterface.py" line="3552"/> <source>&Plugin Tools</source> <translation>插件工具(&P)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3697"/> + <location filename="../UI/UserInterface.py" line="3700"/> <source>&Show all</source> <translation>全部显示(&S)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3699"/> + <location filename="../UI/UserInterface.py" line="3702"/> <source>&Hide all</source> <translation>全部隐藏(&H)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4346"/> + <location filename="../UI/UserInterface.py" line="4349"/> <source>There is no main script defined for the current project. Aborting</source> <translation>当前项目未定义主脚本。终止</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4724"/> + <location filename="../UI/UserInterface.py" line="4727"/> <source>Problem</source> <translation>问题</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4913"/> + <location filename="../UI/UserInterface.py" line="4916"/> <source>Process Generation Error</source> <translation>进程生成错误</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5508"/> + <location filename="../UI/UserInterface.py" line="5511"/> <source>Open Browser</source> <translation>打开浏览器</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5508"/> + <location filename="../UI/UserInterface.py" line="5511"/> <source>Could not start a web browser</source> <translation>无法启动网络浏览器</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4598"/> + <location filename="../UI/UserInterface.py" line="4601"/> <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source> <translation>目前没有选择自定义浏览器。请使用首选项对话框指定一个。</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4632"/> + <location filename="../UI/UserInterface.py" line="4635"/> <source><p>Could not start the help viewer.<br>Ensure that it is available as <b>hh</b>.</p></source> <translation><p>无法开启帮助浏览器。<br>确保其有效如 <b>hh</b>。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4858"/> + <location filename="../UI/UserInterface.py" line="4861"/> <source>External Tools</source> <translation>外部工具</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5387"/> + <location filename="../UI/UserInterface.py" line="5390"/> <source>Documentation Missing</source> <translation>文档缺失</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5372"/> + <location filename="../UI/UserInterface.py" line="5375"/> <source>Documentation</source> <translation>文档</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5198"/> + <location filename="../UI/UserInterface.py" line="5201"/> <source><p>The PyQt4 documentation starting point has not been configured.</p></source> <translation><p>未配置 PyQt4 文档起点。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5905"/> + <location filename="../UI/UserInterface.py" line="5908"/> <source>Save tasks</source> <translation>保存任务</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5934"/> + <location filename="../UI/UserInterface.py" line="5937"/> <source>Read tasks</source> <translation>读取任务</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6031"/> + <location filename="../UI/UserInterface.py" line="6034"/> <source>Save session</source> <translation>保存会话</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6015"/> + <location filename="../UI/UserInterface.py" line="6018"/> <source>Read session</source> <translation>读取会话</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6295"/> + <location filename="../UI/UserInterface.py" line="6298"/> <source>Drop Error</source> <translation>降落误差</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6652"/> + <location filename="../UI/UserInterface.py" line="6655"/> <source>Error during updates check</source> <translation>检查更新时出错</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6465"/> + <location filename="../UI/UserInterface.py" line="6468"/> <source>&Cancel</source> <translation>取消(&C)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6632"/> + <location filename="../UI/UserInterface.py" line="6635"/> <source>Update available</source> <translation>可用更新</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6652"/> + <location filename="../UI/UserInterface.py" line="6655"/> <source>Could not perform updates check.</source> <translation>无法完成更新检查。</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6676"/> + <location filename="../UI/UserInterface.py" line="6679"/> <source><h3>Available versions</h3><table></source> <translation><h3>可用版本</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6717"/> + <location filename="../UI/UserInterface.py" line="6720"/> <source>First time usage</source> <translation>第一次使用</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1606"/> + <location filename="../UI/UserInterface.py" line="1609"/> <source>Left Sidebar</source> <translation>左侧边栏</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1606"/> + <location filename="../UI/UserInterface.py" line="1609"/> <source>&Left Sidebar</source> <translation>左侧边栏(&L)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1610"/> + <location filename="../UI/UserInterface.py" line="1613"/> <source>Toggle the left sidebar window</source> <translation>切换左侧边栏窗口</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1611"/> + <location filename="../UI/UserInterface.py" line="1614"/> <source><b>Toggle the left sidebar window</b><p>If the left sidebar window is hidden then display it. If it is displayed then close it.</p></source> <translation><b>切换左侧边栏窗口</b><p>如果左侧边栏窗口已隐藏则显示它。如果它可见则隐藏它。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1633"/> + <location filename="../UI/UserInterface.py" line="1636"/> <source>Bottom Sidebar</source> <translation>底栏</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1633"/> + <location filename="../UI/UserInterface.py" line="1636"/> <source>&Bottom Sidebar</source> <translation>底栏(&B)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1637"/> + <location filename="../UI/UserInterface.py" line="1640"/> <source>Toggle the bottom sidebar window</source> <translation>切换底栏窗口</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1639"/> + <location filename="../UI/UserInterface.py" line="1642"/> <source><b>Toggle the bottom sidebar window</b><p>If the bottom sidebar window is hidden then display it. If it is displayed then close it.</p></source> <translation><b>切换底栏窗口</b><p>如果底栏窗口已隐藏则显示它。如果它可见则隐藏它。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1462"/> + <location filename="../UI/UserInterface.py" line="1465"/> <source>&Debug-Viewer</source> <translation>调试浏览器(&D)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2024"/> + <location filename="../UI/UserInterface.py" line="2027"/> <source>SQL Browser</source> <translation>SQL 浏览器</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2024"/> + <location filename="../UI/UserInterface.py" line="2027"/> <source>SQL &Browser...</source> <translation>SQL 浏览器(&B)…</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2029"/> + <location filename="../UI/UserInterface.py" line="2032"/> <source>Browse a SQL database</source> <translation>浏览 SQL 数据库</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2030"/> + <location filename="../UI/UserInterface.py" line="2033"/> <source><b>SQL Browser</b><p>Browse a SQL database.</p></source> <translation><b>SQL 浏览器</b><p>浏览 SQL 数据库。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2082"/> + <location filename="../UI/UserInterface.py" line="2085"/> <source>Icon Editor</source> <translation>图标编辑器</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2082"/> + <location filename="../UI/UserInterface.py" line="2085"/> <source>&Icon Editor...</source> <translation>图标编辑器(&I)…</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4545"/> + <location filename="../UI/UserInterface.py" line="4548"/> <source>Qt 3 support</source> <translation>Qt 3 支持</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5372"/> + <location filename="../UI/UserInterface.py" line="5375"/> <source><p>The PySide documentation starting point has not been configured.</p></source> <translation><p>PySide 文档的起始位置尚未配置。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2552"/> + <location filename="../UI/UserInterface.py" line="2555"/> <source>PySide Documentation</source> <translation>PySide 文档</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2552"/> + <location filename="../UI/UserInterface.py" line="2555"/> <source>Py&Side Documentation</source> <translation>Py&Side 文档</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2556"/> + <location filename="../UI/UserInterface.py" line="2559"/> <source>Open PySide Documentation</source> <translation>打开 PySide 文档</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1297"/> + <location filename="../UI/UserInterface.py" line="1300"/> <source>{0} - Passive Mode</source> <translation>{0} - 被动模式</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1304"/> + <location filename="../UI/UserInterface.py" line="1307"/> <source>{0} - {1} - Passive Mode</source> <translation>{0} - {1} - 被动模式</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1308"/> + <location filename="../UI/UserInterface.py" line="1311"/> <source>{0} - {1} - {2} - Passive Mode</source> <translation>{0} - {1} - {2} - 被动模式</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3065"/> + <location filename="../UI/UserInterface.py" line="3068"/> <source>External Tools/{0}</source> <translation>外部工具/{0}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4724"/> + <location filename="../UI/UserInterface.py" line="4727"/> <source><p>The file <b>{0}</b> does not exist or is zero length.</p></source> <translation><p>文件 <b>{0}</b> 不存在或者长度为零。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4452"/> + <location filename="../UI/UserInterface.py" line="4455"/> <source><p>Could not start Qt-Designer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>无法启动 Qt 设计师。<br>请确保它作为 <b>{0}</b> 可用。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4519"/> + <location filename="../UI/UserInterface.py" line="4522"/> <source><p>Could not start Qt-Linguist.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>无法启动 Qt 语言家。<br>请确保它作为 <b>{0}</b> 可用。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4570"/> + <location filename="../UI/UserInterface.py" line="4573"/> <source><p>Could not start Qt-Assistant.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>无法启动 Qt 助手。<br>请确保它作为 <b>{0}</b> 可用。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4612"/> + <location filename="../UI/UserInterface.py" line="4615"/> <source><p>Could not start custom viewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>无法启动自定义的查看器。<br>请确保它作为 <b>{0}</b> 可用。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4680"/> + <location filename="../UI/UserInterface.py" line="4683"/> <source><p>Could not start UI Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>无法启动 UI 预览器。<br>请确保它作为 <b>{0}</b> 可用。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4735"/> + <location filename="../UI/UserInterface.py" line="4738"/> <source><p>Could not start Translation Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>无法启动翻译预览器。<br>请确保它作为 <b>{0}</b> 可用。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4756"/> + <location filename="../UI/UserInterface.py" line="4759"/> <source><p>Could not start SQL Browser.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>无法启动 SQL 浏览器。<br>请确保它作为 <b>{0}</b> 可用。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4849"/> + <location filename="../UI/UserInterface.py" line="4852"/> <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4858"/> + <location filename="../UI/UserInterface.py" line="4861"/> <source>No toolgroup entry '{0}' found.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4897"/> + <location filename="../UI/UserInterface.py" line="4900"/> <source>Starting process '{0} {1}'. </source> <translation>正在启动进程“{0} {1}”。 </translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4913"/> + <location filename="../UI/UserInterface.py" line="4916"/> <source><p>Could not start the tool entry <b>{0}</b>.<br>Ensure that it is available as <b>{1}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4989"/> + <location filename="../UI/UserInterface.py" line="4992"/> <source>Process '{0}' has exited. </source> <translation>进程“{0}”已退出。 </translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5387"/> + <location filename="../UI/UserInterface.py" line="5390"/> <source><p>The documentation starting point "<b>{0}</b>" could not be found.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5905"/> + <location filename="../UI/UserInterface.py" line="5908"/> <source><p>The tasks file <b>{0}</b> could not be written.</p></source> <translation><p>任务文件 <b>{0}</b> 无法写入。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5934"/> + <location filename="../UI/UserInterface.py" line="5937"/> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation><p>任务文件 <b>{0}</b> 无法读取。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5968"/> + <location filename="../UI/UserInterface.py" line="5971"/> <source><p>The session file <b>{0}</b> could not be written.</p></source> <translation><p>会话文件 <b>{0}</b> 无法写入。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6015"/> + <location filename="../UI/UserInterface.py" line="6018"/> <source><p>The session file <b>{0}</b> could not be read.</p></source> <translation><p>会话文件 <b>{0}</b> 无法读取。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6295"/> + <location filename="../UI/UserInterface.py" line="6298"/> <source><p><b>{0}</b> is not a file.</p></source> <translation><p><b>{0}</b> 不是一个文件。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6474"/> + <location filename="../UI/UserInterface.py" line="6477"/> <source>Trying host {0}</source> <translation>正在尝试主机 {0}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="945"/> + <location filename="../UI/UserInterface.py" line="948"/> <source>Cooperation</source> <translation>协作</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1647"/> + <location filename="../UI/UserInterface.py" line="1650"/> <source>Alt+Shift+O</source> <translation>Alt+Shift+O</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1002"/> + <location filename="../UI/UserInterface.py" line="1005"/> <source>Symbols</source> <translation>符号</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1682"/> + <location filename="../UI/UserInterface.py" line="1685"/> <source>Alt+Shift+Y</source> <translation>Alt+Shift+Y</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1010"/> + <location filename="../UI/UserInterface.py" line="1013"/> <source>Numbers</source> <translation>数字</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1700"/> + <location filename="../UI/UserInterface.py" line="1703"/> <source>Alt+Shift+B</source> <translation>Alt+Shift+B</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5736"/> + <location filename="../UI/UserInterface.py" line="5739"/> <source>Keyboard shortcut file (*.e4k)</source> <translation>键盘快捷键文件 (*.e4k)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2489"/> + <location filename="../UI/UserInterface.py" line="2492"/> <source>Python 3 Documentation</source> <translation>Python 3 文档</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2489"/> + <location filename="../UI/UserInterface.py" line="2492"/> <source>Python &3 Documentation</source> <translation>Python &3 文档</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2493"/> + <location filename="../UI/UserInterface.py" line="2496"/> <source>Open Python 3 Documentation</source> <translation>打开 Python 3 文档</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2507"/> + <location filename="../UI/UserInterface.py" line="2510"/> <source>Python 2 Documentation</source> <translation>Python 2 文档</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2507"/> + <location filename="../UI/UserInterface.py" line="2510"/> <source>Python &2 Documentation</source> <translation>Python &2 文档</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2511"/> + <location filename="../UI/UserInterface.py" line="2514"/> <source>Open Python 2 Documentation</source> <translation>打开 Python 2 文档</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2513"/> + <location filename="../UI/UserInterface.py" line="2516"/> <source><b>Python 2 Documentation</b><p>Display the Python 2 documentation. If no documentation directory is configured, the location of the Python 2 documentation is assumed to be the doc directory underneath the location of the configured Python 2 executable on Windows and <i>/usr/share/doc/packages/python/html/python-docs-html</i> on Unix. Set PYTHON2DOCDIR in your environment to override this. </p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6538"/> + <location filename="../UI/UserInterface.py" line="6541"/> <source>Error getting versions information</source> <translation>获取版本信息出错</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6531"/> + <location filename="../UI/UserInterface.py" line="6534"/> <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="6538"/> + <location filename="../UI/UserInterface.py" line="6541"/> <source>The versions information could not be downloaded for the last 7 days. Please go online and try again.</source> <translation>过去7天均无法获取版本信息。请连线并再试一次。</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="622"/> + <location filename="../UI/UserInterface.py" line="625"/> <source>Setting View Profile...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="626"/> + <location filename="../UI/UserInterface.py" line="629"/> <source>Reading Tasks...</source> <translation>读取任务…</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="630"/> + <location filename="../UI/UserInterface.py" line="633"/> <source>Reading Templates...</source> <translation>读取模板…</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="634"/> + <location filename="../UI/UserInterface.py" line="637"/> <source>Starting Debugger...</source> <translation>启动调试器…</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1374"/> + <location filename="../UI/UserInterface.py" line="1377"/> <source>New Window</source> <translation>新建窗口</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1374"/> + <location filename="../UI/UserInterface.py" line="1377"/> <source>New &Window</source> <translation>新建窗口(&W)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1374"/> + <location filename="../UI/UserInterface.py" line="1377"/> <source>Ctrl+Shift+N</source> <comment>File|New Window</comment> <translation>Ctrl+Shift+N</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1871"/> + <location filename="../UI/UserInterface.py" line="1874"/> <source>Unittest Rerun Failed</source> <translation>单元测试再次运行失败</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1871"/> + <location filename="../UI/UserInterface.py" line="1874"/> <source>Rerun Failed Tests...</source> <translation>重新运行失败的测试…</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1876"/> + <location filename="../UI/UserInterface.py" line="1879"/> <source>Rerun failed tests of the last run</source> <translation>重新运行上一次运行中失败的测试</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1878"/> + <location filename="../UI/UserInterface.py" line="1881"/> <source><b>Rerun Failed Tests</b><p>Rerun all tests that failed during the last unittest run.</p></source> <translation><b>重新运行失败的测试</b><p>重新运行上一次单元测试中失败的所有测试。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2010"/> + <location filename="../UI/UserInterface.py" line="2013"/> <source>Compare &Files side by side...</source> <translation>并排比较文件(&F)…</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2096"/> + <location filename="../UI/UserInterface.py" line="2099"/> <source>Snapshot</source> <translation>快照</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2096"/> + <location filename="../UI/UserInterface.py" line="2099"/> <source>&Snapshot...</source> <translation>快照(&S)…</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2101"/> + <location filename="../UI/UserInterface.py" line="2104"/> <source>Take snapshots of a screen region</source> <translation>截取屏幕区域的快照</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2103"/> + <location filename="../UI/UserInterface.py" line="2106"/> <source><b>Snapshot</b><p>This opens a dialog to take snapshots of a screen region.</p></source> <translation><b>快照</b><p>打开一个对话框来截取屏幕一个区域的快照。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4826"/> + <location filename="../UI/UserInterface.py" line="4829"/> <source><p>Could not start Snapshot tool.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>无法启动快照工具。<br>请确保它作为 <b>{0}</b> 可用。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6736"/> + <location filename="../UI/UserInterface.py" line="6739"/> <source>Select Workspace Directory</source> <translation>选择工作区目录</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1567"/> + <location filename="../UI/UserInterface.py" line="1570"/> <source>Left Toolbox</source> <translation>左工具箱</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1579"/> + <location filename="../UI/UserInterface.py" line="1582"/> <source>Right Toolbox</source> <translation>右工具箱</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1433"/> + <location filename="../UI/UserInterface.py" line="1436"/> <source>Switch the input focus to the Project-Viewer window.</source> <translation>将输入焦点切换至项目查看器窗口。</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1435"/> + <location filename="../UI/UserInterface.py" line="1438"/> <source><b>Activate Project-Viewer</b><p>This switches the input focus to the Project-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1450"/> + <location filename="../UI/UserInterface.py" line="1453"/> <source>Switch the input focus to the Multiproject-Viewer window.</source> <translation>将输入焦点切换至多项目查看器窗口。</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1452"/> + <location filename="../UI/UserInterface.py" line="1455"/> <source><b>Activate Multiproject-Viewer</b><p>This switches the input focus to the Multiproject-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1468"/> + <location filename="../UI/UserInterface.py" line="1471"/> <source>Switch the input focus to the Debug-Viewer window.</source> <translation>将输入焦点切换至调试查看器窗口。</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1470"/> + <location filename="../UI/UserInterface.py" line="1473"/> <source><b>Activate Debug-Viewer</b><p>This switches the input focus to the Debug-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1486"/> + <location filename="../UI/UserInterface.py" line="1489"/> <source>Switch the input focus to the Shell window.</source> <translation>将输入焦点切换至 Shell 窗口。</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1488"/> + <location filename="../UI/UserInterface.py" line="1491"/> <source><b>Activate Shell</b><p>This switches the input focus to the Shell window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1496"/> + <location filename="../UI/UserInterface.py" line="1499"/> <source>&File-Browser</source> <translation>文件浏览器(&F)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1502"/> + <location filename="../UI/UserInterface.py" line="1505"/> <source>Switch the input focus to the File-Browser window.</source> <translation>将输入焦点切换至文件浏览器窗口。</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1504"/> + <location filename="../UI/UserInterface.py" line="1507"/> <source><b>Activate File-Browser</b><p>This switches the input focus to the File-Browser window.</p></source> <translation><b>激活文件浏览器</b><p>将输入焦点切换至文件浏览器窗口。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1513"/> + <location filename="../UI/UserInterface.py" line="1516"/> <source>Lo&g-Viewer</source> <translation>日志浏览器(&G)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1519"/> + <location filename="../UI/UserInterface.py" line="1522"/> <source>Switch the input focus to the Log-Viewer window.</source> <translation>将输入焦点切换至日志查看器窗口。</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1521"/> + <location filename="../UI/UserInterface.py" line="1524"/> <source><b>Activate Log-Viewer</b><p>This switches the input focus to the Log-Viewer window.</p></source> <translation><b>激活日志查看器</b><p>将输入焦点切换至日志查看器。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1531"/> + <location filename="../UI/UserInterface.py" line="1534"/> <source>&Task-Viewer</source> <translation>任务浏览器(&T)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1537"/> + <location filename="../UI/UserInterface.py" line="1540"/> <source>Switch the input focus to the Task-Viewer window.</source> <translation>将输入焦点切换至任务浏览器窗口。</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1549"/> + <location filename="../UI/UserInterface.py" line="1552"/> <source>Templ&ate-Viewer</source> <translation>模板浏览器(&A)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1555"/> + <location filename="../UI/UserInterface.py" line="1558"/> <source>Switch the input focus to the Template-Viewer window.</source> <translation>将输入焦点切换至模板浏览器窗口。</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1557"/> + <location filename="../UI/UserInterface.py" line="1560"/> <source><b>Activate Template-Viewer</b><p>This switches the input focus to the Template-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1567"/> - <source>&Left Toolbox</source> - <translation>左工具箱(&L)</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1570"/> + <source>&Left Toolbox</source> + <translation>左工具箱(&L)</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1573"/> <source>Toggle the Left Toolbox window</source> <translation>切换左工具箱窗口</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1571"/> + <location filename="../UI/UserInterface.py" line="1574"/> <source><b>Toggle the Left Toolbox window</b><p>If the Left Toolbox window is hidden then display it. If it is displayed then close it.</p></source> <translation><b>切换左工具箱窗口</b><p>如果左工具箱窗口已隐藏则显示它。如果它可见则隐藏它。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1579"/> + <location filename="../UI/UserInterface.py" line="1582"/> <source>&Right Toolbox</source> <translation>右工具箱(&R)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1583"/> + <location filename="../UI/UserInterface.py" line="1586"/> <source>Toggle the Right Toolbox window</source> <translation>切换右工具箱窗口</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1584"/> + <location filename="../UI/UserInterface.py" line="1587"/> <source><b>Toggle the Right Toolbox window</b><p>If the Right Toolbox window is hidden then display it. If it is displayed then close it.</p></source> <translation><b>切换右工具箱窗口</b><p>如果右工具箱窗口已隐藏则显示它。如果它可见则隐藏它。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1619"/> + <location filename="../UI/UserInterface.py" line="1622"/> <source>Right Sidebar</source> <translation>右侧边栏</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1619"/> + <location filename="../UI/UserInterface.py" line="1622"/> <source>&Right Sidebar</source> <translation>右侧边栏(&R)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1623"/> + <location filename="../UI/UserInterface.py" line="1626"/> <source>Toggle the right sidebar window</source> <translation>切换右侧边栏窗口</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1625"/> + <location filename="../UI/UserInterface.py" line="1628"/> <source><b>Toggle the right sidebar window</b><p>If the right sidebar window is hidden then display it. If it is displayed then close it.</p></source> <translation><b>切换右侧边栏窗口</b><p>如果右侧边栏窗口已隐藏则显示它。如果它可见则隐藏它。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1647"/> + <location filename="../UI/UserInterface.py" line="1650"/> <source>Cooperation-Viewer</source> <translation>协作浏览器</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1647"/> + <location filename="../UI/UserInterface.py" line="1650"/> <source>Co&operation-Viewer</source> <translation>协作浏览器(&O)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1653"/> + <location filename="../UI/UserInterface.py" line="1656"/> <source>Switch the input focus to the Cooperation-Viewer window.</source> <translation>将输入焦点切换至协作浏览器窗口。</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1655"/> + <location filename="../UI/UserInterface.py" line="1658"/> <source><b>Activate Cooperation-Viewer</b><p>This switches the input focus to the Cooperation-Viewer window.</p></source> <translation><b>激活协作浏览器</b><p>将输入焦点切换至协作浏览器窗口。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1682"/> + <location filename="../UI/UserInterface.py" line="1685"/> <source>Symbols-Viewer</source> <translation>符号查看器</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1682"/> + <location filename="../UI/UserInterface.py" line="1685"/> <source>S&ymbols-Viewer</source> <translation>符号查看器(&Y)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1688"/> + <location filename="../UI/UserInterface.py" line="1691"/> <source>Switch the input focus to the Symbols-Viewer window.</source> <translation>将输入焦点切换至符号查看器窗口。</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1690"/> + <location filename="../UI/UserInterface.py" line="1693"/> <source><b>Activate Symbols-Viewer</b><p>This switches the input focus to the Symbols-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1700"/> + <location filename="../UI/UserInterface.py" line="1703"/> <source>Numbers-Viewer</source> <translation>数字查看器</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1700"/> + <location filename="../UI/UserInterface.py" line="1703"/> <source>Num&bers-Viewer</source> <translation>数字查看器(&B)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1706"/> + <location filename="../UI/UserInterface.py" line="1709"/> <source>Switch the input focus to the Numbers-Viewer window.</source> <translation>将输入焦点切换至数字查看器窗口。</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1708"/> + <location filename="../UI/UserInterface.py" line="1711"/> <source><b>Activate Numbers-Viewer</b><p>This switches the input focus to the Numbers-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2671"/> + <location filename="../UI/UserInterface.py" line="2674"/> <source>&Windows</source> <translation>窗口(&W)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1539"/> + <location filename="../UI/UserInterface.py" line="1542"/> <source><b>Activate Task-Viewer</b><p>This switches the input focus to the Task-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1665"/> + <location filename="../UI/UserInterface.py" line="1668"/> <source>IRC</source> <translation>IRC</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1665"/> + <location filename="../UI/UserInterface.py" line="1668"/> <source>&IRC</source> <translation>&IRC</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1665"/> + <location filename="../UI/UserInterface.py" line="1668"/> <source>Meta+Shift+I</source> <translation>Meta+Shift+I</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1671"/> + <location filename="../UI/UserInterface.py" line="1674"/> <source>Switch the input focus to the IRC window.</source> <translation>将输入焦点切换至 IRC 窗口。</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1673"/> + <location filename="../UI/UserInterface.py" line="1676"/> <source><b>Activate IRC</b><p>This switches the input focus to the IRC window.</p></source> <translation><b>激活 IRC</b><p>将输入焦点切换至 IRC 窗口。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1929"/> + <location filename="../UI/UserInterface.py" line="1932"/> <source>Qt-Designer</source> <translation>Qt 设计师</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1929"/> + <location filename="../UI/UserInterface.py" line="1932"/> <source>Qt-&Designer...</source> <translation>Qt 设计师(&D)…</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1934"/> + <location filename="../UI/UserInterface.py" line="1937"/> <source>Start Qt-Designer</source> <translation>启动 Qt 设计师</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1935"/> + <location filename="../UI/UserInterface.py" line="1938"/> <source><b>Qt-Designer</b><p>Start Qt-Designer.</p></source> <translation><b>Qt 设计师</b><p>启动 Qt 设计师。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1955"/> + <location filename="../UI/UserInterface.py" line="1958"/> <source>Qt-Linguist</source> <translation>Qt 语言家</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1955"/> + <location filename="../UI/UserInterface.py" line="1958"/> <source>Qt-&Linguist...</source> <translation>Qt 语言家(&L)…</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1960"/> + <location filename="../UI/UserInterface.py" line="1963"/> <source>Start Qt-Linguist</source> <translation>启动 Qt 语言家</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1961"/> + <location filename="../UI/UserInterface.py" line="1964"/> <source><b>Qt-Linguist</b><p>Start Qt-Linguist.</p></source> <translation><b>Qt 语言家</b><p>启动 Qt 语言家。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2431"/> + <location filename="../UI/UserInterface.py" line="2434"/> <source>Qt5 Documentation</source> <translation>Qt5 文档</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2431"/> + <location filename="../UI/UserInterface.py" line="2434"/> <source>Qt&5 Documentation</source> <translation>Qt&5 文档</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2435"/> + <location filename="../UI/UserInterface.py" line="2438"/> <source>Open Qt5 Documentation</source> <translation>打开 Qt5 文档</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3001"/> + <location filename="../UI/UserInterface.py" line="3004"/> <source><p>This part of the status bar allows zooming the current editor, shell or terminal.</p></source> <translation><p>状态栏的这一部分允许对当前编辑器、shell 或终端进行缩放。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2260"/> + <location filename="../UI/UserInterface.py" line="2263"/> <source>Manage SSL Certificates</source> <translation>管理 SSL 证书</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2260"/> + <location filename="../UI/UserInterface.py" line="2263"/> <source>Manage SSL Certificates...</source> <translation>管理 SSL 证书…</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2265"/> + <location filename="../UI/UserInterface.py" line="2268"/> <source>Manage the saved SSL certificates</source> <translation>管理保存的 SSL 证书</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2267"/> + <location filename="../UI/UserInterface.py" line="2270"/> <source><b>Manage SSL Certificates...</b><p>Opens a dialog to manage the saved SSL certificates.</p></source> <translation><b>管理 SSL 证书…</b><p>打开一个对话框来管理保存的 SSL 证书。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2276"/> + <location filename="../UI/UserInterface.py" line="2279"/> <source>Edit Message Filters</source> <translation>编辑消息过滤器</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2276"/> + <location filename="../UI/UserInterface.py" line="2279"/> <source>Edit Message Filters...</source> <translation>编辑消息过滤器…</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2281"/> + <location filename="../UI/UserInterface.py" line="2284"/> <source>Edit the message filters used to suppress unwanted messages</source> <translation>编辑消息过滤器使得不期望的消息不显示</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2283"/> + <location filename="../UI/UserInterface.py" line="2286"/> <source><b>Edit Message Filters</b><p>Opens a dialog to edit the message filters used to suppress unwanted messages been shown in an error window.</p></source> <translation><b>编辑消息过滤器</b><p>打开对话框来编辑消息过滤器,使得不期望的错误信息不再在错误窗口中显示。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2447"/> + <location filename="../UI/UserInterface.py" line="2450"/> <source>PyQt&4 Documentation</source> <translation>PyQt&4 文档</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2466"/> + <location filename="../UI/UserInterface.py" line="2469"/> <source>PyQt5 Documentation</source> <translation>PyQt5 文档</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2466"/> + <location filename="../UI/UserInterface.py" line="2469"/> <source>PyQt&5 Documentation</source> <translation>PyQt&5 文档</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2470"/> + <location filename="../UI/UserInterface.py" line="2473"/> <source>Open PyQt5 Documentation</source> <translation>打开 PyQt5 文档</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5264"/> + <location filename="../UI/UserInterface.py" line="5267"/> <source><p>The PyQt5 documentation starting point has not been configured.</p></source> <translation><p>未配置 PyQt5 文档起始位置。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2422"/> + <location filename="../UI/UserInterface.py" line="2425"/> <source><b>Qt4 Documentation</b><p>Display the Qt4 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation><b>Qt4 文档</b><p>显示 Qt4 文档。依赖于您的设置,这可能会在 eric 的内置帮助查看器内显示,或是启动一个网页浏览器,或是启动 Qt 助手。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2436"/> + <location filename="../UI/UserInterface.py" line="2439"/> <source><b>Qt5 Documentation</b><p>Display the Qt5 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation><b>Qt5 文档</b><p>显示 Qt5 文档。依赖于您的设置,这可能会在 eric 的内置帮助查看器内显示,或是启动一个网页浏览器,或是启动 Qt 助手。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2452"/> + <location filename="../UI/UserInterface.py" line="2455"/> <source><b>PyQt4 Documentation</b><p>Display the PyQt4 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation><b>PyQt4 文档</b><p>显示 PyQt4 文档。依赖于您的设置,这可能会在 eric 的内置帮助查看器内显示,或是启动一个网页浏览器,或是启动 Qt 助手。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2472"/> + <location filename="../UI/UserInterface.py" line="2475"/> <source><b>PyQt5 Documentation</b><p>Display the PyQt5 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation><b>PyQt5 文档</b><p>显示 PyQt5 文档。依赖于您的设置,这可能会在 eric 的内置帮助查看器内显示,或是启动一个网页浏览器,或是启动 Qt 助手。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2495"/> + <location filename="../UI/UserInterface.py" line="2498"/> <source><b>Python 3 Documentation</b><p>Display the Python 3 documentation. If no documentation directory is configured, the location of the Python 3 documentation is assumed to be the doc directory underneath the location of the Python 3 executable on Windows and <i>/usr/share/doc/packages/python/html</i> on Unix. Set PYTHON3DOCDIR in your environment to override this.</p></source> <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="2558"/> + <location filename="../UI/UserInterface.py" line="2561"/> <source><b>PySide Documentation</b><p>Display the PySide Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation><b>PySide 文档</b><p>显示 PySide 文档。依赖于您的设置,这可能会在 eric 的内置帮助查看器内显示,或是启动一个网页浏览器,或是启动 Qt 助手。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6465"/> + <location filename="../UI/UserInterface.py" line="6468"/> <source>%v/%m</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1808"/> + <location filename="../UI/UserInterface.py" line="1811"/> <source>Show Error Log</source> <translation>显示错误日志</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1804"/> + <location filename="../UI/UserInterface.py" line="1807"/> <source>Show Error &Log...</source> <translation>显示错误日志(&L)…</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1809"/> + <location filename="../UI/UserInterface.py" line="1812"/> <source><b>Show Error Log...</b><p>Opens a dialog showing the most recent error log.</p></source> <translation><b>显示错误日志…</b><p>打开一个对话框显示最近的错误日志。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6469"/> + <location filename="../UI/UserInterface.py" line="6472"/> <source>Version Check</source> <translation>版本检查</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1380"/> + <location filename="../UI/UserInterface.py" line="1383"/> <source>Open a new eric6 instance</source> <translation>打开新的 eric6 实例</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1382"/> + <location filename="../UI/UserInterface.py" line="1385"/> <source><b>New Window</b><p>This opens a new instance of the eric6 IDE.</p></source> <translation><b>新建窗口</b><p>打开新的 eric6 IDE 实例。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1745"/> + <location filename="../UI/UserInterface.py" line="1748"/> <source><b>Helpviewer</b><p>Display the eric6 web browser. This window will show HTML help files and help from Qt help collections. It has the capability to navigate to links, set bookmarks, print the displayed help and some more features. You may use it to browse the internet as well</p><p>If called with a word selected, this word is search in the Qt help collection.</p></source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1782"/> + <location filename="../UI/UserInterface.py" line="1785"/> <source><b>Check for Updates...</b><p>Checks the internet for updates of eric6.</p></source> <translation><b>检查更新…</b><p>从互联网检查 eric6 的更新。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1795"/> + <location filename="../UI/UserInterface.py" line="1798"/> <source><b>Show downloadable versions...</b><p>Shows the eric6 versions available for download from the internet.</p></source> <translation><b>显示可下载版本…</b><p>显示可以从互联网下载的 eric6 版本。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2066"/> + <location filename="../UI/UserInterface.py" line="2069"/> <source>eric6 Web Browser</source> <translation>eric6 网页浏览器</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2066"/> + <location filename="../UI/UserInterface.py" line="2069"/> <source>eric6 &Web Browser...</source> <translation>eric6 网页浏览器(&W)…</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2071"/> + <location filename="../UI/UserInterface.py" line="2074"/> <source>Start the eric6 Web Browser</source> <translation>启动 eric6 网页浏览器器</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2073"/> + <location filename="../UI/UserInterface.py" line="2076"/> <source><b>eric6 Web Browser</b><p>Browse the Internet with the eric6 Web Browser.</p></source> <translation><b>eric6 网页浏览器</b><p>使用 eric6 网页浏览器浏览互联网。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2087"/> + <location filename="../UI/UserInterface.py" line="2090"/> <source>Start the eric6 Icon Editor</source> <translation>启动 eric6 图标编辑器</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2089"/> + <location filename="../UI/UserInterface.py" line="2092"/> <source><b>Icon Editor</b><p>Starts the eric6 Icon Editor for editing simple icons.</p></source> <translation><b>图标编辑器</b><p>启动 eric6 图标编辑器来编辑简单的图标。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2175"/> + <location filename="../UI/UserInterface.py" line="2178"/> <source><b>Show external tools</b><p>Opens a dialog to show the path and versions of all extenal tools used by eric6.</p></source> <translation><b>显示外部工具</b><p>打开一个对话框显示 eric6 使用的所有外部工具的路径和版本。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2537"/> + <location filename="../UI/UserInterface.py" line="2540"/> <source><b>Eric API Documentation</b><p>Display the Eric API documentation. The location for the documentation is the Documentation/Source subdirectory of the eric6 installation directory.</p></source> <translation><b>Eric API 文档</b><p>显示 Eric API 文档。文档位置为 Eric6 安装文件夹下的文档或源代码子文件夹。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4545"/> + <location filename="../UI/UserInterface.py" line="4548"/> <source>Qt v.3 is not supported by eric6.</source> <translation>Qt 版本3 不被 eric6 支持。</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6632"/> + <location filename="../UI/UserInterface.py" line="6635"/> <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="6645"/> + <location filename="../UI/UserInterface.py" line="6648"/> <source>Eric6 is up to date</source> <translation>Eric6 已是最新版本</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6645"/> + <location filename="../UI/UserInterface.py" line="6648"/> <source>You are using the latest version of eric6</source> <translation>您正在使用 eric6 的最新版本</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6717"/> + <location filename="../UI/UserInterface.py" line="6720"/> <source>eric6 has not been configured yet. The configuration dialog will be started.</source> <translation>尚未配置 eric6。将打开配置对话框。</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="604"/> - <source>Generating Plugins Toolbars...</source> - <translation>生成插件工具栏…</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3552"/> - <source>&User Tools</source> - <translation>用户工具(&U)</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3624"/> - <source>No User Tools Configured</source> - <translation>没有配置的用户工具</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6485"/> - <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> - <message> - <location filename="../UI/UserInterface.py" line="2050"/> - <source>Hex Editor</source> - <translation>十六进制编辑器</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2050"/> - <source>&Hex Editor...</source> - <translation>十六进制编辑器(&H)…</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2055"/> - <source>Start the eric6 Hex Editor</source> - <translation>启动 eric6 十六进制编辑器</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2057"/> - <source><b>Hex Editor</b><p>Starts the eric6 Hex Editor for viewing or editing binary files.</p></source> - <translation><b>十六进制编辑器</b><p>启动 eric6 十六进制编辑器来查看、修改二进制文件。</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2299"/> - <source>Clear private data</source> - <translation type="unfinished">清空隐私数据</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2301"/> - <source><b>Clear private data</b><p>Clears the private data like the various list of recently opened files, projects or multi projects.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1348"/> - <source>Save session...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1353"/> - <source><b>Save session...</b><p>This saves the current session to disk. A dialog is opened to select the file name.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6053"/> - <source>Load session</source> - <translation type="unfinished">载入会话</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1361"/> - <source>Load session...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1366"/> - <source><b>Load session...</b><p>This loads a session saved to disk previously. A dialog is opened to select the file name.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6053"/> - <source>eric6 Session Files (*.e5s)</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6100"/> - <source>Crash Session found!</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6100"/> - <source>A session file of a crashed session was found. Shall this session be restored?</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="607"/> + <source>Generating Plugins Toolbars...</source> + <translation>生成插件工具栏…</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3555"/> + <source>&User Tools</source> + <translation>用户工具(&U)</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3627"/> + <source>No User Tools Configured</source> + <translation>没有配置的用户工具</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6488"/> + <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> + <message> + <location filename="../UI/UserInterface.py" line="2053"/> + <source>Hex Editor</source> + <translation>十六进制编辑器</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2053"/> + <source>&Hex Editor...</source> + <translation>十六进制编辑器(&H)…</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2058"/> + <source>Start the eric6 Hex Editor</source> + <translation>启动 eric6 十六进制编辑器</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2060"/> + <source><b>Hex Editor</b><p>Starts the eric6 Hex Editor for viewing or editing binary files.</p></source> + <translation><b>十六进制编辑器</b><p>启动 eric6 十六进制编辑器来查看、修改二进制文件。</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2302"/> + <source>Clear private data</source> + <translation type="unfinished">清空隐私数据</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2304"/> + <source><b>Clear private data</b><p>Clears the private data like the various list of recently opened files, projects or multi projects.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1351"/> + <source>Save session...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1356"/> + <source><b>Save session...</b><p>This saves the current session to disk. A dialog is opened to select the file name.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6056"/> + <source>Load session</source> + <translation type="unfinished">载入会话</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1364"/> + <source>Load session...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1369"/> + <source><b>Load session...</b><p>This loads a session saved to disk previously. A dialog is opened to select the file name.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6056"/> + <source>eric6 Session Files (*.e5s)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6103"/> + <source>Crash Session found!</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6103"/> + <source>A session file of a crashed session was found. Shall this session be restored?</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="610"/> <source>Cleaning Plugins Download Area...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="599"/> + <location filename="../UI/UserInterface.py" line="602"/> <source>Initializing Plugins...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6620"/> + <location filename="../UI/UserInterface.py" line="6623"/> <source>Update Check</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6620"/> + <location filename="../UI/UserInterface.py" line="6623"/> <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="6610"/> + <location filename="../UI/UserInterface.py" line="6613"/> <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> <message> - <location filename="../UI/UserInterface.py" line="925"/> + <location filename="../UI/UserInterface.py" line="928"/> <source>Code Documentation Viewer</source> <translation type="unfinished"></translation> </message>