Sat, 28 Sep 2019 18:44:48 +0200
Editor: added configuration option to set the tab and indentation width for each languages separately (as an override to the global ones).
--- a/docs/changelog Fri Sep 27 14:49:42 2019 +0200 +++ b/docs/changelog Sat Sep 28 18:44:48 2019 +0200 @@ -8,6 +8,9 @@ -- added more comprehension checks -- added checks for insecure use of sys.version and sys.version_info -- added a checker class for type annotations +- Editor + -- added configuration option to set the tab and indentation width for each + languages separately (as an override to the global ones) - QFileDialog Wizard: -- added support for the QFileDialog.get...Url() methods -- added support for E5FileDialog
--- a/eric6.e4p Fri Sep 27 14:49:42 2019 +0200 +++ b/eric6.e4p Sat Sep 28 18:44:48 2019 +0200 @@ -674,6 +674,7 @@ <Source>eric6/Preferences/ConfigurationPages/EditorHighlightersPage.py</Source> <Source>eric6/Preferences/ConfigurationPages/EditorHighlightingStylesPage.py</Source> <Source>eric6/Preferences/ConfigurationPages/EditorKeywordsPage.py</Source> + <Source>eric6/Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.py</Source> <Source>eric6/Preferences/ConfigurationPages/EditorMouseClickHandlerPage.py</Source> <Source>eric6/Preferences/ConfigurationPages/EditorPropertiesPage.py</Source> <Source>eric6/Preferences/ConfigurationPages/EditorSearchPage.py</Source> @@ -1809,6 +1810,7 @@ <Form>eric6/Preferences/ConfigurationPages/EditorHighlightersPage.ui</Form> <Form>eric6/Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui</Form> <Form>eric6/Preferences/ConfigurationPages/EditorKeywordsPage.ui</Form> + <Form>eric6/Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.ui</Form> <Form>eric6/Preferences/ConfigurationPages/EditorMouseClickHandlerPage.ui</Form> <Form>eric6/Preferences/ConfigurationPages/EditorPropertiesPage.ui</Form> <Form>eric6/Preferences/ConfigurationPages/EditorSearchPage.ui</Form>
--- a/eric6/APIs/Python3/eric6.api Fri Sep 27 14:49:42 2019 +0200 +++ b/eric6/APIs/Python3/eric6.api Sat Sep 28 18:44:48 2019 +0200 @@ -6113,6 +6113,10 @@ eric6.Preferences.ConfigurationPages.EditorFilePage.EditorFilePage.save?4() eric6.Preferences.ConfigurationPages.EditorFilePage.EditorFilePage?1() eric6.Preferences.ConfigurationPages.EditorFilePage.create?4(dlg) +eric6.Preferences.ConfigurationPages.EditorGeneralPage.EditorGeneralPage.on_addButton_clicked?4() +eric6.Preferences.ConfigurationPages.EditorGeneralPage.EditorGeneralPage.on_deleteButton_clicked?4() +eric6.Preferences.ConfigurationPages.EditorGeneralPage.EditorGeneralPage.on_editButton_clicked?4() +eric6.Preferences.ConfigurationPages.EditorGeneralPage.EditorGeneralPage.on_languageOverrideWidget_itemSelectionChanged?4() eric6.Preferences.ConfigurationPages.EditorGeneralPage.EditorGeneralPage.on_tabforindentationCheckBox_toggled?4(checked) eric6.Preferences.ConfigurationPages.EditorGeneralPage.EditorGeneralPage.save?4() eric6.Preferences.ConfigurationPages.EditorGeneralPage.EditorGeneralPage?1() @@ -6165,6 +6169,9 @@ eric6.Preferences.ConfigurationPages.EditorKeywordsPage.EditorKeywordsPage.save?4() eric6.Preferences.ConfigurationPages.EditorKeywordsPage.EditorKeywordsPage?1() eric6.Preferences.ConfigurationPages.EditorKeywordsPage.create?4(dlg) +eric6.Preferences.ConfigurationPages.EditorLanguageTabIndentOverrideDialog.EditorLanguageTabIndentOverrideDialog.getData?4() +eric6.Preferences.ConfigurationPages.EditorLanguageTabIndentOverrideDialog.EditorLanguageTabIndentOverrideDialog.on_languageComboBox_currentIndexChanged?4(lang) +eric6.Preferences.ConfigurationPages.EditorLanguageTabIndentOverrideDialog.EditorLanguageTabIndentOverrideDialog?1(*, editMode=False, languages=None, tabWidth=0, indentWidth=0, parent=None) eric6.Preferences.ConfigurationPages.EditorMouseClickHandlerPage.EditorMouseClickHandlerPage.save?4() eric6.Preferences.ConfigurationPages.EditorMouseClickHandlerPage.EditorMouseClickHandlerPage?1() eric6.Preferences.ConfigurationPages.EditorMouseClickHandlerPage.create?4(dlg)
--- a/eric6/APIs/Python3/eric6.bas Fri Sep 27 14:49:42 2019 +0200 +++ b/eric6/APIs/Python3/eric6.bas Sat Sep 28 18:44:48 2019 +0200 @@ -252,6 +252,7 @@ EditorHighlightersPage ConfigurationPageBase Ui_EditorHighlightersPage EditorHighlightingStylesPage ConfigurationPageBase Ui_EditorHighlightingStylesPage EditorKeywordsPage ConfigurationPageBase Ui_EditorKeywordsPage +EditorLanguageTabIndentOverrideDialog QDialog Ui_EditorLanguageTabIndentOverrideDialog EditorMarkerMap E5MapWidget EditorMouseClickHandlerPage ConfigurationPageBase Ui_EditorMouseClickHandlerPage EditorPropertiesPage ConfigurationPageBase Ui_EditorPropertiesPage
--- a/eric6/Documentation/Help/source.qhp Fri Sep 27 14:49:42 2019 +0200 +++ b/eric6/Documentation/Help/source.qhp Sat Sep 28 18:44:48 2019 +0200 @@ -707,6 +707,7 @@ <section title="eric6.Preferences.ConfigurationPages.EditorHighlightersPage" ref="eric6.Preferences.ConfigurationPages.EditorHighlightersPage.html" /> <section title="eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage" ref="eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html" /> <section title="eric6.Preferences.ConfigurationPages.EditorKeywordsPage" ref="eric6.Preferences.ConfigurationPages.EditorKeywordsPage.html" /> + <section title="eric6.Preferences.ConfigurationPages.EditorLanguageTabIndentOverrideDialog" ref="eric6.Preferences.ConfigurationPages.EditorLanguageTabIndentOverrideDialog.html" /> <section title="eric6.Preferences.ConfigurationPages.EditorMouseClickHandlerPage" ref="eric6.Preferences.ConfigurationPages.EditorMouseClickHandlerPage.html" /> <section title="eric6.Preferences.ConfigurationPages.EditorPropertiesPage" ref="eric6.Preferences.ConfigurationPages.EditorPropertiesPage.html" /> <section title="eric6.Preferences.ConfigurationPages.EditorSearchPage" ref="eric6.Preferences.ConfigurationPages.EditorSearchPage.html" /> @@ -4653,6 +4654,7 @@ <keyword name="Editor.__contextSave" id="Editor.__contextSave" ref="eric6.QScintilla.Editor.html#Editor.__contextSave" /> <keyword name="Editor.__contextSaveAs" id="Editor.__contextSaveAs" ref="eric6.QScintilla.Editor.html#Editor.__contextSaveAs" /> <keyword name="Editor.__contextSaveCopy" id="Editor.__contextSaveCopy" ref="eric6.QScintilla.Editor.html#Editor.__contextSaveCopy" /> + <keyword name="Editor.__convertTabs" id="Editor.__convertTabs" ref="eric6.QScintilla.Editor.html#Editor.__convertTabs" /> <keyword name="Editor.__createChangeMarkerPixmap" id="Editor.__createChangeMarkerPixmap" ref="eric6.QScintilla.Editor.html#Editor.__createChangeMarkerPixmap" /> <keyword name="Editor.__cursorPositionChanged" id="Editor.__cursorPositionChanged" ref="eric6.QScintilla.Editor.html#Editor.__cursorPositionChanged" /> <keyword name="Editor.__deleteAllChangeMarkers" id="Editor.__deleteAllChangeMarkers" ref="eric6.QScintilla.Editor.html#Editor.__deleteAllChangeMarkers" /> @@ -4670,6 +4672,7 @@ <keyword name="Editor.__getCodeCoverageFile" id="Editor.__getCodeCoverageFile" ref="eric6.QScintilla.Editor.html#Editor.__getCodeCoverageFile" /> <keyword name="Editor.__getEditorConfig" id="Editor.__getEditorConfig" ref="eric6.QScintilla.Editor.html#Editor.__getEditorConfig" /> <keyword name="Editor.__getMacroName" id="Editor.__getMacroName" ref="eric6.QScintilla.Editor.html#Editor.__getMacroName" /> + <keyword name="Editor.__getOverrideValue" id="Editor.__getOverrideValue" ref="eric6.QScintilla.Editor.html#Editor.__getOverrideValue" /> <keyword name="Editor.__getPyVersion" id="Editor.__getPyVersion" ref="eric6.QScintilla.Editor.html#Editor.__getPyVersion" /> <keyword name="Editor.__getSaveFileName" id="Editor.__getSaveFileName" ref="eric6.QScintilla.Editor.html#Editor.__getSaveFileName" /> <keyword name="Editor.__ignoreSpellingAlways" id="Editor.__ignoreSpellingAlways" ref="eric6.QScintilla.Editor.html#Editor.__ignoreSpellingAlways" /> @@ -5073,6 +5076,14 @@ <keyword name="EditorGeneralPage" id="EditorGeneralPage" ref="eric6.Preferences.ConfigurationPages.EditorGeneralPage.html#EditorGeneralPage" /> <keyword name="EditorGeneralPage (Constructor)" id="EditorGeneralPage (Constructor)" ref="eric6.Preferences.ConfigurationPages.EditorGeneralPage.html#EditorGeneralPage.__init__" /> <keyword name="EditorGeneralPage (Module)" id="EditorGeneralPage (Module)" ref="eric6.Preferences.ConfigurationPages.EditorGeneralPage.html" /> + <keyword name="EditorGeneralPage.__createOverrideItem" id="EditorGeneralPage.__createOverrideItem" ref="eric6.Preferences.ConfigurationPages.EditorGeneralPage.html#EditorGeneralPage.__createOverrideItem" /> + <keyword name="EditorGeneralPage.__populateLanguageOverrideWidget" id="EditorGeneralPage.__populateLanguageOverrideWidget" ref="eric6.Preferences.ConfigurationPages.EditorGeneralPage.html#EditorGeneralPage.__populateLanguageOverrideWidget" /> + <keyword name="EditorGeneralPage.__resizeOverrideColumns" id="EditorGeneralPage.__resizeOverrideColumns" ref="eric6.Preferences.ConfigurationPages.EditorGeneralPage.html#EditorGeneralPage.__resizeOverrideColumns" /> + <keyword name="EditorGeneralPage.__saveLanguageOverrides" id="EditorGeneralPage.__saveLanguageOverrides" ref="eric6.Preferences.ConfigurationPages.EditorGeneralPage.html#EditorGeneralPage.__saveLanguageOverrides" /> + <keyword name="EditorGeneralPage.on_addButton_clicked" id="EditorGeneralPage.on_addButton_clicked" ref="eric6.Preferences.ConfigurationPages.EditorGeneralPage.html#EditorGeneralPage.on_addButton_clicked" /> + <keyword name="EditorGeneralPage.on_deleteButton_clicked" id="EditorGeneralPage.on_deleteButton_clicked" ref="eric6.Preferences.ConfigurationPages.EditorGeneralPage.html#EditorGeneralPage.on_deleteButton_clicked" /> + <keyword name="EditorGeneralPage.on_editButton_clicked" id="EditorGeneralPage.on_editButton_clicked" ref="eric6.Preferences.ConfigurationPages.EditorGeneralPage.html#EditorGeneralPage.on_editButton_clicked" /> + <keyword name="EditorGeneralPage.on_languageOverrideWidget_itemSelectionChanged" id="EditorGeneralPage.on_languageOverrideWidget_itemSelectionChanged" ref="eric6.Preferences.ConfigurationPages.EditorGeneralPage.html#EditorGeneralPage.on_languageOverrideWidget_itemSelectionChanged" /> <keyword name="EditorGeneralPage.on_tabforindentationCheckBox_toggled" id="EditorGeneralPage.on_tabforindentationCheckBox_toggled" ref="eric6.Preferences.ConfigurationPages.EditorGeneralPage.html#EditorGeneralPage.on_tabforindentationCheckBox_toggled" /> <keyword name="EditorGeneralPage.save" id="EditorGeneralPage.save" ref="eric6.Preferences.ConfigurationPages.EditorGeneralPage.html#EditorGeneralPage.save" /> <keyword name="EditorHighlightersPage" id="EditorHighlightersPage" ref="eric6.Preferences.ConfigurationPages.EditorHighlightersPage.html#EditorHighlightersPage" /> @@ -5128,6 +5139,11 @@ <keyword name="EditorKeywordsPage.on_languageCombo_activated" id="EditorKeywordsPage.on_languageCombo_activated" ref="eric6.Preferences.ConfigurationPages.EditorKeywordsPage.html#EditorKeywordsPage.on_languageCombo_activated" /> <keyword name="EditorKeywordsPage.on_setSpinBox_valueChanged" id="EditorKeywordsPage.on_setSpinBox_valueChanged" ref="eric6.Preferences.ConfigurationPages.EditorKeywordsPage.html#EditorKeywordsPage.on_setSpinBox_valueChanged" /> <keyword name="EditorKeywordsPage.save" id="EditorKeywordsPage.save" ref="eric6.Preferences.ConfigurationPages.EditorKeywordsPage.html#EditorKeywordsPage.save" /> + <keyword name="EditorLanguageTabIndentOverrideDialog" id="EditorLanguageTabIndentOverrideDialog" ref="eric6.Preferences.ConfigurationPages.EditorLanguageTabIndentOverrideDialog.html#EditorLanguageTabIndentOverrideDialog" /> + <keyword name="EditorLanguageTabIndentOverrideDialog (Constructor)" id="EditorLanguageTabIndentOverrideDialog (Constructor)" ref="eric6.Preferences.ConfigurationPages.EditorLanguageTabIndentOverrideDialog.html#EditorLanguageTabIndentOverrideDialog.__init__" /> + <keyword name="EditorLanguageTabIndentOverrideDialog (Module)" id="EditorLanguageTabIndentOverrideDialog (Module)" ref="eric6.Preferences.ConfigurationPages.EditorLanguageTabIndentOverrideDialog.html" /> + <keyword name="EditorLanguageTabIndentOverrideDialog.getData" id="EditorLanguageTabIndentOverrideDialog.getData" ref="eric6.Preferences.ConfigurationPages.EditorLanguageTabIndentOverrideDialog.html#EditorLanguageTabIndentOverrideDialog.getData" /> + <keyword name="EditorLanguageTabIndentOverrideDialog.on_languageComboBox_currentIndexChanged" id="EditorLanguageTabIndentOverrideDialog.on_languageComboBox_currentIndexChanged" ref="eric6.Preferences.ConfigurationPages.EditorLanguageTabIndentOverrideDialog.html#EditorLanguageTabIndentOverrideDialog.on_languageComboBox_currentIndexChanged" /> <keyword name="EditorMarkerMap" id="EditorMarkerMap" ref="eric6.QScintilla.EditorMarkerMap.html#EditorMarkerMap" /> <keyword name="EditorMarkerMap (Constructor)" id="EditorMarkerMap (Constructor)" ref="eric6.QScintilla.EditorMarkerMap.html#EditorMarkerMap.__init__" /> <keyword name="EditorMarkerMap (Module)" id="EditorMarkerMap (Module)" ref="eric6.QScintilla.EditorMarkerMap.html" /> @@ -9796,6 +9812,7 @@ <keyword name="MiniEditor.__checkActions" id="MiniEditor.__checkActions" ref="eric6.QScintilla.MiniEditor.html#MiniEditor.__checkActions" /> <keyword name="MiniEditor.__checkLanguage" id="MiniEditor.__checkLanguage" ref="eric6.QScintilla.MiniEditor.html#MiniEditor.__checkLanguage" /> <keyword name="MiniEditor.__contextMenuRequested" id="MiniEditor.__contextMenuRequested" ref="eric6.QScintilla.MiniEditor.html#MiniEditor.__contextMenuRequested" /> + <keyword name="MiniEditor.__convertTabs" id="MiniEditor.__convertTabs" ref="eric6.QScintilla.MiniEditor.html#MiniEditor.__convertTabs" /> <keyword name="MiniEditor.__createActions" id="MiniEditor.__createActions" ref="eric6.QScintilla.MiniEditor.html#MiniEditor.__createActions" /> <keyword name="MiniEditor.__createEditActions" id="MiniEditor.__createEditActions" ref="eric6.QScintilla.MiniEditor.html#MiniEditor.__createEditActions" /> <keyword name="MiniEditor.__createFileActions" id="MiniEditor.__createFileActions" ref="eric6.QScintilla.MiniEditor.html#MiniEditor.__createFileActions" /> @@ -9809,6 +9826,7 @@ <keyword name="MiniEditor.__documentWasModified" id="MiniEditor.__documentWasModified" ref="eric6.QScintilla.MiniEditor.html#MiniEditor.__documentWasModified" /> <keyword name="MiniEditor.__getCurrentWord" id="MiniEditor.__getCurrentWord" ref="eric6.QScintilla.MiniEditor.html#MiniEditor.__getCurrentWord" /> <keyword name="MiniEditor.__getEditorConfig" id="MiniEditor.__getEditorConfig" ref="eric6.QScintilla.MiniEditor.html#MiniEditor.__getEditorConfig" /> + <keyword name="MiniEditor.__getOverrideValue" id="MiniEditor.__getOverrideValue" ref="eric6.QScintilla.MiniEditor.html#MiniEditor.__getOverrideValue" /> <keyword name="MiniEditor.__getWord" id="MiniEditor.__getWord" ref="eric6.QScintilla.MiniEditor.html#MiniEditor.__getWord" /> <keyword name="MiniEditor.__initContextMenu" id="MiniEditor.__initContextMenu" ref="eric6.QScintilla.MiniEditor.html#MiniEditor.__initContextMenu" /> <keyword name="MiniEditor.__initContextMenuLanguages" id="MiniEditor.__initContextMenuLanguages" ref="eric6.QScintilla.MiniEditor.html#MiniEditor.__initContextMenuLanguages" /> @@ -18292,6 +18310,7 @@ <file>eric6.Preferences.ConfigurationPages.EditorHighlightersPage.html</file> <file>eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html</file> <file>eric6.Preferences.ConfigurationPages.EditorKeywordsPage.html</file> + <file>eric6.Preferences.ConfigurationPages.EditorLanguageTabIndentOverrideDialog.html</file> <file>eric6.Preferences.ConfigurationPages.EditorMouseClickHandlerPage.html</file> <file>eric6.Preferences.ConfigurationPages.EditorPropertiesPage.html</file> <file>eric6.Preferences.ConfigurationPages.EditorSearchPage.html</file>
--- a/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.EditorGeneralPage.html Fri Sep 27 14:49:42 2019 +0200 +++ b/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.EditorGeneralPage.html Sat Sep 28 18:44:48 2019 +0200 @@ -77,6 +77,38 @@ <td>Constructor</td> </tr> <tr> +<td><a href="#EditorGeneralPage.__createOverrideItem">__createOverrideItem</a></td> +<td>Private method to create an entry for a language override.</td> +</tr> +<tr> +<td><a href="#EditorGeneralPage.__populateLanguageOverrideWidget">__populateLanguageOverrideWidget</a></td> +<td>Private method to populate the language specific indentation and tab width override widget.</td> +</tr> +<tr> +<td><a href="#EditorGeneralPage.__resizeOverrideColumns">__resizeOverrideColumns</a></td> +<td>Private method to resize the list columns.</td> +</tr> +<tr> +<td><a href="#EditorGeneralPage.__saveLanguageOverrides">__saveLanguageOverrides</a></td> +<td>Private method to save the language specific indentation and tab width overrides.</td> +</tr> +<tr> +<td><a href="#EditorGeneralPage.on_addButton_clicked">on_addButton_clicked</a></td> +<td>Private slot to add a new override entry.</td> +</tr> +<tr> +<td><a href="#EditorGeneralPage.on_deleteButton_clicked">on_deleteButton_clicked</a></td> +<td>Private slot to delete the selected override entries.</td> +</tr> +<tr> +<td><a href="#EditorGeneralPage.on_editButton_clicked">on_editButton_clicked</a></td> +<td>Private slot to edit the selected override entry.</td> +</tr> +<tr> +<td><a href="#EditorGeneralPage.on_languageOverrideWidget_itemSelectionChanged">on_languageOverrideWidget_itemSelectionChanged</a></td> +<td>Private slot handling a change of the override selection.</td> +</tr> +<tr> <td><a href="#EditorGeneralPage.on_tabforindentationCheckBox_toggled">on_tabforindentationCheckBox_toggled</a></td> <td>Private slot used to set the tab conversion check box.</td> </tr> @@ -98,6 +130,79 @@ <p> Constructor </p> +<a NAME="EditorGeneralPage.__createOverrideItem" ID="EditorGeneralPage.__createOverrideItem"></a> +<h4>EditorGeneralPage.__createOverrideItem</h4> +<b>__createOverrideItem</b>(<i>language, tabWidth, indentWidth</i>) + +<p> + Private method to create an entry for a language override. +</p> +<dl> + +<dt><i>language</i> (str)</dt> +<dd> +name of the language +</dd> +<dt><i>tabWidth</i> (int)</dt> +<dd> +tabulator width +</dd> +<dt><i>indentWidth</i> (int)</dt> +<dd> +indentation width +</dd> +</dl> +<a NAME="EditorGeneralPage.__populateLanguageOverrideWidget" ID="EditorGeneralPage.__populateLanguageOverrideWidget"></a> +<h4>EditorGeneralPage.__populateLanguageOverrideWidget</h4> +<b>__populateLanguageOverrideWidget</b>(<i></i>) + +<p> + Private method to populate the language specific indentation and tab + width override widget. +</p> +<a NAME="EditorGeneralPage.__resizeOverrideColumns" ID="EditorGeneralPage.__resizeOverrideColumns"></a> +<h4>EditorGeneralPage.__resizeOverrideColumns</h4> +<b>__resizeOverrideColumns</b>(<i></i>) + +<p> + Private method to resize the list columns. +</p> +<a NAME="EditorGeneralPage.__saveLanguageOverrides" ID="EditorGeneralPage.__saveLanguageOverrides"></a> +<h4>EditorGeneralPage.__saveLanguageOverrides</h4> +<b>__saveLanguageOverrides</b>(<i></i>) + +<p> + Private method to save the language specific indentation and tab width + overrides. +</p> +<a NAME="EditorGeneralPage.on_addButton_clicked" ID="EditorGeneralPage.on_addButton_clicked"></a> +<h4>EditorGeneralPage.on_addButton_clicked</h4> +<b>on_addButton_clicked</b>(<i></i>) + +<p> + Private slot to add a new override entry. +</p> +<a NAME="EditorGeneralPage.on_deleteButton_clicked" ID="EditorGeneralPage.on_deleteButton_clicked"></a> +<h4>EditorGeneralPage.on_deleteButton_clicked</h4> +<b>on_deleteButton_clicked</b>(<i></i>) + +<p> + Private slot to delete the selected override entries. +</p> +<a NAME="EditorGeneralPage.on_editButton_clicked" ID="EditorGeneralPage.on_editButton_clicked"></a> +<h4>EditorGeneralPage.on_editButton_clicked</h4> +<b>on_editButton_clicked</b>(<i></i>) + +<p> + Private slot to edit the selected override entry. +</p> +<a NAME="EditorGeneralPage.on_languageOverrideWidget_itemSelectionChanged" ID="EditorGeneralPage.on_languageOverrideWidget_itemSelectionChanged"></a> +<h4>EditorGeneralPage.on_languageOverrideWidget_itemSelectionChanged</h4> +<b>on_languageOverrideWidget_itemSelectionChanged</b>(<i></i>) + +<p> + Private slot handling a change of the override selection. +</p> <a NAME="EditorGeneralPage.on_tabforindentationCheckBox_toggled" ID="EditorGeneralPage.on_tabforindentationCheckBox_toggled"></a> <h4>EditorGeneralPage.on_tabforindentationCheckBox_toggled</h4> <b>on_tabforindentationCheckBox_toggled</b>(<i>checked</i>)
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.EditorLanguageTabIndentOverrideDialog.html Sat Sep 28 18:44:48 2019 +0200 @@ -0,0 +1,159 @@ +<!DOCTYPE html> +<html><head> +<title>eric6.Preferences.ConfigurationPages.EditorLanguageTabIndentOverrideDialog</title> +<meta charset="UTF-8"> +<style> +body { + background: #EDECE6; + margin: 0em 1em 10em 1em; + color: black; +} + +h1 { color: white; background: #85774A; } +h2 { color: white; background: #85774A; } +h3 { color: white; background: #9D936E; } +h4 { color: white; background: #9D936E; } + +a { color: #BA6D36; } + +</style> +</head> +<body> +<a NAME="top" ID="top"></a> +<h1>eric6.Preferences.ConfigurationPages.EditorLanguageTabIndentOverrideDialog</h1> + +<p> +Module implementing a dialog to set the tab and indentation width override for +a language. +</p> +<h3>Global Attributes</h3> + +<table> +<tr><td>None</td></tr> +</table> +<h3>Classes</h3> + +<table> + +<tr> +<td><a href="#EditorLanguageTabIndentOverrideDialog">EditorLanguageTabIndentOverrideDialog</a></td> +<td>Class implementing a dialog to set the tab and indentation width override for a language.</td> +</tr> +</table> +<h3>Functions</h3> + +<table> +<tr><td>None</td></tr> +</table> +<hr /> +<hr /> +<a NAME="EditorLanguageTabIndentOverrideDialog" ID="EditorLanguageTabIndentOverrideDialog"></a> +<h2>EditorLanguageTabIndentOverrideDialog</h2> + +<p> + Class implementing a dialog to set the tab and indentation width override + for a language. +</p> +<h3>Derived from</h3> +QDialog, Ui_EditorLanguageTabIndentOverrideDialog +<h3>Class Attributes</h3> + +<table> +<tr><td>None</td></tr> +</table> +<h3>Class Methods</h3> + +<table> +<tr><td>None</td></tr> +</table> +<h3>Methods</h3> + +<table> + +<tr> +<td><a href="#EditorLanguageTabIndentOverrideDialog.__init__">EditorLanguageTabIndentOverrideDialog</a></td> +<td>Constructor</td> +</tr> +<tr> +<td><a href="#EditorLanguageTabIndentOverrideDialog.getData">getData</a></td> +<td>Public method to get the entered data.</td> +</tr> +<tr> +<td><a href="#EditorLanguageTabIndentOverrideDialog.on_languageComboBox_currentIndexChanged">on_languageComboBox_currentIndexChanged</a></td> +<td>Private slot to handle the selection of a language.</td> +</tr> +</table> +<h3>Static Methods</h3> + +<table> +<tr><td>None</td></tr> +</table> + +<a NAME="EditorLanguageTabIndentOverrideDialog.__init__" ID="EditorLanguageTabIndentOverrideDialog.__init__"></a> +<h4>EditorLanguageTabIndentOverrideDialog (Constructor)</h4> +<b>EditorLanguageTabIndentOverrideDialog</b>(<i>*, editMode=False, languages=None, tabWidth=0, indentWidth=0, parent=None</i>) + +<p> + Constructor +</p> +<dl> + +<dt><i>editMode</i> (bool)</dt> +<dd> +flag indicating the edit mode (Note: in edit mode + the language is fixed) +</dd> +<dt><i>languages</i> (list of str)</dt> +<dd> +list of available languages +</dd> +<dt><i>tabWidth</i> (int)</dt> +<dd> +tab width to be set +</dd> +<dt><i>indentWidth</i> (int)</dt> +<dd> +indentation width to be set +</dd> +<dt><i>parent</i> (QWidget)</dt> +<dd> +reference to the parent widget +</dd> +</dl> +<a NAME="EditorLanguageTabIndentOverrideDialog.getData" ID="EditorLanguageTabIndentOverrideDialog.getData"></a> +<h4>EditorLanguageTabIndentOverrideDialog.getData</h4> +<b>getData</b>(<i></i>) + +<p> + Public method to get the entered data. +</p> +<dl> +<dt>Returns:</dt> +<dd> +tuple containing the language, the tab width and the + indentation width +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +tuple of (str, int, int) +</dd> +</dl> +<a NAME="EditorLanguageTabIndentOverrideDialog.on_languageComboBox_currentIndexChanged" ID="EditorLanguageTabIndentOverrideDialog.on_languageComboBox_currentIndexChanged"></a> +<h4>EditorLanguageTabIndentOverrideDialog.on_languageComboBox_currentIndexChanged</h4> +<b>on_languageComboBox_currentIndexChanged</b>(<i>lang</i>) + +<p> + Private slot to handle the selection of a language. +</p> +<dl> + +<dt><i>lang</i> (str)</dt> +<dd> +selected language +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /> +</body></html> \ No newline at end of file
--- a/eric6/Documentation/Source/eric6.QScintilla.Editor.html Fri Sep 27 14:49:42 2019 +0200 +++ b/eric6/Documentation/Source/eric6.QScintilla.Editor.html Sat Sep 28 18:44:48 2019 +0200 @@ -348,6 +348,10 @@ <td>Private slot handling the save copy context menu entry.</td> </tr> <tr> +<td><a href="#Editor.__convertTabs">__convertTabs</a></td> +<td>Private slot to convert tabulators to spaces.</td> +</tr> +<tr> <td><a href="#Editor.__createChangeMarkerPixmap">__createChangeMarkerPixmap</a></td> <td>Private method to create a pixmap for the change markers.</td> </tr> @@ -416,6 +420,10 @@ <td>Private method to select a macro name from the list of macros.</td> </tr> <tr> +<td><a href="#Editor.__getOverrideValue">__getOverrideValue</a></td> +<td>Private method to get an override value for the current file type.</td> +</tr> +<tr> <td><a href="#Editor.__getPyVersion">__getPyVersion</a></td> <td>Private method to return the Python main version (2 or 3) or 0 if it's not a Python file at all.</td> </tr> @@ -2178,6 +2186,13 @@ <p> Private slot handling the save copy context menu entry. </p> +<a NAME="Editor.__convertTabs" ID="Editor.__convertTabs"></a> +<h4>Editor.__convertTabs</h4> +<b>__convertTabs</b>(<i></i>) + +<p> + Private slot to convert tabulators to spaces. +</p> <a NAME="Editor.__createChangeMarkerPixmap" ID="Editor.__createChangeMarkerPixmap"></a> <h4>Editor.__createChangeMarkerPixmap</h4> <b>__createChangeMarkerPixmap</b>(<i>key, size=16, width=4</i>) @@ -2463,6 +2478,32 @@ pressed ok or canceled the operation. (string, boolean) </dd> </dl> +<a NAME="Editor.__getOverrideValue" ID="Editor.__getOverrideValue"></a> +<h4>Editor.__getOverrideValue</h4> +<b>__getOverrideValue</b>(<i>option</i>) + +<p> + Private method to get an override value for the current file type. +</p> +<dl> + +<dt><i>option</i> (str)</dt> +<dd> +Preferences option key +</dd> +</dl> +<dl> +<dt>Returns:</dt> +<dd> +override value; None in case nothing is defined +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +any +</dd> +</dl> <a NAME="Editor.__getPyVersion" ID="Editor.__getPyVersion"></a> <h4>Editor.__getPyVersion</h4> <b>__getPyVersion</b>(<i></i>)
--- a/eric6/Documentation/Source/eric6.QScintilla.MiniEditor.html Fri Sep 27 14:49:42 2019 +0200 +++ b/eric6/Documentation/Source/eric6.QScintilla.MiniEditor.html Sat Sep 28 18:44:48 2019 +0200 @@ -113,6 +113,10 @@ <td>Private slot to show the context menu.</td> </tr> <tr> +<td><a href="#MiniEditor.__convertTabs">__convertTabs</a></td> +<td>Private slot to convert tabulators to spaces.</td> +</tr> +<tr> <td><a href="#MiniEditor.__createActions">__createActions</a></td> <td>Private method to create the actions.</td> </tr> @@ -165,6 +169,10 @@ <td>Private method to get the requested option via EditorConfig.</td> </tr> <tr> +<td><a href="#MiniEditor.__getOverrideValue">__getOverrideValue</a></td> +<td>Private method to get an override value for the current file type.</td> +</tr> +<tr> <td><a href="#MiniEditor.__getWord">__getWord</a></td> <td>Private method to get the word at a position.</td> </tr> @@ -520,6 +528,13 @@ the position of the mouse pointer (QPoint) </dd> </dl> +<a NAME="MiniEditor.__convertTabs" ID="MiniEditor.__convertTabs"></a> +<h4>MiniEditor.__convertTabs</h4> +<b>__convertTabs</b>(<i></i>) + +<p> + Private slot to convert tabulators to spaces. +</p> <a NAME="MiniEditor.__createActions" ID="MiniEditor.__createActions"></a> <h4>MiniEditor.__createActions</h4> <b>__createActions</b>(<i></i>) @@ -664,6 +679,32 @@ any </dd> </dl> +<a NAME="MiniEditor.__getOverrideValue" ID="MiniEditor.__getOverrideValue"></a> +<h4>MiniEditor.__getOverrideValue</h4> +<b>__getOverrideValue</b>(<i>option</i>) + +<p> + Private method to get an override value for the current file type. +</p> +<dl> + +<dt><i>option</i> (str)</dt> +<dd> +Preferences option key +</dd> +</dl> +<dl> +<dt>Returns:</dt> +<dd> +override value; None in case nothing is defined +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +any +</dd> +</dl> <a NAME="MiniEditor.__getWord" ID="MiniEditor.__getWord"></a> <h4>MiniEditor.__getWord</h4> <b>__getWord</b>(<i>line, index</i>)
--- a/eric6/Documentation/Source/index-eric6.Preferences.ConfigurationPages.html Fri Sep 27 14:49:42 2019 +0200 +++ b/eric6/Documentation/Source/index-eric6.Preferences.ConfigurationPages.html Sat Sep 28 18:44:48 2019 +0200 @@ -114,6 +114,10 @@ <td>Module implementing the editor highlighter keywords configuration page.</td> </tr> <tr> +<td><a href="eric6.Preferences.ConfigurationPages.EditorLanguageTabIndentOverrideDialog.html">EditorLanguageTabIndentOverrideDialog</a></td> +<td>Module implementing a dialog to set the tab and indentation width override for a language.</td> +</tr> +<tr> <td><a href="eric6.Preferences.ConfigurationPages.EditorMouseClickHandlerPage.html">EditorMouseClickHandlerPage</a></td> <td>Module implementing the Editor Mouse Click Handlers configuration page.</td> </tr>
--- a/eric6/Preferences/ConfigurationPages/EditorGeneralPage.py Fri Sep 27 14:49:42 2019 +0200 +++ b/eric6/Preferences/ConfigurationPages/EditorGeneralPage.py Sat Sep 28 18:44:48 2019 +0200 @@ -7,13 +7,20 @@ Module implementing the Editor General configuration page. """ +from PyQt5.QtCore import pyqtSlot, Qt +from PyQt5.QtWidgets import QTreeWidgetItem, QHeaderView, QDialog +from PyQt5.Qsci import QsciScintillaBase -from PyQt5.Qsci import QsciScintillaBase +from E5Gui import E5MessageBox from .ConfigurationPageBase import ConfigurationPageBase from .Ui_EditorGeneralPage import Ui_EditorGeneralPage +from .EditorLanguageTabIndentOverrideDialog import ( + EditorLanguageTabIndentOverrideDialog +) import Preferences +import UI.PixmapCache class EditorGeneralPage(ConfigurationPageBase, Ui_EditorGeneralPage): @@ -28,6 +35,10 @@ self.setupUi(self) self.setObjectName("EditorGeneralPage") + self.addButton.setIcon(UI.PixmapCache.getIcon("plus")) + self.deleteButton.setIcon(UI.PixmapCache.getIcon("minus")) + self.editButton.setIcon(UI.PixmapCache.getIcon("edit")) + # set initial values self.tabwidthSlider.setValue( Preferences.getEditor("TabWidth")) @@ -50,6 +61,8 @@ self.vsUserCheckBox.setChecked( virtualSpaceOptions & QsciScintillaBase.SCVS_USERACCESSIBLE) + self.__populateLanguageOverrideWidget() + def save(self): """ Public slot to save the Editor General configuration. @@ -83,6 +96,8 @@ virtualSpaceOptions |= QsciScintillaBase.SCVS_USERACCESSIBLE Preferences.setEditor("VirtualSpaceOptions", virtualSpaceOptions) + self.__saveLanguageOverrides() + def on_tabforindentationCheckBox_toggled(self, checked): """ Private slot used to set the tab conversion check box. @@ -93,6 +108,127 @@ self.converttabsCheckBox.setChecked(not checked) self.converttabsCheckBox.setEnabled(not checked) + def __populateLanguageOverrideWidget(self): + """ + Private method to populate the language specific indentation and tab + width override widget. + """ + overrides = Preferences.getEditor("TabIndentOverride") + for language, (tabWidth, indentWidth) in overrides.items(): + self.__createOverrideItem(language, tabWidth, indentWidth) + self.languageOverrideWidget.sortItems(0, Qt.AscendingOrder) + self.__resizeOverrideColumns() + self.on_languageOverrideWidget_itemSelectionChanged() + + def __createOverrideItem(self, language, tabWidth, indentWidth): + """ + Private method to create an entry for a language override. + + @param language name of the language + @type str + @param tabWidth tabulator width + @type int + @param indentWidth indentation width + @type int + """ + itm = QTreeWidgetItem(self.languageOverrideWidget, [ + language, + "{0:2d}".format(tabWidth), + "{0:2d}".format(indentWidth)]) + itm.setTextAlignment(1, Qt.AlignHCenter) + itm.setTextAlignment(2, Qt.AlignHCenter) + + def __resizeOverrideColumns(self): + """ + Private method to resize the list columns. + """ + self.languageOverrideWidget.header().resizeSections( + QHeaderView.ResizeToContents) + self.languageOverrideWidget.header().setStretchLastSection(True) + + def __saveLanguageOverrides(self): + """ + Private method to save the language specific indentation and tab width + overrides. + """ + overrides = {} + for row in range(self.languageOverrideWidget.topLevelItemCount()): + itm = self.languageOverrideWidget.topLevelItem(row) + language = itm.text(0) + overrides[language] = [ + int(itm.text(1)), + int(itm.text(2)), + ] + + Preferences.setEditor("TabIndentOverride", overrides) + + @pyqtSlot() + def on_languageOverrideWidget_itemSelectionChanged(self): + """ + Private slot handling a change of the override selection. + """ + self.deleteButton.setEnabled( + len(self.languageOverrideWidget.selectedItems()) > 0) + self.editButton.setEnabled( + len(self.languageOverrideWidget.selectedItems()) == 1) + + @pyqtSlot() + def on_addButton_clicked(self): + """ + Private slot to add a new override entry. + """ + import QScintilla.Lexers + languages = list( + QScintilla.Lexers.getSupportedLanguages().keys()) + for row in range(self.languageOverrideWidget.topLevelItemCount()): + itm = self.languageOverrideWidget.topLevelItem(row) + language = itm.text(0) + if language in languages: + languages.remove(language) + dlg = EditorLanguageTabIndentOverrideDialog( + editMode=False, + languages=languages, + tabWidth=self.tabwidthSlider.value(), + indentWidth=self.indentwidthSlider.value(), + ) + if dlg.exec_() == QDialog.Accepted: + language, tabWidth, indentWidth = dlg.getData() + self.__createOverrideItem(language, tabWidth, indentWidth) + self.languageOverrideWidget.sortItems(0, Qt.AscendingOrder) + self.__resizeOverrideColumns() + + @pyqtSlot() + def on_deleteButton_clicked(self): + """ + Private slot to delete the selected override entries. + """ + ok = E5MessageBox.yesNo( + self, + self.tr("Tab and Indent Override"), + self.tr("""Shall the selected entries really be removed?""")) + if ok: + for itm in self.languageOverrideWidget.selectedItems(): + index = self.languageOverrideWidget.indexOfTopLevelItem(itm) + self.languageOverrideWidget.takeTopLevelItem(index) + del itm + + @pyqtSlot() + def on_editButton_clicked(self): + """ + Private slot to edit the selected override entry. + """ + itm = self.languageOverrideWidget.selectedItems()[0] + dlg = EditorLanguageTabIndentOverrideDialog( + editMode=True, + languages=[itm.text(0)], + tabWidth=int(itm.text(1)), + indentWidth=int(itm.text(2)), + ) + if dlg.exec_() == QDialog.Accepted: + language, tabWidth, indentWidth = dlg.getData() + itm.setText(1, "{0:2d}".format(tabWidth)) + itm.setText(2, "{0:2d}".format(indentWidth)) + def create(dlg): """
--- a/eric6/Preferences/ConfigurationPages/EditorGeneralPage.ui Fri Sep 27 14:49:42 2019 +0200 +++ b/eric6/Preferences/ConfigurationPages/EditorGeneralPage.ui Sat Sep 28 18:44:48 2019 +0200 @@ -7,10 +7,10 @@ <x>0</x> <y>0</y> <width>559</width> - <height>593</height> + <height>771</height> </rect> </property> - <layout class="QVBoxLayout" name="verticalLayout_3"> + <layout class="QVBoxLayout" name="verticalLayout_4"> <item> <widget class="QLabel" name="headerLabel"> <property name="text"> @@ -36,7 +36,7 @@ <property name="title"> <string>Tabs && Indentation</string> </property> - <layout class="QVBoxLayout" name="verticalLayout_2"> + <layout class="QVBoxLayout" name="verticalLayout_3"> <item> <layout class="QGridLayout"> <item row="0" column="0"> @@ -138,6 +138,97 @@ </layout> </item> <item> + <layout class="QHBoxLayout" name="horizontalLayout"> + <item> + <widget class="QTreeWidget" name="languageOverrideWidget"> + <property name="alternatingRowColors"> + <bool>true</bool> + </property> + <property name="selectionMode"> + <enum>QAbstractItemView::ExtendedSelection</enum> + </property> + <property name="rootIsDecorated"> + <bool>false</bool> + </property> + <property name="itemsExpandable"> + <bool>false</bool> + </property> + <column> + <property name="text"> + <string>Language</string> + </property> + </column> + <column> + <property name="text"> + <string>Tab Width</string> + </property> + </column> + <column> + <property name="text"> + <string>Indent Width</string> + </property> + </column> + <column> + <property name="text"> + <string notr="true"> </string> + </property> + </column> + </widget> + </item> + <item> + <layout class="QVBoxLayout" name="verticalLayout_2"> + <item> + <spacer name="verticalSpacer"> + <property name="orientation"> + <enum>Qt::Vertical</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>20</width> + <height>40</height> + </size> + </property> + </spacer> + </item> + <item> + <widget class="QToolButton" name="addButton"> + <property name="toolTip"> + <string>Press to add a language specific override</string> + </property> + </widget> + </item> + <item> + <widget class="QToolButton" name="deleteButton"> + <property name="toolTip"> + <string>Press to delete the selected language specific override</string> + </property> + </widget> + </item> + <item> + <widget class="QToolButton" name="editButton"> + <property name="toolTip"> + <string>Press to edit the selected language specific override</string> + </property> + </widget> + </item> + <item> + <spacer name="verticalSpacer_2"> + <property name="orientation"> + <enum>Qt::Vertical</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>20</width> + <height>40</height> + </size> + </property> + </spacer> + </item> + </layout> + </item> + </layout> + </item> + <item> <layout class="QGridLayout" name="gridLayout_2"> <item row="0" column="0"> <widget class="QCheckBox" name="autoindentCheckBox"> @@ -263,10 +354,17 @@ <tabstops> <tabstop>tabwidthSlider</tabstop> <tabstop>indentwidthSlider</tabstop> + <tabstop>languageOverrideWidget</tabstop> + <tabstop>addButton</tabstop> + <tabstop>deleteButton</tabstop> + <tabstop>editButton</tabstop> <tabstop>autoindentCheckBox</tabstop> + <tabstop>tabforindentationCheckBox</tabstop> <tabstop>tabindentsCheckBox</tabstop> - <tabstop>tabforindentationCheckBox</tabstop> <tabstop>converttabsCheckBox</tabstop> + <tabstop>comment0CheckBox</tabstop> + <tabstop>vsSelectionCheckBox</tabstop> + <tabstop>vsUserCheckBox</tabstop> </tabstops> <resources/> <connections>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.py Sat Sep 28 18:44:48 2019 +0200 @@ -0,0 +1,72 @@ +# -*- coding: utf-8 -*- + +""" +Module implementing a dialog to set the tab and indentation width override for +a language. +""" + +from PyQt5.QtCore import pyqtSlot +from PyQt5.QtWidgets import QDialog, QDialogButtonBox + +from .Ui_EditorLanguageTabIndentOverrideDialog import ( + Ui_EditorLanguageTabIndentOverrideDialog +) + + +class EditorLanguageTabIndentOverrideDialog( + QDialog, Ui_EditorLanguageTabIndentOverrideDialog): + """ + Class implementing a dialog to set the tab and indentation width override + for a language. + """ + def __init__(self, *, editMode=False, languages=None, tabWidth=0, + indentWidth=0, parent=None): + """ + Constructor + + @param editMode flag indicating the edit mode (Note: in edit mode + the language is fixed) + @type bool + @param languages list of available languages + @type list of str + @param tabWidth tab width to be set + @type int + @param indentWidth indentation width to be set + @type int + @param parent reference to the parent widget + @type QWidget + """ + super(EditorLanguageTabIndentOverrideDialog, self).__init__(parent) + self.setupUi(self) + + if editMode: + self.languageComboBox.addItems(languages) + else: + self.languageComboBox.addItems([""] + sorted(languages)) + self.tabWidthSpinBox.setValue(tabWidth) + self.indentWidthSpinBox.setValue(indentWidth) + + def getData(self): + """ + Public method to get the entered data. + + @return tuple containing the language, the tab width and the + indentation width + @rtype tuple of (str, int, int) + """ + return ( + self.languageComboBox.currentText(), + self.tabWidthSpinBox.value(), + self.indentWidthSpinBox.value(), + ) + + @pyqtSlot(str) + def on_languageComboBox_currentIndexChanged(self, lang): + """ + Private slot to handle the selection of a language. + + @param lang selected language + @type str + """ + self.buttonBox.button(QDialogButtonBox.Ok).setEnabled( + bool(lang))
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.ui Sat Sep 28 18:44:48 2019 +0200 @@ -0,0 +1,161 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>EditorLanguageTabIndentOverrideDialog</class> + <widget class="QDialog" name="EditorLanguageTabIndentOverrideDialog"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>400</width> + <height>142</height> + </rect> + </property> + <property name="windowTitle"> + <string>Tab and Indent Override</string> + </property> + <property name="sizeGripEnabled"> + <bool>true</bool> + </property> + <layout class="QGridLayout" name="gridLayout"> + <item row="0" column="0"> + <widget class="QLabel" name="label"> + <property name="text"> + <string>Language:</string> + </property> + </widget> + </item> + <item row="0" column="1" colspan="2"> + <widget class="QComboBox" name="languageComboBox"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + </widget> + </item> + <item row="1" column="0"> + <widget class="QLabel" name="label_2"> + <property name="text"> + <string>Tab Width:</string> + </property> + </widget> + </item> + <item row="1" column="1"> + <widget class="QSpinBox" name="tabWidthSpinBox"> + <property name="toolTip"> + <string>Enter the tab width</string> + </property> + <property name="alignment"> + <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> + </property> + <property name="minimum"> + <number>1</number> + </property> + <property name="maximum"> + <number>20</number> + </property> + </widget> + </item> + <item row="1" column="2"> + <spacer name="horizontalSpacer"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>208</width> + <height>20</height> + </size> + </property> + </spacer> + </item> + <item row="2" column="0"> + <widget class="QLabel" name="TextLabel13_2_3"> + <property name="text"> + <string>Indentation width:</string> + </property> + </widget> + </item> + <item row="2" column="1"> + <widget class="QSpinBox" name="indentWidthSpinBox"> + <property name="toolTip"> + <string>Enter the indentation width</string> + </property> + <property name="alignment"> + <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> + </property> + <property name="minimum"> + <number>1</number> + </property> + <property name="maximum"> + <number>20</number> + </property> + </widget> + </item> + <item row="2" column="2"> + <spacer name="horizontalSpacer_2"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>208</width> + <height>20</height> + </size> + </property> + </spacer> + </item> + <item row="3" column="0" colspan="3"> + <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> + <tabstops> + <tabstop>languageComboBox</tabstop> + <tabstop>tabWidthSpinBox</tabstop> + <tabstop>indentWidthSpinBox</tabstop> + </tabstops> + <resources/> + <connections> + <connection> + <sender>buttonBox</sender> + <signal>accepted()</signal> + <receiver>EditorLanguageTabIndentOverrideDialog</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>EditorLanguageTabIndentOverrideDialog</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/eric6/Preferences/__init__.py Fri Sep 27 14:49:42 2019 +0200 +++ b/eric6/Preferences/__init__.py Sat Sep 28 18:44:48 2019 +0200 @@ -363,6 +363,7 @@ "AutosaveInterval": 0, "TabWidth": 4, "IndentWidth": 4, + "TabIndentOverride": "{}", # JSON formatted dictionary "IndentationGuides": True, "LinenoMargin": True, "FoldingMargin": True, @@ -2041,6 +2042,13 @@ elif value in ["false", "False"]: value = 0 return QsciLexerPython.IndentationWarning(int(value)) + elif key == "TabIndentOverride": + overrideStr = prefClass.settings.value( + "Editor/" + key, prefClass.editorDefaults[key]) + if overrideStr: + return json.loads(overrideStr) + else: + return {} else: return toBool(prefClass.settings.value( "Editor/" + key, prefClass.editorDefaults[key])) @@ -2054,7 +2062,10 @@ @param value the value to be set @param prefClass preferences class used as the storage area """ - prefClass.settings.setValue("Editor/" + key, value) + if key == "TabIndentOverride": + prefClass.settings.setValue("Editor/" + key, json.dumps(value)) + else: + prefClass.settings.setValue("Editor/" + key, value) def getEditorColour(key, prefClass=Prefs):
--- a/eric6/QScintilla/Editor.py Fri Sep 27 14:49:42 2019 +0200 +++ b/eric6/QScintilla/Editor.py Sat Sep 28 18:44:48 2019 +0200 @@ -374,6 +374,8 @@ self.checkSyntax() self.isResourcesFile = self.fileName.endswith(".qrc") + self.__convertTabs() + self.recolor() else: # clone the given editor @@ -3005,17 +3007,6 @@ modified = False - if ( - (not self.__getEditorConfig("TabForIndentation")) and - Preferences.getEditor("ConvertTabsOnLoad") and - not (self.lexer_ and - self.lexer_.alwaysKeepTabs()) - ): - txtExpanded = txt.expandtabs(self.__getEditorConfig("TabWidth")) - if txtExpanded != txt: - modified = True - txt = txtExpanded - self.setText(txt) # get eric specific flags @@ -3037,7 +3028,26 @@ self.setModified(modified) self.lastModified = QFileInfo(self.fileName).lastModified() - + + def __convertTabs(self): + """ + Private slot to convert tabulators to spaces. + """ + if ( + (not self.__getEditorConfig("TabForIndentation")) and + Preferences.getEditor("ConvertTabsOnLoad") and + not (self.lexer_ and + self.lexer_.alwaysKeepTabs()) + ): + txt = self.text() + txtExpanded = txt.expandtabs(self.__getEditorConfig("TabWidth")) + if txtExpanded != txt: + self.beginUndoAction + self.setText(txt) + self.endUndoAction() + + self.setModified(True) + def __removeTrailingWhitespace(self): """ Private method to remove trailing whitespace. @@ -5577,6 +5587,7 @@ """ encoding = act.data() self.readFile(self.fileName, encoding=encoding) + self.__convertTabs() self.__checkEncoding() def __contextSave(self): @@ -7084,6 +7095,7 @@ # do not prompt for this change again... self.lastModified = QDateTime.currentDateTime() self.setModified(False) + self.__convertTabs() # re-initialize the online change tracer self.__reinitOnlineChangeTrace() @@ -8349,7 +8361,11 @@ if nodefault: return None else: - return Preferences.getEditor(option) + value = self.__getOverrideValue(option) + if value is None: + # no override + value = Preferences.getEditor(option) + return value try: if option == "EOLMode": @@ -8383,7 +8399,10 @@ if value is None and not nodefault: # use Preferences in case of error - value = Preferences.getEditor(option) + value = self.__getOverrideValue(option) + if value is None: + # no override + value = Preferences.getEditor(option) return value @@ -8398,6 +8417,25 @@ """ return self.__getEditorConfig(option) + def __getOverrideValue(self, option): + """ + Private method to get an override value for the current file type. + + @param option Preferences option key + @type str + @return override value; None in case nothing is defined + @rtype any + """ + if option in ("TabWidth", "IndentWidth"): + overrides = Preferences.getEditor("TabIndentOverride") + if self.filetype in overrides: + if option == "TabWidth": + return overrides[self.filetype][0] + elif option == "IndentWidth": + return overrides[self.filetype][1] + + return None + def mouseDoubleClickEvent(self, evt): """ Protected method to handle mouse double click events.
--- a/eric6/QScintilla/MiniEditor.py Fri Sep 27 14:49:42 2019 +0200 +++ b/eric6/QScintilla/MiniEditor.py Sat Sep 28 18:44:48 2019 +0200 @@ -2344,19 +2344,6 @@ QApplication.restoreOverrideCursor() return - modified = False - - if ( - not self.__getEditorConfig("TabForIndentation") and - Preferences.getEditor("ConvertTabsOnLoad") and - not (self.lexer_ and - self.lexer_.alwaysKeepTabs()) - ): - txtExpanded = txt.expandtabs(self.__getEditorConfig("TabWidth")) - if txtExpanded != txt: - modified = True - txt = txtExpanded - self.__textEdit.setText(txt) QApplication.restoreOverrideCursor() @@ -2366,8 +2353,10 @@ self.filetype = filetype self.__setCurrentFile(fileName) - self.__textEdit.setModified(modified) - self.setWindowModified(modified) + self.__textEdit.setModified(False) + self.setWindowModified(False) + + self.__convertTabs() eolMode = self.__getEditorConfig("EOLMode", nodefault=True) if eolMode is None: @@ -2377,6 +2366,26 @@ self.__textEdit.convertEols(eolMode) self.__statusBar.showMessage(self.tr("File loaded"), 2000) + + def __convertTabs(self): + """ + Private slot to convert tabulators to spaces. + """ + if ( + (not self.__getEditorConfig("TabForIndentation")) and + Preferences.getEditor("ConvertTabsOnLoad") and + not (self.lexer_ and + self.lexer_.alwaysKeepTabs()) + ): + txt = self.__textEdit.text() + txtExpanded = txt.expandtabs(self.__getEditorConfig("TabWidth")) + if txtExpanded != txt: + self.__textEdit.beginUndoAction + self.__textEdit.setText(txt) + self.__textEdit.endUndoAction() + + self.__textEdit.setModified(True) + self.setWindowModified(True) def __saveFile(self, fileName): """ @@ -2630,13 +2639,14 @@ if Preferences.getEditor("ShowWhitespace"): self.__textEdit.setWhitespaceVisibility(QsciScintilla.WsVisible) try: - self.setWhitespaceForegroundColor( + self.__textEdit.setWhitespaceForegroundColor( Preferences.getEditorColour("WhitespaceForeground")) - self.setWhitespaceBackgroundColor( + self.__textEdit.setWhitespaceBackgroundColor( Preferences.getEditorColour("WhitespaceBackground")) - self.setWhitespaceSize( + self.__textEdit.setWhitespaceSize( Preferences.getEditor("WhitespaceSize")) except AttributeError: + # TODO: is this still needed? # QScintilla before 2.5 doesn't support this pass else: @@ -3037,6 +3047,12 @@ pyname = language.split("|", 1)[1] language = "" + if not self.filetype: + if not language and pyname: + self.filetype = pyname + else: + self.filetype = language + from . import Lexers self.lexer_ = Lexers.getLexer(language, self.__textEdit, pyname=pyname) if self.lexer_ is None: @@ -3463,7 +3479,11 @@ if nodefault: return None else: - return Preferences.getEditor(option) + value = self.__getOverrideValue(option) + if value is None: + # no override + value = Preferences.getEditor(option) + return value try: if option == "EOLMode": @@ -3497,6 +3517,28 @@ if value is None and not nodefault: # use Preferences as default in case of error - value = Preferences.getEditor(option) + value = self.__getOverrideValue(option) + if value is None: + # no override + value = Preferences.getEditor(option) return value + + def __getOverrideValue(self, option): + """ + Private method to get an override value for the current file type. + + @param option Preferences option key + @type str + @return override value; None in case nothing is defined + @rtype any + """ + if option in ("TabWidth", "IndentWidth"): + overrides = Preferences.getEditor("TabIndentOverride") + if self.filetype in overrides: + if option == "TabWidth": + return overrides[self.filetype][0] + elif option == "IndentWidth": + return overrides[self.filetype][1] + + return None
--- a/eric6/i18n/eric6_cs.ts Fri Sep 27 14:49:42 2019 +0200 +++ b/eric6/i18n/eric6_cs.ts Sat Sep 28 18:44:48 2019 +0200 @@ -10938,642 +10938,642 @@ <context> <name>Editor</name> <message> - <location filename="../QScintilla/Editor.py" line="2997"/> + <location filename="../QScintilla/Editor.py" line="2999"/> <source>Open File</source> <translation>Otevřít soubor</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="749"/> + <location filename="../QScintilla/Editor.py" line="751"/> <source>Undo</source> <translation>Vrátit</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="752"/> + <location filename="../QScintilla/Editor.py" line="754"/> <source>Redo</source> <translation>Znovu použít</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="755"/> + <location filename="../QScintilla/Editor.py" line="757"/> <source>Revert to last saved state</source> <translation>Vrátit k poslednímu uloženému stavu</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="759"/> + <location filename="../QScintilla/Editor.py" line="761"/> <source>Cut</source> <translation>Vyjmout</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="762"/> + <location filename="../QScintilla/Editor.py" line="764"/> <source>Copy</source> <translation>Kopírovat</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="765"/> + <location filename="../QScintilla/Editor.py" line="767"/> <source>Paste</source> <translation>Vložit</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="773"/> + <location filename="../QScintilla/Editor.py" line="775"/> <source>Indent</source> <translation>Odsadit</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="776"/> + <location filename="../QScintilla/Editor.py" line="778"/> <source>Unindent</source> <translation>Zrušit odsazení</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="779"/> + <location filename="../QScintilla/Editor.py" line="781"/> <source>Comment</source> <translation>Vytvořit komentář</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="782"/> + <location filename="../QScintilla/Editor.py" line="784"/> <source>Uncomment</source> <translation>Zrušit komentář</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="785"/> + <location filename="../QScintilla/Editor.py" line="787"/> <source>Stream Comment</source> <translation>Proudový komentář</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="788"/> + <location filename="../QScintilla/Editor.py" line="790"/> <source>Box Comment</source> <translation>Obdélníkový komentář</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="792"/> - <source>Select to brace</source> - <translation>Vybrat až po závorku</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="794"/> + <source>Select to brace</source> + <translation>Vybrat až po závorku</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="796"/> <source>Select all</source> <translation>Vybrat vše</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="795"/> + <location filename="../QScintilla/Editor.py" line="797"/> <source>Deselect all</source> <translation>Zrušit celý výběr</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="811"/> + <location filename="../QScintilla/Editor.py" line="813"/> <source>Shorten empty lines</source> <translation>Zkrátit prázdné řádky</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="818"/> + <location filename="../QScintilla/Editor.py" line="820"/> <source>Use Monospaced Font</source> <translation>Použít neporoporcionální font</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="823"/> + <location filename="../QScintilla/Editor.py" line="825"/> <source>Autosave enabled</source> <translation>Zapnout autosave</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="866"/> + <location filename="../QScintilla/Editor.py" line="868"/> <source>Close</source> <translation>Zavřít</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="872"/> + <location filename="../QScintilla/Editor.py" line="874"/> <source>Save</source> <translation>Uložit</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="875"/> + <location filename="../QScintilla/Editor.py" line="877"/> <source>Save As...</source> <translation>Uložit jako...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="891"/> + <location filename="../QScintilla/Editor.py" line="893"/> <source>Print</source> <translation>Tisk</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="920"/> - <source>Complete from Document</source> - <translation type="unfinished">z dokumentu</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="922"/> - <source>Complete from APIs</source> - <translation type="unfinished">z API</translation> + <source>Complete from Document</source> + <translation type="unfinished">z dokumentu</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="924"/> + <source>Complete from APIs</source> + <translation type="unfinished">z API</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="926"/> <source>Complete from Document and APIs</source> <translation type="unfinished">z dokumentu a API</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="938"/> + <location filename="../QScintilla/Editor.py" line="940"/> <source>Check</source> <translation>Zkontrolovat</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="958"/> - <source>Show</source> - <translation>Zobrazit</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="960"/> + <source>Show</source> + <translation>Zobrazit</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="962"/> <source>Code metrics...</source> <translation>Metrika kódu...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="961"/> - <source>Code coverage...</source> - <translation>Pokrytí kódu...</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="963"/> + <source>Code coverage...</source> + <translation>Pokrytí kódu...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="965"/> <source>Show code coverage annotations</source> <translation>Zobrazit poznámky pokrytí kódu</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="966"/> + <location filename="../QScintilla/Editor.py" line="968"/> <source>Hide code coverage annotations</source> <translation>Skrýt poznámky pokrytí kódu</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="969"/> + <location filename="../QScintilla/Editor.py" line="971"/> <source>Profile data...</source> <translation>Profilovat data...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="982"/> - <source>Diagrams</source> - <translation>Diagramy</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="984"/> - <source>Class Diagram...</source> - <translation>Diagram třídy...</translation> + <source>Diagrams</source> + <translation>Diagramy</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="986"/> - <source>Package Diagram...</source> - <translation>Diagram balíčku...</translation> + <source>Class Diagram...</source> + <translation>Diagram třídy...</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="988"/> - <source>Imports Diagram...</source> - <translation>Diagram importů...</translation> + <source>Package Diagram...</source> + <translation>Diagram balíčku...</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="990"/> + <source>Imports Diagram...</source> + <translation>Diagram importů...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="992"/> <source>Application Diagram...</source> <translation>Diagram aplikace...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1008"/> + <location filename="../QScintilla/Editor.py" line="1010"/> <source>Languages</source> <translation>Jazyky</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1011"/> + <location filename="../QScintilla/Editor.py" line="1013"/> <source>No Language</source> <translation>Žádný jazyk</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1156"/> - <source>Toggle bookmark</source> - <translation>Přepnout záložku</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1158"/> - <source>Next bookmark</source> - <translation>Následující záložka</translation> + <source>Toggle bookmark</source> + <translation>Přepnout záložku</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="1160"/> - <source>Previous bookmark</source> - <translation>Předchozí záložka</translation> + <source>Next bookmark</source> + <translation>Následující záložka</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="1162"/> + <source>Previous bookmark</source> + <translation>Předchozí záložka</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1164"/> <source>Clear all bookmarks</source> <translation>Zrušit všechny záložky</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1236"/> + <location filename="../QScintilla/Editor.py" line="1238"/> <source>Goto syntax error</source> <translation>Jít na chybu syntaxe</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1240"/> + <location filename="../QScintilla/Editor.py" line="1242"/> <source>Show syntax error message</source> <translation>Zobrazit hlášení syntaktické chyby</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1245"/> + <location filename="../QScintilla/Editor.py" line="1247"/> <source>Clear syntax error</source> <translation>Zrušit chybu syntaxe</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1171"/> - <source>Toggle breakpoint</source> - <translation>Přepnout breakpoint</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1173"/> + <source>Toggle breakpoint</source> + <translation>Přepnout breakpoint</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1175"/> <source>Toggle temporary breakpoint</source> <translation>Přepnout dočasný breakpoint</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1176"/> + <location filename="../QScintilla/Editor.py" line="1178"/> <source>Edit breakpoint...</source> <translation>Editovat breakpoint...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5490"/> + <location filename="../QScintilla/Editor.py" line="5500"/> <source>Enable breakpoint</source> <translation>Aktivovat breakpoint</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1181"/> - <source>Next breakpoint</source> - <translation>Následující breakpoint</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1183"/> + <source>Next breakpoint</source> + <translation>Následující breakpoint</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1185"/> <source>Previous breakpoint</source> <translation>Předchozí breakpoint</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1188"/> + <location filename="../QScintilla/Editor.py" line="1190"/> <source>Clear all breakpoints</source> <translation>Zrušit všechny breakpointy</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1267"/> + <location filename="../QScintilla/Editor.py" line="1269"/> <source>Next uncovered line</source> <translation>Následující odkrytá řádka</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1271"/> + <location filename="../QScintilla/Editor.py" line="1273"/> <source>Previous uncovered line</source> <translation>Předchozí odkrytá řádka</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1276"/> + <location filename="../QScintilla/Editor.py" line="1278"/> <source>Next task</source> <translation>Následující úloha</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1280"/> + <location filename="../QScintilla/Editor.py" line="1282"/> <source>Previous task</source> <translation>Předchozí úloha</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1846"/> + <location filename="../QScintilla/Editor.py" line="1848"/> <source>Modification of Read Only file</source> <translation>Modifikace souboru otevřeného jen pro čtení</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1846"/> + <location filename="../QScintilla/Editor.py" line="1848"/> <source>You are attempting to change a read only file. Please save to a different file first.</source> <translation>Pokoušíte se změnit soubor, který je otevřen jen pro čtení. Prosím, uložte jej nejdříve do jiného souboru.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2554"/> + <location filename="../QScintilla/Editor.py" line="2556"/> <source>Printing...</source> <translation>Tisk...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2571"/> - <source>Printing completed</source> - <translation>Tisk je hotov</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="2573"/> + <source>Printing completed</source> + <translation>Tisk je hotov</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="2575"/> <source>Error while printing</source> <translation>Chyba během tisku</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2576"/> + <location filename="../QScintilla/Editor.py" line="2578"/> <source>Printing aborted</source> <translation>Tisk byl zrušen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3178"/> + <location filename="../QScintilla/Editor.py" line="3188"/> <source>Save File</source> <translation>Uložit soubor</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2937"/> + <location filename="../QScintilla/Editor.py" line="2939"/> <source>File Modified</source> <translation>Soubor je modifikován</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4655"/> + <location filename="../QScintilla/Editor.py" line="4665"/> <source>Autocompletion</source> <translation>Autodoplňování</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4655"/> + <location filename="../QScintilla/Editor.py" line="4665"/> <source>Autocompletion is not available because there is no autocompletion source set.</source> <translation>Autodoplňování není dostupné protože zdrojová část autodoplňování nebyla nalezena.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5493"/> + <location filename="../QScintilla/Editor.py" line="5503"/> <source>Disable breakpoint</source> <translation>Deaktivovat breakpoint</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5867"/> + <location filename="../QScintilla/Editor.py" line="5878"/> <source>Code Coverage</source> <translation>Pokrytí kódu</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5867"/> + <location filename="../QScintilla/Editor.py" line="5878"/> <source>Please select a coverage file</source> <translation>Prosím, vyberte soubor s pokrytím kódu</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5930"/> + <location filename="../QScintilla/Editor.py" line="5941"/> <source>Show Code Coverage Annotations</source> <translation>Zobrazit poznámky pokrytí kódu</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5923"/> + <location filename="../QScintilla/Editor.py" line="5934"/> <source>All lines have been covered.</source> <translation>Všechny řádky byly pokryty.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5930"/> + <location filename="../QScintilla/Editor.py" line="5941"/> <source>There is no coverage file available.</source> <translation>Soubor s pokrytím není dostupný.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6047"/> + <location filename="../QScintilla/Editor.py" line="6058"/> <source>Profile Data</source> <translation>Profilovat data</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6047"/> + <location filename="../QScintilla/Editor.py" line="6058"/> <source>Please select a profile file</source> <translation>Prosím, vyberte soubor s profilem</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6209"/> + <location filename="../QScintilla/Editor.py" line="6220"/> <source>Syntax Error</source> <translation>Chyba syntaxe</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6209"/> + <location filename="../QScintilla/Editor.py" line="6220"/> <source>No syntax error message available.</source> <translation>Hlášení syntaktické chyby není dostupné.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6600"/> + <location filename="../QScintilla/Editor.py" line="6611"/> <source>Macro Name</source> <translation>Název makra</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6600"/> + <location filename="../QScintilla/Editor.py" line="6611"/> <source>Select a macro name:</source> <translation>Vyberte název makra:</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6628"/> + <location filename="../QScintilla/Editor.py" line="6639"/> <source>Load macro file</source> <translation>Načíst soubor makra</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6671"/> + <location filename="../QScintilla/Editor.py" line="6682"/> <source>Macro files (*.macro)</source> <translation>Macro soubory (*.macro)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6651"/> + <location filename="../QScintilla/Editor.py" line="6662"/> <source>Error loading macro</source> <translation>Chyba při načítání makra</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6671"/> + <location filename="../QScintilla/Editor.py" line="6682"/> <source>Save macro file</source> <translation>Uložit soubor s makrem</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6688"/> + <location filename="../QScintilla/Editor.py" line="6699"/> <source>Save macro</source> <translation>Uložit makro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6704"/> + <location filename="../QScintilla/Editor.py" line="6715"/> <source>Error saving macro</source> <translation>Chyba při ukládání makra</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6717"/> + <location filename="../QScintilla/Editor.py" line="6728"/> <source>Start Macro Recording</source> <translation>Spustit záznam makra</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6717"/> + <location filename="../QScintilla/Editor.py" line="6728"/> <source>Macro recording is already active. Start new?</source> <translation>Nahrávání makra již probíhá. Spustit nové?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6743"/> + <location filename="../QScintilla/Editor.py" line="6754"/> <source>Macro Recording</source> <translation>Záznam makra</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6743"/> + <location filename="../QScintilla/Editor.py" line="6754"/> <source>Enter name of the macro:</source> <translation>Vložte název makra:</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6883"/> + <location filename="../QScintilla/Editor.py" line="6894"/> <source>File changed</source> <translation>Soubor změněn</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7189"/> + <location filename="../QScintilla/Editor.py" line="7200"/> <source>Drop Error</source> <translation>Zahodit chybu</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7210"/> + <location filename="../QScintilla/Editor.py" line="7221"/> <source>Resources</source> <translation>Zdroje</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7212"/> - <source>Add file...</source> - <translation>Přidat soubor...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7214"/> - <source>Add files...</source> - <translation>Přidat soubory...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7216"/> - <source>Add aliased file...</source> - <translation>Přidat zástupce souboru...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7219"/> - <source>Add localized resource...</source> - <translation>Přidat lokalizované resource...</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="7223"/> + <source>Add file...</source> + <translation>Přidat soubor...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7225"/> + <source>Add files...</source> + <translation>Přidat soubory...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7227"/> + <source>Add aliased file...</source> + <translation>Přidat zástupce souboru...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7230"/> + <source>Add localized resource...</source> + <translation>Přidat lokalizované resource...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7234"/> <source>Add resource frame</source> <translation>Přidat resource frame</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7242"/> + <location filename="../QScintilla/Editor.py" line="7253"/> <source>Add file resource</source> <translation>Přidat soubor resource</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7258"/> + <location filename="../QScintilla/Editor.py" line="7269"/> <source>Add file resources</source> <translation>Přidat soubory resource</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7285"/> + <location filename="../QScintilla/Editor.py" line="7296"/> <source>Add aliased file resource</source> <translation>Přidat zástupce souboru resource</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7351"/> + <location filename="../QScintilla/Editor.py" line="7362"/> <source>Package Diagram</source> <translation>Diagram balíčku</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7351"/> + <location filename="../QScintilla/Editor.py" line="7362"/> <source>Include class attributes?</source> <translation>Včetně atributů třídy?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7387"/> + <location filename="../QScintilla/Editor.py" line="7398"/> <source>Application Diagram</source> <translation>Diagram aplikace</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7387"/> + <location filename="../QScintilla/Editor.py" line="7398"/> <source>Include module names?</source> <translation>Včetně jmen modulů?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1134"/> + <location filename="../QScintilla/Editor.py" line="1136"/> <source>Export as</source> <translation>Exportovat jako</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1330"/> + <location filename="../QScintilla/Editor.py" line="1332"/> <source>Export source</source> <translation>Export zdroj</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1330"/> + <location filename="../QScintilla/Editor.py" line="1332"/> <source>No export format given. Aborting...</source> <translation>Nebyl zadán forám exportu. Zrušeno....</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7373"/> + <location filename="../QScintilla/Editor.py" line="7384"/> <source>Imports Diagram</source> <translation>Importovat diagram</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7373"/> + <location filename="../QScintilla/Editor.py" line="7384"/> <source>Include imports from external modules?</source> <translation>Zahrnout importy z externích modulů?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="842"/> + <location filename="../QScintilla/Editor.py" line="844"/> <source>Calltip</source> <translation>Rychlé tipy</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="888"/> + <location filename="../QScintilla/Editor.py" line="890"/> <source>Print Preview</source> <translation>Náhled tisku</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="447"/> + <location filename="../QScintilla/Editor.py" line="449"/> <source><b>A Source Editor Window</b><p>This window is used to display and edit a source file. You can open as many of these as you like. The name of the file is displayed in the window's titlebar.</p><p>In order to set breakpoints just click in the space between the line numbers and the fold markers. Via the context menu of the margins they may be edited.</p><p>In order to set bookmarks just Shift click in the space between the line numbers and the fold markers.</p><p>These actions can be reversed via the context menu.</p><p>Ctrl clicking on a syntax error marker shows some info about this error.</p></source> <translation><b>Okno editoru zdrojového kódu</b><p>V tomto okně se zobrazuje a edituje soubor se zdrojovým kódem. Můžete otevřít oken podle libosti. Jméno souboru se zobrazuje v titlebaru okna.</p><p>Kliknutím do prostoru mezi čísly řádku a značkami skládání nastavíte breakpoint. Přes kontextové menu je pak lze editovat.</p><p>Záložka se vkládá kliknutím na stejné místo se stisknutou klávesou Shift.</p><p>Tyto akce mohou být navráceny zpět i opětovným kliknutím nebo přes kontextové menu.</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="827"/> + <location filename="../QScintilla/Editor.py" line="829"/> <source>Typing aids enabled</source> <translation>Pomůcky při psaní zapnuty</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1098"/> + <location filename="../QScintilla/Editor.py" line="1100"/> <source>End-of-Line Type</source> <translation>Typ Konec-řádku</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1102"/> + <location filename="../QScintilla/Editor.py" line="1104"/> <source>Unix</source> <translation>Unix</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1109"/> + <location filename="../QScintilla/Editor.py" line="1111"/> <source>Windows</source> <translation></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1116"/> + <location filename="../QScintilla/Editor.py" line="1118"/> <source>Macintosh</source> <translation>Macintosh</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1057"/> + <location filename="../QScintilla/Editor.py" line="1059"/> <source>Encodings</source> <translation>Kódování</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1037"/> + <location filename="../QScintilla/Editor.py" line="1039"/> <source>Guessed</source> <translation>Odhadem</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1345"/> + <location filename="../QScintilla/Editor.py" line="1347"/> <source>Alternatives</source> <translation>Alternativy</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1361"/> + <location filename="../QScintilla/Editor.py" line="1363"/> <source>Pygments Lexer</source> <translation></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1361"/> + <location filename="../QScintilla/Editor.py" line="1363"/> <source>Select the Pygments lexer to apply.</source> <translation>Použít Pygments lexer.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7686"/> + <location filename="../QScintilla/Editor.py" line="7697"/> <source>Check spelling...</source> <translation>Zatrhnout kontrolu...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="803"/> + <location filename="../QScintilla/Editor.py" line="805"/> <source>Check spelling of selection...</source> <translation>Zatrhnout výběr kontroly...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7689"/> + <location filename="../QScintilla/Editor.py" line="7700"/> <source>Add to dictionary</source> <translation>Přidat do slovníku</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7691"/> + <location filename="../QScintilla/Editor.py" line="7702"/> <source>Ignore All</source> <translation>Ignorovat vše</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="807"/> + <location filename="../QScintilla/Editor.py" line="809"/> <source>Remove from dictionary</source> <translation>Odebrat ze slovníku</translation> </message> @@ -11583,277 +11583,277 @@ <translation><p>Velikost souboru <b>{0}</b> je <b>{1} KB</b>. Opravdu jej chcete načíst?</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1322"/> + <location filename="../QScintilla/Editor.py" line="1324"/> <source><p>No exporter available for the export format <b>{0}</b>. Aborting...</p></source> <translation><p>Pro formát exportu <b>{0}</b> není exportér dostupný. Zrušeno.</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1341"/> + <location filename="../QScintilla/Editor.py" line="1343"/> <source>Alternatives ({0})</source> <translation>Alternativy ({0})</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2937"/> + <location filename="../QScintilla/Editor.py" line="2939"/> <source><p>The file <b>{0}</b> has unsaved changes.</p></source> <translation><p>Soubor <b>{0}</b> obsahuje neuložené změny.</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2997"/> + <location filename="../QScintilla/Editor.py" line="2999"/> <source><p>The file <b>{0}</b> could not be opened.</p><p>Reason: {1}</p></source> <translation><p>Soubor <b>{0}</b> nemůže být přejmenován.<br />Důvod: {1}</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3115"/> + <location filename="../QScintilla/Editor.py" line="3125"/> <source><p>The file <b>{0}</b> could not be saved.<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> <message> - <location filename="../QScintilla/Editor.py" line="6642"/> + <location filename="../QScintilla/Editor.py" line="6653"/> <source><p>The macro file <b>{0}</b> could not be read.</p></source> <translation><p>Soubor s makrem <b>{0}</b> nelze načíst.</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6651"/> + <location filename="../QScintilla/Editor.py" line="6662"/> <source><p>The macro file <b>{0}</b> is corrupt.</p></source> <translation><p>Soubor s makrem <b>{0}</b> je poškozen.</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6704"/> + <location filename="../QScintilla/Editor.py" line="6715"/> <source><p>The macro file <b>{0}</b> could not be written.</p></source> <translation><p>So souboru s makrem <b>{0}</b> nelze zapisovat.</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7049"/> + <location filename="../QScintilla/Editor.py" line="7059"/> <source>{0} (ro)</source> <translation>{0} (ro)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7189"/> + <location filename="../QScintilla/Editor.py" line="7200"/> <source><p><b>{0}</b> is not a file.</p></source> <translation><p><b>{0}</b> není soubor.</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7285"/> + <location filename="../QScintilla/Editor.py" line="7296"/> <source>Alias for file <b>{0}</b>:</source> <translation>Zástupce pro soubor <b>{0}</b>:</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1250"/> + <location filename="../QScintilla/Editor.py" line="1252"/> <source>Next warning</source> <translation>Následující varování</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1254"/> + <location filename="../QScintilla/Editor.py" line="1256"/> <source>Previous warning</source> <translation>Předchozí varování</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1258"/> + <location filename="../QScintilla/Editor.py" line="1260"/> <source>Show warning message</source> <translation>Zobrazit varování</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1262"/> + <location filename="../QScintilla/Editor.py" line="1264"/> <source>Clear warnings</source> <translation>Vyčistit varování</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3178"/> + <location filename="../QScintilla/Editor.py" line="3188"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"><p>Soubor <b>{0}</b> již existuje.</p><p>Má se přepsat?</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6688"/> + <location filename="../QScintilla/Editor.py" line="6699"/> <source><p>The macro file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6488"/> + <location filename="../QScintilla/Editor.py" line="6499"/> <source>Warning: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6495"/> + <location filename="../QScintilla/Editor.py" line="6506"/> <source>Error: {0}</source> <translation type="unfinished">Chyby: {0}</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6879"/> + <location filename="../QScintilla/Editor.py" line="6890"/> <source><br><b>Warning:</b> You will lose your changes upon reopening it.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="884"/> + <location filename="../QScintilla/Editor.py" line="886"/> <source>Open 'rejection' file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="994"/> + <location filename="../QScintilla/Editor.py" line="996"/> <source>Load Diagram...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1285"/> + <location filename="../QScintilla/Editor.py" line="1287"/> <source>Next change</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1289"/> + <location filename="../QScintilla/Editor.py" line="1291"/> <source>Previous change</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8107"/> + <location filename="../QScintilla/Editor.py" line="8118"/> <source>Sort Lines</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8107"/> + <location filename="../QScintilla/Editor.py" line="8118"/> <source>The selection contains illegal data for a numerical sort.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6423"/> + <location filename="../QScintilla/Editor.py" line="6434"/> <source>Warning</source> <translation type="unfinished">Varování</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6423"/> + <location filename="../QScintilla/Editor.py" line="6434"/> <source>No warning messages available.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6485"/> + <location filename="../QScintilla/Editor.py" line="6496"/> <source>Style: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="858"/> + <location filename="../QScintilla/Editor.py" line="860"/> <source>New Document View</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="861"/> + <location filename="../QScintilla/Editor.py" line="863"/> <source>New Document View (with new split)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="948"/> + <location filename="../QScintilla/Editor.py" line="950"/> <source>Tools</source> <translation type="unfinished">Nástroje</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1079"/> + <location filename="../QScintilla/Editor.py" line="1081"/> <source>Re-Open With Encoding</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6873"/> + <location filename="../QScintilla/Editor.py" line="6884"/> <source><p>The file <b>{0}</b> has been changed while it was opened in eric6. Reread it?</p></source> <translation type="unfinished"><p>Soubor <b>{0}</b> byl změněn po té co již byl načten do eric5. Znovu načíst?</p> {0}?} {6.?}</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="834"/> + <location filename="../QScintilla/Editor.py" line="836"/> <source>Automatic Completion enabled</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="914"/> + <location filename="../QScintilla/Editor.py" line="916"/> <source>Complete</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4785"/> + <location filename="../QScintilla/Editor.py" line="4795"/> <source>Auto-Completion Provider</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4785"/> + <location filename="../QScintilla/Editor.py" line="4795"/> <source>The completion list provider '{0}' was already registered. Ignoring duplicate request.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5060"/> + <location filename="../QScintilla/Editor.py" line="5070"/> <source>Call-Tips Provider</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5060"/> + <location filename="../QScintilla/Editor.py" line="5070"/> <source>The call-tips provider '{0}' was already registered. Ignoring duplicate request.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8196"/> + <location filename="../QScintilla/Editor.py" line="8207"/> <source>Register Mouse Click Handler</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8196"/> + <location filename="../QScintilla/Editor.py" line="8207"/> <source>A mouse click handler for "{0}" was already registered by "{1}". Aborting request by "{2}"...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="878"/> + <location filename="../QScintilla/Editor.py" line="880"/> <source>Save Copy...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="917"/> + <location filename="../QScintilla/Editor.py" line="919"/> <source>Clear Completions Cache</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="844"/> + <location filename="../QScintilla/Editor.py" line="846"/> <source>Code Info</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1293"/> + <location filename="../QScintilla/Editor.py" line="1295"/> <source>Clear changes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="769"/> + <location filename="../QScintilla/Editor.py" line="771"/> <source>Execute Selection In Console</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8317"/> + <location filename="../QScintilla/Editor.py" line="8328"/> <source>EditorConfig Properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8317"/> + <location filename="../QScintilla/Editor.py" line="8328"/> <source><p>The EditorConfig properties for file <b>{0}</b> could not be loaded.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1197"/> + <location filename="../QScintilla/Editor.py" line="1199"/> <source>Toggle all folds</source> <translation type="unfinished">Složit/rozložit všechna skládání</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1202"/> + <location filename="../QScintilla/Editor.py" line="1204"/> <source>Toggle all folds (including children)</source> <translation type="unfinished">Složit/rozložit všechna skládání (i s podsložkami)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1207"/> + <location filename="../QScintilla/Editor.py" line="1209"/> <source>Toggle current fold</source> <translation type="unfinished">Složit/rozložit aktuální složený blok</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1213"/> + <location filename="../QScintilla/Editor.py" line="1215"/> <source>Expand (including children)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1218"/> + <location filename="../QScintilla/Editor.py" line="1220"/> <source>Collapse (including children)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1224"/> + <location filename="../QScintilla/Editor.py" line="1226"/> <source>Clear all folds</source> <translation type="unfinished"></translation> </message> @@ -13055,42 +13055,42 @@ <translation>Zobrazuje vybranou šířku tabulátoru.</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="145"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="236"/> <source>Select whether autoindentation shall be enabled</source> <translation type="unfinished">Vybrat, jestliže se mají zobrazovat vodítka odsazování.</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="148"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="239"/> <source>Auto indentation</source> <translation type="unfinished">Zobrazit vodítka odsazování</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="175"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="266"/> <source>Select whether tabs shall be converted upon opening the file</source> <translation>Vybrat, mají-li se při otevírání souboru konvertovat tabulátory</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="178"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="269"/> <source>Convert tabs upon open</source> <translation>Konvertovat tabulátory po otevření</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="155"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="246"/> <source>Select whether tab characters are used for indentations.</source> <translation>Vybrat, jsou-li znaky tabulátoru použity pro odsazování.</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="158"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="249"/> <source>Use tabs for indentations</source> <translation>Používat tabulátory pro odsazování</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="165"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="256"/> <source>Select whether pressing the tab key indents.</source> <translation>Vybrat, má-li stisknutí tabulátoru odsazovat.</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="168"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="259"/> <source>Tab key indents</source> <translation>Tabulátor odsazuje</translation> </message> @@ -13100,53 +13100,93 @@ <translation>Taby && Odsazování</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="190"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="281"/> <source>Comments</source> <translation>Komentáře</translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="287"/> + <source>Select to insert the comment sign at column 0</source> + <translation>Vybrat pro vložení značky komentáře do sloupce 0</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="293"/> + <source>Insert comment at column 0</source> + <translation>Vložit komentář do sloupce 0</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="290"/> + <source><b>Insert comment at column 0</b><p>Select to insert the comment sign at column 0. Otherwise, the comment sign is inserted at the first non-whitespace position.</p></source> + <translation><b>Vložit komentář do sloupce 0</b><p>Vybrat pro vložení značky komentáře do sloupce 0. Jinak je značka komentáře vložena na první neprázdnou pozici.</p></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="303"/> + <source>Virtual Space</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="309"/> + <source>Virtual space is the space after the last character of a line. It is not allocated unless some text is entered or copied into it. Usage of virtual space can be configured with these selections.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="319"/> + <source>Select to enable a rectangular selection to extend into virtual space</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="322"/> + <source>Selection may access virtual space</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="329"/> + <source>Select to allow the cursor to be moved into virtual space</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="332"/> + <source>Cursor can move into virtual space</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="158"/> + <source>Language</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="163"/> + <source>Tab Width</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="168"/> + <source>Indent Width</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="196"/> - <source>Select to insert the comment sign at column 0</source> - <translation>Vybrat pro vložení značky komentáře do sloupce 0</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="202"/> - <source>Insert comment at column 0</source> - <translation>Vložit komentář do sloupce 0</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="199"/> - <source><b>Insert comment at column 0</b><p>Select to insert the comment sign at column 0. Otherwise, the comment sign is inserted at the first non-whitespace position.</p></source> - <translation><b>Vložit komentář do sloupce 0</b><p>Vybrat pro vložení značky komentáře do sloupce 0. Jinak je značka komentáře vložena na první neprázdnou pozici.</p></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="212"/> - <source>Virtual Space</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="218"/> - <source>Virtual space is the space after the last character of a line. It is not allocated unless some text is entered or copied into it. Usage of virtual space can be configured with these selections.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="228"/> - <source>Select to enable a rectangular selection to extend into virtual space</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="231"/> - <source>Selection may access virtual space</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="238"/> - <source>Select to allow the cursor to be moved into virtual space</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="241"/> - <source>Cursor can move into virtual space</source> + <source>Press to add a language specific override</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="203"/> + <source>Press to delete the selected language specific override</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="210"/> + <source>Press to edit the selected language specific override</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.py" line="205"/> + <source>Tab and Indent Override</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.py" line="205"/> + <source>Shall the selected entries really be removed?</source> <translation type="unfinished"></translation> </message> </context> @@ -13580,6 +13620,39 @@ </message> </context> <context> + <name>EditorLanguageTabIndentOverrideDialog</name> + <message> + <location filename="../Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.ui" line="14"/> + <source>Tab and Indent Override</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.ui" line="23"/> + <source>Language:</source> + <translation type="unfinished">Jazyk:</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.ui" line="40"/> + <source>Tab Width:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.ui" line="47"/> + <source>Enter the tab width</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.ui" line="76"/> + <source>Indentation width:</source> + <translation type="unfinished">Šířka odsazení:</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.ui" line="83"/> + <source>Enter the indentation width</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>EditorMarkerMap</name> <message> <location filename="../QScintilla/EditorMarkerMap.py" line="28"/> @@ -46989,37 +47062,37 @@ <translation>Hotovo</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2379"/> + <location filename="../QScintilla/MiniEditor.py" line="2368"/> <source>File loaded</source> <translation>Soubor načten</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2795"/> + <location filename="../QScintilla/MiniEditor.py" line="2805"/> <source>Untitled</source> <translation>Beze jména</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2477"/> + <location filename="../QScintilla/MiniEditor.py" line="2486"/> <source>Mini Editor</source> <translation></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2836"/> + <location filename="../QScintilla/MiniEditor.py" line="2846"/> <source>Select all</source> <translation>Vybrat vše</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2837"/> + <location filename="../QScintilla/MiniEditor.py" line="2847"/> <source>Deselect all</source> <translation>Zrušit celý výběr</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2851"/> + <location filename="../QScintilla/MiniEditor.py" line="2861"/> <source>Languages</source> <translation>Jazyky</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2854"/> + <location filename="../QScintilla/MiniEditor.py" line="2864"/> <source>No Language</source> <translation>Žádný jazyk</translation> </message> @@ -47029,7 +47102,7 @@ <translation>Otevřít soubor</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2448"/> + <location filename="../QScintilla/MiniEditor.py" line="2457"/> <source>File saved</source> <translation>Soubor uložen</translation> </message> @@ -47106,22 +47179,22 @@ <translation>Tisk aktuálního souboru</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2758"/> + <location filename="../QScintilla/MiniEditor.py" line="2768"/> <source>Printing...</source> <translation>Tisk...</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2776"/> + <location filename="../QScintilla/MiniEditor.py" line="2786"/> <source>Printing completed</source> <translation>Tisk je hotov</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2778"/> + <location filename="../QScintilla/MiniEditor.py" line="2788"/> <source>Error while printing</source> <translation>Chyba během tisku</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2781"/> + <location filename="../QScintilla/MiniEditor.py" line="2791"/> <source>Printing aborted</source> <translation>Tisk byl zrušen</translation> </message> @@ -47146,22 +47219,22 @@ <translation><b>Náhkled tisku</b><p>Náhkled tisku aktuálního souboru.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2878"/> + <location filename="../QScintilla/MiniEditor.py" line="2888"/> <source>Guessed</source> <translation>Odhadem</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2899"/> + <location filename="../QScintilla/MiniEditor.py" line="2909"/> <source>Alternatives</source> <translation>Alternativy</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2913"/> + <location filename="../QScintilla/MiniEditor.py" line="2923"/> <source>Pygments Lexer</source> <translation>Pygments Lexer</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2913"/> + <location filename="../QScintilla/MiniEditor.py" line="2923"/> <source>Select the Pygments lexer to apply.</source> <translation>Použít Pygments lexer.</translation> </message> @@ -47181,22 +47254,22 @@ <translation><p>Soubor <b>{0}</b> nelze otevřít.<br />Důvod: {1}</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2440"/> + <location filename="../QScintilla/MiniEditor.py" line="2449"/> <source>Save File</source> <translation>Uložit soubor</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2440"/> + <location filename="../QScintilla/MiniEditor.py" line="2449"/> <source><p>The file <b>{0}</b> could not be saved.<br/>Reason: {1}</p></source> <translation><p>Soubor <b>{0}</b> nelze uložit.<br />Důvod: {1}</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2477"/> + <location filename="../QScintilla/MiniEditor.py" line="2486"/> <source>{0}[*] - {1}</source> <translation></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2896"/> + <location filename="../QScintilla/MiniEditor.py" line="2906"/> <source>Alternatives ({0})</source> <translation>Alternativy ({0})</translation> </message> @@ -47241,17 +47314,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="3430"/> + <location filename="../QScintilla/MiniEditor.py" line="3446"/> <source>EditorConfig Properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="3430"/> + <location filename="../QScintilla/MiniEditor.py" line="3446"/> <source><p>The EditorConfig properties for file <b>{0}</b> could not be loaded.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2460"/> + <location filename="../QScintilla/MiniEditor.py" line="2469"/> <source>[*] - {0}</source> <translation type="unfinished"></translation> </message> @@ -51801,17 +51874,17 @@ <context> <name>Preferences</name> <message> - <location filename="../Preferences/__init__.py" line="1584"/> + <location filename="../Preferences/__init__.py" line="1585"/> <source>Export Preferences</source> <translation>Předvolby exportu</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1612"/> + <location filename="../Preferences/__init__.py" line="1613"/> <source>Import Preferences</source> <translation>Předvolby importu</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1612"/> + <location filename="../Preferences/__init__.py" line="1613"/> <source>Properties File (*.ini);;All Files (*)</source> <translation type="unfinished"></translation> </message> @@ -82867,27 +82940,27 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6597"/> + <location filename="../ViewManager/ViewManager.py" line="6600"/> <source>Edit Spelling Dictionary</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6572"/> + <location filename="../ViewManager/ViewManager.py" line="6575"/> <source>Editing {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6554"/> + <location filename="../ViewManager/ViewManager.py" line="6557"/> <source><p>The spelling dictionary file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6584"/> + <location filename="../ViewManager/ViewManager.py" line="6587"/> <source><p>The spelling dictionary file <b>{0}</b> could not be written.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6597"/> + <location filename="../ViewManager/ViewManager.py" line="6600"/> <source>The spelling dictionary was saved successfully.</source> <translation type="unfinished"></translation> </message>
--- a/eric6/i18n/eric6_de.ts Fri Sep 27 14:49:42 2019 +0200 +++ b/eric6/i18n/eric6_de.ts Sat Sep 28 18:44:48 2019 +0200 @@ -10722,427 +10722,427 @@ <context> <name>Editor</name> <message> - <location filename="../QScintilla/Editor.py" line="2997"/> + <location filename="../QScintilla/Editor.py" line="2999"/> <source>Open File</source> <translation>Datei öffnen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3178"/> + <location filename="../QScintilla/Editor.py" line="3188"/> <source>Save File</source> <translation>Datei sichern</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="749"/> + <location filename="../QScintilla/Editor.py" line="751"/> <source>Undo</source> <translation>Rückgängig</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="752"/> + <location filename="../QScintilla/Editor.py" line="754"/> <source>Redo</source> <translation>Wiederherstellen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="759"/> + <location filename="../QScintilla/Editor.py" line="761"/> <source>Cut</source> <translation>Ausschneiden</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="762"/> + <location filename="../QScintilla/Editor.py" line="764"/> <source>Copy</source> <translation>Kopieren</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="765"/> + <location filename="../QScintilla/Editor.py" line="767"/> <source>Paste</source> <translation>Einfügen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="773"/> + <location filename="../QScintilla/Editor.py" line="775"/> <source>Indent</source> <translation>Einrücken</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="776"/> + <location filename="../QScintilla/Editor.py" line="778"/> <source>Unindent</source> <translation>Einrücken rückgängig</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="779"/> + <location filename="../QScintilla/Editor.py" line="781"/> <source>Comment</source> <translation>Kommentar</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="782"/> + <location filename="../QScintilla/Editor.py" line="784"/> <source>Uncomment</source> <translation>Kommentar entfernen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="866"/> + <location filename="../QScintilla/Editor.py" line="868"/> <source>Close</source> <translation>Schließen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="872"/> + <location filename="../QScintilla/Editor.py" line="874"/> <source>Save</source> <translation>Speichern</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="875"/> + <location filename="../QScintilla/Editor.py" line="877"/> <source>Save As...</source> <translation>Speichern unter...</translation> </message> <message> + <location filename="../QScintilla/Editor.py" line="796"/> + <source>Select all</source> + <translation>Alles auswählen</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="797"/> + <source>Deselect all</source> + <translation>Auswahl aufheben</translation> + </message> + <message> <location filename="../QScintilla/Editor.py" line="794"/> - <source>Select all</source> - <translation>Alles auswählen</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="795"/> - <source>Deselect all</source> - <translation>Auswahl aufheben</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="792"/> <source>Select to brace</source> <translation>Zur Klammer auswählen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="891"/> + <location filename="../QScintilla/Editor.py" line="893"/> <source>Print</source> <translation>Drucken</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2554"/> + <location filename="../QScintilla/Editor.py" line="2556"/> <source>Printing...</source> <translation>Drucke...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2571"/> - <source>Printing completed</source> - <translation>Drucken beendet</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="2573"/> + <source>Printing completed</source> + <translation>Drucken beendet</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="2575"/> <source>Error while printing</source> <translation>Fehler beim Drucken</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2576"/> + <location filename="../QScintilla/Editor.py" line="2578"/> <source>Printing aborted</source> <translation>Drucken abgebrochen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6883"/> + <location filename="../QScintilla/Editor.py" line="6894"/> <source>File changed</source> <translation>Datei geändert</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="938"/> + <location filename="../QScintilla/Editor.py" line="940"/> <source>Check</source> <translation>Prüfen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2937"/> + <location filename="../QScintilla/Editor.py" line="2939"/> <source>File Modified</source> <translation>Datei geändert</translation> </message> <message> + <location filename="../QScintilla/Editor.py" line="962"/> + <source>Code metrics...</source> + <translation>Quelltextmetriken...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="963"/> + <source>Code coverage...</source> + <translation>Quelltext Abdeckung...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="971"/> + <source>Profile data...</source> + <translation>Profildaten...</translation> + </message> + <message> <location filename="../QScintilla/Editor.py" line="960"/> - <source>Code metrics...</source> - <translation>Quelltextmetriken...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="961"/> - <source>Code coverage...</source> - <translation>Quelltext Abdeckung...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="969"/> - <source>Profile data...</source> - <translation>Profildaten...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="958"/> <source>Show</source> <translation>Zeige</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="785"/> + <location filename="../QScintilla/Editor.py" line="787"/> <source>Stream Comment</source> <translation>Stream Kommentar</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="788"/> + <location filename="../QScintilla/Editor.py" line="790"/> <source>Box Comment</source> <translation>Box Kommentar</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1846"/> + <location filename="../QScintilla/Editor.py" line="1848"/> <source>Modification of Read Only file</source> <translation>Änderungsversuch für eine schreibgeschützte Datei</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1846"/> + <location filename="../QScintilla/Editor.py" line="1848"/> <source>You are attempting to change a read only file. Please save to a different file first.</source> <translation>Sie versuchen, eine schreibgeschützte Datei zu ändern. Bitte speichern Sie sie zuerst in eine andere Datei.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1008"/> + <location filename="../QScintilla/Editor.py" line="1010"/> <source>Languages</source> <translation>Sprachen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="755"/> + <location filename="../QScintilla/Editor.py" line="757"/> <source>Revert to last saved state</source> <translation>Zurück zum letzten gesichert Zustand</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6600"/> + <location filename="../QScintilla/Editor.py" line="6611"/> <source>Macro Name</source> <translation>Makro Name</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6600"/> + <location filename="../QScintilla/Editor.py" line="6611"/> <source>Select a macro name:</source> <translation>Wähle einen Makro Namen:</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6671"/> + <location filename="../QScintilla/Editor.py" line="6682"/> <source>Macro files (*.macro)</source> <translation>Makrodateien (*.macro)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6628"/> + <location filename="../QScintilla/Editor.py" line="6639"/> <source>Load macro file</source> <translation>Lade Makrodatei</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6651"/> + <location filename="../QScintilla/Editor.py" line="6662"/> <source>Error loading macro</source> <translation>Fehler beim Makro Laden</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6671"/> + <location filename="../QScintilla/Editor.py" line="6682"/> <source>Save macro file</source> <translation>Makrodatei schreiben</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6688"/> + <location filename="../QScintilla/Editor.py" line="6699"/> <source>Save macro</source> <translation>Makro speichern</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6704"/> + <location filename="../QScintilla/Editor.py" line="6715"/> <source>Error saving macro</source> <translation>Fehler beim Makro speichern</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6717"/> + <location filename="../QScintilla/Editor.py" line="6728"/> <source>Start Macro Recording</source> <translation>Makroaufzeichnung starten</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6743"/> + <location filename="../QScintilla/Editor.py" line="6754"/> <source>Macro Recording</source> <translation>Makroaufzeichnung</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6743"/> + <location filename="../QScintilla/Editor.py" line="6754"/> <source>Enter name of the macro:</source> <translation>Gib einen Namen für das Makro ein:</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1156"/> - <source>Toggle bookmark</source> - <translation>Lesezeichen setzen/löschen</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1158"/> - <source>Next bookmark</source> - <translation>Nächstes Lesezeichen</translation> + <source>Toggle bookmark</source> + <translation>Lesezeichen setzen/löschen</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="1160"/> - <source>Previous bookmark</source> - <translation>Vorheriges Lesezeichen</translation> + <source>Next bookmark</source> + <translation>Nächstes Lesezeichen</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="1162"/> + <source>Previous bookmark</source> + <translation>Vorheriges Lesezeichen</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1164"/> <source>Clear all bookmarks</source> <translation>Alle Lesezeichen löschen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1171"/> + <location filename="../QScintilla/Editor.py" line="1173"/> <source>Toggle breakpoint</source> <translation>Haltepunkt setzen/löschen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1181"/> - <source>Next breakpoint</source> - <translation>Nächster Haltepunkt</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1183"/> + <source>Next breakpoint</source> + <translation>Nächster Haltepunkt</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1185"/> <source>Previous breakpoint</source> <translation>Vorheriger Haltepunkt</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1188"/> + <location filename="../QScintilla/Editor.py" line="1190"/> <source>Clear all breakpoints</source> <translation>Alle Haltepunkte löschen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1176"/> + <location filename="../QScintilla/Editor.py" line="1178"/> <source>Edit breakpoint...</source> <translation>Haltepunkt bearbeiten...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5490"/> + <location filename="../QScintilla/Editor.py" line="5500"/> <source>Enable breakpoint</source> <translation>Haltepunkt aktivieren</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5493"/> + <location filename="../QScintilla/Editor.py" line="5503"/> <source>Disable breakpoint</source> <translation>Haltepunkt deaktivieren</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5867"/> + <location filename="../QScintilla/Editor.py" line="5878"/> <source>Code Coverage</source> <translation>Quelltext Abdeckung</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5867"/> + <location filename="../QScintilla/Editor.py" line="5878"/> <source>Please select a coverage file</source> <translation>Bitte wählen Sie eine Datei mit Abdeckungsdaten</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6047"/> + <location filename="../QScintilla/Editor.py" line="6058"/> <source>Profile Data</source> <translation>Profildaten</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6047"/> + <location filename="../QScintilla/Editor.py" line="6058"/> <source>Please select a profile file</source> <translation>Bitte wählen Sie eine Datei mit Profildaten</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4655"/> + <location filename="../QScintilla/Editor.py" line="4665"/> <source>Autocompletion</source> <translation>Automatische Vervollständigung</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4655"/> + <location filename="../QScintilla/Editor.py" line="4665"/> <source>Autocompletion is not available because there is no autocompletion source set.</source> <translation>Die automatische Vervollständigung ist nicht verfügbar, da keine Quelle gesetzt ist.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="818"/> + <location filename="../QScintilla/Editor.py" line="820"/> <source>Use Monospaced Font</source> <translation>Benutze Monospace Font</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="811"/> + <location filename="../QScintilla/Editor.py" line="813"/> <source>Shorten empty lines</source> <translation>Leere Zeilen verkürzen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1236"/> + <location filename="../QScintilla/Editor.py" line="1238"/> <source>Goto syntax error</source> <translation>Zu Syntaxfehler gehen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1245"/> + <location filename="../QScintilla/Editor.py" line="1247"/> <source>Clear syntax error</source> <translation>Syntaxfehler löschen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="823"/> + <location filename="../QScintilla/Editor.py" line="825"/> <source>Autosave enabled</source> <translation>Autom. Speicherung aktiv</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7189"/> + <location filename="../QScintilla/Editor.py" line="7200"/> <source>Drop Error</source> <translation>Drop Fehler</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1240"/> + <location filename="../QScintilla/Editor.py" line="1242"/> <source>Show syntax error message</source> <translation>Zeige Syntaxfehlermeldung</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6209"/> + <location filename="../QScintilla/Editor.py" line="6220"/> <source>Syntax Error</source> <translation>Syntaxfehler</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6209"/> + <location filename="../QScintilla/Editor.py" line="6220"/> <source>No syntax error message available.</source> <translation>Keine Syntaxfehlermeldung verfügbar.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1173"/> + <location filename="../QScintilla/Editor.py" line="1175"/> <source>Toggle temporary breakpoint</source> <translation>Temporären Haltepunkt setzen/löschen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="963"/> + <location filename="../QScintilla/Editor.py" line="965"/> <source>Show code coverage annotations</source> <translation>Markiere Zeilen ohne Abdeckung</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="966"/> + <location filename="../QScintilla/Editor.py" line="968"/> <source>Hide code coverage annotations</source> <translation>Lösche Abdeckungsmarkierungen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1267"/> + <location filename="../QScintilla/Editor.py" line="1269"/> <source>Next uncovered line</source> <translation>Nächste nichtabgedeckte Zeile</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1271"/> + <location filename="../QScintilla/Editor.py" line="1273"/> <source>Previous uncovered line</source> <translation>Vorige nichtabgedeckte Zeile</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5930"/> + <location filename="../QScintilla/Editor.py" line="5941"/> <source>Show Code Coverage Annotations</source> <translation>Zeilen ohne Abdeckung Markieren</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5923"/> + <location filename="../QScintilla/Editor.py" line="5934"/> <source>All lines have been covered.</source> <translation>Alle Zeilen sind abgedeckt.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5930"/> + <location filename="../QScintilla/Editor.py" line="5941"/> <source>There is no coverage file available.</source> <translation>Es gibt keine Datei mit Abdeckungsinformationen.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2937"/> + <location filename="../QScintilla/Editor.py" line="2939"/> <source><p>The file <b>{0}</b> has unsaved changes.</p></source> <translation><p>Die Datei <b>{0}</b> enthält ungesicherte Änderungen.</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6642"/> + <location filename="../QScintilla/Editor.py" line="6653"/> <source><p>The macro file <b>{0}</b> could not be read.</p></source> <translation><p>Die Makrodatei <b>{0}</b> kann nicht gelesen werden.</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6651"/> + <location filename="../QScintilla/Editor.py" line="6662"/> <source><p>The macro file <b>{0}</b> is corrupt.</p></source> <translation><p>Die Makrodatei <b>{0}</b> ist zerstört.</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6704"/> + <location filename="../QScintilla/Editor.py" line="6715"/> <source><p>The macro file <b>{0}</b> could not be written.</p></source> <translation><p>Die Makrodatei <b>{0}</b> kann nicht geschrieben werden.</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7189"/> + <location filename="../QScintilla/Editor.py" line="7200"/> <source><p><b>{0}</b> is not a file.</p></source> <translation><p><b>{0}</b> ist keine Datei.</p></translation> </message> @@ -11152,492 +11152,492 @@ <translation><p>Die Größe der Datei <b>{0}</b> ist <b>{1} KB<7B>. Soll sie wirklich geladen werden?</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="982"/> + <location filename="../QScintilla/Editor.py" line="984"/> <source>Diagrams</source> <translation>Diagramme</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="984"/> - <source>Class Diagram...</source> - <translation>Klassendiagramm...</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="986"/> - <source>Package Diagram...</source> - <translation>Package Diagramm...</translation> + <source>Class Diagram...</source> + <translation>Klassendiagramm...</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="988"/> - <source>Imports Diagram...</source> - <translation>Imports-Diagramm...</translation> + <source>Package Diagram...</source> + <translation>Package Diagramm...</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="990"/> + <source>Imports Diagram...</source> + <translation>Imports-Diagramm...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="992"/> <source>Application Diagram...</source> <translation>Applikations-Diagramm...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1011"/> + <location filename="../QScintilla/Editor.py" line="1013"/> <source>No Language</source> <translation>Keine Sprache</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7049"/> + <location filename="../QScintilla/Editor.py" line="7059"/> <source>{0} (ro)</source> <translation>{0} (ro)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7210"/> + <location filename="../QScintilla/Editor.py" line="7221"/> <source>Resources</source> <translation>Ressourcen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7212"/> - <source>Add file...</source> - <translation>Datei hinzufügen...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7214"/> - <source>Add files...</source> - <translation>Dateien hinzufügen...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7216"/> - <source>Add aliased file...</source> - <translation>Aliased-Datei hinzufügen...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7219"/> - <source>Add localized resource...</source> - <translation>Lokalisierte Ressource hinzufügen...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7242"/> - <source>Add file resource</source> - <translation>Dateiressource hinzufügen</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7258"/> - <source>Add file resources</source> - <translation>Dateiressourcen hinzufügen</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7285"/> - <source>Add aliased file resource</source> - <translation>Aliased-Dateiressourcen hinzufügen</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7285"/> - <source>Alias for file <b>{0}</b>:</source> - <translation>Alias für Datei <b>{0}</b>:</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7351"/> - <source>Package Diagram</source> - <translation>Package-Diagramm</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7351"/> - <source>Include class attributes?</source> - <translation>Klassenattribute anzeigen?</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7387"/> - <source>Application Diagram</source> - <translation>Applikations-Diagramm</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7387"/> - <source>Include module names?</source> - <translation>Modulnamen anzeigen?</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="7223"/> + <source>Add file...</source> + <translation>Datei hinzufügen...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7225"/> + <source>Add files...</source> + <translation>Dateien hinzufügen...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7227"/> + <source>Add aliased file...</source> + <translation>Aliased-Datei hinzufügen...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7230"/> + <source>Add localized resource...</source> + <translation>Lokalisierte Ressource hinzufügen...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7253"/> + <source>Add file resource</source> + <translation>Dateiressource hinzufügen</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7269"/> + <source>Add file resources</source> + <translation>Dateiressourcen hinzufügen</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7296"/> + <source>Add aliased file resource</source> + <translation>Aliased-Dateiressourcen hinzufügen</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7296"/> + <source>Alias for file <b>{0}</b>:</source> + <translation>Alias für Datei <b>{0}</b>:</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7362"/> + <source>Package Diagram</source> + <translation>Package-Diagramm</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7362"/> + <source>Include class attributes?</source> + <translation>Klassenattribute anzeigen?</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7398"/> + <source>Application Diagram</source> + <translation>Applikations-Diagramm</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7398"/> + <source>Include module names?</source> + <translation>Modulnamen anzeigen?</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7234"/> <source>Add resource frame</source> <translation>Ressourcenrahmen hinzufügen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6717"/> + <location filename="../QScintilla/Editor.py" line="6728"/> <source>Macro recording is already active. Start new?</source> <translation>Eine Makroaufzeichnung ist bereits aktiv. Neu starten?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1276"/> + <location filename="../QScintilla/Editor.py" line="1278"/> <source>Next task</source> <translation>Nächste Aufgabe</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1280"/> + <location filename="../QScintilla/Editor.py" line="1282"/> <source>Previous task</source> <translation>Vorherige Aufgabe</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="920"/> - <source>Complete from Document</source> - <translation>Vervollständigung vom Dokument</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="922"/> - <source>Complete from APIs</source> - <translation>Vervollständigung von APIs</translation> + <source>Complete from Document</source> + <translation>Vervollständigung vom Dokument</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="924"/> + <source>Complete from APIs</source> + <translation>Vervollständigung von APIs</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="926"/> <source>Complete from Document and APIs</source> <translation>Vervollständigung vom Dokument und von APIs</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1134"/> + <location filename="../QScintilla/Editor.py" line="1136"/> <source>Export as</source> <translation>Exportieren als</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1330"/> + <location filename="../QScintilla/Editor.py" line="1332"/> <source>Export source</source> <translation>Quelltext exportieren</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1322"/> + <location filename="../QScintilla/Editor.py" line="1324"/> <source><p>No exporter available for the export format <b>{0}</b>. Aborting...</p></source> <translation><p>Für das Exportformat <b>{0}</b> steht kein Exporter zur Verfügung. Abbruch...</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1330"/> + <location filename="../QScintilla/Editor.py" line="1332"/> <source>No export format given. Aborting...</source> <translation>Kein Exportformat angegeben. Abbruch...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7373"/> + <location filename="../QScintilla/Editor.py" line="7384"/> <source>Imports Diagram</source> <translation>Imports Diagramm</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7373"/> + <location filename="../QScintilla/Editor.py" line="7384"/> <source>Include imports from external modules?</source> <translation>Imports externer Module anzeigen?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="842"/> - <source>Calltip</source> - <translation>Calltip</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="888"/> - <source>Print Preview</source> - <translation>Druckvorschau</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="447"/> - <source><b>A Source Editor Window</b><p>This window is used to display and edit a source file. You can open as many of these as you like. The name of the file is displayed in the window's titlebar.</p><p>In order to set breakpoints just click in the space between the line numbers and the fold markers. Via the context menu of the margins they may be edited.</p><p>In order to set bookmarks just Shift click in the space between the line numbers and the fold markers.</p><p>These actions can be reversed via the context menu.</p><p>Ctrl clicking on a syntax error marker shows some info about this error.</p></source> - <translation><b>Quelltexteditorfenster</b><p>Dieses Fenster wird zum Bearbeiten von Quelltexten benutzt. Sie können beliebig viele dieser Fenster öffnen. Der Name der Datei wird im Titel des Fensters dargestellt.</p><p>Um Haltepunkte zu setzen, klicken sie in den Raum zwischen den Zeilennummern und der Faltungsspalte. Über das Kontextmenü des Bereiches links des Editors können Haltepunkte bearbeitet werden.</p><p>Um Lesezeichen zu setzen, drücken Sie die Shift-Taste und klicken in den Raum zwischen den Zeilennummern und der Faltungsspalte.</p><p>Diese Aktionen können über das Kontextmenü umgedreht werden.</p><p>Ein Klick auf einen Syntaxfehler-Marker mit gedrückter Strg-Taste zeigt die zugehörige Fehlermeldung an.</p></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="827"/> - <source>Typing aids enabled</source> - <translation>Eingabehilfen aktiv</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1098"/> - <source>End-of-Line Type</source> - <translation>Zeilenendemarkierung</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1102"/> - <source>Unix</source> - <translation>Unix</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1109"/> - <source>Windows</source> - <translation>Windows</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1116"/> - <source>Macintosh</source> - <translation>Macintosh</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1057"/> - <source>Encodings</source> - <translation>Kodierungen</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1037"/> - <source>Guessed</source> - <translation>Ermittelt</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1345"/> - <source>Alternatives</source> - <translation>Alternativen</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1341"/> - <source>Alternatives ({0})</source> - <translation>Alternativen ({0})</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1361"/> - <source>Pygments Lexer</source> - <translation>Pygments Lexer</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1361"/> - <source>Select the Pygments lexer to apply.</source> - <translation>Wähle den anzuwendenden Pygments Lexer.</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7686"/> - <source>Check spelling...</source> - <translation>Rechtschreibprüfung...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="803"/> - <source>Check spelling of selection...</source> - <translation>Rechtschreibprüfung für Auswahl...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7689"/> - <source>Add to dictionary</source> - <translation>Zum Wörterbuch hinzufügen</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7691"/> - <source>Ignore All</source> - <translation>Alle ignorieren</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="807"/> - <source>Remove from dictionary</source> - <translation>Aus dem Wörterbuch entfernen</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="2997"/> - <source><p>The file <b>{0}</b> could not be opened.</p><p>Reason: {1}</p></source> - <translation><p>Die Datei <b>{0}</b> konnte nicht geöffnet werden.<br />Ursache: {1}</p></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="3115"/> - <source><p>The file <b>{0}</b> could not be saved.<br/>Reason: {1}</p></source> - <translation><p>Die Datei <b>{0}</b> konnte nicht gesichert werden.<br/>Grund: {1}</p></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1250"/> - <source>Next warning</source> - <translation>Nächste Warnung</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1254"/> - <source>Previous warning</source> - <translation>Vorherige Warnung</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1258"/> - <source>Show warning message</source> - <translation>Zeige Warnung</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1262"/> - <source>Clear warnings</source> - <translation>Warnungen löschen</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="3178"/> - <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="../QScintilla/Editor.py" line="6688"/> - <source><p>The macro file <b>{0}</b> already exists. Overwrite it?</p></source> - <translation><p>Die Makrodatei <b>{0}</b> existiert bereits. Überschreiben?</p></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6488"/> - <source>Warning: {0}</source> - <translation>Warnung: {0}</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6495"/> - <source>Error: {0}</source> - <translation>Fehler: {0}</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6879"/> - <source><br><b>Warning:</b> You will lose your changes upon reopening it.</source> - <translation><br><b>Warnung:</b> Vorgenommenen Änderungen gehen beim neu einlesen verloren.</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="884"/> - <source>Open 'rejection' file</source> - <translation>Öffne „Ablehnungs“-Datei</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="994"/> - <source>Load Diagram...</source> - <translation>Diagramm laden...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1285"/> - <source>Next change</source> - <translation>Nächste Änderung</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1289"/> - <source>Previous change</source> - <translation>Vorherige Änderung</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="8107"/> - <source>Sort Lines</source> - <translation>Zeilen sortieren</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="8107"/> - <source>The selection contains illegal data for a numerical sort.</source> - <translation>Die Auswahl enthält für eine numerische Sortierung ungültige Daten.</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6423"/> - <source>Warning</source> - <translation>Warnung</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6423"/> - <source>No warning messages available.</source> - <translation>Keine Warnmeldungen verfügbar.</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6485"/> - <source>Style: {0}</source> - <translation>Stil: {0}</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="858"/> - <source>New Document View</source> - <translation>Neue Dokumentenansicht</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="861"/> - <source>New Document View (with new split)</source> - <translation>Neue Dokumentenansicht (in neuem Abschnitt)</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="948"/> - <source>Tools</source> - <translation>Werkzeuge</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1079"/> - <source>Re-Open With Encoding</source> - <translation>Öffnen mit Kodierung</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6873"/> - <source><p>The file <b>{0}</b> has been changed while it was opened in eric6. Reread it?</p></source> - <translation><p>Die Datei <b>{0}</b> wurde geändert, während sie in eric6 geöffnet war. Neu einlesen?</p></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="834"/> - <source>Automatic Completion enabled</source> - <translation>Automatische Vervollständigung aktiv</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="914"/> - <source>Complete</source> - <translation>Vervollständigen</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="4785"/> - <source>Auto-Completion Provider</source> - <translation>Provider für automatische Vervollständigungen</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="4785"/> - <source>The completion list provider '{0}' was already registered. Ignoring duplicate request.</source> - <translation>Der Provider für automatische Vervollständigungen namens '{0}' ist bereits registriert. Die Wiederholung wird ignoriert.</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="5060"/> - <source>Call-Tips Provider</source> - <translation>Calltipps-Provider</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="5060"/> - <source>The call-tips provider '{0}' was already registered. Ignoring duplicate request.</source> - <translation>Der Calltipps-Provider namens '{0}' ist bereits registriert. Die Wiederholung wird ignoriert.</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="8196"/> - <source>Register Mouse Click Handler</source> - <translation>Maus Klick Handler registrieren</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="8196"/> - <source>A mouse click handler for "{0}" was already registered by "{1}". Aborting request by "{2}"...</source> - <translation>Ein Maus Klick Handler für "{0}" wurde bereits durch "{1}" registriert. Die Anfrage durch "{2}" wird abgebrochen...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="878"/> - <source>Save Copy...</source> - <translation>Kopie speichern...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="917"/> - <source>Clear Completions Cache</source> - <translation>Vervollständigungsspeicher löschen</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="844"/> + <source>Calltip</source> + <translation>Calltip</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="890"/> + <source>Print Preview</source> + <translation>Druckvorschau</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="449"/> + <source><b>A Source Editor Window</b><p>This window is used to display and edit a source file. You can open as many of these as you like. The name of the file is displayed in the window's titlebar.</p><p>In order to set breakpoints just click in the space between the line numbers and the fold markers. Via the context menu of the margins they may be edited.</p><p>In order to set bookmarks just Shift click in the space between the line numbers and the fold markers.</p><p>These actions can be reversed via the context menu.</p><p>Ctrl clicking on a syntax error marker shows some info about this error.</p></source> + <translation><b>Quelltexteditorfenster</b><p>Dieses Fenster wird zum Bearbeiten von Quelltexten benutzt. Sie können beliebig viele dieser Fenster öffnen. Der Name der Datei wird im Titel des Fensters dargestellt.</p><p>Um Haltepunkte zu setzen, klicken sie in den Raum zwischen den Zeilennummern und der Faltungsspalte. Über das Kontextmenü des Bereiches links des Editors können Haltepunkte bearbeitet werden.</p><p>Um Lesezeichen zu setzen, drücken Sie die Shift-Taste und klicken in den Raum zwischen den Zeilennummern und der Faltungsspalte.</p><p>Diese Aktionen können über das Kontextmenü umgedreht werden.</p><p>Ein Klick auf einen Syntaxfehler-Marker mit gedrückter Strg-Taste zeigt die zugehörige Fehlermeldung an.</p></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="829"/> + <source>Typing aids enabled</source> + <translation>Eingabehilfen aktiv</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1100"/> + <source>End-of-Line Type</source> + <translation>Zeilenendemarkierung</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1104"/> + <source>Unix</source> + <translation>Unix</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1111"/> + <source>Windows</source> + <translation>Windows</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1118"/> + <source>Macintosh</source> + <translation>Macintosh</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1059"/> + <source>Encodings</source> + <translation>Kodierungen</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1039"/> + <source>Guessed</source> + <translation>Ermittelt</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1347"/> + <source>Alternatives</source> + <translation>Alternativen</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1343"/> + <source>Alternatives ({0})</source> + <translation>Alternativen ({0})</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1363"/> + <source>Pygments Lexer</source> + <translation>Pygments Lexer</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1363"/> + <source>Select the Pygments lexer to apply.</source> + <translation>Wähle den anzuwendenden Pygments Lexer.</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7697"/> + <source>Check spelling...</source> + <translation>Rechtschreibprüfung...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="805"/> + <source>Check spelling of selection...</source> + <translation>Rechtschreibprüfung für Auswahl...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7700"/> + <source>Add to dictionary</source> + <translation>Zum Wörterbuch hinzufügen</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7702"/> + <source>Ignore All</source> + <translation>Alle ignorieren</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="809"/> + <source>Remove from dictionary</source> + <translation>Aus dem Wörterbuch entfernen</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="2999"/> + <source><p>The file <b>{0}</b> could not be opened.</p><p>Reason: {1}</p></source> + <translation><p>Die Datei <b>{0}</b> konnte nicht geöffnet werden.<br />Ursache: {1}</p></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="3125"/> + <source><p>The file <b>{0}</b> could not be saved.<br/>Reason: {1}</p></source> + <translation><p>Die Datei <b>{0}</b> konnte nicht gesichert werden.<br/>Grund: {1}</p></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1252"/> + <source>Next warning</source> + <translation>Nächste Warnung</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1256"/> + <source>Previous warning</source> + <translation>Vorherige Warnung</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1260"/> + <source>Show warning message</source> + <translation>Zeige Warnung</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1264"/> + <source>Clear warnings</source> + <translation>Warnungen löschen</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="3188"/> + <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="../QScintilla/Editor.py" line="6699"/> + <source><p>The macro file <b>{0}</b> already exists. Overwrite it?</p></source> + <translation><p>Die Makrodatei <b>{0}</b> existiert bereits. Überschreiben?</p></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6499"/> + <source>Warning: {0}</source> + <translation>Warnung: {0}</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6506"/> + <source>Error: {0}</source> + <translation>Fehler: {0}</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6890"/> + <source><br><b>Warning:</b> You will lose your changes upon reopening it.</source> + <translation><br><b>Warnung:</b> Vorgenommenen Änderungen gehen beim neu einlesen verloren.</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="886"/> + <source>Open 'rejection' file</source> + <translation>Öffne „Ablehnungs“-Datei</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="996"/> + <source>Load Diagram...</source> + <translation>Diagramm laden...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1287"/> + <source>Next change</source> + <translation>Nächste Änderung</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1291"/> + <source>Previous change</source> + <translation>Vorherige Änderung</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="8118"/> + <source>Sort Lines</source> + <translation>Zeilen sortieren</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="8118"/> + <source>The selection contains illegal data for a numerical sort.</source> + <translation>Die Auswahl enthält für eine numerische Sortierung ungültige Daten.</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6434"/> + <source>Warning</source> + <translation>Warnung</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6434"/> + <source>No warning messages available.</source> + <translation>Keine Warnmeldungen verfügbar.</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6496"/> + <source>Style: {0}</source> + <translation>Stil: {0}</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="860"/> + <source>New Document View</source> + <translation>Neue Dokumentenansicht</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="863"/> + <source>New Document View (with new split)</source> + <translation>Neue Dokumentenansicht (in neuem Abschnitt)</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="950"/> + <source>Tools</source> + <translation>Werkzeuge</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1081"/> + <source>Re-Open With Encoding</source> + <translation>Öffnen mit Kodierung</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6884"/> + <source><p>The file <b>{0}</b> has been changed while it was opened in eric6. Reread it?</p></source> + <translation><p>Die Datei <b>{0}</b> wurde geändert, während sie in eric6 geöffnet war. Neu einlesen?</p></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="836"/> + <source>Automatic Completion enabled</source> + <translation>Automatische Vervollständigung aktiv</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="916"/> + <source>Complete</source> + <translation>Vervollständigen</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="4795"/> + <source>Auto-Completion Provider</source> + <translation>Provider für automatische Vervollständigungen</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="4795"/> + <source>The completion list provider '{0}' was already registered. Ignoring duplicate request.</source> + <translation>Der Provider für automatische Vervollständigungen namens '{0}' ist bereits registriert. Die Wiederholung wird ignoriert.</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="5070"/> + <source>Call-Tips Provider</source> + <translation>Calltipps-Provider</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="5070"/> + <source>The call-tips provider '{0}' was already registered. Ignoring duplicate request.</source> + <translation>Der Calltipps-Provider namens '{0}' ist bereits registriert. Die Wiederholung wird ignoriert.</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="8207"/> + <source>Register Mouse Click Handler</source> + <translation>Maus Klick Handler registrieren</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="8207"/> + <source>A mouse click handler for "{0}" was already registered by "{1}". Aborting request by "{2}"...</source> + <translation>Ein Maus Klick Handler für "{0}" wurde bereits durch "{1}" registriert. Die Anfrage durch "{2}" wird abgebrochen...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="880"/> + <source>Save Copy...</source> + <translation>Kopie speichern...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="919"/> + <source>Clear Completions Cache</source> + <translation>Vervollständigungsspeicher löschen</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="846"/> <source>Code Info</source> <translation>Code Info</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1293"/> + <location filename="../QScintilla/Editor.py" line="1295"/> <source>Clear changes</source> <translation>Änderungsmarker löschen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="769"/> + <location filename="../QScintilla/Editor.py" line="771"/> <source>Execute Selection In Console</source> <translation>Auswahl in Konsole ausführen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8317"/> + <location filename="../QScintilla/Editor.py" line="8328"/> <source>EditorConfig Properties</source> <translation>EditorConfig Eigenschaften</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8317"/> + <location filename="../QScintilla/Editor.py" line="8328"/> <source><p>The EditorConfig properties for file <b>{0}</b> could not be loaded.</p></source> <translation><p>Die EditorConfig Eigenschaften für die Datei <b>{0}</b> konnten nicht geladen werden.</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1197"/> + <location filename="../QScintilla/Editor.py" line="1199"/> <source>Toggle all folds</source> <translation>Alle Faltungen umschalten</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1202"/> + <location filename="../QScintilla/Editor.py" line="1204"/> <source>Toggle all folds (including children)</source> <translation>Alle Faltungen umschalten (inkl. Unterfaltungen)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1207"/> + <location filename="../QScintilla/Editor.py" line="1209"/> <source>Toggle current fold</source> <translation>Aktuelle Faltung umschalten</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1213"/> + <location filename="../QScintilla/Editor.py" line="1215"/> <source>Expand (including children)</source> <translation>Ausklappen (inkl. Unterfaltungen)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1218"/> + <location filename="../QScintilla/Editor.py" line="1220"/> <source>Collapse (including children)</source> <translation>Einklappen (inkl. Unterfaltungen)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1224"/> + <location filename="../QScintilla/Editor.py" line="1226"/> <source>Clear all folds</source> <translation>Alle Faltungen aufklappen</translation> </message> @@ -12834,42 +12834,42 @@ <translation>Zeigt die gewählte Tabulatorweite an.</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="175"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="266"/> <source>Select whether tabs shall be converted upon opening the file</source> <translation>Wähle, ob Tabulatoren beim Öffnen der Datei umgewandelt werden sollen</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="178"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="269"/> <source>Convert tabs upon open</source> <translation>Tabulatoren beim Öffnen umwandeln</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="165"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="256"/> <source>Select whether pressing the tab key indents.</source> <translation>Wähle aus, ob das Drücken der Tabulatortaste einrücken soll.</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="168"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="259"/> <source>Tab key indents</source> <translation>Tabulatortaste rückt ein</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="145"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="236"/> <source>Select whether autoindentation shall be enabled</source> <translation>Wähle aus, ob die automatische Einrückung aktiv sein soll</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="148"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="239"/> <source>Auto indentation</source> <translation>Automatische Einrückung</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="155"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="246"/> <source>Select whether tab characters are used for indentations.</source> <translation>Wähle aus, ob Tabulatoren zum Einrücken verwendet werden sollen.</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="158"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="249"/> <source>Use tabs for indentations</source> <translation>Benutze Tabulatoren zum Einrücken</translation> </message> @@ -12884,54 +12884,94 @@ <translation>Tabulatoren && Einrückung</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="190"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="281"/> <source>Comments</source> <translation>Kommentare</translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="287"/> + <source>Select to insert the comment sign at column 0</source> + <translation>Auswählen, um das Kommentarzeichen in Spalte 0 einzufügen</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="293"/> + <source>Insert comment at column 0</source> + <translation>Kommentarzeichen in Spalte 0 einfügen</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="290"/> + <source><b>Insert comment at column 0</b><p>Select to insert the comment sign at column 0. Otherwise, the comment sign is inserted at the first non-whitespace position.</p></source> + <translation><b>Kommentarzeichen in Spalte 0 einfügen</b><p>Auswählen, um das Kommentarzeichen in Spalte 0 einzufügen. Ansonsten wird das Kommentarzeichen an der ersten Stelle, die kein Leerzeichen ist, eingefügt.</p></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="303"/> + <source>Virtual Space</source> + <translation>Virtueller Bereich</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="309"/> + <source>Virtual space is the space after the last character of a line. It is not allocated unless some text is entered or copied into it. Usage of virtual space can be configured with these selections.</source> + <translation>Der virtuelle Bereich ist der Bereich nach dem letzten Zeichen einer Zeile. Hierfür wird erst Platz allokiert, wenn Text eingegeben oder hineinkopiert wird. Die Verwendung des virtuellen Bereiches kann mit diesen Optionen konfiguriert werden.</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="319"/> + <source>Select to enable a rectangular selection to extend into virtual space</source> + <translation>Auswählen, um zuzulassen, dass eine rechteckigen Auswahl bis in den virtuellen Bereich ausgedehnt wird</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="322"/> + <source>Selection may access virtual space</source> + <translation>Auswahl in den virtuellen Bereich erweitern</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="329"/> + <source>Select to allow the cursor to be moved into virtual space</source> + <translation>Auswählen, um zuzulassen, dass die Einfügemarke in den virtuellen Bereich bewegt wird</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="332"/> + <source>Cursor can move into virtual space</source> + <translation>Einfügemarke in den virtuellen Bereich bewegen</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="158"/> + <source>Language</source> + <translation>Sprache</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="163"/> + <source>Tab Width</source> + <translation>Tabulatorweite</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="168"/> + <source>Indent Width</source> + <translation>Einrückungstiefe</translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="196"/> - <source>Select to insert the comment sign at column 0</source> - <translation>Auswählen, um das Kommentarzeichen in Spalte 0 einzufügen</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="202"/> - <source>Insert comment at column 0</source> - <translation>Kommentarzeichen in Spalte 0 einfügen</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="199"/> - <source><b>Insert comment at column 0</b><p>Select to insert the comment sign at column 0. Otherwise, the comment sign is inserted at the first non-whitespace position.</p></source> - <translation><b>Kommentarzeichen in Spalte 0 einfügen</b><p>Auswählen, um das Kommentarzeichen in Spalte 0 einzufügen. Ansonsten wird das Kommentarzeichen an der ersten Stelle, die kein Leerzeichen ist, eingefügt.</p></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="212"/> - <source>Virtual Space</source> - <translation>Virtueller Bereich</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="218"/> - <source>Virtual space is the space after the last character of a line. It is not allocated unless some text is entered or copied into it. Usage of virtual space can be configured with these selections.</source> - <translation>Der virtuelle Bereich ist der Bereich nach dem letzten Zeichen einer Zeile. Hierfür wird erst Platz allokiert, wenn Text eingegeben oder hineinkopiert wird. Die Verwendung des virtuellen Bereiches kann mit diesen Optionen konfiguriert werden.</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="228"/> - <source>Select to enable a rectangular selection to extend into virtual space</source> - <translation>Auswählen, um zuzulassen, dass eine rechteckigen Auswahl bis in den virtuellen Bereich ausgedehnt wird</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="231"/> - <source>Selection may access virtual space</source> - <translation>Auswahl in den virtuellen Bereich erweitern</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="238"/> - <source>Select to allow the cursor to be moved into virtual space</source> - <translation>Auswählen, um zuzulassen, dass die Einfügemarke in den virtuellen Bereich bewegt wird</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="241"/> - <source>Cursor can move into virtual space</source> - <translation>Einfügemarke in den virtuellen Bereich bewegen</translation> + <source>Press to add a language specific override</source> + <translation>Drücken, um eine Sprachen spezifische Änderung hinzuzufügen</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="203"/> + <source>Press to delete the selected language specific override</source> + <translation>Drücken, um die ausgewählten Sprachen spezifischen Änderungen zu löschen</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="210"/> + <source>Press to edit the selected language specific override</source> + <translation>Drücken, um die ausgewählte Sprachen spezifische Änderung zu bearbeiten</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.py" line="205"/> + <source>Tab and Indent Override</source> + <translation>Tabulator und Einrückung Änderung</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.py" line="205"/> + <source>Shall the selected entries really be removed?</source> + <translation>Sollen die ausgewählten Einträge wirklich gelöscht werden?</translation> </message> </context> <context> @@ -13359,6 +13399,39 @@ </message> </context> <context> + <name>EditorLanguageTabIndentOverrideDialog</name> + <message> + <location filename="../Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.ui" line="14"/> + <source>Tab and Indent Override</source> + <translation>Tabulator und Einrückung Änderung</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.ui" line="23"/> + <source>Language:</source> + <translation>Sprache:</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.ui" line="40"/> + <source>Tab Width:</source> + <translation>Tabulatorweite:</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.ui" line="47"/> + <source>Enter the tab width</source> + <translation>Gib die Tabulatorweite ein</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.ui" line="76"/> + <source>Indentation width:</source> + <translation>Einrückungstiefe:</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.ui" line="83"/> + <source>Enter the indentation width</source> + <translation>Gib die Einrückungstiefe ein</translation> + </message> +</context> +<context> <name>EditorMarkerMap</name> <message> <location filename="../QScintilla/EditorMarkerMap.py" line="28"/> @@ -44690,42 +44763,42 @@ <translation>Bereit</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2379"/> + <location filename="../QScintilla/MiniEditor.py" line="2368"/> <source>File loaded</source> <translation>Datei geladen</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2795"/> + <location filename="../QScintilla/MiniEditor.py" line="2805"/> <source>Untitled</source> <translation>Unbenannt</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2477"/> + <location filename="../QScintilla/MiniEditor.py" line="2486"/> <source>{0}[*] - {1}</source> <translation>{0} [*] – {1}</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2477"/> + <location filename="../QScintilla/MiniEditor.py" line="2486"/> <source>Mini Editor</source> <translation>Mini Editor</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2836"/> + <location filename="../QScintilla/MiniEditor.py" line="2846"/> <source>Select all</source> <translation>Alles auswählen</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2837"/> + <location filename="../QScintilla/MiniEditor.py" line="2847"/> <source>Deselect all</source> <translation>Auswahl aufheben</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2851"/> + <location filename="../QScintilla/MiniEditor.py" line="2861"/> <source>Languages</source> <translation>Sprachen</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2854"/> + <location filename="../QScintilla/MiniEditor.py" line="2864"/> <source>No Language</source> <translation>Keine Sprache</translation> </message> @@ -44735,7 +44808,7 @@ <translation>Datei öffnen</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2448"/> + <location filename="../QScintilla/MiniEditor.py" line="2457"/> <source>File saved</source> <translation>Datei gespeichert</translation> </message> @@ -44812,22 +44885,22 @@ <translation>Druckt die aktuelle Datei</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2758"/> + <location filename="../QScintilla/MiniEditor.py" line="2768"/> <source>Printing...</source> <translation>Drucke...</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2776"/> + <location filename="../QScintilla/MiniEditor.py" line="2786"/> <source>Printing completed</source> <translation>Drucken beendet</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2778"/> + <location filename="../QScintilla/MiniEditor.py" line="2788"/> <source>Error while printing</source> <translation>Fehler beim Drucken</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2781"/> + <location filename="../QScintilla/MiniEditor.py" line="2791"/> <source>Printing aborted</source> <translation>Drucken abgebrochen</translation> </message> @@ -44852,27 +44925,27 @@ <translation><b>Druckvorschau</b><p>Zeift eine Druckvorschau der aktuellen Datei.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2878"/> + <location filename="../QScintilla/MiniEditor.py" line="2888"/> <source>Guessed</source> <translation>Ermittelt</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2899"/> + <location filename="../QScintilla/MiniEditor.py" line="2909"/> <source>Alternatives</source> <translation>Alternativen</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2896"/> + <location filename="../QScintilla/MiniEditor.py" line="2906"/> <source>Alternatives ({0})</source> <translation>Alternativen ({0})</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2913"/> + <location filename="../QScintilla/MiniEditor.py" line="2923"/> <source>Pygments Lexer</source> <translation>Pygments Lexer</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2913"/> + <location filename="../QScintilla/MiniEditor.py" line="2923"/> <source>Select the Pygments lexer to apply.</source> <translation>Wähle den anzuwendenden Pygments Lexer.</translation> </message> @@ -44892,12 +44965,12 @@ <translation><p>Die Datei <b>{0}</b> konnte nicht geöffnet werden.<p><p>Ursache: {1}</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2440"/> + <location filename="../QScintilla/MiniEditor.py" line="2449"/> <source>Save File</source> <translation>Datei speichern</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2440"/> + <location filename="../QScintilla/MiniEditor.py" line="2449"/> <source><p>The file <b>{0}</b> could not be saved.<br/>Reason: {1}</p></source> <translation><p>Die Datei <b>{0}</b> konnte nicht gesichert werden.<br/>Grund: {1}</p></translation> </message> @@ -44942,17 +45015,17 @@ <translation><b>Kopie speichern</b><p>Speichern einer Kopie des Inhalts des aktuellen Editorfensters. Die Datei kann mit einem Dateiauswahldialog eingegeben werden.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="3430"/> + <location filename="../QScintilla/MiniEditor.py" line="3446"/> <source>EditorConfig Properties</source> <translation>EditorConfig Eigenschaften</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="3430"/> + <location filename="../QScintilla/MiniEditor.py" line="3446"/> <source><p>The EditorConfig properties for file <b>{0}</b> could not be loaded.</p></source> <translation><p>Die EditorConfig Eigenschaften für die Datei <b>{0}</b> konnten nicht geladen werden.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2460"/> + <location filename="../QScintilla/MiniEditor.py" line="2469"/> <source>[*] - {0}</source> <translation>[*] - {0}</translation> </message> @@ -49410,17 +49483,17 @@ <context> <name>Preferences</name> <message> - <location filename="../Preferences/__init__.py" line="1584"/> + <location filename="../Preferences/__init__.py" line="1585"/> <source>Export Preferences</source> <translation>Einstellungen exportieren</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1612"/> + <location filename="../Preferences/__init__.py" line="1613"/> <source>Import Preferences</source> <translation>Einstellungen importieren</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1612"/> + <location filename="../Preferences/__init__.py" line="1613"/> <source>Properties File (*.ini);;All Files (*)</source> <translation>Properties-Dateien (*.ini);;Alle Dateien (*)</translation> </message> @@ -80388,27 +80461,27 @@ <translation>Nutzer-Ausnahmenliste</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6597"/> + <location filename="../ViewManager/ViewManager.py" line="6600"/> <source>Edit Spelling Dictionary</source> <translation>Wörterbuch bearbeiten</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6572"/> + <location filename="../ViewManager/ViewManager.py" line="6575"/> <source>Editing {0}</source> <translation>Bearbeite {0}</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6554"/> + <location filename="../ViewManager/ViewManager.py" line="6557"/> <source><p>The spelling dictionary file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation><p>Die Wörterbuchdatei <b>{0}</b> konnte nicht gelesen werden.</p><p>Ursache: {1}</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6584"/> + <location filename="../ViewManager/ViewManager.py" line="6587"/> <source><p>The spelling dictionary file <b>{0}</b> could not be written.</p><p>Reason: {1}</p></source> <translation><p>Die Wörterbuchdatei <b>{0}</b> konnte nicht geschrieben werden.</p><p>Ursache: {1}</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6597"/> + <location filename="../ViewManager/ViewManager.py" line="6600"/> <source>The spelling dictionary was saved successfully.</source> <translation>Das Wörterbuch wurde erfolgreich gespeichert.</translation> </message>
--- a/eric6/i18n/eric6_empty.ts Fri Sep 27 14:49:42 2019 +0200 +++ b/eric6/i18n/eric6_empty.ts Sat Sep 28 18:44:48 2019 +0200 @@ -10615,7 +10615,7 @@ <context> <name>Editor</name> <message> - <location filename="../QScintilla/Editor.py" line="2997"/> + <location filename="../QScintilla/Editor.py" line="2999"/> <source>Open File</source> <translation type="unfinished"></translation> </message> @@ -10625,912 +10625,912 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="447"/> + <location filename="../QScintilla/Editor.py" line="449"/> <source><b>A Source Editor Window</b><p>This window is used to display and edit a source file. You can open as many of these as you like. The name of the file is displayed in the window's titlebar.</p><p>In order to set breakpoints just click in the space between the line numbers and the fold markers. Via the context menu of the margins they may be edited.</p><p>In order to set bookmarks just Shift click in the space between the line numbers and the fold markers.</p><p>These actions can be reversed via the context menu.</p><p>Ctrl clicking on a syntax error marker shows some info about this error.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="749"/> + <location filename="../QScintilla/Editor.py" line="751"/> <source>Undo</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="752"/> + <location filename="../QScintilla/Editor.py" line="754"/> <source>Redo</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="755"/> + <location filename="../QScintilla/Editor.py" line="757"/> <source>Revert to last saved state</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="759"/> + <location filename="../QScintilla/Editor.py" line="761"/> <source>Cut</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="762"/> + <location filename="../QScintilla/Editor.py" line="764"/> <source>Copy</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="765"/> + <location filename="../QScintilla/Editor.py" line="767"/> <source>Paste</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="773"/> + <location filename="../QScintilla/Editor.py" line="775"/> <source>Indent</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="776"/> + <location filename="../QScintilla/Editor.py" line="778"/> <source>Unindent</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="779"/> + <location filename="../QScintilla/Editor.py" line="781"/> <source>Comment</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="782"/> + <location filename="../QScintilla/Editor.py" line="784"/> <source>Uncomment</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="785"/> + <location filename="../QScintilla/Editor.py" line="787"/> <source>Stream Comment</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="788"/> + <location filename="../QScintilla/Editor.py" line="790"/> <source>Box Comment</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="792"/> - <source>Select to brace</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="794"/> + <source>Select to brace</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="796"/> <source>Select all</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="795"/> + <location filename="../QScintilla/Editor.py" line="797"/> <source>Deselect all</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7686"/> + <location filename="../QScintilla/Editor.py" line="7697"/> <source>Check spelling...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="803"/> + <location filename="../QScintilla/Editor.py" line="805"/> <source>Check spelling of selection...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="807"/> + <location filename="../QScintilla/Editor.py" line="809"/> <source>Remove from dictionary</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="811"/> + <location filename="../QScintilla/Editor.py" line="813"/> <source>Shorten empty lines</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="818"/> + <location filename="../QScintilla/Editor.py" line="820"/> <source>Use Monospaced Font</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="823"/> + <location filename="../QScintilla/Editor.py" line="825"/> <source>Autosave enabled</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="827"/> + <location filename="../QScintilla/Editor.py" line="829"/> <source>Typing aids enabled</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="834"/> + <location filename="../QScintilla/Editor.py" line="836"/> <source>Automatic Completion enabled</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="842"/> + <location filename="../QScintilla/Editor.py" line="844"/> <source>Calltip</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="858"/> + <location filename="../QScintilla/Editor.py" line="860"/> <source>New Document View</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="861"/> + <location filename="../QScintilla/Editor.py" line="863"/> <source>New Document View (with new split)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="866"/> + <location filename="../QScintilla/Editor.py" line="868"/> <source>Close</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="872"/> + <location filename="../QScintilla/Editor.py" line="874"/> <source>Save</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="875"/> + <location filename="../QScintilla/Editor.py" line="877"/> <source>Save As...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="878"/> + <location filename="../QScintilla/Editor.py" line="880"/> <source>Save Copy...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="884"/> + <location filename="../QScintilla/Editor.py" line="886"/> <source>Open 'rejection' file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="888"/> + <location filename="../QScintilla/Editor.py" line="890"/> <source>Print Preview</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="891"/> + <location filename="../QScintilla/Editor.py" line="893"/> <source>Print</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="914"/> + <location filename="../QScintilla/Editor.py" line="916"/> <source>Complete</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="920"/> - <source>Complete from Document</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="922"/> - <source>Complete from APIs</source> + <source>Complete from Document</source> <translation type="unfinished"></translation> </message> <message> <location filename="../QScintilla/Editor.py" line="924"/> + <source>Complete from APIs</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="926"/> <source>Complete from Document and APIs</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="938"/> + <location filename="../QScintilla/Editor.py" line="940"/> <source>Check</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="948"/> + <location filename="../QScintilla/Editor.py" line="950"/> <source>Tools</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="958"/> - <source>Show</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="960"/> + <source>Show</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="962"/> <source>Code metrics...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="961"/> - <source>Code coverage...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="963"/> + <source>Code coverage...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="965"/> <source>Show code coverage annotations</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="966"/> + <location filename="../QScintilla/Editor.py" line="968"/> <source>Hide code coverage annotations</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="969"/> + <location filename="../QScintilla/Editor.py" line="971"/> <source>Profile data...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="982"/> - <source>Diagrams</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="984"/> - <source>Class Diagram...</source> + <source>Diagrams</source> <translation type="unfinished"></translation> </message> <message> <location filename="../QScintilla/Editor.py" line="986"/> - <source>Package Diagram...</source> + <source>Class Diagram...</source> <translation type="unfinished"></translation> </message> <message> <location filename="../QScintilla/Editor.py" line="988"/> - <source>Imports Diagram...</source> + <source>Package Diagram...</source> <translation type="unfinished"></translation> </message> <message> <location filename="../QScintilla/Editor.py" line="990"/> + <source>Imports Diagram...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="992"/> <source>Application Diagram...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="994"/> + <location filename="../QScintilla/Editor.py" line="996"/> <source>Load Diagram...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1008"/> + <location filename="../QScintilla/Editor.py" line="1010"/> <source>Languages</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1011"/> + <location filename="../QScintilla/Editor.py" line="1013"/> <source>No Language</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1037"/> + <location filename="../QScintilla/Editor.py" line="1039"/> <source>Guessed</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1345"/> + <location filename="../QScintilla/Editor.py" line="1347"/> <source>Alternatives</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1057"/> + <location filename="../QScintilla/Editor.py" line="1059"/> <source>Encodings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1079"/> + <location filename="../QScintilla/Editor.py" line="1081"/> <source>Re-Open With Encoding</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1098"/> + <location filename="../QScintilla/Editor.py" line="1100"/> <source>End-of-Line Type</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1102"/> + <location filename="../QScintilla/Editor.py" line="1104"/> <source>Unix</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1109"/> + <location filename="../QScintilla/Editor.py" line="1111"/> <source>Windows</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1116"/> + <location filename="../QScintilla/Editor.py" line="1118"/> <source>Macintosh</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1134"/> + <location filename="../QScintilla/Editor.py" line="1136"/> <source>Export as</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1156"/> - <source>Toggle bookmark</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1158"/> - <source>Next bookmark</source> + <source>Toggle bookmark</source> <translation type="unfinished"></translation> </message> <message> <location filename="../QScintilla/Editor.py" line="1160"/> - <source>Previous bookmark</source> + <source>Next bookmark</source> <translation type="unfinished"></translation> </message> <message> <location filename="../QScintilla/Editor.py" line="1162"/> + <source>Previous bookmark</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1164"/> <source>Clear all bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1171"/> - <source>Toggle breakpoint</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1173"/> + <source>Toggle breakpoint</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1175"/> <source>Toggle temporary breakpoint</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1176"/> + <location filename="../QScintilla/Editor.py" line="1178"/> <source>Edit breakpoint...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5490"/> + <location filename="../QScintilla/Editor.py" line="5500"/> <source>Enable breakpoint</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1181"/> - <source>Next breakpoint</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1183"/> + <source>Next breakpoint</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1185"/> <source>Previous breakpoint</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1188"/> + <location filename="../QScintilla/Editor.py" line="1190"/> <source>Clear all breakpoints</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1236"/> + <location filename="../QScintilla/Editor.py" line="1238"/> <source>Goto syntax error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1240"/> + <location filename="../QScintilla/Editor.py" line="1242"/> <source>Show syntax error message</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1245"/> + <location filename="../QScintilla/Editor.py" line="1247"/> <source>Clear syntax error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1250"/> + <location filename="../QScintilla/Editor.py" line="1252"/> <source>Next warning</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1254"/> + <location filename="../QScintilla/Editor.py" line="1256"/> <source>Previous warning</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1258"/> + <location filename="../QScintilla/Editor.py" line="1260"/> <source>Show warning message</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1262"/> + <location filename="../QScintilla/Editor.py" line="1264"/> <source>Clear warnings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1267"/> + <location filename="../QScintilla/Editor.py" line="1269"/> <source>Next uncovered line</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1271"/> + <location filename="../QScintilla/Editor.py" line="1273"/> <source>Previous uncovered line</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1276"/> + <location filename="../QScintilla/Editor.py" line="1278"/> <source>Next task</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1280"/> + <location filename="../QScintilla/Editor.py" line="1282"/> <source>Previous task</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1285"/> + <location filename="../QScintilla/Editor.py" line="1287"/> <source>Next change</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1289"/> + <location filename="../QScintilla/Editor.py" line="1291"/> <source>Previous change</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1330"/> + <location filename="../QScintilla/Editor.py" line="1332"/> <source>Export source</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1322"/> + <location filename="../QScintilla/Editor.py" line="1324"/> <source><p>No exporter available for the export format <b>{0}</b>. Aborting...</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1330"/> + <location filename="../QScintilla/Editor.py" line="1332"/> <source>No export format given. Aborting...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1341"/> + <location filename="../QScintilla/Editor.py" line="1343"/> <source>Alternatives ({0})</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1361"/> + <location filename="../QScintilla/Editor.py" line="1363"/> <source>Pygments Lexer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1361"/> + <location filename="../QScintilla/Editor.py" line="1363"/> <source>Select the Pygments lexer to apply.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1846"/> + <location filename="../QScintilla/Editor.py" line="1848"/> <source>Modification of Read Only file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1846"/> + <location filename="../QScintilla/Editor.py" line="1848"/> <source>You are attempting to change a read only file. Please save to a different file first.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2554"/> + <location filename="../QScintilla/Editor.py" line="2556"/> <source>Printing...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2571"/> - <source>Printing completed</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="2573"/> + <source>Printing completed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="2575"/> <source>Error while printing</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2576"/> + <location filename="../QScintilla/Editor.py" line="2578"/> <source>Printing aborted</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2937"/> + <location filename="../QScintilla/Editor.py" line="2939"/> <source>File Modified</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2937"/> + <location filename="../QScintilla/Editor.py" line="2939"/> <source><p>The file <b>{0}</b> has unsaved changes.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2997"/> + <location filename="../QScintilla/Editor.py" line="2999"/> <source><p>The file <b>{0}</b> could not be opened.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3178"/> + <location filename="../QScintilla/Editor.py" line="3188"/> <source>Save File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3115"/> + <location filename="../QScintilla/Editor.py" line="3125"/> <source><p>The file <b>{0}</b> could not be saved.<br/>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3178"/> + <location filename="../QScintilla/Editor.py" line="3188"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4655"/> + <location filename="../QScintilla/Editor.py" line="4665"/> <source>Autocompletion</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4655"/> + <location filename="../QScintilla/Editor.py" line="4665"/> <source>Autocompletion is not available because there is no autocompletion source set.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4785"/> + <location filename="../QScintilla/Editor.py" line="4795"/> <source>Auto-Completion Provider</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4785"/> + <location filename="../QScintilla/Editor.py" line="4795"/> <source>The completion list provider '{0}' was already registered. Ignoring duplicate request.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5060"/> + <location filename="../QScintilla/Editor.py" line="5070"/> <source>Call-Tips Provider</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5060"/> + <location filename="../QScintilla/Editor.py" line="5070"/> <source>The call-tips provider '{0}' was already registered. Ignoring duplicate request.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5493"/> + <location filename="../QScintilla/Editor.py" line="5503"/> <source>Disable breakpoint</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5867"/> + <location filename="../QScintilla/Editor.py" line="5878"/> <source>Code Coverage</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5867"/> + <location filename="../QScintilla/Editor.py" line="5878"/> <source>Please select a coverage file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5930"/> + <location filename="../QScintilla/Editor.py" line="5941"/> <source>Show Code Coverage Annotations</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5923"/> + <location filename="../QScintilla/Editor.py" line="5934"/> <source>All lines have been covered.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5930"/> + <location filename="../QScintilla/Editor.py" line="5941"/> <source>There is no coverage file available.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6047"/> + <location filename="../QScintilla/Editor.py" line="6058"/> <source>Profile Data</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6047"/> + <location filename="../QScintilla/Editor.py" line="6058"/> <source>Please select a profile file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6209"/> + <location filename="../QScintilla/Editor.py" line="6220"/> <source>Syntax Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6209"/> + <location filename="../QScintilla/Editor.py" line="6220"/> <source>No syntax error message available.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6423"/> + <location filename="../QScintilla/Editor.py" line="6434"/> <source>Warning</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6423"/> + <location filename="../QScintilla/Editor.py" line="6434"/> <source>No warning messages available.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6485"/> + <location filename="../QScintilla/Editor.py" line="6496"/> <source>Style: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6488"/> + <location filename="../QScintilla/Editor.py" line="6499"/> <source>Warning: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6495"/> + <location filename="../QScintilla/Editor.py" line="6506"/> <source>Error: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6600"/> + <location filename="../QScintilla/Editor.py" line="6611"/> <source>Macro Name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6600"/> + <location filename="../QScintilla/Editor.py" line="6611"/> <source>Select a macro name:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6628"/> + <location filename="../QScintilla/Editor.py" line="6639"/> <source>Load macro file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6671"/> + <location filename="../QScintilla/Editor.py" line="6682"/> <source>Macro files (*.macro)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6651"/> + <location filename="../QScintilla/Editor.py" line="6662"/> <source>Error loading macro</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6642"/> + <location filename="../QScintilla/Editor.py" line="6653"/> <source><p>The macro file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6651"/> + <location filename="../QScintilla/Editor.py" line="6662"/> <source><p>The macro file <b>{0}</b> is corrupt.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6671"/> + <location filename="../QScintilla/Editor.py" line="6682"/> <source>Save macro file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6688"/> + <location filename="../QScintilla/Editor.py" line="6699"/> <source>Save macro</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6688"/> + <location filename="../QScintilla/Editor.py" line="6699"/> <source><p>The macro file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6704"/> + <location filename="../QScintilla/Editor.py" line="6715"/> <source>Error saving macro</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6704"/> + <location filename="../QScintilla/Editor.py" line="6715"/> <source><p>The macro file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6717"/> + <location filename="../QScintilla/Editor.py" line="6728"/> <source>Start Macro Recording</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6717"/> + <location filename="../QScintilla/Editor.py" line="6728"/> <source>Macro recording is already active. Start new?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6743"/> + <location filename="../QScintilla/Editor.py" line="6754"/> <source>Macro Recording</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6743"/> + <location filename="../QScintilla/Editor.py" line="6754"/> <source>Enter name of the macro:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6873"/> + <location filename="../QScintilla/Editor.py" line="6884"/> <source><p>The file <b>{0}</b> has been changed while it was opened in eric6. Reread it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6879"/> + <location filename="../QScintilla/Editor.py" line="6890"/> <source><br><b>Warning:</b> You will lose your changes upon reopening it.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6883"/> + <location filename="../QScintilla/Editor.py" line="6894"/> <source>File changed</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7049"/> + <location filename="../QScintilla/Editor.py" line="7059"/> <source>{0} (ro)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7189"/> + <location filename="../QScintilla/Editor.py" line="7200"/> <source>Drop Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7189"/> + <location filename="../QScintilla/Editor.py" line="7200"/> <source><p><b>{0}</b> is not a file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7210"/> + <location filename="../QScintilla/Editor.py" line="7221"/> <source>Resources</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7212"/> - <source>Add file...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7214"/> - <source>Add files...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7216"/> - <source>Add aliased file...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7219"/> - <source>Add localized resource...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="7223"/> + <source>Add file...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7225"/> + <source>Add files...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7227"/> + <source>Add aliased file...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7230"/> + <source>Add localized resource...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7234"/> <source>Add resource frame</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7242"/> + <location filename="../QScintilla/Editor.py" line="7253"/> <source>Add file resource</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7258"/> + <location filename="../QScintilla/Editor.py" line="7269"/> <source>Add file resources</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7285"/> + <location filename="../QScintilla/Editor.py" line="7296"/> <source>Add aliased file resource</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7285"/> + <location filename="../QScintilla/Editor.py" line="7296"/> <source>Alias for file <b>{0}</b>:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7351"/> + <location filename="../QScintilla/Editor.py" line="7362"/> <source>Package Diagram</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7351"/> + <location filename="../QScintilla/Editor.py" line="7362"/> <source>Include class attributes?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7373"/> + <location filename="../QScintilla/Editor.py" line="7384"/> <source>Imports Diagram</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7373"/> + <location filename="../QScintilla/Editor.py" line="7384"/> <source>Include imports from external modules?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7387"/> + <location filename="../QScintilla/Editor.py" line="7398"/> <source>Application Diagram</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7387"/> + <location filename="../QScintilla/Editor.py" line="7398"/> <source>Include module names?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7689"/> + <location filename="../QScintilla/Editor.py" line="7700"/> <source>Add to dictionary</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7691"/> + <location filename="../QScintilla/Editor.py" line="7702"/> <source>Ignore All</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8107"/> + <location filename="../QScintilla/Editor.py" line="8118"/> <source>Sort Lines</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8107"/> + <location filename="../QScintilla/Editor.py" line="8118"/> <source>The selection contains illegal data for a numerical sort.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8196"/> + <location filename="../QScintilla/Editor.py" line="8207"/> <source>Register Mouse Click Handler</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8196"/> + <location filename="../QScintilla/Editor.py" line="8207"/> <source>A mouse click handler for "{0}" was already registered by "{1}". Aborting request by "{2}"...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="917"/> + <location filename="../QScintilla/Editor.py" line="919"/> <source>Clear Completions Cache</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="844"/> + <location filename="../QScintilla/Editor.py" line="846"/> <source>Code Info</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1293"/> + <location filename="../QScintilla/Editor.py" line="1295"/> <source>Clear changes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="769"/> + <location filename="../QScintilla/Editor.py" line="771"/> <source>Execute Selection In Console</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8317"/> + <location filename="../QScintilla/Editor.py" line="8328"/> <source>EditorConfig Properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8317"/> + <location filename="../QScintilla/Editor.py" line="8328"/> <source><p>The EditorConfig properties for file <b>{0}</b> could not be loaded.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1197"/> + <location filename="../QScintilla/Editor.py" line="1199"/> <source>Toggle all folds</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1202"/> + <location filename="../QScintilla/Editor.py" line="1204"/> <source>Toggle all folds (including children)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1207"/> + <location filename="../QScintilla/Editor.py" line="1209"/> <source>Toggle current fold</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1213"/> + <location filename="../QScintilla/Editor.py" line="1215"/> <source>Expand (including children)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1218"/> + <location filename="../QScintilla/Editor.py" line="1220"/> <source>Collapse (including children)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1224"/> + <location filename="../QScintilla/Editor.py" line="1226"/> <source>Clear all folds</source> <translation type="unfinished"></translation> </message> @@ -12736,93 +12736,133 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="145"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="236"/> <source>Select whether autoindentation shall be enabled</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="148"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="239"/> <source>Auto indentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="155"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="246"/> <source>Select whether tab characters are used for indentations.</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="249"/> + <source>Use tabs for indentations</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="256"/> + <source>Select whether pressing the tab key indents.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="259"/> + <source>Tab key indents</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="266"/> + <source>Select whether tabs shall be converted upon opening the file</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="269"/> + <source>Convert tabs upon open</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="281"/> + <source>Comments</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="287"/> + <source>Select to insert the comment sign at column 0</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="290"/> + <source><b>Insert comment at column 0</b><p>Select to insert the comment sign at column 0. Otherwise, the comment sign is inserted at the first non-whitespace position.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="293"/> + <source>Insert comment at column 0</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="303"/> + <source>Virtual Space</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="309"/> + <source>Virtual space is the space after the last character of a line. It is not allocated unless some text is entered or copied into it. Usage of virtual space can be configured with these selections.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="319"/> + <source>Select to enable a rectangular selection to extend into virtual space</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="322"/> + <source>Selection may access virtual space</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="329"/> + <source>Select to allow the cursor to be moved into virtual space</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="332"/> + <source>Cursor can move into virtual space</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="158"/> - <source>Use tabs for indentations</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="165"/> - <source>Select whether pressing the tab key indents.</source> + <source>Language</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="163"/> + <source>Tab Width</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="168"/> - <source>Tab key indents</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="175"/> - <source>Select whether tabs shall be converted upon opening the file</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="178"/> - <source>Convert tabs upon open</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="190"/> - <source>Comments</source> + <source>Indent Width</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="196"/> - <source>Select to insert the comment sign at column 0</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="199"/> - <source><b>Insert comment at column 0</b><p>Select to insert the comment sign at column 0. Otherwise, the comment sign is inserted at the first non-whitespace position.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="202"/> - <source>Insert comment at column 0</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="212"/> - <source>Virtual Space</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="218"/> - <source>Virtual space is the space after the last character of a line. It is not allocated unless some text is entered or copied into it. Usage of virtual space can be configured with these selections.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="228"/> - <source>Select to enable a rectangular selection to extend into virtual space</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="231"/> - <source>Selection may access virtual space</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="238"/> - <source>Select to allow the cursor to be moved into virtual space</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="241"/> - <source>Cursor can move into virtual space</source> + <source>Press to add a language specific override</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="203"/> + <source>Press to delete the selected language specific override</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="210"/> + <source>Press to edit the selected language specific override</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.py" line="205"/> + <source>Tab and Indent Override</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.py" line="205"/> + <source>Shall the selected entries really be removed?</source> <translation type="unfinished"></translation> </message> </context> @@ -13251,6 +13291,39 @@ </message> </context> <context> + <name>EditorLanguageTabIndentOverrideDialog</name> + <message> + <location filename="../Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.ui" line="14"/> + <source>Tab and Indent Override</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.ui" line="23"/> + <source>Language:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.ui" line="40"/> + <source>Tab Width:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.ui" line="47"/> + <source>Enter the tab width</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.ui" line="76"/> + <source>Indentation width:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.ui" line="83"/> + <source>Enter the indentation width</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>EditorMarkerMap</name> <message> <location filename="../QScintilla/EditorMarkerMap.py" line="28"/> @@ -44077,17 +44150,17 @@ <context> <name>MiniEditor</name> <message> - <location filename="../QScintilla/MiniEditor.py" line="2440"/> + <location filename="../QScintilla/MiniEditor.py" line="2449"/> <source>Save File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2440"/> + <location filename="../QScintilla/MiniEditor.py" line="2449"/> <source><p>The file <b>{0}</b> could not be saved.<br/>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2448"/> + <location filename="../QScintilla/MiniEditor.py" line="2457"/> <source>File saved</source> <translation type="unfinished"></translation> </message> @@ -44624,102 +44697,102 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2379"/> + <location filename="../QScintilla/MiniEditor.py" line="2368"/> <source>File loaded</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2795"/> + <location filename="../QScintilla/MiniEditor.py" line="2805"/> <source>Untitled</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2477"/> + <location filename="../QScintilla/MiniEditor.py" line="2486"/> <source>{0}[*] - {1}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2477"/> + <location filename="../QScintilla/MiniEditor.py" line="2486"/> <source>Mini Editor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2758"/> + <location filename="../QScintilla/MiniEditor.py" line="2768"/> <source>Printing...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2776"/> + <location filename="../QScintilla/MiniEditor.py" line="2786"/> <source>Printing completed</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2778"/> + <location filename="../QScintilla/MiniEditor.py" line="2788"/> <source>Error while printing</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2781"/> + <location filename="../QScintilla/MiniEditor.py" line="2791"/> <source>Printing aborted</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2836"/> + <location filename="../QScintilla/MiniEditor.py" line="2846"/> <source>Select all</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2837"/> + <location filename="../QScintilla/MiniEditor.py" line="2847"/> <source>Deselect all</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2851"/> + <location filename="../QScintilla/MiniEditor.py" line="2861"/> <source>Languages</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2854"/> + <location filename="../QScintilla/MiniEditor.py" line="2864"/> <source>No Language</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2878"/> + <location filename="../QScintilla/MiniEditor.py" line="2888"/> <source>Guessed</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2899"/> + <location filename="../QScintilla/MiniEditor.py" line="2909"/> <source>Alternatives</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2896"/> + <location filename="../QScintilla/MiniEditor.py" line="2906"/> <source>Alternatives ({0})</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2913"/> + <location filename="../QScintilla/MiniEditor.py" line="2923"/> <source>Pygments Lexer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2913"/> + <location filename="../QScintilla/MiniEditor.py" line="2923"/> <source>Select the Pygments lexer to apply.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="3430"/> + <location filename="../QScintilla/MiniEditor.py" line="3446"/> <source>EditorConfig Properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="3430"/> + <location filename="../QScintilla/MiniEditor.py" line="3446"/> <source><p>The EditorConfig properties for file <b>{0}</b> could not be loaded.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2460"/> + <location filename="../QScintilla/MiniEditor.py" line="2469"/> <source>[*] - {0}</source> <translation type="unfinished"></translation> </message> @@ -49162,17 +49235,17 @@ <context> <name>Preferences</name> <message> - <location filename="../Preferences/__init__.py" line="1584"/> + <location filename="../Preferences/__init__.py" line="1585"/> <source>Export Preferences</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1612"/> + <location filename="../Preferences/__init__.py" line="1613"/> <source>Properties File (*.ini);;All Files (*)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1612"/> + <location filename="../Preferences/__init__.py" line="1613"/> <source>Import Preferences</source> <translation type="unfinished"></translation> </message> @@ -80037,27 +80110,27 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6597"/> + <location filename="../ViewManager/ViewManager.py" line="6600"/> <source>Edit Spelling Dictionary</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6554"/> + <location filename="../ViewManager/ViewManager.py" line="6557"/> <source><p>The spelling dictionary file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6572"/> + <location filename="../ViewManager/ViewManager.py" line="6575"/> <source>Editing {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6584"/> + <location filename="../ViewManager/ViewManager.py" line="6587"/> <source><p>The spelling dictionary file <b>{0}</b> could not be written.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6597"/> + <location filename="../ViewManager/ViewManager.py" line="6600"/> <source>The spelling dictionary was saved successfully.</source> <translation type="unfinished"></translation> </message>
--- a/eric6/i18n/eric6_en.ts Fri Sep 27 14:49:42 2019 +0200 +++ b/eric6/i18n/eric6_en.ts Sat Sep 28 18:44:48 2019 +0200 @@ -10629,7 +10629,7 @@ <context> <name>Editor</name> <message> - <location filename="../QScintilla/Editor.py" line="2997"/> + <location filename="../QScintilla/Editor.py" line="2999"/> <source>Open File</source> <translation type="unfinished"></translation> </message> @@ -10639,912 +10639,912 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="447"/> + <location filename="../QScintilla/Editor.py" line="449"/> <source><b>A Source Editor Window</b><p>This window is used to display and edit a source file. You can open as many of these as you like. The name of the file is displayed in the window's titlebar.</p><p>In order to set breakpoints just click in the space between the line numbers and the fold markers. Via the context menu of the margins they may be edited.</p><p>In order to set bookmarks just Shift click in the space between the line numbers and the fold markers.</p><p>These actions can be reversed via the context menu.</p><p>Ctrl clicking on a syntax error marker shows some info about this error.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="749"/> + <location filename="../QScintilla/Editor.py" line="751"/> <source>Undo</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="752"/> + <location filename="../QScintilla/Editor.py" line="754"/> <source>Redo</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="755"/> + <location filename="../QScintilla/Editor.py" line="757"/> <source>Revert to last saved state</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="759"/> + <location filename="../QScintilla/Editor.py" line="761"/> <source>Cut</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="762"/> + <location filename="../QScintilla/Editor.py" line="764"/> <source>Copy</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="765"/> + <location filename="../QScintilla/Editor.py" line="767"/> <source>Paste</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="773"/> + <location filename="../QScintilla/Editor.py" line="775"/> <source>Indent</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="776"/> + <location filename="../QScintilla/Editor.py" line="778"/> <source>Unindent</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="779"/> + <location filename="../QScintilla/Editor.py" line="781"/> <source>Comment</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="782"/> + <location filename="../QScintilla/Editor.py" line="784"/> <source>Uncomment</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="785"/> + <location filename="../QScintilla/Editor.py" line="787"/> <source>Stream Comment</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="788"/> + <location filename="../QScintilla/Editor.py" line="790"/> <source>Box Comment</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="792"/> - <source>Select to brace</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="794"/> + <source>Select to brace</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="796"/> <source>Select all</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="795"/> + <location filename="../QScintilla/Editor.py" line="797"/> <source>Deselect all</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7686"/> + <location filename="../QScintilla/Editor.py" line="7697"/> <source>Check spelling...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="803"/> + <location filename="../QScintilla/Editor.py" line="805"/> <source>Check spelling of selection...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="807"/> + <location filename="../QScintilla/Editor.py" line="809"/> <source>Remove from dictionary</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="811"/> + <location filename="../QScintilla/Editor.py" line="813"/> <source>Shorten empty lines</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="818"/> + <location filename="../QScintilla/Editor.py" line="820"/> <source>Use Monospaced Font</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="823"/> + <location filename="../QScintilla/Editor.py" line="825"/> <source>Autosave enabled</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="827"/> + <location filename="../QScintilla/Editor.py" line="829"/> <source>Typing aids enabled</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="866"/> + <location filename="../QScintilla/Editor.py" line="868"/> <source>Close</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="872"/> + <location filename="../QScintilla/Editor.py" line="874"/> <source>Save</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="875"/> + <location filename="../QScintilla/Editor.py" line="877"/> <source>Save As...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="888"/> + <location filename="../QScintilla/Editor.py" line="890"/> <source>Print Preview</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="891"/> + <location filename="../QScintilla/Editor.py" line="893"/> <source>Print</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="920"/> - <source>Complete from Document</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="922"/> - <source>Complete from APIs</source> + <source>Complete from Document</source> <translation type="unfinished"></translation> </message> <message> <location filename="../QScintilla/Editor.py" line="924"/> + <source>Complete from APIs</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="926"/> <source>Complete from Document and APIs</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="842"/> + <location filename="../QScintilla/Editor.py" line="844"/> <source>Calltip</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="938"/> + <location filename="../QScintilla/Editor.py" line="940"/> <source>Check</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="958"/> - <source>Show</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="960"/> + <source>Show</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="962"/> <source>Code metrics...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="961"/> - <source>Code coverage...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="963"/> + <source>Code coverage...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="965"/> <source>Show code coverage annotations</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="966"/> + <location filename="../QScintilla/Editor.py" line="968"/> <source>Hide code coverage annotations</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="969"/> + <location filename="../QScintilla/Editor.py" line="971"/> <source>Profile data...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="982"/> - <source>Diagrams</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="984"/> - <source>Class Diagram...</source> + <source>Diagrams</source> <translation type="unfinished"></translation> </message> <message> <location filename="../QScintilla/Editor.py" line="986"/> - <source>Package Diagram...</source> + <source>Class Diagram...</source> <translation type="unfinished"></translation> </message> <message> <location filename="../QScintilla/Editor.py" line="988"/> - <source>Imports Diagram...</source> + <source>Package Diagram...</source> <translation type="unfinished"></translation> </message> <message> <location filename="../QScintilla/Editor.py" line="990"/> + <source>Imports Diagram...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="992"/> <source>Application Diagram...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1008"/> + <location filename="../QScintilla/Editor.py" line="1010"/> <source>Languages</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1011"/> + <location filename="../QScintilla/Editor.py" line="1013"/> <source>No Language</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1037"/> + <location filename="../QScintilla/Editor.py" line="1039"/> <source>Guessed</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1345"/> + <location filename="../QScintilla/Editor.py" line="1347"/> <source>Alternatives</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1057"/> + <location filename="../QScintilla/Editor.py" line="1059"/> <source>Encodings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1098"/> + <location filename="../QScintilla/Editor.py" line="1100"/> <source>End-of-Line Type</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1102"/> + <location filename="../QScintilla/Editor.py" line="1104"/> <source>Unix</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1109"/> + <location filename="../QScintilla/Editor.py" line="1111"/> <source>Windows</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1116"/> + <location filename="../QScintilla/Editor.py" line="1118"/> <source>Macintosh</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1134"/> + <location filename="../QScintilla/Editor.py" line="1136"/> <source>Export as</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1156"/> - <source>Toggle bookmark</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1158"/> - <source>Next bookmark</source> + <source>Toggle bookmark</source> <translation type="unfinished"></translation> </message> <message> <location filename="../QScintilla/Editor.py" line="1160"/> - <source>Previous bookmark</source> + <source>Next bookmark</source> <translation type="unfinished"></translation> </message> <message> <location filename="../QScintilla/Editor.py" line="1162"/> + <source>Previous bookmark</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1164"/> <source>Clear all bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1171"/> - <source>Toggle breakpoint</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1173"/> + <source>Toggle breakpoint</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1175"/> <source>Toggle temporary breakpoint</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1176"/> + <location filename="../QScintilla/Editor.py" line="1178"/> <source>Edit breakpoint...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5490"/> + <location filename="../QScintilla/Editor.py" line="5500"/> <source>Enable breakpoint</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1181"/> - <source>Next breakpoint</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1183"/> + <source>Next breakpoint</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1185"/> <source>Previous breakpoint</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1188"/> + <location filename="../QScintilla/Editor.py" line="1190"/> <source>Clear all breakpoints</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1236"/> + <location filename="../QScintilla/Editor.py" line="1238"/> <source>Goto syntax error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1240"/> + <location filename="../QScintilla/Editor.py" line="1242"/> <source>Show syntax error message</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1245"/> + <location filename="../QScintilla/Editor.py" line="1247"/> <source>Clear syntax error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1250"/> + <location filename="../QScintilla/Editor.py" line="1252"/> <source>Next warning</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1254"/> + <location filename="../QScintilla/Editor.py" line="1256"/> <source>Previous warning</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1258"/> + <location filename="../QScintilla/Editor.py" line="1260"/> <source>Show warning message</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1262"/> + <location filename="../QScintilla/Editor.py" line="1264"/> <source>Clear warnings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1267"/> + <location filename="../QScintilla/Editor.py" line="1269"/> <source>Next uncovered line</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1271"/> + <location filename="../QScintilla/Editor.py" line="1273"/> <source>Previous uncovered line</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1276"/> + <location filename="../QScintilla/Editor.py" line="1278"/> <source>Next task</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1280"/> + <location filename="../QScintilla/Editor.py" line="1282"/> <source>Previous task</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1330"/> + <location filename="../QScintilla/Editor.py" line="1332"/> <source>Export source</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1322"/> + <location filename="../QScintilla/Editor.py" line="1324"/> <source><p>No exporter available for the export format <b>{0}</b>. Aborting...</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1330"/> + <location filename="../QScintilla/Editor.py" line="1332"/> <source>No export format given. Aborting...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1341"/> + <location filename="../QScintilla/Editor.py" line="1343"/> <source>Alternatives ({0})</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1361"/> + <location filename="../QScintilla/Editor.py" line="1363"/> <source>Pygments Lexer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1361"/> + <location filename="../QScintilla/Editor.py" line="1363"/> <source>Select the Pygments lexer to apply.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1846"/> + <location filename="../QScintilla/Editor.py" line="1848"/> <source>Modification of Read Only file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1846"/> + <location filename="../QScintilla/Editor.py" line="1848"/> <source>You are attempting to change a read only file. Please save to a different file first.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2554"/> + <location filename="../QScintilla/Editor.py" line="2556"/> <source>Printing...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2571"/> - <source>Printing completed</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="2573"/> + <source>Printing completed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="2575"/> <source>Error while printing</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2576"/> + <location filename="../QScintilla/Editor.py" line="2578"/> <source>Printing aborted</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2937"/> + <location filename="../QScintilla/Editor.py" line="2939"/> <source>File Modified</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2937"/> + <location filename="../QScintilla/Editor.py" line="2939"/> <source><p>The file <b>{0}</b> has unsaved changes.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2997"/> + <location filename="../QScintilla/Editor.py" line="2999"/> <source><p>The file <b>{0}</b> could not be opened.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3178"/> + <location filename="../QScintilla/Editor.py" line="3188"/> <source>Save File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3115"/> + <location filename="../QScintilla/Editor.py" line="3125"/> <source><p>The file <b>{0}</b> could not be saved.<br/>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3178"/> + <location filename="../QScintilla/Editor.py" line="3188"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4655"/> + <location filename="../QScintilla/Editor.py" line="4665"/> <source>Autocompletion</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4655"/> + <location filename="../QScintilla/Editor.py" line="4665"/> <source>Autocompletion is not available because there is no autocompletion source set.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5493"/> + <location filename="../QScintilla/Editor.py" line="5503"/> <source>Disable breakpoint</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5867"/> + <location filename="../QScintilla/Editor.py" line="5878"/> <source>Code Coverage</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5867"/> + <location filename="../QScintilla/Editor.py" line="5878"/> <source>Please select a coverage file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5930"/> + <location filename="../QScintilla/Editor.py" line="5941"/> <source>Show Code Coverage Annotations</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5923"/> + <location filename="../QScintilla/Editor.py" line="5934"/> <source>All lines have been covered.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5930"/> + <location filename="../QScintilla/Editor.py" line="5941"/> <source>There is no coverage file available.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6047"/> + <location filename="../QScintilla/Editor.py" line="6058"/> <source>Profile Data</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6047"/> + <location filename="../QScintilla/Editor.py" line="6058"/> <source>Please select a profile file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6209"/> + <location filename="../QScintilla/Editor.py" line="6220"/> <source>Syntax Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6209"/> + <location filename="../QScintilla/Editor.py" line="6220"/> <source>No syntax error message available.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6600"/> + <location filename="../QScintilla/Editor.py" line="6611"/> <source>Macro Name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6600"/> + <location filename="../QScintilla/Editor.py" line="6611"/> <source>Select a macro name:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6628"/> + <location filename="../QScintilla/Editor.py" line="6639"/> <source>Load macro file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6671"/> + <location filename="../QScintilla/Editor.py" line="6682"/> <source>Macro files (*.macro)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6651"/> + <location filename="../QScintilla/Editor.py" line="6662"/> <source>Error loading macro</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6642"/> + <location filename="../QScintilla/Editor.py" line="6653"/> <source><p>The macro file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6651"/> + <location filename="../QScintilla/Editor.py" line="6662"/> <source><p>The macro file <b>{0}</b> is corrupt.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6671"/> + <location filename="../QScintilla/Editor.py" line="6682"/> <source>Save macro file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6688"/> + <location filename="../QScintilla/Editor.py" line="6699"/> <source>Save macro</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6688"/> + <location filename="../QScintilla/Editor.py" line="6699"/> <source><p>The macro file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6704"/> + <location filename="../QScintilla/Editor.py" line="6715"/> <source>Error saving macro</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6704"/> + <location filename="../QScintilla/Editor.py" line="6715"/> <source><p>The macro file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6717"/> + <location filename="../QScintilla/Editor.py" line="6728"/> <source>Start Macro Recording</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6717"/> + <location filename="../QScintilla/Editor.py" line="6728"/> <source>Macro recording is already active. Start new?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6743"/> + <location filename="../QScintilla/Editor.py" line="6754"/> <source>Macro Recording</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6743"/> + <location filename="../QScintilla/Editor.py" line="6754"/> <source>Enter name of the macro:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6883"/> + <location filename="../QScintilla/Editor.py" line="6894"/> <source>File changed</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7049"/> + <location filename="../QScintilla/Editor.py" line="7059"/> <source>{0} (ro)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7189"/> + <location filename="../QScintilla/Editor.py" line="7200"/> <source>Drop Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7189"/> + <location filename="../QScintilla/Editor.py" line="7200"/> <source><p><b>{0}</b> is not a file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7210"/> + <location filename="../QScintilla/Editor.py" line="7221"/> <source>Resources</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7212"/> - <source>Add file...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7214"/> - <source>Add files...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7216"/> - <source>Add aliased file...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7219"/> - <source>Add localized resource...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="7223"/> + <source>Add file...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7225"/> + <source>Add files...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7227"/> + <source>Add aliased file...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7230"/> + <source>Add localized resource...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7234"/> <source>Add resource frame</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7242"/> + <location filename="../QScintilla/Editor.py" line="7253"/> <source>Add file resource</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7258"/> + <location filename="../QScintilla/Editor.py" line="7269"/> <source>Add file resources</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7285"/> + <location filename="../QScintilla/Editor.py" line="7296"/> <source>Add aliased file resource</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7285"/> + <location filename="../QScintilla/Editor.py" line="7296"/> <source>Alias for file <b>{0}</b>:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7351"/> + <location filename="../QScintilla/Editor.py" line="7362"/> <source>Package Diagram</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7351"/> + <location filename="../QScintilla/Editor.py" line="7362"/> <source>Include class attributes?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7373"/> + <location filename="../QScintilla/Editor.py" line="7384"/> <source>Imports Diagram</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7373"/> + <location filename="../QScintilla/Editor.py" line="7384"/> <source>Include imports from external modules?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7387"/> + <location filename="../QScintilla/Editor.py" line="7398"/> <source>Application Diagram</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7387"/> + <location filename="../QScintilla/Editor.py" line="7398"/> <source>Include module names?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7689"/> + <location filename="../QScintilla/Editor.py" line="7700"/> <source>Add to dictionary</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7691"/> + <location filename="../QScintilla/Editor.py" line="7702"/> <source>Ignore All</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6488"/> + <location filename="../QScintilla/Editor.py" line="6499"/> <source>Warning: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6495"/> + <location filename="../QScintilla/Editor.py" line="6506"/> <source>Error: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6879"/> + <location filename="../QScintilla/Editor.py" line="6890"/> <source><br><b>Warning:</b> You will lose your changes upon reopening it.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="884"/> + <location filename="../QScintilla/Editor.py" line="886"/> <source>Open 'rejection' file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="994"/> + <location filename="../QScintilla/Editor.py" line="996"/> <source>Load Diagram...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1285"/> + <location filename="../QScintilla/Editor.py" line="1287"/> <source>Next change</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1289"/> + <location filename="../QScintilla/Editor.py" line="1291"/> <source>Previous change</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8107"/> + <location filename="../QScintilla/Editor.py" line="8118"/> <source>Sort Lines</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8107"/> + <location filename="../QScintilla/Editor.py" line="8118"/> <source>The selection contains illegal data for a numerical sort.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6423"/> + <location filename="../QScintilla/Editor.py" line="6434"/> <source>Warning</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6423"/> + <location filename="../QScintilla/Editor.py" line="6434"/> <source>No warning messages available.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6485"/> + <location filename="../QScintilla/Editor.py" line="6496"/> <source>Style: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="858"/> + <location filename="../QScintilla/Editor.py" line="860"/> <source>New Document View</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="861"/> + <location filename="../QScintilla/Editor.py" line="863"/> <source>New Document View (with new split)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="948"/> + <location filename="../QScintilla/Editor.py" line="950"/> <source>Tools</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1079"/> + <location filename="../QScintilla/Editor.py" line="1081"/> <source>Re-Open With Encoding</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6873"/> + <location filename="../QScintilla/Editor.py" line="6884"/> <source><p>The file <b>{0}</b> has been changed while it was opened in eric6. Reread it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="834"/> + <location filename="../QScintilla/Editor.py" line="836"/> <source>Automatic Completion enabled</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="914"/> + <location filename="../QScintilla/Editor.py" line="916"/> <source>Complete</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4785"/> + <location filename="../QScintilla/Editor.py" line="4795"/> <source>Auto-Completion Provider</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4785"/> + <location filename="../QScintilla/Editor.py" line="4795"/> <source>The completion list provider '{0}' was already registered. Ignoring duplicate request.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5060"/> + <location filename="../QScintilla/Editor.py" line="5070"/> <source>Call-Tips Provider</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5060"/> + <location filename="../QScintilla/Editor.py" line="5070"/> <source>The call-tips provider '{0}' was already registered. Ignoring duplicate request.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8196"/> + <location filename="../QScintilla/Editor.py" line="8207"/> <source>Register Mouse Click Handler</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8196"/> + <location filename="../QScintilla/Editor.py" line="8207"/> <source>A mouse click handler for "{0}" was already registered by "{1}". Aborting request by "{2}"...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="878"/> + <location filename="../QScintilla/Editor.py" line="880"/> <source>Save Copy...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="917"/> + <location filename="../QScintilla/Editor.py" line="919"/> <source>Clear Completions Cache</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="844"/> + <location filename="../QScintilla/Editor.py" line="846"/> <source>Code Info</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1293"/> + <location filename="../QScintilla/Editor.py" line="1295"/> <source>Clear changes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="769"/> + <location filename="../QScintilla/Editor.py" line="771"/> <source>Execute Selection In Console</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8317"/> + <location filename="../QScintilla/Editor.py" line="8328"/> <source>EditorConfig Properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8317"/> + <location filename="../QScintilla/Editor.py" line="8328"/> <source><p>The EditorConfig properties for file <b>{0}</b> could not be loaded.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1197"/> + <location filename="../QScintilla/Editor.py" line="1199"/> <source>Toggle all folds</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1202"/> + <location filename="../QScintilla/Editor.py" line="1204"/> <source>Toggle all folds (including children)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1207"/> + <location filename="../QScintilla/Editor.py" line="1209"/> <source>Toggle current fold</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1213"/> + <location filename="../QScintilla/Editor.py" line="1215"/> <source>Expand (including children)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1218"/> + <location filename="../QScintilla/Editor.py" line="1220"/> <source>Collapse (including children)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1224"/> + <location filename="../QScintilla/Editor.py" line="1226"/> <source>Clear all folds</source> <translation type="unfinished"></translation> </message> @@ -12750,93 +12750,133 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="155"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="246"/> <source>Select whether tab characters are used for indentations.</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="249"/> + <source>Use tabs for indentations</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="236"/> + <source>Select whether autoindentation shall be enabled</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="239"/> + <source>Auto indentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="266"/> + <source>Select whether tabs shall be converted upon opening the file</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="269"/> + <source>Convert tabs upon open</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="256"/> + <source>Select whether pressing the tab key indents.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="259"/> + <source>Tab key indents</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="281"/> + <source>Comments</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="287"/> + <source>Select to insert the comment sign at column 0</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="290"/> + <source><b>Insert comment at column 0</b><p>Select to insert the comment sign at column 0. Otherwise, the comment sign is inserted at the first non-whitespace position.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="293"/> + <source>Insert comment at column 0</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="303"/> + <source>Virtual Space</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="309"/> + <source>Virtual space is the space after the last character of a line. It is not allocated unless some text is entered or copied into it. Usage of virtual space can be configured with these selections.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="319"/> + <source>Select to enable a rectangular selection to extend into virtual space</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="322"/> + <source>Selection may access virtual space</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="329"/> + <source>Select to allow the cursor to be moved into virtual space</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="332"/> + <source>Cursor can move into virtual space</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="158"/> - <source>Use tabs for indentations</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="145"/> - <source>Select whether autoindentation shall be enabled</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="148"/> - <source>Auto indentation</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="175"/> - <source>Select whether tabs shall be converted upon opening the file</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="178"/> - <source>Convert tabs upon open</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="165"/> - <source>Select whether pressing the tab key indents.</source> + <source>Language</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="163"/> + <source>Tab Width</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="168"/> - <source>Tab key indents</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="190"/> - <source>Comments</source> + <source>Indent Width</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="196"/> - <source>Select to insert the comment sign at column 0</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="199"/> - <source><b>Insert comment at column 0</b><p>Select to insert the comment sign at column 0. Otherwise, the comment sign is inserted at the first non-whitespace position.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="202"/> - <source>Insert comment at column 0</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="212"/> - <source>Virtual Space</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="218"/> - <source>Virtual space is the space after the last character of a line. It is not allocated unless some text is entered or copied into it. Usage of virtual space can be configured with these selections.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="228"/> - <source>Select to enable a rectangular selection to extend into virtual space</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="231"/> - <source>Selection may access virtual space</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="238"/> - <source>Select to allow the cursor to be moved into virtual space</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="241"/> - <source>Cursor can move into virtual space</source> + <source>Press to add a language specific override</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="203"/> + <source>Press to delete the selected language specific override</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="210"/> + <source>Press to edit the selected language specific override</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.py" line="205"/> + <source>Tab and Indent Override</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.py" line="205"/> + <source>Shall the selected entries really be removed?</source> <translation type="unfinished"></translation> </message> </context> @@ -13265,6 +13305,39 @@ </message> </context> <context> + <name>EditorLanguageTabIndentOverrideDialog</name> + <message> + <location filename="../Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.ui" line="14"/> + <source>Tab and Indent Override</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.ui" line="23"/> + <source>Language:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.ui" line="40"/> + <source>Tab Width:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.ui" line="47"/> + <source>Enter the tab width</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.ui" line="76"/> + <source>Indentation width:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.ui" line="83"/> + <source>Enter the indentation width</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>EditorMarkerMap</name> <message> <location filename="../QScintilla/EditorMarkerMap.py" line="28"/> @@ -44614,102 +44687,102 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2379"/> + <location filename="../QScintilla/MiniEditor.py" line="2368"/> <source>File loaded</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2440"/> + <location filename="../QScintilla/MiniEditor.py" line="2449"/> <source>Save File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2440"/> + <location filename="../QScintilla/MiniEditor.py" line="2449"/> <source><p>The file <b>{0}</b> could not be saved.<br/>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2448"/> + <location filename="../QScintilla/MiniEditor.py" line="2457"/> <source>File saved</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2795"/> + <location filename="../QScintilla/MiniEditor.py" line="2805"/> <source>Untitled</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2477"/> + <location filename="../QScintilla/MiniEditor.py" line="2486"/> <source>{0}[*] - {1}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2477"/> + <location filename="../QScintilla/MiniEditor.py" line="2486"/> <source>Mini Editor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2758"/> + <location filename="../QScintilla/MiniEditor.py" line="2768"/> <source>Printing...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2776"/> + <location filename="../QScintilla/MiniEditor.py" line="2786"/> <source>Printing completed</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2778"/> + <location filename="../QScintilla/MiniEditor.py" line="2788"/> <source>Error while printing</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2781"/> + <location filename="../QScintilla/MiniEditor.py" line="2791"/> <source>Printing aborted</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2836"/> + <location filename="../QScintilla/MiniEditor.py" line="2846"/> <source>Select all</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2837"/> + <location filename="../QScintilla/MiniEditor.py" line="2847"/> <source>Deselect all</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2851"/> + <location filename="../QScintilla/MiniEditor.py" line="2861"/> <source>Languages</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2854"/> + <location filename="../QScintilla/MiniEditor.py" line="2864"/> <source>No Language</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2878"/> + <location filename="../QScintilla/MiniEditor.py" line="2888"/> <source>Guessed</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2899"/> + <location filename="../QScintilla/MiniEditor.py" line="2909"/> <source>Alternatives</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2896"/> + <location filename="../QScintilla/MiniEditor.py" line="2906"/> <source>Alternatives ({0})</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2913"/> + <location filename="../QScintilla/MiniEditor.py" line="2923"/> <source>Pygments Lexer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2913"/> + <location filename="../QScintilla/MiniEditor.py" line="2923"/> <source>Select the Pygments lexer to apply.</source> <translation type="unfinished"></translation> </message> @@ -44749,17 +44822,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="3430"/> + <location filename="../QScintilla/MiniEditor.py" line="3446"/> <source>EditorConfig Properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="3430"/> + <location filename="../QScintilla/MiniEditor.py" line="3446"/> <source><p>The EditorConfig properties for file <b>{0}</b> could not be loaded.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2460"/> + <location filename="../QScintilla/MiniEditor.py" line="2469"/> <source>[*] - {0}</source> <translation type="unfinished"></translation> </message> @@ -49203,17 +49276,17 @@ <context> <name>Preferences</name> <message> - <location filename="../Preferences/__init__.py" line="1584"/> + <location filename="../Preferences/__init__.py" line="1585"/> <source>Export Preferences</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1612"/> + <location filename="../Preferences/__init__.py" line="1613"/> <source>Import Preferences</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1612"/> + <location filename="../Preferences/__init__.py" line="1613"/> <source>Properties File (*.ini);;All Files (*)</source> <translation type="unfinished"></translation> </message> @@ -79787,27 +79860,27 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6597"/> + <location filename="../ViewManager/ViewManager.py" line="6600"/> <source>Edit Spelling Dictionary</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6572"/> + <location filename="../ViewManager/ViewManager.py" line="6575"/> <source>Editing {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6554"/> + <location filename="../ViewManager/ViewManager.py" line="6557"/> <source><p>The spelling dictionary file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6584"/> + <location filename="../ViewManager/ViewManager.py" line="6587"/> <source><p>The spelling dictionary file <b>{0}</b> could not be written.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6597"/> + <location filename="../ViewManager/ViewManager.py" line="6600"/> <source>The spelling dictionary was saved successfully.</source> <translation type="unfinished"></translation> </message>
--- a/eric6/i18n/eric6_es.ts Fri Sep 27 14:49:42 2019 +0200 +++ b/eric6/i18n/eric6_es.ts Sat Sep 28 18:44:48 2019 +0200 @@ -11150,642 +11150,642 @@ <context> <name>Editor</name> <message> - <location filename="../QScintilla/Editor.py" line="2997"/> + <location filename="../QScintilla/Editor.py" line="2999"/> <source>Open File</source> <translation>Abrir archivo</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="749"/> + <location filename="../QScintilla/Editor.py" line="751"/> <source>Undo</source> <translation>Deshacer</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="752"/> + <location filename="../QScintilla/Editor.py" line="754"/> <source>Redo</source> <translation>Rehacer</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="755"/> + <location filename="../QScintilla/Editor.py" line="757"/> <source>Revert to last saved state</source> <translation>Volver al último estado guardado</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="759"/> + <location filename="../QScintilla/Editor.py" line="761"/> <source>Cut</source> <translation>Cortar</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="762"/> + <location filename="../QScintilla/Editor.py" line="764"/> <source>Copy</source> <translation>Copiar</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="765"/> + <location filename="../QScintilla/Editor.py" line="767"/> <source>Paste</source> <translation>Pegar</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="773"/> + <location filename="../QScintilla/Editor.py" line="775"/> <source>Indent</source> <translation>Indentar</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="776"/> + <location filename="../QScintilla/Editor.py" line="778"/> <source>Unindent</source> <translation>Desindentar</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="779"/> + <location filename="../QScintilla/Editor.py" line="781"/> <source>Comment</source> <translation>Pasar a comentario</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="782"/> + <location filename="../QScintilla/Editor.py" line="784"/> <source>Uncomment</source> <translation>Sacar de comentario</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="785"/> + <location filename="../QScintilla/Editor.py" line="787"/> <source>Stream Comment</source> <translation>Bloque de comentario</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="788"/> + <location filename="../QScintilla/Editor.py" line="790"/> <source>Box Comment</source> <translation>Caja de comentario</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="792"/> - <source>Select to brace</source> - <translation>Seleccionar hasta la llave ( '{' o '}' )</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="794"/> + <source>Select to brace</source> + <translation>Seleccionar hasta la llave ( '{' o '}' )</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="796"/> <source>Select all</source> <translation>Seleccionar todo</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="795"/> + <location filename="../QScintilla/Editor.py" line="797"/> <source>Deselect all</source> <translation>Deseleccionar todo</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="811"/> + <location filename="../QScintilla/Editor.py" line="813"/> <source>Shorten empty lines</source> <translation>Acortar las líneas vacías</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="818"/> + <location filename="../QScintilla/Editor.py" line="820"/> <source>Use Monospaced Font</source> <translation>Usar fuente monoespaciada</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="823"/> + <location filename="../QScintilla/Editor.py" line="825"/> <source>Autosave enabled</source> <translation>Autoguardar habilitado</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="866"/> + <location filename="../QScintilla/Editor.py" line="868"/> <source>Close</source> <translation>Cerrar</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="872"/> + <location filename="../QScintilla/Editor.py" line="874"/> <source>Save</source> <translation>Guardar</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="875"/> + <location filename="../QScintilla/Editor.py" line="877"/> <source>Save As...</source> <translation>Guardar como...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="891"/> + <location filename="../QScintilla/Editor.py" line="893"/> <source>Print</source> <translation>Imprimir</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="920"/> - <source>Complete from Document</source> - <translation>Completar desde documento</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="922"/> - <source>Complete from APIs</source> - <translation>Completar desde APIs</translation> + <source>Complete from Document</source> + <translation>Completar desde documento</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="924"/> + <source>Complete from APIs</source> + <translation>Completar desde APIs</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="926"/> <source>Complete from Document and APIs</source> <translation>Completar desde Documento y APIs</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="938"/> + <location filename="../QScintilla/Editor.py" line="940"/> <source>Check</source> <translation>Verificar</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="958"/> - <source>Show</source> - <translation>Mostrar</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="960"/> + <source>Show</source> + <translation>Mostrar</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="962"/> <source>Code metrics...</source> <translation>Métricas de código...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="961"/> - <source>Code coverage...</source> - <translation>Cobertura de código...</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="963"/> + <source>Code coverage...</source> + <translation>Cobertura de código...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="965"/> <source>Show code coverage annotations</source> <translation>Mostrar anotaciones de cobertura de codigo</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="966"/> + <location filename="../QScintilla/Editor.py" line="968"/> <source>Hide code coverage annotations</source> <translation>Ocultar anotaciones de cobertura de codigo</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="969"/> + <location filename="../QScintilla/Editor.py" line="971"/> <source>Profile data...</source> <translation>Datos de profiling...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="982"/> - <source>Diagrams</source> - <translation>Diagramas</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="984"/> - <source>Class Diagram...</source> - <translation>Diagrama de clases...</translation> + <source>Diagrams</source> + <translation>Diagramas</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="986"/> - <source>Package Diagram...</source> - <translation>Diagrama de paquetes...</translation> + <source>Class Diagram...</source> + <translation>Diagrama de clases...</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="988"/> - <source>Imports Diagram...</source> - <translation>Diagrama de imports...</translation> + <source>Package Diagram...</source> + <translation>Diagrama de paquetes...</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="990"/> + <source>Imports Diagram...</source> + <translation>Diagrama de imports...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="992"/> <source>Application Diagram...</source> <translation>Diagrama de aplicación...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1008"/> + <location filename="../QScintilla/Editor.py" line="1010"/> <source>Languages</source> <translation>Lenguajes</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1011"/> + <location filename="../QScintilla/Editor.py" line="1013"/> <source>No Language</source> <translation>Ningún Lenguaje</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1134"/> + <location filename="../QScintilla/Editor.py" line="1136"/> <source>Export as</source> <translation>Exportar como</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1156"/> - <source>Toggle bookmark</source> - <translation>Alternar marcador</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1158"/> - <source>Next bookmark</source> - <translation>Nuevo marcador</translation> + <source>Toggle bookmark</source> + <translation>Alternar marcador</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="1160"/> - <source>Previous bookmark</source> - <translation>Marcador anterior</translation> + <source>Next bookmark</source> + <translation>Nuevo marcador</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="1162"/> + <source>Previous bookmark</source> + <translation>Marcador anterior</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1164"/> <source>Clear all bookmarks</source> <translation>Borrar todos los marcadores</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1236"/> + <location filename="../QScintilla/Editor.py" line="1238"/> <source>Goto syntax error</source> <translation>Ir al error de sintaxis</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1240"/> + <location filename="../QScintilla/Editor.py" line="1242"/> <source>Show syntax error message</source> <translation>Ver el mensaje de error de sintaxis</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1245"/> + <location filename="../QScintilla/Editor.py" line="1247"/> <source>Clear syntax error</source> <translation>Borrar error de sintaxis</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1171"/> - <source>Toggle breakpoint</source> - <translation>Alternar punto de interrupción</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1173"/> + <source>Toggle breakpoint</source> + <translation>Alternar punto de interrupción</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1175"/> <source>Toggle temporary breakpoint</source> <translation>Alternar punto de interrupción temporal</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1176"/> + <location filename="../QScintilla/Editor.py" line="1178"/> <source>Edit breakpoint...</source> <translation>Editar punto de interrupción...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5490"/> + <location filename="../QScintilla/Editor.py" line="5500"/> <source>Enable breakpoint</source> <translation>Activar punto de interrupción</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1181"/> - <source>Next breakpoint</source> - <translation>Siguiente punto de interrupción</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1183"/> + <source>Next breakpoint</source> + <translation>Siguiente punto de interrupción</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1185"/> <source>Previous breakpoint</source> <translation>Punto de interrupción anterior</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1188"/> + <location filename="../QScintilla/Editor.py" line="1190"/> <source>Clear all breakpoints</source> <translation>Borrar todos los puntos de interrupción</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1267"/> + <location filename="../QScintilla/Editor.py" line="1269"/> <source>Next uncovered line</source> <translation>Siguiente línea sin cobertura</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1271"/> + <location filename="../QScintilla/Editor.py" line="1273"/> <source>Previous uncovered line</source> <translation>Anterior línea sin cobertura</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1276"/> + <location filename="../QScintilla/Editor.py" line="1278"/> <source>Next task</source> <translation>Nueva tarea</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1280"/> + <location filename="../QScintilla/Editor.py" line="1282"/> <source>Previous task</source> <translation>Tarea anterior</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1330"/> + <location filename="../QScintilla/Editor.py" line="1332"/> <source>Export source</source> <translation>Exportar fuente</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1330"/> + <location filename="../QScintilla/Editor.py" line="1332"/> <source>No export format given. Aborting...</source> <translation>No se ha proporcionado un formato de exportación. Abortando...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1846"/> + <location filename="../QScintilla/Editor.py" line="1848"/> <source>Modification of Read Only file</source> <translation>Modificación de un archivo de solo lectura</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1846"/> + <location filename="../QScintilla/Editor.py" line="1848"/> <source>You are attempting to change a read only file. Please save to a different file first.</source> <translation>Usted está intentando modificar un archivo solo lectura. Por favor guarde en otro archivo primero.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2554"/> + <location filename="../QScintilla/Editor.py" line="2556"/> <source>Printing...</source> <translation>Imprimiendo...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2571"/> - <source>Printing completed</source> - <translation>Impresión completa</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="2573"/> + <source>Printing completed</source> + <translation>Impresión completa</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="2575"/> <source>Error while printing</source> <translation>Error al imprimir</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2576"/> + <location filename="../QScintilla/Editor.py" line="2578"/> <source>Printing aborted</source> <translation>Impresión cancelada</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2937"/> + <location filename="../QScintilla/Editor.py" line="2939"/> <source>File Modified</source> <translation>Archivo modificado</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3178"/> + <location filename="../QScintilla/Editor.py" line="3188"/> <source>Save File</source> <translation>Guardar archivo</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4655"/> + <location filename="../QScintilla/Editor.py" line="4665"/> <source>Autocompletion</source> <translation>Autocompletar</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4655"/> + <location filename="../QScintilla/Editor.py" line="4665"/> <source>Autocompletion is not available because there is no autocompletion source set.</source> <translation>Autocompletar no está disponible porque no hay origen de datos para autocompletar.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5493"/> + <location filename="../QScintilla/Editor.py" line="5503"/> <source>Disable breakpoint</source> <translation>Deshabilitar punto de interrupción</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5867"/> + <location filename="../QScintilla/Editor.py" line="5878"/> <source>Code Coverage</source> <translation>Cobertura de codigo</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5867"/> + <location filename="../QScintilla/Editor.py" line="5878"/> <source>Please select a coverage file</source> <translation>Por favor seleccione un archivo de cobertura</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5930"/> + <location filename="../QScintilla/Editor.py" line="5941"/> <source>Show Code Coverage Annotations</source> <translation>Mostrar Anotaciones de Cobertura de Código</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5923"/> + <location filename="../QScintilla/Editor.py" line="5934"/> <source>All lines have been covered.</source> <translation>Todas las líneas han sido cubiertas.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5930"/> + <location filename="../QScintilla/Editor.py" line="5941"/> <source>There is no coverage file available.</source> <translation>No hay archivo de cobertura disponible.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6047"/> + <location filename="../QScintilla/Editor.py" line="6058"/> <source>Profile Data</source> <translation>Datos de profiling</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6047"/> + <location filename="../QScintilla/Editor.py" line="6058"/> <source>Please select a profile file</source> <translation>Por favor seleccione un archivo de profiling</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6209"/> + <location filename="../QScintilla/Editor.py" line="6220"/> <source>Syntax Error</source> <translation>Error de sintaxis</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6209"/> + <location filename="../QScintilla/Editor.py" line="6220"/> <source>No syntax error message available.</source> <translation>No hay mensajes de error de sintaxis disponibles.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6600"/> + <location filename="../QScintilla/Editor.py" line="6611"/> <source>Macro Name</source> <translation>Nombre de macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6600"/> + <location filename="../QScintilla/Editor.py" line="6611"/> <source>Select a macro name:</source> <translation>Seleccione un nombre de macro:</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6628"/> + <location filename="../QScintilla/Editor.py" line="6639"/> <source>Load macro file</source> <translation>Cargar archivo de macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6671"/> + <location filename="../QScintilla/Editor.py" line="6682"/> <source>Macro files (*.macro)</source> <translation>Archivos de Macro (*.macro)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6651"/> + <location filename="../QScintilla/Editor.py" line="6662"/> <source>Error loading macro</source> <translation>Error al cargar macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6671"/> + <location filename="../QScintilla/Editor.py" line="6682"/> <source>Save macro file</source> <translation>Guardar archivo de macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6688"/> + <location filename="../QScintilla/Editor.py" line="6699"/> <source>Save macro</source> <translation>Guardar macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6704"/> + <location filename="../QScintilla/Editor.py" line="6715"/> <source>Error saving macro</source> <translation>Error al guardar macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6717"/> + <location filename="../QScintilla/Editor.py" line="6728"/> <source>Start Macro Recording</source> <translation>Comenzar grabación de macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6717"/> + <location filename="../QScintilla/Editor.py" line="6728"/> <source>Macro recording is already active. Start new?</source> <translation>Grabación de macro ya está activada. ¿Comenzar una nueva?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6743"/> + <location filename="../QScintilla/Editor.py" line="6754"/> <source>Macro Recording</source> <translation>Grabando macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6743"/> + <location filename="../QScintilla/Editor.py" line="6754"/> <source>Enter name of the macro:</source> <translation>Introduzca el nombre de la macro:</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6883"/> + <location filename="../QScintilla/Editor.py" line="6894"/> <source>File changed</source> <translation>Archivo modificado</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7189"/> + <location filename="../QScintilla/Editor.py" line="7200"/> <source>Drop Error</source> <translation>Error al soltar</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7210"/> + <location filename="../QScintilla/Editor.py" line="7221"/> <source>Resources</source> <translation>Recursos</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7212"/> - <source>Add file...</source> - <translation>Añadir archivo...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7214"/> - <source>Add files...</source> - <translation>Añadir archivos...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7216"/> - <source>Add aliased file...</source> - <translation>Añadir archivo con un alias...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7219"/> - <source>Add localized resource...</source> - <translation>Añadir recursos localizados...</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="7223"/> + <source>Add file...</source> + <translation>Añadir archivo...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7225"/> + <source>Add files...</source> + <translation>Añadir archivos...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7227"/> + <source>Add aliased file...</source> + <translation>Añadir archivo con un alias...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7230"/> + <source>Add localized resource...</source> + <translation>Añadir recursos localizados...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7234"/> <source>Add resource frame</source> <translation>Añadir ventana de recursos</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7242"/> + <location filename="../QScintilla/Editor.py" line="7253"/> <source>Add file resource</source> <translation>Añadir archivo de recursos</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7258"/> + <location filename="../QScintilla/Editor.py" line="7269"/> <source>Add file resources</source> <translation>Añadir archivo de recursos</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7285"/> + <location filename="../QScintilla/Editor.py" line="7296"/> <source>Add aliased file resource</source> <translation>Añadir archivo de recursos con un alias</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7351"/> + <location filename="../QScintilla/Editor.py" line="7362"/> <source>Package Diagram</source> <translation>Digrama de paquetes</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7351"/> + <location filename="../QScintilla/Editor.py" line="7362"/> <source>Include class attributes?</source> <translation>¿Incluir atributos de clase?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7373"/> + <location filename="../QScintilla/Editor.py" line="7384"/> <source>Imports Diagram</source> <translation>Diagrama de imports</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7373"/> + <location filename="../QScintilla/Editor.py" line="7384"/> <source>Include imports from external modules?</source> <translation>¿Incluir los imports de módulos externos?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7387"/> + <location filename="../QScintilla/Editor.py" line="7398"/> <source>Application Diagram</source> <translation>Diagrama de aplicación</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7387"/> + <location filename="../QScintilla/Editor.py" line="7398"/> <source>Include module names?</source> <translation>¿Incluir nombres de módulos?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="842"/> + <location filename="../QScintilla/Editor.py" line="844"/> <source>Calltip</source> <translation>Consejo de llamada</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="888"/> + <location filename="../QScintilla/Editor.py" line="890"/> <source>Print Preview</source> <translation>Presentación preliminar</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="447"/> + <location filename="../QScintilla/Editor.py" line="449"/> <source><b>A Source Editor Window</b><p>This window is used to display and edit a source file. You can open as many of these as you like. The name of the file is displayed in the window's titlebar.</p><p>In order to set breakpoints just click in the space between the line numbers and the fold markers. Via the context menu of the margins they may be edited.</p><p>In order to set bookmarks just Shift click in the space between the line numbers and the fold markers.</p><p>These actions can be reversed via the context menu.</p><p>Ctrl clicking on a syntax error marker shows some info about this error.</p></source> <translation><b>Una Ventana de Edición de Códigos Fuente</b><p>Esta ventana se utiliza para mostrar y editar un archivo de código fuente. Puede abrir tantas como desee. El nombre del archivo se muestra en la barra de título de la ventana.</p><p>Para insertar puntos de interrupción basta con hacer un click en el espacio entre los números de línea y los marcadores de plegado. Pueden editarse con el menú de contexto de los márgenes.</p><p>Para insertar marcadores solo hay que hacer Shift-click en el espacio entre los números de línea y los marcadores de plegado.</p><p>Estas acciones se pueden revertir utilizando el menú de contexto.</p><p>Haciendo Ctrl-click en un marcador de error sintáctico se muestra información sobre el dicho error.</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="827"/> + <location filename="../QScintilla/Editor.py" line="829"/> <source>Typing aids enabled</source> <translation>Ayudas al tecleo habilitadas</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1098"/> + <location filename="../QScintilla/Editor.py" line="1100"/> <source>End-of-Line Type</source> <translation>Tipo de fin-de-línea</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1102"/> + <location filename="../QScintilla/Editor.py" line="1104"/> <source>Unix</source> <translation>Unix</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1109"/> + <location filename="../QScintilla/Editor.py" line="1111"/> <source>Windows</source> <translation>Windows</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1116"/> + <location filename="../QScintilla/Editor.py" line="1118"/> <source>Macintosh</source> <translation>Macintosh</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1057"/> + <location filename="../QScintilla/Editor.py" line="1059"/> <source>Encodings</source> <translation>Codificaciones</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1037"/> + <location filename="../QScintilla/Editor.py" line="1039"/> <source>Guessed</source> <translation>Suposición</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1345"/> + <location filename="../QScintilla/Editor.py" line="1347"/> <source>Alternatives</source> <translation>Alternativas</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1361"/> + <location filename="../QScintilla/Editor.py" line="1363"/> <source>Pygments Lexer</source> <translation>Analizador Léxico de Pygments</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1361"/> + <location filename="../QScintilla/Editor.py" line="1363"/> <source>Select the Pygments lexer to apply.</source> <translation>Seleccionar el Analizador Léxico de Pygments.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7686"/> + <location filename="../QScintilla/Editor.py" line="7697"/> <source>Check spelling...</source> <translation>Corrección ortográfica...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="803"/> + <location filename="../QScintilla/Editor.py" line="805"/> <source>Check spelling of selection...</source> <translation>Corrección ortográfica de la selección...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7689"/> + <location filename="../QScintilla/Editor.py" line="7700"/> <source>Add to dictionary</source> <translation>Añadir al diccionario</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7691"/> + <location filename="../QScintilla/Editor.py" line="7702"/> <source>Ignore All</source> <translation>Ignorar Todo</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="807"/> + <location filename="../QScintilla/Editor.py" line="809"/> <source>Remove from dictionary</source> <translation>Eliminar del diccionario</translation> </message> @@ -11795,277 +11795,277 @@ <translation><p>El tamaño del archivo <b>{0}</b> es <b>{1} KB</b>. ¿Desea cargarlo de todos modos?</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1322"/> + <location filename="../QScintilla/Editor.py" line="1324"/> <source><p>No exporter available for the export format <b>{0}</b>. Aborting...</p></source> <translation><p>No hay un exportador disponible para el formato de exportación <b>{0}</b>. Abortando...</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1341"/> + <location filename="../QScintilla/Editor.py" line="1343"/> <source>Alternatives ({0})</source> <translation>Alternativas ({0})</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2937"/> + <location filename="../QScintilla/Editor.py" line="2939"/> <source><p>The file <b>{0}</b> has unsaved changes.</p></source> <translation><p>El archivo <b>{0}</b> tiene cambios sin guardar.</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2997"/> + <location filename="../QScintilla/Editor.py" line="2999"/> <source><p>The file <b>{0}</b> could not be opened.</p><p>Reason: {1}</p></source> <translation><p>El archivo<b>{0}</b> no puede ser abierto.<br />Causa: {1}</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3115"/> + <location filename="../QScintilla/Editor.py" line="3125"/> <source><p>The file <b>{0}</b> could not be saved.<br/>Reason: {1}</p></source> <translation><p>El archivo <b>{0}</b> no puede ser guardado.<br>Causa: {1}</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6642"/> + <location filename="../QScintilla/Editor.py" line="6653"/> <source><p>The macro file <b>{0}</b> could not be read.</p></source> <translation><p>El archivo de macro <b>{0}</b> no se puede leer.</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6651"/> + <location filename="../QScintilla/Editor.py" line="6662"/> <source><p>The macro file <b>{0}</b> is corrupt.</p></source> <translation><p>El archivo de macro <b>{0}</b> está dañado</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6704"/> + <location filename="../QScintilla/Editor.py" line="6715"/> <source><p>The macro file <b>{0}</b> could not be written.</p></source> <translation><p>El archivo de macro <b>{0}</b> no se puede escribir.</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7049"/> + <location filename="../QScintilla/Editor.py" line="7059"/> <source>{0} (ro)</source> <translation>{0} (ro)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7189"/> + <location filename="../QScintilla/Editor.py" line="7200"/> <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="../QScintilla/Editor.py" line="7285"/> + <location filename="../QScintilla/Editor.py" line="7296"/> <source>Alias for file <b>{0}</b>:</source> <translation>Alias para el archivo <b>{0}</b>:</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1250"/> + <location filename="../QScintilla/Editor.py" line="1252"/> <source>Next warning</source> <translation>Siguiente advertencia</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1254"/> + <location filename="../QScintilla/Editor.py" line="1256"/> <source>Previous warning</source> <translation>Anterior advertencia</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1258"/> + <location filename="../QScintilla/Editor.py" line="1260"/> <source>Show warning message</source> <translation>Mostrar mensaje de advertencia</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1262"/> + <location filename="../QScintilla/Editor.py" line="1264"/> <source>Clear warnings</source> <translation>Limpiar advertencias</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3178"/> + <location filename="../QScintilla/Editor.py" line="3188"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>El archivo <b>{0}</b> ya existe. ¿Desea sobreescribirlo?</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6688"/> + <location filename="../QScintilla/Editor.py" line="6699"/> <source><p>The macro file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>El archivo de macro <b>{0}</b> ya existe. ¿Desea sobreescribirlo?</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6488"/> + <location filename="../QScintilla/Editor.py" line="6499"/> <source>Warning: {0}</source> <translation>Advertencia: {0}</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6495"/> + <location filename="../QScintilla/Editor.py" line="6506"/> <source>Error: {0}</source> <translation>Error: {0}</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6879"/> + <location filename="../QScintilla/Editor.py" line="6890"/> <source><br><b>Warning:</b> You will lose your changes upon reopening it.</source> <translation><br><b>Advertencia:</b> Perderá los cambios si lo reabre.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="884"/> + <location filename="../QScintilla/Editor.py" line="886"/> <source>Open 'rejection' file</source> <translation>Abrir archivo 'de rechazo'</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="994"/> + <location filename="../QScintilla/Editor.py" line="996"/> <source>Load Diagram...</source> <translation>Cargar Diagrama...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1285"/> + <location filename="../QScintilla/Editor.py" line="1287"/> <source>Next change</source> <translation>Siguiente cambio</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1289"/> + <location filename="../QScintilla/Editor.py" line="1291"/> <source>Previous change</source> <translation>Cambio anterior</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8107"/> + <location filename="../QScintilla/Editor.py" line="8118"/> <source>Sort Lines</source> <translation>Ordenar Líneas</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8107"/> + <location filename="../QScintilla/Editor.py" line="8118"/> <source>The selection contains illegal data for a numerical sort.</source> <translation>La selección contiene datos ilegales para una ordenación numérica.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6423"/> + <location filename="../QScintilla/Editor.py" line="6434"/> <source>Warning</source> <translation>Advertencia</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6423"/> + <location filename="../QScintilla/Editor.py" line="6434"/> <source>No warning messages available.</source> <translation>No hay mensajes de advertencia disponibles.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6485"/> + <location filename="../QScintilla/Editor.py" line="6496"/> <source>Style: {0}</source> <translation>Estilo: {0}</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="858"/> + <location filename="../QScintilla/Editor.py" line="860"/> <source>New Document View</source> <translation>Nueva Vista de Documento</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="861"/> + <location filename="../QScintilla/Editor.py" line="863"/> <source>New Document View (with new split)</source> <translation>Nueva Vista de Documento (con nueva división)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="948"/> + <location filename="../QScintilla/Editor.py" line="950"/> <source>Tools</source> <translation>Herramientas</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1079"/> + <location filename="../QScintilla/Editor.py" line="1081"/> <source>Re-Open With Encoding</source> <translation>Reabrir Con Codificación</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6873"/> + <location filename="../QScintilla/Editor.py" line="6884"/> <source><p>The file <b>{0}</b> has been changed while it was opened in eric6. Reread it?</p></source> <translation><p>El archivo <b>{0}</b> ha cambiado mientras estaba abierto en eric6. ¿Desea volver a cargarlo?</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="834"/> + <location filename="../QScintilla/Editor.py" line="836"/> <source>Automatic Completion enabled</source> <translation>Autocompletar habilitado</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="914"/> + <location filename="../QScintilla/Editor.py" line="916"/> <source>Complete</source> <translation>Completo</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4785"/> + <location filename="../QScintilla/Editor.py" line="4795"/> <source>Auto-Completion Provider</source> <translation>Proveedor de Autocompletado</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4785"/> + <location filename="../QScintilla/Editor.py" line="4795"/> <source>The completion list provider '{0}' was already registered. Ignoring duplicate request.</source> <translation>El proveedor de lista de completado'{0}' ya está registrado. Se ignora la solicitud duplicada.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5060"/> + <location filename="../QScintilla/Editor.py" line="5070"/> <source>Call-Tips Provider</source> <translation>Proveedor de Call-Tips</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5060"/> + <location filename="../QScintilla/Editor.py" line="5070"/> <source>The call-tips provider '{0}' was already registered. Ignoring duplicate request.</source> <translation>El proveedor de call-tips'{0}' ya está registrado. Se ignora la solicitud duplicada.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8196"/> + <location filename="../QScintilla/Editor.py" line="8207"/> <source>Register Mouse Click Handler</source> <translation>Registrar Manejador de Clicks de Ratón</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8196"/> + <location filename="../QScintilla/Editor.py" line="8207"/> <source>A mouse click handler for "{0}" was already registered by "{1}". Aborting request by "{2}"...</source> <translation>Un manejador de clicks de ratón para "{0}" ya está registrado por "{1}". Abortando solicitud por "{2}"...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="878"/> + <location filename="../QScintilla/Editor.py" line="880"/> <source>Save Copy...</source> <translation>Guardar Copia...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="917"/> + <location filename="../QScintilla/Editor.py" line="919"/> <source>Clear Completions Cache</source> <translation>Limpiar Caché de Completado</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="844"/> + <location filename="../QScintilla/Editor.py" line="846"/> <source>Code Info</source> <translation>Info del Código</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1293"/> + <location filename="../QScintilla/Editor.py" line="1295"/> <source>Clear changes</source> <translation>Limpiar cambios</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="769"/> + <location filename="../QScintilla/Editor.py" line="771"/> <source>Execute Selection In Console</source> <translation>Ejecutar Selección en Consola</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8317"/> + <location filename="../QScintilla/Editor.py" line="8328"/> <source>EditorConfig Properties</source> <translation>Propiedades de EditorConfig</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8317"/> + <location filename="../QScintilla/Editor.py" line="8328"/> <source><p>The EditorConfig properties for file <b>{0}</b> could not be loaded.</p></source> <translation><p>Las propiedades de EditorConfig para el archivo <b>{0}</b> no se ha podido cargar.</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1197"/> + <location filename="../QScintilla/Editor.py" line="1199"/> <source>Toggle all folds</source> <translation>Recoger/Desplegar los anidamientos</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1202"/> + <location filename="../QScintilla/Editor.py" line="1204"/> <source>Toggle all folds (including children)</source> <translation>Recoger/Desplegar todos los anidamientos (inc. hijos)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1207"/> + <location filename="../QScintilla/Editor.py" line="1209"/> <source>Toggle current fold</source> <translation>Recoger/Desplegar el anidamiento actual</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1213"/> + <location filename="../QScintilla/Editor.py" line="1215"/> <source>Expand (including children)</source> <translation>Expandir (incluídos hijos)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1218"/> + <location filename="../QScintilla/Editor.py" line="1220"/> <source>Collapse (including children)</source> <translation>Contraer (incluídos hijos)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1224"/> + <location filename="../QScintilla/Editor.py" line="1226"/> <source>Clear all folds</source> <translation>Limpiar todos los anidamientos</translation> </message> @@ -13267,42 +13267,42 @@ <translation>Muestra el ancho de tabulación seleccionado.</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="145"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="236"/> <source>Select whether autoindentation shall be enabled</source> <translation>Seleccionar si la autoindentación debe ser habilitada</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="148"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="239"/> <source>Auto indentation</source> <translation>Autoindentación</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="175"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="266"/> <source>Select whether tabs shall be converted upon opening the file</source> <translation>Seleccionar si las tabulaciones deben ser convertidas al abrir el archivo</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="178"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="269"/> <source>Convert tabs upon open</source> <translation>Convertir tabulaciones al abrir</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="155"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="246"/> <source>Select whether tab characters are used for indentations.</source> <translation>Seleccionar si los caracteres de tabulaciones se utilizan para indentar.</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="158"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="249"/> <source>Use tabs for indentations</source> <translation>Utilizar tabulaciones para indentar</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="165"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="256"/> <source>Select whether pressing the tab key indents.</source> <translation>Seleccionar si la pulsación de la tecla de tabulación indenta.</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="168"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="259"/> <source>Tab key indents</source> <translation>Tecla de tabulación indenta</translation> </message> @@ -13312,54 +13312,94 @@ <translation>Tabulación && Indentación</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="190"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="281"/> <source>Comments</source> <translation>Comentarios</translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="287"/> + <source>Select to insert the comment sign at column 0</source> + <translation>Seleccionar para insertar el signo de comentario en la columna 0</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="293"/> + <source>Insert comment at column 0</source> + <translation>Insertar comentario en la columna 0</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="290"/> + <source><b>Insert comment at column 0</b><p>Select to insert the comment sign at column 0. Otherwise, the comment sign is inserted at the first non-whitespace position.</p></source> + <translation><b>Insertar comentario en la columna 0</b><p>Seleccionar para insertar el signo de comentario en la columna 0. De otro modo, el signo de comentario se inserta en la primera posición de no espacio en blanco.</p></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="303"/> + <source>Virtual Space</source> + <translation>Espacio Virtual</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="309"/> + <source>Virtual space is the space after the last character of a line. It is not allocated unless some text is entered or copied into it. Usage of virtual space can be configured with these selections.</source> + <translation>Espacio virtual es el espacio detrás del último carácter en una línea. No es reservado a menos que se introduzca o se copie algún texto en él. El uso del espacio virtual puede ser configurado con estas selecciones.</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="319"/> + <source>Select to enable a rectangular selection to extend into virtual space</source> + <translation>Seleccionar para habilitar una selección rectangular para extender en el espacio virtual</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="322"/> + <source>Selection may access virtual space</source> + <translation>La selección puede acceder el espacio virtual</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="329"/> + <source>Select to allow the cursor to be moved into virtual space</source> + <translation>Seleccionar para permitir al cursor moverse dentro del espacio virtual</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="332"/> + <source>Cursor can move into virtual space</source> + <translation>El cursor se puede mover dentro del espacio virtual</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="158"/> + <source>Language</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="163"/> + <source>Tab Width</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="168"/> + <source>Indent Width</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="196"/> - <source>Select to insert the comment sign at column 0</source> - <translation>Seleccionar para insertar el signo de comentario en la columna 0</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="202"/> - <source>Insert comment at column 0</source> - <translation>Insertar comentario en la columna 0</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="199"/> - <source><b>Insert comment at column 0</b><p>Select to insert the comment sign at column 0. Otherwise, the comment sign is inserted at the first non-whitespace position.</p></source> - <translation><b>Insertar comentario en la columna 0</b><p>Seleccionar para insertar el signo de comentario en la columna 0. De otro modo, el signo de comentario se inserta en la primera posición de no espacio en blanco.</p></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="212"/> - <source>Virtual Space</source> - <translation>Espacio Virtual</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="218"/> - <source>Virtual space is the space after the last character of a line. It is not allocated unless some text is entered or copied into it. Usage of virtual space can be configured with these selections.</source> - <translation>Espacio virtual es el espacio detrás del último carácter en una línea. No es reservado a menos que se introduzca o se copie algún texto en él. El uso del espacio virtual puede ser configurado con estas selecciones.</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="228"/> - <source>Select to enable a rectangular selection to extend into virtual space</source> - <translation>Seleccionar para habilitar una selección rectangular para extender en el espacio virtual</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="231"/> - <source>Selection may access virtual space</source> - <translation>La selección puede acceder el espacio virtual</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="238"/> - <source>Select to allow the cursor to be moved into virtual space</source> - <translation>Seleccionar para permitir al cursor moverse dentro del espacio virtual</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="241"/> - <source>Cursor can move into virtual space</source> - <translation>El cursor se puede mover dentro del espacio virtual</translation> + <source>Press to add a language specific override</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="203"/> + <source>Press to delete the selected language specific override</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="210"/> + <source>Press to edit the selected language specific override</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.py" line="205"/> + <source>Tab and Indent Override</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.py" line="205"/> + <source>Shall the selected entries really be removed?</source> + <translation type="unfinished"></translation> </message> </context> <context> @@ -13787,6 +13827,39 @@ </message> </context> <context> + <name>EditorLanguageTabIndentOverrideDialog</name> + <message> + <location filename="../Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.ui" line="14"/> + <source>Tab and Indent Override</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.ui" line="23"/> + <source>Language:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.ui" line="40"/> + <source>Tab Width:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.ui" line="47"/> + <source>Enter the tab width</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.ui" line="76"/> + <source>Indentation width:</source> + <translation type="unfinished">Ancho de indentación:</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.ui" line="83"/> + <source>Enter the indentation width</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>EditorMarkerMap</name> <message> <location filename="../QScintilla/EditorMarkerMap.py" line="28"/> @@ -48775,42 +48848,42 @@ <translation>Listo</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2379"/> + <location filename="../QScintilla/MiniEditor.py" line="2368"/> <source>File loaded</source> <translation>Archivo cargado</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2448"/> + <location filename="../QScintilla/MiniEditor.py" line="2457"/> <source>File saved</source> <translation>Archivo guardado</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2795"/> + <location filename="../QScintilla/MiniEditor.py" line="2805"/> <source>Untitled</source> <translation>Sin título</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2477"/> + <location filename="../QScintilla/MiniEditor.py" line="2486"/> <source>Mini Editor</source> <translation>Mini Editor</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2836"/> + <location filename="../QScintilla/MiniEditor.py" line="2846"/> <source>Select all</source> <translation>Seleccionar todo</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2837"/> + <location filename="../QScintilla/MiniEditor.py" line="2847"/> <source>Deselect all</source> <translation>Deseleccionar todo</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2851"/> + <location filename="../QScintilla/MiniEditor.py" line="2861"/> <source>Languages</source> <translation>Lenguajes</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2854"/> + <location filename="../QScintilla/MiniEditor.py" line="2864"/> <source>No Language</source> <translation>Ningún Lenguaje</translation> </message> @@ -48841,22 +48914,22 @@ <translation>Imprime el archivo actual</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2758"/> + <location filename="../QScintilla/MiniEditor.py" line="2768"/> <source>Printing...</source> <translation>Imprimiendo...</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2776"/> + <location filename="../QScintilla/MiniEditor.py" line="2786"/> <source>Printing completed</source> <translation>Impresión completa</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2778"/> + <location filename="../QScintilla/MiniEditor.py" line="2788"/> <source>Error while printing</source> <translation>Error mientras se imprimía</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2781"/> + <location filename="../QScintilla/MiniEditor.py" line="2791"/> <source>Printing aborted</source> <translation>Impresión cancelada</translation> </message> @@ -48881,22 +48954,22 @@ <translation><b>Presentación Preliminar</b><p>Presentación preliminar del texto de ayuda mostrado.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2878"/> + <location filename="../QScintilla/MiniEditor.py" line="2888"/> <source>Guessed</source> <translation>Suposición</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2899"/> + <location filename="../QScintilla/MiniEditor.py" line="2909"/> <source>Alternatives</source> <translation>Alternativas</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2913"/> + <location filename="../QScintilla/MiniEditor.py" line="2923"/> <source>Pygments Lexer</source> <translation>Analizador Léxico de Pygments</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2913"/> + <location filename="../QScintilla/MiniEditor.py" line="2923"/> <source>Select the Pygments lexer to apply.</source> <translation>Seleccionar el Analizador Léxico de Pygments a aplicar.</translation> </message> @@ -48916,22 +48989,22 @@ <translation><p>El archivo<b>{0}</b> no puede ser abierto.<br />Causa: {1}</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2440"/> + <location filename="../QScintilla/MiniEditor.py" line="2449"/> <source>Save File</source> <translation>Guardar archivo</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2440"/> + <location filename="../QScintilla/MiniEditor.py" line="2449"/> <source><p>The file <b>{0}</b> could not be saved.<br/>Reason: {1}</p></source> <translation><p>El archivo <b>{0}</b> no puede ser guardado.<br>Causa: {1}</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2477"/> + <location filename="../QScintilla/MiniEditor.py" line="2486"/> <source>{0}[*] - {1}</source> <translation>{0}[*] - {1}</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2896"/> + <location filename="../QScintilla/MiniEditor.py" line="2906"/> <source>Alternatives ({0})</source> <translation>Alternativas ({0})</translation> </message> @@ -48976,17 +49049,17 @@ <translation><b>Guardar Copia</b><p>Guardar una copia del contenido de la ventana de editor actual. El archivo puede ser introducido usando un diálogo de selección de archivo.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="3430"/> + <location filename="../QScintilla/MiniEditor.py" line="3446"/> <source>EditorConfig Properties</source> <translation>Propiedades de EditorConfig</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="3430"/> + <location filename="../QScintilla/MiniEditor.py" line="3446"/> <source><p>The EditorConfig properties for file <b>{0}</b> could not be loaded.</p></source> <translation><p>Las propiedades de EditorConfig para el archivo <b>{0}</b> no se ha podido cargar.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2460"/> + <location filename="../QScintilla/MiniEditor.py" line="2469"/> <source>[*] - {0}</source> <translation>[*] - {0}</translation> </message> @@ -53660,17 +53733,17 @@ <context> <name>Preferences</name> <message> - <location filename="../Preferences/__init__.py" line="1584"/> + <location filename="../Preferences/__init__.py" line="1585"/> <source>Export Preferences</source> <translation>Exportar Preferencias</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1612"/> + <location filename="../Preferences/__init__.py" line="1613"/> <source>Import Preferences</source> <translation>Importar Preferencias</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1612"/> + <location filename="../Preferences/__init__.py" line="1613"/> <source>Properties File (*.ini);;All Files (*)</source> <translation>Archivo de Propiedades (*.ini);;Todos los archivos (*)</translation> </message> @@ -84827,27 +84900,27 @@ <translation>Lista de Excepciones del Usuario</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6597"/> + <location filename="../ViewManager/ViewManager.py" line="6600"/> <source>Edit Spelling Dictionary</source> <translation>Editar Diccionario Ortográfico</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6572"/> + <location filename="../ViewManager/ViewManager.py" line="6575"/> <source>Editing {0}</source> <translation>Editando {0}</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6554"/> + <location filename="../ViewManager/ViewManager.py" line="6557"/> <source><p>The spelling dictionary file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation><p>El archivo de diccionario ortográfico <b>{0}</b> no se puede leer.</p><p>Razón: {1}</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6584"/> + <location filename="../ViewManager/ViewManager.py" line="6587"/> <source><p>The spelling dictionary file <b>{0}</b> could not be written.</p><p>Reason: {1}</p></source> <translation><p>El archivo de diccionario ortográfico <b>{0}</b> no se puede escribir.</p><p>Razón: {1}</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6597"/> + <location filename="../ViewManager/ViewManager.py" line="6600"/> <source>The spelling dictionary was saved successfully.</source> <translation>El diccionario ortográfico se ha guardado con éxito.</translation> </message>
--- a/eric6/i18n/eric6_fr.ts Fri Sep 27 14:49:42 2019 +0200 +++ b/eric6/i18n/eric6_fr.ts Sat Sep 28 18:44:48 2019 +0200 @@ -10858,642 +10858,642 @@ <context> <name>Editor</name> <message> - <location filename="../QScintilla/Editor.py" line="749"/> + <location filename="../QScintilla/Editor.py" line="751"/> <source>Undo</source> <translation>Défaire</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="752"/> + <location filename="../QScintilla/Editor.py" line="754"/> <source>Redo</source> <translation>Refaire</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="755"/> + <location filename="../QScintilla/Editor.py" line="757"/> <source>Revert to last saved state</source> <translation>Ecraser avec le dernier état enregistré</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="759"/> + <location filename="../QScintilla/Editor.py" line="761"/> <source>Cut</source> <translation>Couper</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="762"/> + <location filename="../QScintilla/Editor.py" line="764"/> <source>Copy</source> <translation>Copier</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="765"/> + <location filename="../QScintilla/Editor.py" line="767"/> <source>Paste</source> <translation>Coller</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="773"/> + <location filename="../QScintilla/Editor.py" line="775"/> <source>Indent</source> <translation>Indenter</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="776"/> + <location filename="../QScintilla/Editor.py" line="778"/> <source>Unindent</source> <translation>Désindenter</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="779"/> + <location filename="../QScintilla/Editor.py" line="781"/> <source>Comment</source> <translation>Commenter</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="782"/> + <location filename="../QScintilla/Editor.py" line="784"/> <source>Uncomment</source> <translation>Décommenter</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="785"/> + <location filename="../QScintilla/Editor.py" line="787"/> <source>Stream Comment</source> <translation>Commentaire type "Stream"</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="788"/> + <location filename="../QScintilla/Editor.py" line="790"/> <source>Box Comment</source> <translation>Commentaire type "Bloc"</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="792"/> - <source>Select to brace</source> - <translation>Sélection parenthèses</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="794"/> + <source>Select to brace</source> + <translation>Sélection parenthèses</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="796"/> <source>Select all</source> <translation>Tout sélectionner</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="795"/> + <location filename="../QScintilla/Editor.py" line="797"/> <source>Deselect all</source> <translation>Tout déselectionner</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="811"/> + <location filename="../QScintilla/Editor.py" line="813"/> <source>Shorten empty lines</source> <translation>Raccourcir les lignes vides</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1008"/> + <location filename="../QScintilla/Editor.py" line="1010"/> <source>Languages</source> <translation>Langages</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="818"/> + <location filename="../QScintilla/Editor.py" line="820"/> <source>Use Monospaced Font</source> <translation>Utiliser une police monospacée</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="938"/> + <location filename="../QScintilla/Editor.py" line="940"/> <source>Check</source> <translation>Vérification</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="958"/> - <source>Show</source> - <translation>Afficher...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="866"/> - <source>Close</source> - <translation>Fermer</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="872"/> - <source>Save</source> - <translation>Enregistrer</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="875"/> - <source>Save As...</source> - <translation>Enregistrer sous...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="891"/> - <source>Print</source> - <translation>Imprimer</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="960"/> + <source>Show</source> + <translation>Afficher...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="868"/> + <source>Close</source> + <translation>Fermer</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="874"/> + <source>Save</source> + <translation>Enregistrer</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="877"/> + <source>Save As...</source> + <translation>Enregistrer sous...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="893"/> + <source>Print</source> + <translation>Imprimer</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="962"/> <source>Code metrics...</source> <translation>Statistiques du code...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="961"/> + <location filename="../QScintilla/Editor.py" line="963"/> <source>Code coverage...</source> <translation>Code coverage...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="969"/> + <location filename="../QScintilla/Editor.py" line="971"/> <source>Profile data...</source> <translation>Profiler les données...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1156"/> - <source>Toggle bookmark</source> - <translation>Placer/supprimer un signet</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1158"/> - <source>Next bookmark</source> - <translation>Signet suivant</translation> + <source>Toggle bookmark</source> + <translation>Placer/supprimer un signet</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="1160"/> - <source>Previous bookmark</source> - <translation>Signet précédent</translation> + <source>Next bookmark</source> + <translation>Signet suivant</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="1162"/> + <source>Previous bookmark</source> + <translation>Signet précédent</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1164"/> <source>Clear all bookmarks</source> <translation>Effacer tous les signets</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1171"/> + <location filename="../QScintilla/Editor.py" line="1173"/> <source>Toggle breakpoint</source> <translation>Placer/supprimer un point d'arrêt</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1176"/> + <location filename="../QScintilla/Editor.py" line="1178"/> <source>Edit breakpoint...</source> <translation>Éditer le point d'arrêt...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5490"/> + <location filename="../QScintilla/Editor.py" line="5500"/> <source>Enable breakpoint</source> <translation>Activer le point d'arrêt</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1181"/> - <source>Next breakpoint</source> - <translation>Point d'arrêt suivant</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1183"/> + <source>Next breakpoint</source> + <translation>Point d'arrêt suivant</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1185"/> <source>Previous breakpoint</source> <translation>Point d'arrêt précédent</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1188"/> + <location filename="../QScintilla/Editor.py" line="1190"/> <source>Clear all breakpoints</source> <translation>Effacer tous les points d'arrêts</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1846"/> + <location filename="../QScintilla/Editor.py" line="1848"/> <source>Modification of Read Only file</source> <translation>Modification de la lecture seule</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1846"/> + <location filename="../QScintilla/Editor.py" line="1848"/> <source>You are attempting to change a read only file. Please save to a different file first.</source> <translation>Le fichier est en lecture seule. Sauvez d'abord votre fichier sous un autre nom.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2554"/> + <location filename="../QScintilla/Editor.py" line="2556"/> <source>Printing...</source> <translation>Impression....</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2571"/> - <source>Printing completed</source> - <translation>Impression terminée</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="2573"/> + <source>Printing completed</source> + <translation>Impression terminée</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="2575"/> <source>Error while printing</source> <translation>Erreur durant l'impression</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2576"/> + <location filename="../QScintilla/Editor.py" line="2578"/> <source>Printing aborted</source> <translation>Impression abandonnée</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2997"/> + <location filename="../QScintilla/Editor.py" line="2999"/> <source>Open File</source> <translation>Ouvrir Fichier</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3178"/> + <location filename="../QScintilla/Editor.py" line="3188"/> <source>Save File</source> <translation>Enregistrer Fichier</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2937"/> + <location filename="../QScintilla/Editor.py" line="2939"/> <source>File Modified</source> <translation>Fichier Modifié</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4655"/> + <location filename="../QScintilla/Editor.py" line="4665"/> <source>Autocompletion</source> <translation>Autocompletion</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4655"/> + <location filename="../QScintilla/Editor.py" line="4665"/> <source>Autocompletion is not available because there is no autocompletion source set.</source> <translation>L'autocompletion n'est pas disponible car aucune source d'autocomplétion n'est définie.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5493"/> + <location filename="../QScintilla/Editor.py" line="5503"/> <source>Disable breakpoint</source> <translation>Désactiver le point d'arrêt</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5867"/> + <location filename="../QScintilla/Editor.py" line="5878"/> <source>Code Coverage</source> <translation>Code Coverage</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5867"/> + <location filename="../QScintilla/Editor.py" line="5878"/> <source>Please select a coverage file</source> <translation>Sélectionner un fichier coverage</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6047"/> + <location filename="../QScintilla/Editor.py" line="6058"/> <source>Profile Data</source> <translation>Profiler de données</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6047"/> + <location filename="../QScintilla/Editor.py" line="6058"/> <source>Please select a profile file</source> <translation>Sélectionner un fichier profile</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6600"/> + <location filename="../QScintilla/Editor.py" line="6611"/> <source>Macro Name</source> <translation>Nom de la macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6600"/> + <location filename="../QScintilla/Editor.py" line="6611"/> <source>Select a macro name:</source> <translation>Sélectionner un nom de macro:</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6671"/> + <location filename="../QScintilla/Editor.py" line="6682"/> <source>Macro files (*.macro)</source> <translation>Fichier Macro (*.macro)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6628"/> + <location filename="../QScintilla/Editor.py" line="6639"/> <source>Load macro file</source> <translation>Charger un fichier macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6651"/> + <location filename="../QScintilla/Editor.py" line="6662"/> <source>Error loading macro</source> <translation>Erreur lors du chargement de la macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6671"/> + <location filename="../QScintilla/Editor.py" line="6682"/> <source>Save macro file</source> <translation>Enregistrer le fichier macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6688"/> + <location filename="../QScintilla/Editor.py" line="6699"/> <source>Save macro</source> <translation>Enregistrer la macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6704"/> + <location filename="../QScintilla/Editor.py" line="6715"/> <source>Error saving macro</source> <translation>Erreur lors de l'enregistrement de la macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6717"/> + <location filename="../QScintilla/Editor.py" line="6728"/> <source>Start Macro Recording</source> <translation>Démarrer l'enregistrement de la macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6743"/> + <location filename="../QScintilla/Editor.py" line="6754"/> <source>Macro Recording</source> <translation>Enregistrement de macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6743"/> + <location filename="../QScintilla/Editor.py" line="6754"/> <source>Enter name of the macro:</source> <translation>Entrer le nom de la macro:</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6883"/> + <location filename="../QScintilla/Editor.py" line="6894"/> <source>File changed</source> <translation>Fichier modifié</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="823"/> + <location filename="../QScintilla/Editor.py" line="825"/> <source>Autosave enabled</source> <translation>Sauvegarde automatique activée</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1236"/> + <location filename="../QScintilla/Editor.py" line="1238"/> <source>Goto syntax error</source> <translation>Aller à l'erreur de syntaxe suivante</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1245"/> + <location filename="../QScintilla/Editor.py" line="1247"/> <source>Clear syntax error</source> <translation>Supprimer les flags d'erreurs de syntaxe</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7189"/> + <location filename="../QScintilla/Editor.py" line="7200"/> <source>Drop Error</source> <translation>Erreur de suppression</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1240"/> + <location filename="../QScintilla/Editor.py" line="1242"/> <source>Show syntax error message</source> <translation>Afficher le message d'erreur de syntaxe</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6209"/> + <location filename="../QScintilla/Editor.py" line="6220"/> <source>Syntax Error</source> <translation>Erreur de syntaxe</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6209"/> + <location filename="../QScintilla/Editor.py" line="6220"/> <source>No syntax error message available.</source> <translation>Aucun message d'erreur de syntaxe..</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1173"/> + <location filename="../QScintilla/Editor.py" line="1175"/> <source>Toggle temporary breakpoint</source> <translation>Placer/Supprimer un point d'arret temporaire</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="963"/> + <location filename="../QScintilla/Editor.py" line="965"/> <source>Show code coverage annotations</source> <translation>Afficher les annotations de code coverage</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="966"/> + <location filename="../QScintilla/Editor.py" line="968"/> <source>Hide code coverage annotations</source> <translation>Masquer les annotations de code coverage</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1267"/> + <location filename="../QScintilla/Editor.py" line="1269"/> <source>Next uncovered line</source> <translation>Ligne non executée suivante</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1271"/> + <location filename="../QScintilla/Editor.py" line="1273"/> <source>Previous uncovered line</source> <translation>Ligne non executée précédente</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5930"/> + <location filename="../QScintilla/Editor.py" line="5941"/> <source>Show Code Coverage Annotations</source> <translation>Afficher les annotations de Code Coverage</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5923"/> + <location filename="../QScintilla/Editor.py" line="5934"/> <source>All lines have been covered.</source> <translation>Toutes les lignes ont été executées.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5930"/> + <location filename="../QScintilla/Editor.py" line="5941"/> <source>There is no coverage file available.</source> <translation>Impossible de trouver le fichier de coverage.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="982"/> - <source>Diagrams</source> - <translation>Diagrammes</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="984"/> - <source>Class Diagram...</source> - <translation>Diagramme des classes...</translation> + <source>Diagrams</source> + <translation>Diagrammes</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="986"/> - <source>Package Diagram...</source> - <translation>Diagramme des packages...</translation> + <source>Class Diagram...</source> + <translation>Diagramme des classes...</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="988"/> - <source>Imports Diagram...</source> - <translation>Diagramme des modules...</translation> + <source>Package Diagram...</source> + <translation>Diagramme des packages...</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="990"/> + <source>Imports Diagram...</source> + <translation>Diagramme des modules...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="992"/> <source>Application Diagram...</source> <translation>Diagramme de l'application...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1011"/> + <location filename="../QScintilla/Editor.py" line="1013"/> <source>No Language</source> <translation>Pas de langage</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7210"/> + <location filename="../QScintilla/Editor.py" line="7221"/> <source>Resources</source> <translation>Ressources</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7212"/> - <source>Add file...</source> - <translation>Ajouter un fichier...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7214"/> - <source>Add files...</source> - <translation>Ajouter des fichiers...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7216"/> - <source>Add aliased file...</source> - <translation>Ajouter un fichier alias...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7219"/> - <source>Add localized resource...</source> - <translation>Ajouter une ressource localisée...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7242"/> - <source>Add file resource</source> - <translation>Ajoute un fichier ressource</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7258"/> - <source>Add file resources</source> - <translation>Ajoute des fichiers ressources</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7285"/> - <source>Add aliased file resource</source> - <translation>Ajoute un alias de fichier ressource</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7351"/> - <source>Package Diagram</source> - <translation>Diagramme de package</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7351"/> - <source>Include class attributes?</source> - <translation>Inclure les attributs de classes ?</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7387"/> - <source>Application Diagram</source> - <translation>Diagramme de l'application</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7387"/> - <source>Include module names?</source> - <translation>Inclure les noms de modules ?</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="7223"/> + <source>Add file...</source> + <translation>Ajouter un fichier...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7225"/> + <source>Add files...</source> + <translation>Ajouter des fichiers...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7227"/> + <source>Add aliased file...</source> + <translation>Ajouter un fichier alias...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7230"/> + <source>Add localized resource...</source> + <translation>Ajouter une ressource localisée...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7253"/> + <source>Add file resource</source> + <translation>Ajoute un fichier ressource</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7269"/> + <source>Add file resources</source> + <translation>Ajoute des fichiers ressources</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7296"/> + <source>Add aliased file resource</source> + <translation>Ajoute un alias de fichier ressource</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7362"/> + <source>Package Diagram</source> + <translation>Diagramme de package</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7362"/> + <source>Include class attributes?</source> + <translation>Inclure les attributs de classes ?</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7398"/> + <source>Application Diagram</source> + <translation>Diagramme de l'application</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7398"/> + <source>Include module names?</source> + <translation>Inclure les noms de modules ?</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7234"/> <source>Add resource frame</source> <translation>Ajouter un cadre ressource</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6717"/> + <location filename="../QScintilla/Editor.py" line="6728"/> <source>Macro recording is already active. Start new?</source> <translation>L'enregistrement de macro est déjà actif. En démarrer une nouvelle ?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="920"/> - <source>Complete from Document</source> - <translation type="unfinished">à partir du document</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="922"/> - <source>Complete from APIs</source> - <translation type="unfinished">à partir des fichiers API</translation> + <source>Complete from Document</source> + <translation type="unfinished">à partir du document</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="924"/> + <source>Complete from APIs</source> + <translation type="unfinished">à partir des fichiers API</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="926"/> <source>Complete from Document and APIs</source> <translation type="unfinished">à partir du document et des fichiers API</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1276"/> + <location filename="../QScintilla/Editor.py" line="1278"/> <source>Next task</source> <translation>Tâche suivante</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1280"/> + <location filename="../QScintilla/Editor.py" line="1282"/> <source>Previous task</source> <translation>Tâche précédente</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1134"/> + <location filename="../QScintilla/Editor.py" line="1136"/> <source>Export as</source> <translation>Exporter en tant que</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1330"/> + <location filename="../QScintilla/Editor.py" line="1332"/> <source>Export source</source> <translation>Exportation de source</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1330"/> + <location filename="../QScintilla/Editor.py" line="1332"/> <source>No export format given. Aborting...</source> <translation>Aucun format d'exportation indiqué. Abandon...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7373"/> + <location filename="../QScintilla/Editor.py" line="7384"/> <source>Imports Diagram</source> <translation>Diagramme des modules</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7373"/> + <location filename="../QScintilla/Editor.py" line="7384"/> <source>Include imports from external modules?</source> <translation>Inclure l'importation de modules externes?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="842"/> + <location filename="../QScintilla/Editor.py" line="844"/> <source>Calltip</source> <translation>Calltip</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="888"/> + <location filename="../QScintilla/Editor.py" line="890"/> <source>Print Preview</source> <translation>Aperçu avant impression</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="447"/> + <location filename="../QScintilla/Editor.py" line="449"/> <source><b>A Source Editor Window</b><p>This window is used to display and edit a source file. You can open as many of these as you like. The name of the file is displayed in the window's titlebar.</p><p>In order to set breakpoints just click in the space between the line numbers and the fold markers. Via the context menu of the margins they may be edited.</p><p>In order to set bookmarks just Shift click in the space between the line numbers and the fold markers.</p><p>These actions can be reversed via the context menu.</p><p>Ctrl clicking on a syntax error marker shows some info about this error.</p></source> <translation><b>Fenêtre d'édition</b><p>Cette fenêtre est utilisée pour afficher et éditer les codes sources. Vous pouvez en ouvrir autant que vous le souhaitez. Le nom du fichier ouvert est inscrit dans la barre principale.</p><p>Vous pouvez définir des points d'arrêt en cliquant sur la marge de gauche, entre les numéros de lignes et les marques de pliage de code. Les points d'arrêt peuvent être édités via le menu contextuel (en cliquant droit sur le point).</p><p>De manière similaire, vous pouvez définir des signets avec Shift+Click dans la marge.</p><p>Pour ces deux types de points, le menu contextuel (click droit) permet de défaire l'action.</p><p>Le Ctrl+Click sur une marque d'erreur de sytaxe permet de visualiser les informations sur l'erreur.</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="827"/> + <location filename="../QScintilla/Editor.py" line="829"/> <source>Typing aids enabled</source> <translation>Aide à la frappe activée</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1098"/> + <location filename="../QScintilla/Editor.py" line="1100"/> <source>End-of-Line Type</source> <translation>Type de fin de ligne</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1102"/> + <location filename="../QScintilla/Editor.py" line="1104"/> <source>Unix</source> <translation>Unix</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1109"/> + <location filename="../QScintilla/Editor.py" line="1111"/> <source>Windows</source> <translation>Windows</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1116"/> + <location filename="../QScintilla/Editor.py" line="1118"/> <source>Macintosh</source> <translation>Macintosh</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1057"/> + <location filename="../QScintilla/Editor.py" line="1059"/> <source>Encodings</source> <translation>Encodings</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1037"/> + <location filename="../QScintilla/Editor.py" line="1039"/> <source>Guessed</source> <translation>Suggestion</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1345"/> + <location filename="../QScintilla/Editor.py" line="1347"/> <source>Alternatives</source> <translation>Alternatives</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1361"/> + <location filename="../QScintilla/Editor.py" line="1363"/> <source>Pygments Lexer</source> <translation>Analyseur Pygments</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1361"/> + <location filename="../QScintilla/Editor.py" line="1363"/> <source>Select the Pygments lexer to apply.</source> <translation>Sélectionne l'analyseur Pygments à appliquer.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7686"/> + <location filename="../QScintilla/Editor.py" line="7697"/> <source>Check spelling...</source> <translation>Correction orthographique...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="803"/> + <location filename="../QScintilla/Editor.py" line="805"/> <source>Check spelling of selection...</source> <translation>Correction orthographique de la sélection...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7689"/> + <location filename="../QScintilla/Editor.py" line="7700"/> <source>Add to dictionary</source> <translation>Ajouter au dictionnaire</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7691"/> + <location filename="../QScintilla/Editor.py" line="7702"/> <source>Ignore All</source> <translation>Tout ignorer</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="807"/> + <location filename="../QScintilla/Editor.py" line="809"/> <source>Remove from dictionary</source> <translation>Supprimer du dictionnaire</translation> </message> @@ -11503,277 +11503,277 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1322"/> + <location filename="../QScintilla/Editor.py" line="1324"/> <source><p>No exporter available for the export format <b>{0}</b>. Aborting...</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1341"/> + <location filename="../QScintilla/Editor.py" line="1343"/> <source>Alternatives ({0})</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2937"/> + <location filename="../QScintilla/Editor.py" line="2939"/> <source><p>The file <b>{0}</b> has unsaved changes.</p></source> <translation type="unfinished"><p>Le fichier <b>{0}</b> a des modifications non enregistrées. </p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2997"/> + <location filename="../QScintilla/Editor.py" line="2999"/> <source><p>The file <b>{0}</b> could not be opened.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3115"/> + <location filename="../QScintilla/Editor.py" line="3125"/> <source><p>The file <b>{0}</b> could not be saved.<br/>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6642"/> + <location filename="../QScintilla/Editor.py" line="6653"/> <source><p>The macro file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6651"/> + <location filename="../QScintilla/Editor.py" line="6662"/> <source><p>The macro file <b>{0}</b> is corrupt.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6704"/> + <location filename="../QScintilla/Editor.py" line="6715"/> <source><p>The macro file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7049"/> + <location filename="../QScintilla/Editor.py" line="7059"/> <source>{0} (ro)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7189"/> + <location filename="../QScintilla/Editor.py" line="7200"/> <source><p><b>{0}</b> is not a file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7285"/> + <location filename="../QScintilla/Editor.py" line="7296"/> <source>Alias for file <b>{0}</b>:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1250"/> + <location filename="../QScintilla/Editor.py" line="1252"/> <source>Next warning</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1254"/> + <location filename="../QScintilla/Editor.py" line="1256"/> <source>Previous warning</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1258"/> + <location filename="../QScintilla/Editor.py" line="1260"/> <source>Show warning message</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1262"/> + <location filename="../QScintilla/Editor.py" line="1264"/> <source>Clear warnings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3178"/> + <location filename="../QScintilla/Editor.py" line="3188"/> <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="../QScintilla/Editor.py" line="6688"/> + <location filename="../QScintilla/Editor.py" line="6699"/> <source><p>The macro file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6488"/> + <location filename="../QScintilla/Editor.py" line="6499"/> <source>Warning: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6495"/> + <location filename="../QScintilla/Editor.py" line="6506"/> <source>Error: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6879"/> + <location filename="../QScintilla/Editor.py" line="6890"/> <source><br><b>Warning:</b> You will lose your changes upon reopening it.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="884"/> + <location filename="../QScintilla/Editor.py" line="886"/> <source>Open 'rejection' file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="994"/> + <location filename="../QScintilla/Editor.py" line="996"/> <source>Load Diagram...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1285"/> + <location filename="../QScintilla/Editor.py" line="1287"/> <source>Next change</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1289"/> + <location filename="../QScintilla/Editor.py" line="1291"/> <source>Previous change</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8107"/> + <location filename="../QScintilla/Editor.py" line="8118"/> <source>Sort Lines</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8107"/> + <location filename="../QScintilla/Editor.py" line="8118"/> <source>The selection contains illegal data for a numerical sort.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6423"/> + <location filename="../QScintilla/Editor.py" line="6434"/> <source>Warning</source> <translation type="unfinished">Warning</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6423"/> + <location filename="../QScintilla/Editor.py" line="6434"/> <source>No warning messages available.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6485"/> + <location filename="../QScintilla/Editor.py" line="6496"/> <source>Style: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="858"/> + <location filename="../QScintilla/Editor.py" line="860"/> <source>New Document View</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="861"/> + <location filename="../QScintilla/Editor.py" line="863"/> <source>New Document View (with new split)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="948"/> + <location filename="../QScintilla/Editor.py" line="950"/> <source>Tools</source> <translation type="unfinished">Outils</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1079"/> + <location filename="../QScintilla/Editor.py" line="1081"/> <source>Re-Open With Encoding</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6873"/> + <location filename="../QScintilla/Editor.py" line="6884"/> <source><p>The file <b>{0}</b> has been changed while it was opened in eric6. Reread it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="834"/> + <location filename="../QScintilla/Editor.py" line="836"/> <source>Automatic Completion enabled</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="914"/> + <location filename="../QScintilla/Editor.py" line="916"/> <source>Complete</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4785"/> + <location filename="../QScintilla/Editor.py" line="4795"/> <source>Auto-Completion Provider</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4785"/> + <location filename="../QScintilla/Editor.py" line="4795"/> <source>The completion list provider '{0}' was already registered. Ignoring duplicate request.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5060"/> + <location filename="../QScintilla/Editor.py" line="5070"/> <source>Call-Tips Provider</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5060"/> + <location filename="../QScintilla/Editor.py" line="5070"/> <source>The call-tips provider '{0}' was already registered. Ignoring duplicate request.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8196"/> + <location filename="../QScintilla/Editor.py" line="8207"/> <source>Register Mouse Click Handler</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8196"/> + <location filename="../QScintilla/Editor.py" line="8207"/> <source>A mouse click handler for "{0}" was already registered by "{1}". Aborting request by "{2}"...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="878"/> + <location filename="../QScintilla/Editor.py" line="880"/> <source>Save Copy...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="917"/> + <location filename="../QScintilla/Editor.py" line="919"/> <source>Clear Completions Cache</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="844"/> + <location filename="../QScintilla/Editor.py" line="846"/> <source>Code Info</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1293"/> + <location filename="../QScintilla/Editor.py" line="1295"/> <source>Clear changes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="769"/> + <location filename="../QScintilla/Editor.py" line="771"/> <source>Execute Selection In Console</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8317"/> + <location filename="../QScintilla/Editor.py" line="8328"/> <source>EditorConfig Properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8317"/> + <location filename="../QScintilla/Editor.py" line="8328"/> <source><p>The EditorConfig properties for file <b>{0}</b> could not be loaded.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1197"/> + <location filename="../QScintilla/Editor.py" line="1199"/> <source>Toggle all folds</source> <translation type="unfinished">Contracte/Déploie tout le code</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1202"/> + <location filename="../QScintilla/Editor.py" line="1204"/> <source>Toggle all folds (including children)</source> <translation type="unfinished">Contracte/Déploie tout le code (sous-niveaux inclus)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1207"/> + <location filename="../QScintilla/Editor.py" line="1209"/> <source>Toggle current fold</source> <translation type="unfinished">Contracte/Déploie le paragraphe courant</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1213"/> + <location filename="../QScintilla/Editor.py" line="1215"/> <source>Expand (including children)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1218"/> + <location filename="../QScintilla/Editor.py" line="1220"/> <source>Collapse (including children)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1224"/> + <location filename="../QScintilla/Editor.py" line="1226"/> <source>Clear all folds</source> <translation type="unfinished"></translation> </message> @@ -12980,42 +12980,42 @@ <translation>Affiche la largeur des tabulation.</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="175"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="266"/> <source>Select whether tabs shall be converted upon opening the file</source> <translation>Indique si les tabulations doivent être converties à l'ouverture du fichier</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="178"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="269"/> <source>Convert tabs upon open</source> <translation>Convertir les tabulations à l'ouverture du fichier</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="165"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="256"/> <source>Select whether pressing the tab key indents.</source> <translation>Indique si la touche "Tab" effectue une indentation.</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="168"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="259"/> <source>Tab key indents</source> <translation>Indentation avec la touche "Tab"</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="145"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="236"/> <source>Select whether autoindentation shall be enabled</source> <translation type="unfinished">Indique si les traits donnant l'alignement des indentations doivent être affichés.</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="148"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="239"/> <source>Auto indentation</source> <translation type="unfinished">Afficher les alignements d'indentation</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="155"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="246"/> <source>Select whether tab characters are used for indentations.</source> <translation>Indique si les Tabs doivent être utilisés pour l'indentations.</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="158"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="249"/> <source>Use tabs for indentations</source> <translation>Utilise des tabulations pour l'indentation</translation> </message> @@ -13030,53 +13030,93 @@ <translation>Tabulations && Indentation</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="190"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="281"/> <source>Comments</source> <translation type="unfinished">Commentaires</translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="287"/> + <source>Select to insert the comment sign at column 0</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="293"/> + <source>Insert comment at column 0</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="290"/> + <source><b>Insert comment at column 0</b><p>Select to insert the comment sign at column 0. Otherwise, the comment sign is inserted at the first non-whitespace position.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="303"/> + <source>Virtual Space</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="309"/> + <source>Virtual space is the space after the last character of a line. It is not allocated unless some text is entered or copied into it. Usage of virtual space can be configured with these selections.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="319"/> + <source>Select to enable a rectangular selection to extend into virtual space</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="322"/> + <source>Selection may access virtual space</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="329"/> + <source>Select to allow the cursor to be moved into virtual space</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="332"/> + <source>Cursor can move into virtual space</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="158"/> + <source>Language</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="163"/> + <source>Tab Width</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="168"/> + <source>Indent Width</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="196"/> - <source>Select to insert the comment sign at column 0</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="202"/> - <source>Insert comment at column 0</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="199"/> - <source><b>Insert comment at column 0</b><p>Select to insert the comment sign at column 0. Otherwise, the comment sign is inserted at the first non-whitespace position.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="212"/> - <source>Virtual Space</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="218"/> - <source>Virtual space is the space after the last character of a line. It is not allocated unless some text is entered or copied into it. Usage of virtual space can be configured with these selections.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="228"/> - <source>Select to enable a rectangular selection to extend into virtual space</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="231"/> - <source>Selection may access virtual space</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="238"/> - <source>Select to allow the cursor to be moved into virtual space</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="241"/> - <source>Cursor can move into virtual space</source> + <source>Press to add a language specific override</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="203"/> + <source>Press to delete the selected language specific override</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="210"/> + <source>Press to edit the selected language specific override</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.py" line="205"/> + <source>Tab and Indent Override</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.py" line="205"/> + <source>Shall the selected entries really be removed?</source> <translation type="unfinished"></translation> </message> </context> @@ -13505,6 +13545,39 @@ </message> </context> <context> + <name>EditorLanguageTabIndentOverrideDialog</name> + <message> + <location filename="../Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.ui" line="14"/> + <source>Tab and Indent Override</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.ui" line="23"/> + <source>Language:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.ui" line="40"/> + <source>Tab Width:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.ui" line="47"/> + <source>Enter the tab width</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.ui" line="76"/> + <source>Indentation width:</source> + <translation type="unfinished">Largeur des Indentations:</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.ui" line="83"/> + <source>Enter the indentation width</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>EditorMarkerMap</name> <message> <location filename="../QScintilla/EditorMarkerMap.py" line="28"/> @@ -46200,37 +46273,37 @@ <translation>Prêt</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2379"/> + <location filename="../QScintilla/MiniEditor.py" line="2368"/> <source>File loaded</source> <translation>Fichier chargé</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2795"/> + <location filename="../QScintilla/MiniEditor.py" line="2805"/> <source>Untitled</source> <translation>SansTitre</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2477"/> + <location filename="../QScintilla/MiniEditor.py" line="2486"/> <source>Mini Editor</source> <translation>Mini éditeur</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2836"/> + <location filename="../QScintilla/MiniEditor.py" line="2846"/> <source>Select all</source> <translation>Tout sélectionner</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2837"/> + <location filename="../QScintilla/MiniEditor.py" line="2847"/> <source>Deselect all</source> <translation>Tout déselectionner</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2851"/> + <location filename="../QScintilla/MiniEditor.py" line="2861"/> <source>Languages</source> <translation>Langages</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2854"/> + <location filename="../QScintilla/MiniEditor.py" line="2864"/> <source>No Language</source> <translation>Pas de langage</translation> </message> @@ -46240,7 +46313,7 @@ <translation>Ouvrir Fichier</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2448"/> + <location filename="../QScintilla/MiniEditor.py" line="2457"/> <source>File saved</source> <translation>Fichier enregistré</translation> </message> @@ -46317,22 +46390,22 @@ <translation>Imprime le fichier courant</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2758"/> + <location filename="../QScintilla/MiniEditor.py" line="2768"/> <source>Printing...</source> <translation>Impression....</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2776"/> + <location filename="../QScintilla/MiniEditor.py" line="2786"/> <source>Printing completed</source> <translation>Impression terminée</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2778"/> + <location filename="../QScintilla/MiniEditor.py" line="2788"/> <source>Error while printing</source> <translation>Erreur durant l'impression</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2781"/> + <location filename="../QScintilla/MiniEditor.py" line="2791"/> <source>Printing aborted</source> <translation>Impression abandonnée</translation> </message> @@ -46357,22 +46430,22 @@ <translation><b>Aperçu avant impression</b><p>Aperçu avant impression du fichier courant.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2878"/> + <location filename="../QScintilla/MiniEditor.py" line="2888"/> <source>Guessed</source> <translation>Suggestion</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2899"/> + <location filename="../QScintilla/MiniEditor.py" line="2909"/> <source>Alternatives</source> <translation>Alternatives</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2913"/> + <location filename="../QScintilla/MiniEditor.py" line="2923"/> <source>Pygments Lexer</source> <translation>Analyseur Pygments</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2913"/> + <location filename="../QScintilla/MiniEditor.py" line="2923"/> <source>Select the Pygments lexer to apply.</source> <translation>Sélectionne l'analyseur Pygments à appliquer.</translation> </message> @@ -46392,22 +46465,22 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2440"/> + <location filename="../QScintilla/MiniEditor.py" line="2449"/> <source>Save File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2440"/> + <location filename="../QScintilla/MiniEditor.py" line="2449"/> <source><p>The file <b>{0}</b> could not be saved.<br/>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2477"/> + <location filename="../QScintilla/MiniEditor.py" line="2486"/> <source>{0}[*] - {1}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2896"/> + <location filename="../QScintilla/MiniEditor.py" line="2906"/> <source>Alternatives ({0})</source> <translation type="unfinished"></translation> </message> @@ -46452,17 +46525,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="3430"/> + <location filename="../QScintilla/MiniEditor.py" line="3446"/> <source>EditorConfig Properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="3430"/> + <location filename="../QScintilla/MiniEditor.py" line="3446"/> <source><p>The EditorConfig properties for file <b>{0}</b> could not be loaded.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2460"/> + <location filename="../QScintilla/MiniEditor.py" line="2469"/> <source>[*] - {0}</source> <translation type="unfinished"></translation> </message> @@ -50989,17 +51062,17 @@ <context> <name>Preferences</name> <message> - <location filename="../Preferences/__init__.py" line="1584"/> + <location filename="../Preferences/__init__.py" line="1585"/> <source>Export Preferences</source> <translation>Export des préférences</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1612"/> + <location filename="../Preferences/__init__.py" line="1613"/> <source>Import Preferences</source> <translation>Import des préférences</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1612"/> + <location filename="../Preferences/__init__.py" line="1613"/> <source>Properties File (*.ini);;All Files (*)</source> <translation type="unfinished"></translation> </message> @@ -82141,27 +82214,27 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6597"/> + <location filename="../ViewManager/ViewManager.py" line="6600"/> <source>Edit Spelling Dictionary</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6554"/> + <location filename="../ViewManager/ViewManager.py" line="6557"/> <source><p>The spelling dictionary file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6572"/> + <location filename="../ViewManager/ViewManager.py" line="6575"/> <source>Editing {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6584"/> + <location filename="../ViewManager/ViewManager.py" line="6587"/> <source><p>The spelling dictionary file <b>{0}</b> could not be written.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6597"/> + <location filename="../ViewManager/ViewManager.py" line="6600"/> <source>The spelling dictionary was saved successfully.</source> <translation type="unfinished"></translation> </message>
--- a/eric6/i18n/eric6_it.ts Fri Sep 27 14:49:42 2019 +0200 +++ b/eric6/i18n/eric6_it.ts Sat Sep 28 18:44:48 2019 +0200 @@ -11140,642 +11140,642 @@ <context> <name>Editor</name> <message> - <location filename="../QScintilla/Editor.py" line="749"/> + <location filename="../QScintilla/Editor.py" line="751"/> <source>Undo</source> <translation>Annulla</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="752"/> + <location filename="../QScintilla/Editor.py" line="754"/> <source>Redo</source> <translation>Rifai</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="755"/> + <location filename="../QScintilla/Editor.py" line="757"/> <source>Revert to last saved state</source> <translation>Ritorna all'ultimo stato salvato</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="759"/> + <location filename="../QScintilla/Editor.py" line="761"/> <source>Cut</source> <translation>Taglia</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="762"/> + <location filename="../QScintilla/Editor.py" line="764"/> <source>Copy</source> <translation>Copia</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="765"/> + <location filename="../QScintilla/Editor.py" line="767"/> <source>Paste</source> <translation>Incolla</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="773"/> + <location filename="../QScintilla/Editor.py" line="775"/> <source>Indent</source> <translation>Identa</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="776"/> + <location filename="../QScintilla/Editor.py" line="778"/> <source>Unindent</source> <translation>Annulla identazione</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="779"/> + <location filename="../QScintilla/Editor.py" line="781"/> <source>Comment</source> <translation>Commenta</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="782"/> + <location filename="../QScintilla/Editor.py" line="784"/> <source>Uncomment</source> <translation>Annulla commenta</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="785"/> + <location filename="../QScintilla/Editor.py" line="787"/> <source>Stream Comment</source> <translation>Flusso commento</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="788"/> + <location filename="../QScintilla/Editor.py" line="790"/> <source>Box Comment</source> <translation>Commenti nel riquadro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="792"/> - <source>Select to brace</source> - <translation>Seleziona per parentesizzare</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="794"/> + <source>Select to brace</source> + <translation>Seleziona per parentesizzare</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="796"/> <source>Select all</source> <translation>Seleziona tutti</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="795"/> + <location filename="../QScintilla/Editor.py" line="797"/> <source>Deselect all</source> <translation>Deseleziona tutti</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="811"/> + <location filename="../QScintilla/Editor.py" line="813"/> <source>Shorten empty lines</source> <translation>Abbrevia righe vuote</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1008"/> + <location filename="../QScintilla/Editor.py" line="1010"/> <source>Languages</source> <translation>Linguaggi</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="818"/> + <location filename="../QScintilla/Editor.py" line="820"/> <source>Use Monospaced Font</source> <translation>Usa un font Monospaced</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="938"/> + <location filename="../QScintilla/Editor.py" line="940"/> <source>Check</source> <translation>Controlla</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="958"/> - <source>Show</source> - <translation>Mostra</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="866"/> - <source>Close</source> - <translation>Chiudi</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="872"/> - <source>Save</source> - <translation>Salva</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="875"/> - <source>Save As...</source> - <translation>Salva come...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="891"/> - <source>Print</source> - <translation>Stampa</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="960"/> + <source>Show</source> + <translation>Mostra</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="868"/> + <source>Close</source> + <translation>Chiudi</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="874"/> + <source>Save</source> + <translation>Salva</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="877"/> + <source>Save As...</source> + <translation>Salva come...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="893"/> + <source>Print</source> + <translation>Stampa</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="962"/> <source>Code metrics...</source> <translation>Statistiche codice...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="961"/> + <location filename="../QScintilla/Editor.py" line="963"/> <source>Code coverage...</source> <translation>Analisi codice...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="969"/> + <location filename="../QScintilla/Editor.py" line="971"/> <source>Profile data...</source> <translation>Profilazione dati...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1156"/> - <source>Toggle bookmark</source> - <translation>Inverti bookmark</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1158"/> - <source>Next bookmark</source> - <translation>Prossimo segnalibro</translation> + <source>Toggle bookmark</source> + <translation>Inverti bookmark</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="1160"/> - <source>Previous bookmark</source> - <translation>Segnalibro precedente</translation> + <source>Next bookmark</source> + <translation>Prossimo segnalibro</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="1162"/> + <source>Previous bookmark</source> + <translation>Segnalibro precedente</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1164"/> <source>Clear all bookmarks</source> <translation>Pulisci di tutti di segnalibri</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1171"/> + <location filename="../QScintilla/Editor.py" line="1173"/> <source>Toggle breakpoint</source> <translation>Abilita/Disabilita breakpoint</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1176"/> + <location filename="../QScintilla/Editor.py" line="1178"/> <source>Edit breakpoint...</source> <translation>Modifica Breakpoint...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5490"/> + <location filename="../QScintilla/Editor.py" line="5500"/> <source>Enable breakpoint</source> <translation>Abilita breakpoint</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1181"/> - <source>Next breakpoint</source> - <translation>Prossimo breakpoint</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1183"/> + <source>Next breakpoint</source> + <translation>Prossimo breakpoint</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1185"/> <source>Previous breakpoint</source> <translation>Breakpoint precedente</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1188"/> + <location filename="../QScintilla/Editor.py" line="1190"/> <source>Clear all breakpoints</source> <translation>Elimina tutti i breakpoint</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1846"/> + <location filename="../QScintilla/Editor.py" line="1848"/> <source>Modification of Read Only file</source> <translation>Modifica di un file di sola lettura</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1846"/> + <location filename="../QScintilla/Editor.py" line="1848"/> <source>You are attempting to change a read only file. Please save to a different file first.</source> <translation>Stai tentando di modificare un file in sola lettura. Per favore prima salva come un file diverso.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2554"/> + <location filename="../QScintilla/Editor.py" line="2556"/> <source>Printing...</source> <translation>In stampa...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2571"/> - <source>Printing completed</source> - <translation>Stampa completata</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="2573"/> + <source>Printing completed</source> + <translation>Stampa completata</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="2575"/> <source>Error while printing</source> <translation>Errore durante la stampa</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2576"/> + <location filename="../QScintilla/Editor.py" line="2578"/> <source>Printing aborted</source> <translation>Stampa annullata</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2997"/> + <location filename="../QScintilla/Editor.py" line="2999"/> <source>Open File</source> <translation>Apri File</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3178"/> + <location filename="../QScintilla/Editor.py" line="3188"/> <source>Save File</source> <translation>Salva file</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2937"/> + <location filename="../QScintilla/Editor.py" line="2939"/> <source>File Modified</source> <translation>File modificato</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4655"/> + <location filename="../QScintilla/Editor.py" line="4665"/> <source>Autocompletion</source> <translation>Autocompletamento</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4655"/> + <location filename="../QScintilla/Editor.py" line="4665"/> <source>Autocompletion is not available because there is no autocompletion source set.</source> <translation>L'autocomplentamento non è disponibile perchè non ci sono fonti impostate.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5493"/> + <location filename="../QScintilla/Editor.py" line="5503"/> <source>Disable breakpoint</source> <translation>Disabilita breakpoint</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5867"/> + <location filename="../QScintilla/Editor.py" line="5878"/> <source>Code Coverage</source> <translation>Analisi codice</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5867"/> + <location filename="../QScintilla/Editor.py" line="5878"/> <source>Please select a coverage file</source> <translation>Per favore seleziona un file per l'analisi</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6047"/> + <location filename="../QScintilla/Editor.py" line="6058"/> <source>Profile Data</source> <translation>Profilazione dati</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6047"/> + <location filename="../QScintilla/Editor.py" line="6058"/> <source>Please select a profile file</source> <translation>Per favore seleziona un file per la profilazione</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6600"/> + <location filename="../QScintilla/Editor.py" line="6611"/> <source>Macro Name</source> <translation>Nome Macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6600"/> + <location filename="../QScintilla/Editor.py" line="6611"/> <source>Select a macro name:</source> <translation>Seleziona un nome per la macro:</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6671"/> + <location filename="../QScintilla/Editor.py" line="6682"/> <source>Macro files (*.macro)</source> <translation>File Macro (*.macro)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6628"/> + <location filename="../QScintilla/Editor.py" line="6639"/> <source>Load macro file</source> <translation>Carica un file di macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6651"/> + <location filename="../QScintilla/Editor.py" line="6662"/> <source>Error loading macro</source> <translation>Errore nel caricamento della macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6671"/> + <location filename="../QScintilla/Editor.py" line="6682"/> <source>Save macro file</source> <translation>Salva un file di macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6688"/> + <location filename="../QScintilla/Editor.py" line="6699"/> <source>Save macro</source> <translation>Salva macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6704"/> + <location filename="../QScintilla/Editor.py" line="6715"/> <source>Error saving macro</source> <translation>Errore nel salvataggio della macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6717"/> + <location filename="../QScintilla/Editor.py" line="6728"/> <source>Start Macro Recording</source> <translation>Avvia registrazione della macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6743"/> + <location filename="../QScintilla/Editor.py" line="6754"/> <source>Macro Recording</source> <translation>Registrazione Macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6743"/> + <location filename="../QScintilla/Editor.py" line="6754"/> <source>Enter name of the macro:</source> <translation>Inserisci un nome per la macro:</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6883"/> + <location filename="../QScintilla/Editor.py" line="6894"/> <source>File changed</source> <translation>File modificato</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="823"/> + <location filename="../QScintilla/Editor.py" line="825"/> <source>Autosave enabled</source> <translation>Salvataggio automatico abilitato</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1236"/> + <location filename="../QScintilla/Editor.py" line="1238"/> <source>Goto syntax error</source> <translation>Vai all'errore di sintassi</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1245"/> + <location filename="../QScintilla/Editor.py" line="1247"/> <source>Clear syntax error</source> <translation>Elimina errori di sintassi</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7189"/> + <location filename="../QScintilla/Editor.py" line="7200"/> <source>Drop Error</source> <translation>Errore Drop</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1240"/> + <location filename="../QScintilla/Editor.py" line="1242"/> <source>Show syntax error message</source> <translation>Mostra i messaggi degli errori di sintassi</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6209"/> + <location filename="../QScintilla/Editor.py" line="6220"/> <source>Syntax Error</source> <translation>Errore di sintassi</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6209"/> + <location filename="../QScintilla/Editor.py" line="6220"/> <source>No syntax error message available.</source> <translation>Nessun messaggio degli errori di sintassi disponibile.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1173"/> + <location filename="../QScintilla/Editor.py" line="1175"/> <source>Toggle temporary breakpoint</source> <translation>Abilita/Disabilita breakpoint temporaneo</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="963"/> + <location filename="../QScintilla/Editor.py" line="965"/> <source>Show code coverage annotations</source> <translation>Mostra le annotazioni dell'analisi del codice</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="966"/> + <location filename="../QScintilla/Editor.py" line="968"/> <source>Hide code coverage annotations</source> <translation>Nascondi le annotazioni dell'analisi del codice</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1267"/> + <location filename="../QScintilla/Editor.py" line="1269"/> <source>Next uncovered line</source> <translation>Prossimo file non analizzato</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1271"/> + <location filename="../QScintilla/Editor.py" line="1273"/> <source>Previous uncovered line</source> <translation>File non analizzato precedente</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5930"/> + <location filename="../QScintilla/Editor.py" line="5941"/> <source>Show Code Coverage Annotations</source> <translation>Mostra le annotazioni dell'analisi del codice</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5923"/> + <location filename="../QScintilla/Editor.py" line="5934"/> <source>All lines have been covered.</source> <translation>Tutte le linee sono state analizzate.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5930"/> + <location filename="../QScintilla/Editor.py" line="5941"/> <source>There is no coverage file available.</source> <translation>Non ci sono file di analisi disponibili.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="982"/> - <source>Diagrams</source> - <translation>Diagrammi</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="984"/> - <source>Class Diagram...</source> - <translation>Diagrammi di classe...</translation> + <source>Diagrams</source> + <translation>Diagrammi</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="986"/> - <source>Package Diagram...</source> - <translation>Diagrammi del package...</translation> + <source>Class Diagram...</source> + <translation>Diagrammi di classe...</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="988"/> - <source>Imports Diagram...</source> - <translation>Importa diagrammi...</translation> + <source>Package Diagram...</source> + <translation>Diagrammi del package...</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="990"/> + <source>Imports Diagram...</source> + <translation>Importa diagrammi...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="992"/> <source>Application Diagram...</source> <translation>Diagrammi dell'applicazione...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1011"/> + <location filename="../QScintilla/Editor.py" line="1013"/> <source>No Language</source> <translation>Nessun linguaggio</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7210"/> + <location filename="../QScintilla/Editor.py" line="7221"/> <source>Resources</source> <translation>Risorse</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7212"/> - <source>Add file...</source> - <translation>Aggiungi file...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7214"/> - <source>Add files...</source> - <translation>Aggiungi files...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7216"/> - <source>Add aliased file...</source> - <translation>Aggiungi file sinonimo...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7219"/> - <source>Add localized resource...</source> - <translation>Aggiungi una risorsa localizzata...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7242"/> - <source>Add file resource</source> - <translation>Aggiungi un file risorse</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7258"/> - <source>Add file resources</source> - <translation>Aggiundi dei file risorse</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7285"/> - <source>Add aliased file resource</source> - <translation>Aggiungi file sinonimo delle risorse</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7351"/> - <source>Package Diagram</source> - <translation>Diagrammi del package</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7351"/> - <source>Include class attributes?</source> - <translation>Includi gli attributi della classe ?</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7387"/> - <source>Application Diagram</source> - <translation>Diagrammi dell'applicazione</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7387"/> - <source>Include module names?</source> - <translation>Includi i nomi dei moduli ?</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="7223"/> + <source>Add file...</source> + <translation>Aggiungi file...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7225"/> + <source>Add files...</source> + <translation>Aggiungi files...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7227"/> + <source>Add aliased file...</source> + <translation>Aggiungi file sinonimo...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7230"/> + <source>Add localized resource...</source> + <translation>Aggiungi una risorsa localizzata...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7253"/> + <source>Add file resource</source> + <translation>Aggiungi un file risorse</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7269"/> + <source>Add file resources</source> + <translation>Aggiundi dei file risorse</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7296"/> + <source>Add aliased file resource</source> + <translation>Aggiungi file sinonimo delle risorse</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7362"/> + <source>Package Diagram</source> + <translation>Diagrammi del package</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7362"/> + <source>Include class attributes?</source> + <translation>Includi gli attributi della classe ?</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7398"/> + <source>Application Diagram</source> + <translation>Diagrammi dell'applicazione</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7398"/> + <source>Include module names?</source> + <translation>Includi i nomi dei moduli ?</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7234"/> <source>Add resource frame</source> <translation>Aggiungi riquadro delle risorse</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6717"/> + <location filename="../QScintilla/Editor.py" line="6728"/> <source>Macro recording is already active. Start new?</source> <translation>Registrazione macro già attiva. Avvia nuovamente ?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="920"/> - <source>Complete from Document</source> - <translation type="unfinished">dal Documento</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="922"/> - <source>Complete from APIs</source> - <translation type="unfinished">dalle APIs</translation> + <source>Complete from Document</source> + <translation type="unfinished">dal Documento</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="924"/> + <source>Complete from APIs</source> + <translation type="unfinished">dalle APIs</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="926"/> <source>Complete from Document and APIs</source> <translation type="unfinished">dal Documento e dalle APIs</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1276"/> + <location filename="../QScintilla/Editor.py" line="1278"/> <source>Next task</source> <translation>Prossimo task</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1280"/> + <location filename="../QScintilla/Editor.py" line="1282"/> <source>Previous task</source> <translation>Task precedente</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1134"/> + <location filename="../QScintilla/Editor.py" line="1136"/> <source>Export as</source> <translation>Esporta come</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1330"/> + <location filename="../QScintilla/Editor.py" line="1332"/> <source>Export source</source> <translation>Esporta sorgenti</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1330"/> + <location filename="../QScintilla/Editor.py" line="1332"/> <source>No export format given. Aborting...</source> <translation>Nessun formato di export impostato. Annullamento...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7373"/> + <location filename="../QScintilla/Editor.py" line="7384"/> <source>Imports Diagram</source> <translation>Importa diagrammi</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7373"/> + <location filename="../QScintilla/Editor.py" line="7384"/> <source>Include imports from external modules?</source> <translation>Includi gli import dai moduli esterni ?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="842"/> + <location filename="../QScintilla/Editor.py" line="844"/> <source>Calltip</source> <translation>Calltip</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="888"/> + <location filename="../QScintilla/Editor.py" line="890"/> <source>Print Preview</source> <translation>Anteprima Stampa</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="447"/> + <location filename="../QScintilla/Editor.py" line="449"/> <source><b>A Source Editor Window</b><p>This window is used to display and edit a source file. You can open as many of these as you like. The name of the file is displayed in the window's titlebar.</p><p>In order to set breakpoints just click in the space between the line numbers and the fold markers. Via the context menu of the margins they may be edited.</p><p>In order to set bookmarks just Shift click in the space between the line numbers and the fold markers.</p><p>These actions can be reversed via the context menu.</p><p>Ctrl clicking on a syntax error marker shows some info about this error.</p></source> <translation><b>Una finesta di edit</b><p>Questa finestra è usata per visualizzare e modificare un file sorgente. Si possono aprire quante finestre si vogliono. Il nome del file è mostrato nella barra dei titolo della finestra.</p><p>Per impostare dei breakpoint basta cliccare nello spazio tra i numeri di riga e i marcatori di compressione. Con il menù contestuale del margine possono essere modificati.</p><p>Per impostare un segnalibro basta cliccare con lo Shift premuto nello spazio tra il numero di linea e i marcatori di compressione.</p><p>Queste azioni possono essere invertite con il menù contestuale.</p><p> Cliccare con il tasto Ctrl premuto un marcatore di errore della sintassi mostra delle informazioni sull'errore.</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="827"/> + <location filename="../QScintilla/Editor.py" line="829"/> <source>Typing aids enabled</source> <translation>Aiuti alla digitazione abilitati</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1098"/> + <location filename="../QScintilla/Editor.py" line="1100"/> <source>End-of-Line Type</source> <translation>Tipo di fine-linea</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1102"/> + <location filename="../QScintilla/Editor.py" line="1104"/> <source>Unix</source> <translation>Unix</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1109"/> + <location filename="../QScintilla/Editor.py" line="1111"/> <source>Windows</source> <translation>Windows</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1116"/> + <location filename="../QScintilla/Editor.py" line="1118"/> <source>Macintosh</source> <translation>Macintosh</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1057"/> + <location filename="../QScintilla/Editor.py" line="1059"/> <source>Encodings</source> <translation>Codifica</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1037"/> + <location filename="../QScintilla/Editor.py" line="1039"/> <source>Guessed</source> <translation>Indovinato</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1345"/> + <location filename="../QScintilla/Editor.py" line="1347"/> <source>Alternatives</source> <translation>Alternative</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1361"/> + <location filename="../QScintilla/Editor.py" line="1363"/> <source>Pygments Lexer</source> <translation>Analizzatore lessicale Pygments</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1361"/> + <location filename="../QScintilla/Editor.py" line="1363"/> <source>Select the Pygments lexer to apply.</source> <translation>Selezione l'analizzatore lessicale di Pygments da applicare.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7686"/> + <location filename="../QScintilla/Editor.py" line="7697"/> <source>Check spelling...</source> <translation>Controllo sillabazione...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="803"/> + <location filename="../QScintilla/Editor.py" line="805"/> <source>Check spelling of selection...</source> <translation>Controllo sillabazione della selezione...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7689"/> + <location filename="../QScintilla/Editor.py" line="7700"/> <source>Add to dictionary</source> <translation>Aggiungi al dizionario</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7691"/> + <location filename="../QScintilla/Editor.py" line="7702"/> <source>Ignore All</source> <translation>Ignora tutto</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="807"/> + <location filename="../QScintilla/Editor.py" line="809"/> <source>Remove from dictionary</source> <translation>Rimuovi dal dizionario</translation> </message> @@ -11785,277 +11785,277 @@ <translation><p>La dimensione del file <b>{0}</b> è <b>{1} KB</b>. Sei sicuro di volerlo caricare ?</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1322"/> + <location filename="../QScintilla/Editor.py" line="1324"/> <source><p>No exporter available for the export format <b>{0}</b>. Aborting...</p></source> <translation><p>Nessun esportatore disponibile per il formato di export<b>{0}</b>. Termino...</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1341"/> + <location filename="../QScintilla/Editor.py" line="1343"/> <source>Alternatives ({0})</source> <translation>Alternative ({0})</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2937"/> + <location filename="../QScintilla/Editor.py" line="2939"/> <source><p>The file <b>{0}</b> has unsaved changes.</p></source> <translation><p>Il file <b>{0}</b> contiene modifiche non salvate.</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2997"/> + <location filename="../QScintilla/Editor.py" line="2999"/> <source><p>The file <b>{0}</b> could not be opened.</p><p>Reason: {1}</p></source> <translation><p>Il file <b>{0}</b> non può essere aperto.<br />Motivo: {1}</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3115"/> + <location filename="../QScintilla/Editor.py" line="3125"/> <source><p>The file <b>{0}</b> could not be saved.<br/>Reason: {1}</p></source> <translation><p>Il file <b>{0}</b> non può essere salvato.<br />Motivo: {1}</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6642"/> + <location filename="../QScintilla/Editor.py" line="6653"/> <source><p>The macro file <b>{0}</b> could not be read.</p></source> <translation><p>Il file macro <b>{0}</b> non può essere letto.</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6651"/> + <location filename="../QScintilla/Editor.py" line="6662"/> <source><p>The macro file <b>{0}</b> is corrupt.</p></source> <translation><p>Il file macro <b>{0}</b> è danneggiato.</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6704"/> + <location filename="../QScintilla/Editor.py" line="6715"/> <source><p>The macro file <b>{0}</b> could not be written.</p></source> <translation><p>Il file macro <b>{0}</b> non può essere scritto.</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7049"/> + <location filename="../QScintilla/Editor.py" line="7059"/> <source>{0} (ro)</source> <translation>{0} (ro)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7189"/> + <location filename="../QScintilla/Editor.py" line="7200"/> <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="../QScintilla/Editor.py" line="7285"/> + <location filename="../QScintilla/Editor.py" line="7296"/> <source>Alias for file <b>{0}</b>:</source> <translation>Alias per il file <b>{0}</b>:</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1250"/> + <location filename="../QScintilla/Editor.py" line="1252"/> <source>Next warning</source> <translation>Warning successivo</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1254"/> + <location filename="../QScintilla/Editor.py" line="1256"/> <source>Previous warning</source> <translation>Warning precedente</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1258"/> + <location filename="../QScintilla/Editor.py" line="1260"/> <source>Show warning message</source> <translation>Mostra Warning</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1262"/> + <location filename="../QScintilla/Editor.py" line="1264"/> <source>Clear warnings</source> <translation>Pulisci warning</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3178"/> + <location filename="../QScintilla/Editor.py" line="3188"/> <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="../QScintilla/Editor.py" line="6688"/> + <location filename="../QScintilla/Editor.py" line="6699"/> <source><p>The macro file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>Il file delle macro <b>{0}</b> esiste già.Sovrascriverlo ?</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6488"/> + <location filename="../QScintilla/Editor.py" line="6499"/> <source>Warning: {0}</source> <translation>Attenzione: {0}</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6495"/> + <location filename="../QScintilla/Editor.py" line="6506"/> <source>Error: {0}</source> <translation>Errore: {0}</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6879"/> + <location filename="../QScintilla/Editor.py" line="6890"/> <source><br><b>Warning:</b> You will lose your changes upon reopening it.</source> <translation><br><b>Attenzione:</b> con la riapertura le modifiche andranno perse.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="884"/> + <location filename="../QScintilla/Editor.py" line="886"/> <source>Open 'rejection' file</source> <translation>Apri file 'rifiuto'</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="994"/> + <location filename="../QScintilla/Editor.py" line="996"/> <source>Load Diagram...</source> <translation>Carica Diagramma...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1285"/> + <location filename="../QScintilla/Editor.py" line="1287"/> <source>Next change</source> <translation>Modifica successiva</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1289"/> + <location filename="../QScintilla/Editor.py" line="1291"/> <source>Previous change</source> <translation>Modifica precedente</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8107"/> + <location filename="../QScintilla/Editor.py" line="8118"/> <source>Sort Lines</source> <translation>Righe ordinate</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8107"/> + <location filename="../QScintilla/Editor.py" line="8118"/> <source>The selection contains illegal data for a numerical sort.</source> <translation>La selezione contiene dati non validi per un ordinamento numerico.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6423"/> + <location filename="../QScintilla/Editor.py" line="6434"/> <source>Warning</source> <translation>Attenzione</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6423"/> + <location filename="../QScintilla/Editor.py" line="6434"/> <source>No warning messages available.</source> <translation>Nessun messaggio di attenzione disponibile.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6485"/> + <location filename="../QScintilla/Editor.py" line="6496"/> <source>Style: {0}</source> <translation>Stile: {0}</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="858"/> + <location filename="../QScintilla/Editor.py" line="860"/> <source>New Document View</source> <translation>Nuova vista Documento</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="861"/> + <location filename="../QScintilla/Editor.py" line="863"/> <source>New Document View (with new split)</source> <translation>Nuova vista Documento (con nuova divisione)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="948"/> + <location filename="../QScintilla/Editor.py" line="950"/> <source>Tools</source> <translation>Strumenti</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1079"/> + <location filename="../QScintilla/Editor.py" line="1081"/> <source>Re-Open With Encoding</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6873"/> + <location filename="../QScintilla/Editor.py" line="6884"/> <source><p>The file <b>{0}</b> has been changed while it was opened in eric6. Reread it?</p></source> <translation type="unfinished"><p>Il file <b>{0}</b> è stato modificato mentre era aperto in eric6. Rileggerlo ?</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="834"/> + <location filename="../QScintilla/Editor.py" line="836"/> <source>Automatic Completion enabled</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="914"/> + <location filename="../QScintilla/Editor.py" line="916"/> <source>Complete</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4785"/> + <location filename="../QScintilla/Editor.py" line="4795"/> <source>Auto-Completion Provider</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4785"/> + <location filename="../QScintilla/Editor.py" line="4795"/> <source>The completion list provider '{0}' was already registered. Ignoring duplicate request.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5060"/> + <location filename="../QScintilla/Editor.py" line="5070"/> <source>Call-Tips Provider</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5060"/> + <location filename="../QScintilla/Editor.py" line="5070"/> <source>The call-tips provider '{0}' was already registered. Ignoring duplicate request.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8196"/> + <location filename="../QScintilla/Editor.py" line="8207"/> <source>Register Mouse Click Handler</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8196"/> + <location filename="../QScintilla/Editor.py" line="8207"/> <source>A mouse click handler for "{0}" was already registered by "{1}". Aborting request by "{2}"...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="878"/> + <location filename="../QScintilla/Editor.py" line="880"/> <source>Save Copy...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="917"/> + <location filename="../QScintilla/Editor.py" line="919"/> <source>Clear Completions Cache</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="844"/> + <location filename="../QScintilla/Editor.py" line="846"/> <source>Code Info</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1293"/> + <location filename="../QScintilla/Editor.py" line="1295"/> <source>Clear changes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="769"/> + <location filename="../QScintilla/Editor.py" line="771"/> <source>Execute Selection In Console</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8317"/> + <location filename="../QScintilla/Editor.py" line="8328"/> <source>EditorConfig Properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8317"/> + <location filename="../QScintilla/Editor.py" line="8328"/> <source><p>The EditorConfig properties for file <b>{0}</b> could not be loaded.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1197"/> + <location filename="../QScintilla/Editor.py" line="1199"/> <source>Toggle all folds</source> <translation type="unfinished">Abilita/Disabilita tutti i raggruppamenti</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1202"/> + <location filename="../QScintilla/Editor.py" line="1204"/> <source>Toggle all folds (including children)</source> <translation type="unfinished">Abilita/Disabilita tutti i raggruppamenti (inclusi i figli)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1207"/> + <location filename="../QScintilla/Editor.py" line="1209"/> <source>Toggle current fold</source> <translation type="unfinished">Abilita/Disabilita il raggruppamento corrente</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1213"/> + <location filename="../QScintilla/Editor.py" line="1215"/> <source>Expand (including children)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1218"/> + <location filename="../QScintilla/Editor.py" line="1220"/> <source>Collapse (including children)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1224"/> + <location filename="../QScintilla/Editor.py" line="1226"/> <source>Clear all folds</source> <translation type="unfinished"></translation> </message> @@ -13253,42 +13253,42 @@ <translation>Mostra la dimensione del tab selezionata.</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="175"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="266"/> <source>Select whether tabs shall be converted upon opening the file</source> <translation>Seleziona nel caso i tab debbano essere convertiti all'apertura del file</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="178"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="269"/> <source>Convert tabs upon open</source> <translation>Converti tab all'apertura</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="165"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="256"/> <source>Select whether pressing the tab key indents.</source> <translation>Seleziona nel caso la pressione del tasto tab indenti.</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="168"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="259"/> <source>Tab key indents</source> <translation>Indentazione tasto Tab</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="145"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="236"/> <source>Select whether autoindentation shall be enabled</source> <translation type="unfinished">Seleziona nel caso le guide di indentazione debbano essere mostrate.</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="148"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="239"/> <source>Auto indentation</source> <translation type="unfinished">Mostra guide indentazione</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="155"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="246"/> <source>Select whether tab characters are used for indentations.</source> <translation>Seleziona nel caso il carattere di tab debba essere usato per l'indentazione.</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="158"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="249"/> <source>Use tabs for indentations</source> <translation>Usa tab per l'indentazione</translation> </message> @@ -13303,54 +13303,94 @@ <translation>Tabs && Identazione</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="190"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="281"/> <source>Comments</source> <translation>Commenti</translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="287"/> + <source>Select to insert the comment sign at column 0</source> + <translation>Seleziona per inserire il segno di commento alla colonna 0</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="290"/> + <source><b>Insert comment at column 0</b><p>Select to insert the comment sign at column 0. Otherwise, the comment sign is inserted at the first non-whitespace position.</p></source> + <translation><b>Inserisci commento alla colonna 0</b><p>Selezione per inserire il segno di commento allal colonna 0. In alternativa, il segno di commento viene inserito nella posizione del primo carattare non spazio.</p></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="293"/> + <source>Insert comment at column 0</source> + <translation>Inserisci commento alla colonna 0</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="303"/> + <source>Virtual Space</source> + <translation>Spazio Virtuale</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="309"/> + <source>Virtual space is the space after the last character of a line. It is not allocated unless some text is entered or copied into it. Usage of virtual space can be configured with these selections.</source> + <translation>Lo spazio Virtuale è lo spazio dopo l'ultimo carattere della riga. Non viene allocato fintantochè del testo non viene inserito o copiato in esso. L'uso dello Spazio Virtuale può venir configurato da questa selezione.</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="319"/> + <source>Select to enable a rectangular selection to extend into virtual space</source> + <translation>Seleziona per abilitare una selezione rettangolare ad estendersi nello Spazio Virtuale</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="322"/> + <source>Selection may access virtual space</source> + <translation>Seleziona per abilitare lo Spazio Virtuale</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="329"/> + <source>Select to allow the cursor to be moved into virtual space</source> + <translation>Seleziona per permette al cursore di muoversi nello Spazio Virtuale</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="332"/> + <source>Cursor can move into virtual space</source> + <translation>Il cursore può muoversi nello Spazio Virtuale</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="158"/> + <source>Language</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="163"/> + <source>Tab Width</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="168"/> + <source>Indent Width</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="196"/> - <source>Select to insert the comment sign at column 0</source> - <translation>Seleziona per inserire il segno di commento alla colonna 0</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="199"/> - <source><b>Insert comment at column 0</b><p>Select to insert the comment sign at column 0. Otherwise, the comment sign is inserted at the first non-whitespace position.</p></source> - <translation><b>Inserisci commento alla colonna 0</b><p>Selezione per inserire il segno di commento allal colonna 0. In alternativa, il segno di commento viene inserito nella posizione del primo carattare non spazio.</p></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="202"/> - <source>Insert comment at column 0</source> - <translation>Inserisci commento alla colonna 0</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="212"/> - <source>Virtual Space</source> - <translation>Spazio Virtuale</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="218"/> - <source>Virtual space is the space after the last character of a line. It is not allocated unless some text is entered or copied into it. Usage of virtual space can be configured with these selections.</source> - <translation>Lo spazio Virtuale è lo spazio dopo l'ultimo carattere della riga. Non viene allocato fintantochè del testo non viene inserito o copiato in esso. L'uso dello Spazio Virtuale può venir configurato da questa selezione.</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="228"/> - <source>Select to enable a rectangular selection to extend into virtual space</source> - <translation>Seleziona per abilitare una selezione rettangolare ad estendersi nello Spazio Virtuale</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="231"/> - <source>Selection may access virtual space</source> - <translation>Seleziona per abilitare lo Spazio Virtuale</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="238"/> - <source>Select to allow the cursor to be moved into virtual space</source> - <translation>Seleziona per permette al cursore di muoversi nello Spazio Virtuale</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="241"/> - <source>Cursor can move into virtual space</source> - <translation>Il cursore può muoversi nello Spazio Virtuale</translation> + <source>Press to add a language specific override</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="203"/> + <source>Press to delete the selected language specific override</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="210"/> + <source>Press to edit the selected language specific override</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.py" line="205"/> + <source>Tab and Indent Override</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.py" line="205"/> + <source>Shall the selected entries really be removed?</source> + <translation type="unfinished"></translation> </message> </context> <context> @@ -13783,6 +13823,39 @@ </message> </context> <context> + <name>EditorLanguageTabIndentOverrideDialog</name> + <message> + <location filename="../Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.ui" line="14"/> + <source>Tab and Indent Override</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.ui" line="23"/> + <source>Language:</source> + <translation type="unfinished">Linguaggio:</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.ui" line="40"/> + <source>Tab Width:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.ui" line="47"/> + <source>Enter the tab width</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.ui" line="76"/> + <source>Indentation width:</source> + <translation type="unfinished">Larghezza identazione:</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.ui" line="83"/> + <source>Enter the indentation width</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>EditorMarkerMap</name> <message> <location filename="../QScintilla/EditorMarkerMap.py" line="28"/> @@ -48258,37 +48331,37 @@ <translation>Pronto</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2379"/> + <location filename="../QScintilla/MiniEditor.py" line="2368"/> <source>File loaded</source> <translation>File caricato</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2795"/> + <location filename="../QScintilla/MiniEditor.py" line="2805"/> <source>Untitled</source> <translation>Senza titolo</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2477"/> + <location filename="../QScintilla/MiniEditor.py" line="2486"/> <source>Mini Editor</source> <translation>Mini Editor</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2836"/> + <location filename="../QScintilla/MiniEditor.py" line="2846"/> <source>Select all</source> <translation>Seleziona tutti</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2837"/> + <location filename="../QScintilla/MiniEditor.py" line="2847"/> <source>Deselect all</source> <translation>Deseleziona tutti</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2851"/> + <location filename="../QScintilla/MiniEditor.py" line="2861"/> <source>Languages</source> <translation>Linguaggi</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2854"/> + <location filename="../QScintilla/MiniEditor.py" line="2864"/> <source>No Language</source> <translation>Nessun linguaggio</translation> </message> @@ -48298,7 +48371,7 @@ <translation>Apri File</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2448"/> + <location filename="../QScintilla/MiniEditor.py" line="2457"/> <source>File saved</source> <translation>File salvato</translation> </message> @@ -48375,22 +48448,22 @@ <translation>Stampa il file corrente</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2758"/> + <location filename="../QScintilla/MiniEditor.py" line="2768"/> <source>Printing...</source> <translation>In stampa...</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2776"/> + <location filename="../QScintilla/MiniEditor.py" line="2786"/> <source>Printing completed</source> <translation>Stampa completata</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2778"/> + <location filename="../QScintilla/MiniEditor.py" line="2788"/> <source>Error while printing</source> <translation>Errore durante la stampa</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2781"/> + <location filename="../QScintilla/MiniEditor.py" line="2791"/> <source>Printing aborted</source> <translation>Stampa interrota</translation> </message> @@ -48415,22 +48488,22 @@ <translation><b>Anteprima di stampa</b><p>Anteprima di stampa del file corrente.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2878"/> + <location filename="../QScintilla/MiniEditor.py" line="2888"/> <source>Guessed</source> <translation>Indovinato</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2899"/> + <location filename="../QScintilla/MiniEditor.py" line="2909"/> <source>Alternatives</source> <translation>Alternativo</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2913"/> + <location filename="../QScintilla/MiniEditor.py" line="2923"/> <source>Pygments Lexer</source> <translation>Analizzatore lessicale Pygments</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2913"/> + <location filename="../QScintilla/MiniEditor.py" line="2923"/> <source>Select the Pygments lexer to apply.</source> <translation>Selezione l'analizzatore lessicale di Pygments da applicare.</translation> </message> @@ -48450,22 +48523,22 @@ <translation><p>Il file <b>{0}</b> non può essere aperto.<br />Motivo: {1}</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2440"/> + <location filename="../QScintilla/MiniEditor.py" line="2449"/> <source>Save File</source> <translation>Salva file</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2440"/> + <location filename="../QScintilla/MiniEditor.py" line="2449"/> <source><p>The file <b>{0}</b> could not be saved.<br/>Reason: {1}</p></source> <translation><p>Il file <b>{0}</b> non può essere salvato.<br />Motivo: {1}</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2477"/> + <location filename="../QScintilla/MiniEditor.py" line="2486"/> <source>{0}[*] - {1}</source> <translation>{0}[*] - {1}</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2896"/> + <location filename="../QScintilla/MiniEditor.py" line="2906"/> <source>Alternatives ({0})</source> <translation>Alternative ({0})</translation> </message> @@ -48510,17 +48583,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="3430"/> + <location filename="../QScintilla/MiniEditor.py" line="3446"/> <source>EditorConfig Properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="3430"/> + <location filename="../QScintilla/MiniEditor.py" line="3446"/> <source><p>The EditorConfig properties for file <b>{0}</b> could not be loaded.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2460"/> + <location filename="../QScintilla/MiniEditor.py" line="2469"/> <source>[*] - {0}</source> <translation type="unfinished"></translation> </message> @@ -53199,17 +53272,17 @@ <context> <name>Preferences</name> <message> - <location filename="../Preferences/__init__.py" line="1584"/> + <location filename="../Preferences/__init__.py" line="1585"/> <source>Export Preferences</source> <translation>Esporta Preferenze</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1612"/> + <location filename="../Preferences/__init__.py" line="1613"/> <source>Import Preferences</source> <translation>Importa Preferenze</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1612"/> + <location filename="../Preferences/__init__.py" line="1613"/> <source>Properties File (*.ini);;All Files (*)</source> <translation>File proprietà (*.ini);;Tutti i file(*)</translation> </message> @@ -84362,27 +84435,27 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6597"/> + <location filename="../ViewManager/ViewManager.py" line="6600"/> <source>Edit Spelling Dictionary</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6572"/> + <location filename="../ViewManager/ViewManager.py" line="6575"/> <source>Editing {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6554"/> + <location filename="../ViewManager/ViewManager.py" line="6557"/> <source><p>The spelling dictionary file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6584"/> + <location filename="../ViewManager/ViewManager.py" line="6587"/> <source><p>The spelling dictionary file <b>{0}</b> could not be written.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6597"/> + <location filename="../ViewManager/ViewManager.py" line="6600"/> <source>The spelling dictionary was saved successfully.</source> <translation type="unfinished"></translation> </message>
--- a/eric6/i18n/eric6_pt.ts Fri Sep 27 14:49:42 2019 +0200 +++ b/eric6/i18n/eric6_pt.ts Sat Sep 28 18:44:48 2019 +0200 @@ -11123,7 +11123,7 @@ <context> <name>Editor</name> <message> - <location filename="../QScintilla/Editor.py" line="2997"/> + <location filename="../QScintilla/Editor.py" line="2999"/> <source>Open File</source> <translation>Abrir Ficheiro</translation> </message> @@ -11133,912 +11133,912 @@ <translation><p>O tamanho do ficheiro <b>{0}</b> é <b>{1} KB</b>. Tem a certeza de que o quer carregar?</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="447"/> + <location filename="../QScintilla/Editor.py" line="449"/> <source><b>A Source Editor Window</b><p>This window is used to display and edit a source file. You can open as many of these as you like. The name of the file is displayed in the window's titlebar.</p><p>In order to set breakpoints just click in the space between the line numbers and the fold markers. Via the context menu of the margins they may be edited.</p><p>In order to set bookmarks just Shift click in the space between the line numbers and the fold markers.</p><p>These actions can be reversed via the context menu.</p><p>Ctrl clicking on a syntax error marker shows some info about this error.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="749"/> + <location filename="../QScintilla/Editor.py" line="751"/> <source>Undo</source> <translation>Desfazer</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="752"/> + <location filename="../QScintilla/Editor.py" line="754"/> <source>Redo</source> <translation>Refazer</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="755"/> + <location filename="../QScintilla/Editor.py" line="757"/> <source>Revert to last saved state</source> <translation>Voltar ao último estado guardado</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="759"/> + <location filename="../QScintilla/Editor.py" line="761"/> <source>Cut</source> <translation>Cortar</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="762"/> + <location filename="../QScintilla/Editor.py" line="764"/> <source>Copy</source> <translation>Copiar</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="765"/> + <location filename="../QScintilla/Editor.py" line="767"/> <source>Paste</source> <translation>Colar</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="773"/> + <location filename="../QScintilla/Editor.py" line="775"/> <source>Indent</source> <translation>Indentar</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="776"/> + <location filename="../QScintilla/Editor.py" line="778"/> <source>Unindent</source> <translation>Tirar Indentação</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="779"/> + <location filename="../QScintilla/Editor.py" line="781"/> <source>Comment</source> <translation>Comentar</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="782"/> + <location filename="../QScintilla/Editor.py" line="784"/> <source>Uncomment</source> <translation>Descomentar</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="785"/> + <location filename="../QScintilla/Editor.py" line="787"/> <source>Stream Comment</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="788"/> + <location filename="../QScintilla/Editor.py" line="790"/> <source>Box Comment</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="792"/> - <source>Select to brace</source> - <translation>Selecionar até parentesis</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="794"/> + <source>Select to brace</source> + <translation>Selecionar até parentesis</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="796"/> <source>Select all</source> <translation>Selecionar tudo</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="795"/> + <location filename="../QScintilla/Editor.py" line="797"/> <source>Deselect all</source> <translation>Desselecionar tudo</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7686"/> + <location filename="../QScintilla/Editor.py" line="7697"/> <source>Check spelling...</source> <translation>Verificação ortográfica...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="803"/> + <location filename="../QScintilla/Editor.py" line="805"/> <source>Check spelling of selection...</source> <translation>Verificação ortográfica da seleção...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="807"/> + <location filename="../QScintilla/Editor.py" line="809"/> <source>Remove from dictionary</source> <translation>Retirar do dicionário</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="811"/> + <location filename="../QScintilla/Editor.py" line="813"/> <source>Shorten empty lines</source> <translation>Encolher linhas vazias</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="818"/> + <location filename="../QScintilla/Editor.py" line="820"/> <source>Use Monospaced Font</source> <translation>Usar Tipo de Letra de Tamanho Único</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="823"/> + <location filename="../QScintilla/Editor.py" line="825"/> <source>Autosave enabled</source> <translation>Ativado autogravar </translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="827"/> + <location filename="../QScintilla/Editor.py" line="829"/> <source>Typing aids enabled</source> <translation>Habilitada a ajuda à escritura</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="866"/> + <location filename="../QScintilla/Editor.py" line="868"/> <source>Close</source> <translation>Fechar</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="872"/> + <location filename="../QScintilla/Editor.py" line="874"/> <source>Save</source> <translation>Gravar</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="875"/> + <location filename="../QScintilla/Editor.py" line="877"/> <source>Save As...</source> <translation>Gravar Como...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="888"/> + <location filename="../QScintilla/Editor.py" line="890"/> <source>Print Preview</source> <translation>Antevisão da Impressão</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="891"/> + <location filename="../QScintilla/Editor.py" line="893"/> <source>Print</source> <translation>Imprimir</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="920"/> - <source>Complete from Document</source> - <translation type="unfinished">desde Documento</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="922"/> - <source>Complete from APIs</source> - <translation type="unfinished">desde APIs</translation> + <source>Complete from Document</source> + <translation type="unfinished">desde Documento</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="924"/> + <source>Complete from APIs</source> + <translation type="unfinished">desde APIs</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="926"/> <source>Complete from Document and APIs</source> <translation type="unfinished">desde Documento e APIs</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="842"/> + <location filename="../QScintilla/Editor.py" line="844"/> <source>Calltip</source> <translation>Dica</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="938"/> + <location filename="../QScintilla/Editor.py" line="940"/> <source>Check</source> <translation>Verificar</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="958"/> - <source>Show</source> - <translation>Mostrar</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="960"/> + <source>Show</source> + <translation>Mostrar</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="962"/> <source>Code metrics...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="961"/> - <source>Code coverage...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="963"/> + <source>Code coverage...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="965"/> <source>Show code coverage annotations</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="966"/> + <location filename="../QScintilla/Editor.py" line="968"/> <source>Hide code coverage annotations</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="969"/> + <location filename="../QScintilla/Editor.py" line="971"/> <source>Profile data...</source> <translation>Dados de Perfil...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="982"/> - <source>Diagrams</source> - <translation>Diagramas</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="984"/> - <source>Class Diagram...</source> - <translation>Diagrama de Classes...</translation> + <source>Diagrams</source> + <translation>Diagramas</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="986"/> - <source>Package Diagram...</source> - <translation>Diagrama do Pacote...</translation> + <source>Class Diagram...</source> + <translation>Diagrama de Classes...</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="988"/> - <source>Imports Diagram...</source> - <translation>Diagrama de Imports...</translation> + <source>Package Diagram...</source> + <translation>Diagrama do Pacote...</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="990"/> + <source>Imports Diagram...</source> + <translation>Diagrama de Imports...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="992"/> <source>Application Diagram...</source> <translation>Diagrama da Aplicação...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1008"/> + <location filename="../QScintilla/Editor.py" line="1010"/> <source>Languages</source> <translation>Linguagens</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1011"/> + <location filename="../QScintilla/Editor.py" line="1013"/> <source>No Language</source> <translation>Nenhuma Linguagem</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1037"/> + <location filename="../QScintilla/Editor.py" line="1039"/> <source>Guessed</source> <translation>Adivinhado</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1345"/> + <location filename="../QScintilla/Editor.py" line="1347"/> <source>Alternatives</source> <translation>Alternativas</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1057"/> + <location filename="../QScintilla/Editor.py" line="1059"/> <source>Encodings</source> <translation>Codificações</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1098"/> + <location filename="../QScintilla/Editor.py" line="1100"/> <source>End-of-Line Type</source> <translation>Tipo do Fim-de-Linha</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1102"/> + <location filename="../QScintilla/Editor.py" line="1104"/> <source>Unix</source> <translation></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1109"/> + <location filename="../QScintilla/Editor.py" line="1111"/> <source>Windows</source> <translation></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1116"/> + <location filename="../QScintilla/Editor.py" line="1118"/> <source>Macintosh</source> <translation></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1134"/> + <location filename="../QScintilla/Editor.py" line="1136"/> <source>Export as</source> <translation>Exportar como</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1156"/> - <source>Toggle bookmark</source> - <translation>Alternar marcadores</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1158"/> - <source>Next bookmark</source> - <translation>Marcador seguinte</translation> + <source>Toggle bookmark</source> + <translation>Alternar marcadores</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="1160"/> - <source>Previous bookmark</source> - <translation>Marcador anterior</translation> + <source>Next bookmark</source> + <translation>Marcador seguinte</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="1162"/> + <source>Previous bookmark</source> + <translation>Marcador anterior</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1164"/> <source>Clear all bookmarks</source> <translation>Limpar os marcadores todos</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1171"/> - <source>Toggle breakpoint</source> - <translation>Alternar pontos de interrupção</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1173"/> + <source>Toggle breakpoint</source> + <translation>Alternar pontos de interrupção</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1175"/> <source>Toggle temporary breakpoint</source> <translation>Alternar pontos de interrupção temporais</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1176"/> + <location filename="../QScintilla/Editor.py" line="1178"/> <source>Edit breakpoint...</source> <translation>Editar ponto de interrupção...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5490"/> + <location filename="../QScintilla/Editor.py" line="5500"/> <source>Enable breakpoint</source> <translation>Habilitar pontos de interrupção</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1181"/> - <source>Next breakpoint</source> - <translation>Ponto de interrupção seguinte</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1183"/> + <source>Next breakpoint</source> + <translation>Ponto de interrupção seguinte</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1185"/> <source>Previous breakpoint</source> <translation>Ponto de interrupção anterior</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1188"/> + <location filename="../QScintilla/Editor.py" line="1190"/> <source>Clear all breakpoints</source> <translation>Apagar todos os pontos de interrupção</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1236"/> + <location filename="../QScintilla/Editor.py" line="1238"/> <source>Goto syntax error</source> <translation>Ir ao erro de sintaxe</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1240"/> + <location filename="../QScintilla/Editor.py" line="1242"/> <source>Show syntax error message</source> <translation>Mostrar a mensagem de erro de sintaxe</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1245"/> + <location filename="../QScintilla/Editor.py" line="1247"/> <source>Clear syntax error</source> <translation>Limpar o erro de sintaxe</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1250"/> + <location filename="../QScintilla/Editor.py" line="1252"/> <source>Next warning</source> <translation>Aviso seguinte</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1254"/> + <location filename="../QScintilla/Editor.py" line="1256"/> <source>Previous warning</source> <translation>Aviso anterior</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1258"/> + <location filename="../QScintilla/Editor.py" line="1260"/> <source>Show warning message</source> <translation>Mostrar mensagem de aviso</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1262"/> + <location filename="../QScintilla/Editor.py" line="1264"/> <source>Clear warnings</source> <translation>Limpar avisos</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1267"/> + <location filename="../QScintilla/Editor.py" line="1269"/> <source>Next uncovered line</source> <translation>Linha seguinte sem cobrir</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1271"/> + <location filename="../QScintilla/Editor.py" line="1273"/> <source>Previous uncovered line</source> <translation>Linha anterior sem cobrir</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1276"/> + <location filename="../QScintilla/Editor.py" line="1278"/> <source>Next task</source> <translation>Tarefa seguinte</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1280"/> + <location filename="../QScintilla/Editor.py" line="1282"/> <source>Previous task</source> <translation>Tarefa anterior</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1330"/> + <location filename="../QScintilla/Editor.py" line="1332"/> <source>Export source</source> <translation>Exportar fonte</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1322"/> + <location filename="../QScintilla/Editor.py" line="1324"/> <source><p>No exporter available for the export format <b>{0}</b>. Aborting...</p></source> <translation><p>Não está disponível um exportador para formato <b>{0}</b>. A cancelar...</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1330"/> + <location filename="../QScintilla/Editor.py" line="1332"/> <source>No export format given. Aborting...</source> <translation>Não foi dado o formato para exportar. A cancelar...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1341"/> + <location filename="../QScintilla/Editor.py" line="1343"/> <source>Alternatives ({0})</source> <translation>Alternativas ({0})</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1361"/> + <location filename="../QScintilla/Editor.py" line="1363"/> <source>Pygments Lexer</source> <translation>Analizador Léxico Pygments</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1361"/> + <location filename="../QScintilla/Editor.py" line="1363"/> <source>Select the Pygments lexer to apply.</source> <translation>Selecionar o analizador léxico Pygments a aplicar.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1846"/> + <location filename="../QScintilla/Editor.py" line="1848"/> <source>Modification of Read Only file</source> <translation>Modificação do ficheiro de Apenas Leitura</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1846"/> + <location filename="../QScintilla/Editor.py" line="1848"/> <source>You are attempting to change a read only file. Please save to a different file first.</source> <translation>Tenta alterar um ficheiro de Apenas Leitura. Por favor guarde-o primeiro num ficheiro diferente. </translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2554"/> + <location filename="../QScintilla/Editor.py" line="2556"/> <source>Printing...</source> <translation>A imprimir...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2571"/> - <source>Printing completed</source> - <translation>Impressão completa</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="2573"/> + <source>Printing completed</source> + <translation>Impressão completa</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="2575"/> <source>Error while printing</source> <translation>Erro durante a impressão</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2576"/> + <location filename="../QScintilla/Editor.py" line="2578"/> <source>Printing aborted</source> <translation>Impressão cancelada</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2937"/> + <location filename="../QScintilla/Editor.py" line="2939"/> <source>File Modified</source> <translation>Ficheiro Modificado</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2937"/> + <location filename="../QScintilla/Editor.py" line="2939"/> <source><p>The file <b>{0}</b> has unsaved changes.</p></source> <translation><p>O ficheiro <b>{0}</b> tem alterações por gravar.</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2997"/> + <location filename="../QScintilla/Editor.py" line="2999"/> <source><p>The file <b>{0}</b> could not be opened.</p><p>Reason: {1}</p></source> <translation><p>Não se pôde abrir o ficheiro <b>{0}</b>.</p><p> Motivo: {1}</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3178"/> + <location filename="../QScintilla/Editor.py" line="3188"/> <source>Save File</source> <translation>Gravar Ficheiro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3115"/> + <location filename="../QScintilla/Editor.py" line="3125"/> <source><p>The file <b>{0}</b> could not be saved.<br/>Reason: {1}</p></source> <translation><p>O ficheiro <b>{0}</b> não se pôde gravar. <br/>Motivo: {1}</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3178"/> + <location filename="../QScintilla/Editor.py" line="3188"/> <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="../QScintilla/Editor.py" line="4655"/> + <location filename="../QScintilla/Editor.py" line="4665"/> <source>Autocompletion</source> <translation>Autocompletar</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4655"/> + <location filename="../QScintilla/Editor.py" line="4665"/> <source>Autocompletion is not available because there is no autocompletion source set.</source> <translation>Autocompletar não está disponivel porque a fonte de autocompletar não está definida.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5493"/> + <location filename="../QScintilla/Editor.py" line="5503"/> <source>Disable breakpoint</source> <translation>Inabilitar ponto de interrupção</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5867"/> + <location filename="../QScintilla/Editor.py" line="5878"/> <source>Code Coverage</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5867"/> + <location filename="../QScintilla/Editor.py" line="5878"/> <source>Please select a coverage file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5930"/> + <location filename="../QScintilla/Editor.py" line="5941"/> <source>Show Code Coverage Annotations</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5923"/> + <location filename="../QScintilla/Editor.py" line="5934"/> <source>All lines have been covered.</source> <translation>Foram cobertas as linhas todas.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5930"/> + <location filename="../QScintilla/Editor.py" line="5941"/> <source>There is no coverage file available.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6047"/> + <location filename="../QScintilla/Editor.py" line="6058"/> <source>Profile Data</source> <translation>Dados de Perfil</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6047"/> + <location filename="../QScintilla/Editor.py" line="6058"/> <source>Please select a profile file</source> <translation>Escolha um ficheiro de perfil por favor</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6209"/> + <location filename="../QScintilla/Editor.py" line="6220"/> <source>Syntax Error</source> <translation>Erro de Sintaxe</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6209"/> + <location filename="../QScintilla/Editor.py" line="6220"/> <source>No syntax error message available.</source> <translation>Não está disponível a mensagem de erro de sintaxe.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6600"/> + <location filename="../QScintilla/Editor.py" line="6611"/> <source>Macro Name</source> <translation>Nome de Macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6600"/> + <location filename="../QScintilla/Editor.py" line="6611"/> <source>Select a macro name:</source> <translation>Selecionar um nome de macro:</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6628"/> + <location filename="../QScintilla/Editor.py" line="6639"/> <source>Load macro file</source> <translation>Carregar ficheiro macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6671"/> + <location filename="../QScintilla/Editor.py" line="6682"/> <source>Macro files (*.macro)</source> <translation>Ficheiros Macro (*.macro)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6651"/> + <location filename="../QScintilla/Editor.py" line="6662"/> <source>Error loading macro</source> <translation>Erro ao carregar macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6642"/> + <location filename="../QScintilla/Editor.py" line="6653"/> <source><p>The macro file <b>{0}</b> could not be read.</p></source> <translation><p>O ficheiro macro <b>{0}</b> não se pode ler.</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6651"/> + <location filename="../QScintilla/Editor.py" line="6662"/> <source><p>The macro file <b>{0}</b> is corrupt.</p></source> <translation><p>O ficheiro macro <b>{0}</b> está corrompido.</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6671"/> + <location filename="../QScintilla/Editor.py" line="6682"/> <source>Save macro file</source> <translation>Gravar ficheiro macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6688"/> + <location filename="../QScintilla/Editor.py" line="6699"/> <source>Save macro</source> <translation>Gravar macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6688"/> + <location filename="../QScintilla/Editor.py" line="6699"/> <source><p>The macro file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>O ficheiro macro <b>{0}</b> já existe. Sobreescrever-lo?</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6704"/> + <location filename="../QScintilla/Editor.py" line="6715"/> <source>Error saving macro</source> <translation>Erro ao gravar macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6704"/> + <location filename="../QScintilla/Editor.py" line="6715"/> <source><p>The macro file <b>{0}</b> could not be written.</p></source> <translation><p>O ficheiro macro <b>{0}</b> não pode ser escrito.</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6717"/> + <location filename="../QScintilla/Editor.py" line="6728"/> <source>Start Macro Recording</source> <translation>Iniciar Registo de Macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6717"/> + <location filename="../QScintilla/Editor.py" line="6728"/> <source>Macro recording is already active. Start new?</source> <translation>A gravação de macro já está ativada. Começar nova?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6743"/> + <location filename="../QScintilla/Editor.py" line="6754"/> <source>Macro Recording</source> <translation>Gravação de Macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6743"/> + <location filename="../QScintilla/Editor.py" line="6754"/> <source>Enter name of the macro:</source> <translation>Introduza o nome de macro:</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6883"/> + <location filename="../QScintilla/Editor.py" line="6894"/> <source>File changed</source> <translation>Ficheiro alterado</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7049"/> + <location filename="../QScintilla/Editor.py" line="7059"/> <source>{0} (ro)</source> <translation></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7189"/> + <location filename="../QScintilla/Editor.py" line="7200"/> <source>Drop Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7189"/> + <location filename="../QScintilla/Editor.py" line="7200"/> <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="../QScintilla/Editor.py" line="7210"/> + <location filename="../QScintilla/Editor.py" line="7221"/> <source>Resources</source> <translation>Recursos</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7212"/> - <source>Add file...</source> - <translation>Adicionar Ficheiro...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7214"/> - <source>Add files...</source> - <translation>Adicionar Ficheiros...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7216"/> - <source>Add aliased file...</source> - <translation>Adicionar ficheiro com pseudónimo...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7219"/> - <source>Add localized resource...</source> - <translation>Adicionar recursos localizado...</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="7223"/> + <source>Add file...</source> + <translation>Adicionar Ficheiro...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7225"/> + <source>Add files...</source> + <translation>Adicionar Ficheiros...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7227"/> + <source>Add aliased file...</source> + <translation>Adicionar ficheiro com pseudónimo...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7230"/> + <source>Add localized resource...</source> + <translation>Adicionar recursos localizado...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7234"/> <source>Add resource frame</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7242"/> + <location filename="../QScintilla/Editor.py" line="7253"/> <source>Add file resource</source> <translation>Adicionar recurso de ficheiro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7258"/> + <location filename="../QScintilla/Editor.py" line="7269"/> <source>Add file resources</source> <translation>Adicionar recursos de ficheiro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7285"/> + <location filename="../QScintilla/Editor.py" line="7296"/> <source>Add aliased file resource</source> <translation>Adicionar recurso de ficheiro com pseudónimo</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7285"/> + <location filename="../QScintilla/Editor.py" line="7296"/> <source>Alias for file <b>{0}</b>:</source> <translation>Pseudónimo para o ficheiro <b>{0}</b>:</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7351"/> + <location filename="../QScintilla/Editor.py" line="7362"/> <source>Package Diagram</source> <translation>Diagrama do Pacote</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7351"/> + <location filename="../QScintilla/Editor.py" line="7362"/> <source>Include class attributes?</source> <translation>Incluir atributos de classes?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7373"/> + <location filename="../QScintilla/Editor.py" line="7384"/> <source>Imports Diagram</source> <translation>Diagrama de Imports</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7373"/> + <location filename="../QScintilla/Editor.py" line="7384"/> <source>Include imports from external modules?</source> <translation>Incluir imports de módulos externos?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7387"/> + <location filename="../QScintilla/Editor.py" line="7398"/> <source>Application Diagram</source> <translation>Diagrama da Aplicação</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7387"/> + <location filename="../QScintilla/Editor.py" line="7398"/> <source>Include module names?</source> <translation>Incluir nome dos módulos?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7689"/> + <location filename="../QScintilla/Editor.py" line="7700"/> <source>Add to dictionary</source> <translation>Adicionar dicionário</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7691"/> + <location filename="../QScintilla/Editor.py" line="7702"/> <source>Ignore All</source> <translation>Ignorar Tudo</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6488"/> + <location filename="../QScintilla/Editor.py" line="6499"/> <source>Warning: {0}</source> <translation>Aviso: {0}</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6495"/> + <location filename="../QScintilla/Editor.py" line="6506"/> <source>Error: {0}</source> <translation>Erro: {0}</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6879"/> + <location filename="../QScintilla/Editor.py" line="6890"/> <source><br><b>Warning:</b> You will lose your changes upon reopening it.</source> <translation><br><b>Aviso:</b> Perderá todas as alterações uma vez que o volte a abrir.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5060"/> + <location filename="../QScintilla/Editor.py" line="5070"/> <source>Call-Tips Provider</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="884"/> + <location filename="../QScintilla/Editor.py" line="886"/> <source>Open 'rejection' file</source> <translation>Abrir ficheiro de 'rejeição'</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="994"/> + <location filename="../QScintilla/Editor.py" line="996"/> <source>Load Diagram...</source> <translation>Carregar Diagrama...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1285"/> + <location filename="../QScintilla/Editor.py" line="1287"/> <source>Next change</source> <translation>Alteração seguinte</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1289"/> + <location filename="../QScintilla/Editor.py" line="1291"/> <source>Previous change</source> <translation>Alteração anterior</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8107"/> + <location filename="../QScintilla/Editor.py" line="8118"/> <source>Sort Lines</source> <translation>Ordenar Linhas</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8107"/> + <location filename="../QScintilla/Editor.py" line="8118"/> <source>The selection contains illegal data for a numerical sort.</source> <translation>A seleção contém dados ilegais para uma ordenação numérica.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6423"/> + <location filename="../QScintilla/Editor.py" line="6434"/> <source>Warning</source> <translation>Aviso</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6423"/> + <location filename="../QScintilla/Editor.py" line="6434"/> <source>No warning messages available.</source> <translation>Não estão disponíveis mensagens de aviso.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6485"/> + <location filename="../QScintilla/Editor.py" line="6496"/> <source>Style: {0}</source> <translation>Estilo: {0}</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="858"/> + <location filename="../QScintilla/Editor.py" line="860"/> <source>New Document View</source> <translation>Vista de Documento Novo</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="861"/> + <location filename="../QScintilla/Editor.py" line="863"/> <source>New Document View (with new split)</source> <translation>Vista de Documento Novo (com divisão nova)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="948"/> + <location filename="../QScintilla/Editor.py" line="950"/> <source>Tools</source> <translation>Ferramentas</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1079"/> + <location filename="../QScintilla/Editor.py" line="1081"/> <source>Re-Open With Encoding</source> <translation>Reabrir Com Codificação</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6873"/> + <location filename="../QScintilla/Editor.py" line="6884"/> <source><p>The file <b>{0}</b> has been changed while it was opened in eric6. Reread it?</p></source> <translation><p>O ficheiro <b>{0}</b> foi alterado enquanto estava aberto em eric6. Recarregar?</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="834"/> + <location filename="../QScintilla/Editor.py" line="836"/> <source>Automatic Completion enabled</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="914"/> + <location filename="../QScintilla/Editor.py" line="916"/> <source>Complete</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4785"/> + <location filename="../QScintilla/Editor.py" line="4795"/> <source>Auto-Completion Provider</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4785"/> + <location filename="../QScintilla/Editor.py" line="4795"/> <source>The completion list provider '{0}' was already registered. Ignoring duplicate request.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5060"/> + <location filename="../QScintilla/Editor.py" line="5070"/> <source>The call-tips provider '{0}' was already registered. Ignoring duplicate request.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8196"/> + <location filename="../QScintilla/Editor.py" line="8207"/> <source>Register Mouse Click Handler</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8196"/> + <location filename="../QScintilla/Editor.py" line="8207"/> <source>A mouse click handler for "{0}" was already registered by "{1}". Aborting request by "{2}"...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="878"/> + <location filename="../QScintilla/Editor.py" line="880"/> <source>Save Copy...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="917"/> + <location filename="../QScintilla/Editor.py" line="919"/> <source>Clear Completions Cache</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="844"/> + <location filename="../QScintilla/Editor.py" line="846"/> <source>Code Info</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1293"/> + <location filename="../QScintilla/Editor.py" line="1295"/> <source>Clear changes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="769"/> + <location filename="../QScintilla/Editor.py" line="771"/> <source>Execute Selection In Console</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8317"/> + <location filename="../QScintilla/Editor.py" line="8328"/> <source>EditorConfig Properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8317"/> + <location filename="../QScintilla/Editor.py" line="8328"/> <source><p>The EditorConfig properties for file <b>{0}</b> could not be loaded.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1197"/> + <location filename="../QScintilla/Editor.py" line="1199"/> <source>Toggle all folds</source> <translation type="unfinished">Alternar as dobras todas</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1202"/> + <location filename="../QScintilla/Editor.py" line="1204"/> <source>Toggle all folds (including children)</source> <translation type="unfinished">Alternar as dobras todas (incluindo filhos)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1207"/> + <location filename="../QScintilla/Editor.py" line="1209"/> <source>Toggle current fold</source> <translation type="unfinished">Alternar a dobra atual</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1213"/> + <location filename="../QScintilla/Editor.py" line="1215"/> <source>Expand (including children)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1218"/> + <location filename="../QScintilla/Editor.py" line="1220"/> <source>Collapse (including children)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1224"/> + <location filename="../QScintilla/Editor.py" line="1226"/> <source>Clear all folds</source> <translation type="unfinished"></translation> </message> @@ -13245,94 +13245,134 @@ <translation>Mostra a largura selecionada da indentação.</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="145"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="236"/> <source>Select whether autoindentation shall be enabled</source> <translation>Selecionar quando a auto-indentação deve estar habilitada</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="148"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="239"/> <source>Auto indentation</source> <translation>Indentação Automática</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="155"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="246"/> <source>Select whether tab characters are used for indentations.</source> <translation>Selecionar se os caracteres de tabulação se usam para indentar.</translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="249"/> + <source>Use tabs for indentations</source> + <translation>Usar tabulação para indentações</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="266"/> + <source>Select whether tabs shall be converted upon opening the file</source> + <translation>Selecionar quando todos as tabulações devem ser convertidas ao abrir o ficheiro</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="269"/> + <source>Convert tabs upon open</source> + <translation>Convertir tabulações ao abrir</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="256"/> + <source>Select whether pressing the tab key indents.</source> + <translation>Selecionar se indenta ao pressionar tabulação.</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="259"/> + <source>Tab key indents</source> + <translation>Tabulação indenta</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="281"/> + <source>Comments</source> + <translation>Comentários</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="287"/> + <source>Select to insert the comment sign at column 0</source> + <translation>Selecionar para inserir o sinal de comentario na coluna 0</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="290"/> + <source><b>Insert comment at column 0</b><p>Select to insert the comment sign at column 0. Otherwise, the comment sign is inserted at the first non-whitespace position.</p></source> + <translation><b>Inserir comentario na coluna 0</b><p>Selecionar para inserir o sinal de comentario na coluna 0. Caso contrário, o sinal de comentario é inserido na posição do primeiro caracter que não seja um espaço em branco.</p></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="293"/> + <source>Insert comment at column 0</source> + <translation>Inserir comentário na coluna 0</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="303"/> + <source>Virtual Space</source> + <translation>Espaço Virtual</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="309"/> + <source>Virtual space is the space after the last character of a line. It is not allocated unless some text is entered or copied into it. Usage of virtual space can be configured with these selections.</source> + <translation>Espaço virtual é o espaço depois do último caracter de uma linha. Não está reservado a não ser que se introduza ou copie algum texto nele. A utilização do espaço virtual pode configurar-se com estas seleções.</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="319"/> + <source>Select to enable a rectangular selection to extend into virtual space</source> + <translation>Selecionar para habilitar uma seleção retangular para extender o espaço virtual</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="322"/> + <source>Selection may access virtual space</source> + <translation>Seleção pode aceder ao espaço virtual</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="329"/> + <source>Select to allow the cursor to be moved into virtual space</source> + <translation>Selecionar para permitir mover o cursor no espaço virtual</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="332"/> + <source>Cursor can move into virtual space</source> + <translation>Cursor pode mover-se dentro do espaço virtual</translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="158"/> - <source>Use tabs for indentations</source> - <translation>Usar tabulação para indentações</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="175"/> - <source>Select whether tabs shall be converted upon opening the file</source> - <translation>Selecionar quando todos as tabulações devem ser convertidas ao abrir o ficheiro</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="178"/> - <source>Convert tabs upon open</source> - <translation>Convertir tabulações ao abrir</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="165"/> - <source>Select whether pressing the tab key indents.</source> - <translation>Selecionar se indenta ao pressionar tabulação.</translation> + <source>Language</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="163"/> + <source>Tab Width</source> + <translation type="unfinished"></translation> </message> <message> <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="168"/> - <source>Tab key indents</source> - <translation>Tabulação indenta</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="190"/> - <source>Comments</source> - <translation>Comentários</translation> + <source>Indent Width</source> + <translation type="unfinished"></translation> </message> <message> <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="196"/> - <source>Select to insert the comment sign at column 0</source> - <translation>Selecionar para inserir o sinal de comentario na coluna 0</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="199"/> - <source><b>Insert comment at column 0</b><p>Select to insert the comment sign at column 0. Otherwise, the comment sign is inserted at the first non-whitespace position.</p></source> - <translation><b>Inserir comentario na coluna 0</b><p>Selecionar para inserir o sinal de comentario na coluna 0. Caso contrário, o sinal de comentario é inserido na posição do primeiro caracter que não seja um espaço em branco.</p></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="202"/> - <source>Insert comment at column 0</source> - <translation>Inserir comentário na coluna 0</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="212"/> - <source>Virtual Space</source> - <translation>Espaço Virtual</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="218"/> - <source>Virtual space is the space after the last character of a line. It is not allocated unless some text is entered or copied into it. Usage of virtual space can be configured with these selections.</source> - <translation>Espaço virtual é o espaço depois do último caracter de uma linha. Não está reservado a não ser que se introduza ou copie algum texto nele. A utilização do espaço virtual pode configurar-se com estas seleções.</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="228"/> - <source>Select to enable a rectangular selection to extend into virtual space</source> - <translation>Selecionar para habilitar uma seleção retangular para extender o espaço virtual</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="231"/> - <source>Selection may access virtual space</source> - <translation>Seleção pode aceder ao espaço virtual</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="238"/> - <source>Select to allow the cursor to be moved into virtual space</source> - <translation>Selecionar para permitir mover o cursor no espaço virtual</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="241"/> - <source>Cursor can move into virtual space</source> - <translation>Cursor pode mover-se dentro do espaço virtual</translation> + <source>Press to add a language specific override</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="203"/> + <source>Press to delete the selected language specific override</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="210"/> + <source>Press to edit the selected language specific override</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.py" line="205"/> + <source>Tab and Indent Override</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.py" line="205"/> + <source>Shall the selected entries really be removed?</source> + <translation type="unfinished"></translation> </message> </context> <context> @@ -13765,6 +13805,39 @@ </message> </context> <context> + <name>EditorLanguageTabIndentOverrideDialog</name> + <message> + <location filename="../Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.ui" line="14"/> + <source>Tab and Indent Override</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.ui" line="23"/> + <source>Language:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.ui" line="40"/> + <source>Tab Width:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.ui" line="47"/> + <source>Enter the tab width</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.ui" line="76"/> + <source>Indentation width:</source> + <translation type="unfinished">Largura da indentação:</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.ui" line="83"/> + <source>Enter the indentation width</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>EditorMarkerMap</name> <message> <location filename="../QScintilla/EditorMarkerMap.py" line="28"/> @@ -47884,102 +47957,102 @@ <translation><p>Não se pôde abrir o ficheiro <b>{0}</b>.</p><p> Motivo: {1}</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2379"/> + <location filename="../QScintilla/MiniEditor.py" line="2368"/> <source>File loaded</source> <translation>Ficheiro carregado</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2440"/> + <location filename="../QScintilla/MiniEditor.py" line="2449"/> <source>Save File</source> <translation>Gravar Ficheiro</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2440"/> + <location filename="../QScintilla/MiniEditor.py" line="2449"/> <source><p>The file <b>{0}</b> could not be saved.<br/>Reason: {1}</p></source> <translation><p>O ficheiro <b>{0}</b> não se pôde gravar. <br/>Motivo: {1}</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2448"/> + <location filename="../QScintilla/MiniEditor.py" line="2457"/> <source>File saved</source> <translation>Ficheiro gravado</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2795"/> + <location filename="../QScintilla/MiniEditor.py" line="2805"/> <source>Untitled</source> <translation>Sem Título</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2477"/> + <location filename="../QScintilla/MiniEditor.py" line="2486"/> <source>{0}[*] - {1}</source> <translation></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2477"/> + <location filename="../QScintilla/MiniEditor.py" line="2486"/> <source>Mini Editor</source> <translation>Mini Editor</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2758"/> + <location filename="../QScintilla/MiniEditor.py" line="2768"/> <source>Printing...</source> <translation>A imprimir...</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2776"/> + <location filename="../QScintilla/MiniEditor.py" line="2786"/> <source>Printing completed</source> <translation>Impressão completa</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2778"/> + <location filename="../QScintilla/MiniEditor.py" line="2788"/> <source>Error while printing</source> <translation>Erro durante a impressão</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2781"/> + <location filename="../QScintilla/MiniEditor.py" line="2791"/> <source>Printing aborted</source> <translation>Impressão cancelada</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2836"/> + <location filename="../QScintilla/MiniEditor.py" line="2846"/> <source>Select all</source> <translation>Selecionar tudo</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2837"/> + <location filename="../QScintilla/MiniEditor.py" line="2847"/> <source>Deselect all</source> <translation>Desselecionar tudo</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2851"/> + <location filename="../QScintilla/MiniEditor.py" line="2861"/> <source>Languages</source> <translation>Idiomas</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2854"/> + <location filename="../QScintilla/MiniEditor.py" line="2864"/> <source>No Language</source> <translation>Sem Idioma</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2878"/> + <location filename="../QScintilla/MiniEditor.py" line="2888"/> <source>Guessed</source> <translation>Adivinhado</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2899"/> + <location filename="../QScintilla/MiniEditor.py" line="2909"/> <source>Alternatives</source> <translation>Alternativas</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2896"/> + <location filename="../QScintilla/MiniEditor.py" line="2906"/> <source>Alternatives ({0})</source> <translation>Alternativas ({0})</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2913"/> + <location filename="../QScintilla/MiniEditor.py" line="2923"/> <source>Pygments Lexer</source> <translation>Analizador Léxico Pygments</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2913"/> + <location filename="../QScintilla/MiniEditor.py" line="2923"/> <source>Select the Pygments lexer to apply.</source> <translation>Selecionar o analizador léxico Pygments a aplicar.</translation> </message> @@ -48019,17 +48092,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="3430"/> + <location filename="../QScintilla/MiniEditor.py" line="3446"/> <source>EditorConfig Properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="3430"/> + <location filename="../QScintilla/MiniEditor.py" line="3446"/> <source><p>The EditorConfig properties for file <b>{0}</b> could not be loaded.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2460"/> + <location filename="../QScintilla/MiniEditor.py" line="2469"/> <source>[*] - {0}</source> <translation type="unfinished"></translation> </message> @@ -52620,17 +52693,17 @@ <context> <name>Preferences</name> <message> - <location filename="../Preferences/__init__.py" line="1584"/> + <location filename="../Preferences/__init__.py" line="1585"/> <source>Export Preferences</source> <translation>Exportar Preferências</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1612"/> + <location filename="../Preferences/__init__.py" line="1613"/> <source>Import Preferences</source> <translation>Importar Preferências</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1612"/> + <location filename="../Preferences/__init__.py" line="1613"/> <source>Properties File (*.ini);;All Files (*)</source> <translation>Ficheiro de Propriedades (*.ini);;Ficheiros Todos (*)</translation> </message> @@ -83520,27 +83593,27 @@ <translation>Lista de Exceções do Usuário</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6597"/> + <location filename="../ViewManager/ViewManager.py" line="6600"/> <source>Edit Spelling Dictionary</source> <translation>Editar Dicionário Ortográfico</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6572"/> + <location filename="../ViewManager/ViewManager.py" line="6575"/> <source>Editing {0}</source> <translation>A editar {0}</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6554"/> + <location filename="../ViewManager/ViewManager.py" line="6557"/> <source><p>The spelling dictionary file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6584"/> + <location filename="../ViewManager/ViewManager.py" line="6587"/> <source><p>The spelling dictionary file <b>{0}</b> could not be written.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6597"/> + <location filename="../ViewManager/ViewManager.py" line="6600"/> <source>The spelling dictionary was saved successfully.</source> <translation>O dicionário ortográfico foi guradado com êxito.</translation> </message>
--- a/eric6/i18n/eric6_ru.ts Fri Sep 27 14:49:42 2019 +0200 +++ b/eric6/i18n/eric6_ru.ts Sat Sep 28 18:44:48 2019 +0200 @@ -10751,7 +10751,7 @@ <context> <name>Editor</name> <message> - <location filename="../QScintilla/Editor.py" line="2997"/> + <location filename="../QScintilla/Editor.py" line="2999"/> <source>Open File</source> <translation>Открыть файл</translation> </message> @@ -10761,912 +10761,912 @@ <translation><p>Файл <b>{0}</b> занимает <b>{1} KB</b>. Вы действительно хотите его загрузить?</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="447"/> + <location filename="../QScintilla/Editor.py" line="449"/> <source><b>A Source Editor Window</b><p>This window is used to display and edit a source file. You can open as many of these as you like. The name of the file is displayed in the window's titlebar.</p><p>In order to set breakpoints just click in the space between the line numbers and the fold markers. Via the context menu of the margins they may be edited.</p><p>In order to set bookmarks just Shift click in the space between the line numbers and the fold markers.</p><p>These actions can be reversed via the context menu.</p><p>Ctrl clicking on a syntax error marker shows some info about this error.</p></source> <translation><b>Окно редактора</b><p>Это окно используется для просмотра и редактирования исходных текстов приложений. Вы можете открыть несколько окон одновременно. Имя редактируемого файла отображается в заголовке окна.</p><p>Чтобы установить точку останова - кликните в пространство между номером строки и панелью свёртки на нужной строке. Появившийся маркер точки останова можно настроить через контекстное меню.</p><p>Чтобы установить закладку кликните в пространство между номером строки и панелью свёртки на нужной строке при нажатой клавише Shift.</p><p>Эти действия можно отменить через контекстное меню.</p><p>Если при нажатой клавише Ctrl кликнуть на маркер синтаксической ошибки, то будет показана дополнительная информация об ошибке.</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="749"/> + <location filename="../QScintilla/Editor.py" line="751"/> <source>Undo</source> <translation>Отмена</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="752"/> + <location filename="../QScintilla/Editor.py" line="754"/> <source>Redo</source> <translation>Повтор</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="755"/> + <location filename="../QScintilla/Editor.py" line="757"/> <source>Revert to last saved state</source> <translation>Вернуть к последнему записанному состоянию</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="759"/> + <location filename="../QScintilla/Editor.py" line="761"/> <source>Cut</source> <translation>Вырезать</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="762"/> + <location filename="../QScintilla/Editor.py" line="764"/> <source>Copy</source> <translation>Копировать</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="765"/> + <location filename="../QScintilla/Editor.py" line="767"/> <source>Paste</source> <translation>Вставить</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="773"/> + <location filename="../QScintilla/Editor.py" line="775"/> <source>Indent</source> <translation>Увеличить отступ</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="776"/> + <location filename="../QScintilla/Editor.py" line="778"/> <source>Unindent</source> <translation>Уменьшить отступ</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="779"/> + <location filename="../QScintilla/Editor.py" line="781"/> <source>Comment</source> <translation>Закомментировать</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="782"/> + <location filename="../QScintilla/Editor.py" line="784"/> <source>Uncomment</source> <translation>Раскомментировать</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="785"/> + <location filename="../QScintilla/Editor.py" line="787"/> <source>Stream Comment</source> <translation>Поточный комментарий</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="788"/> + <location filename="../QScintilla/Editor.py" line="790"/> <source>Box Comment</source> <translation>Прямоугольный комментарий</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="792"/> - <source>Select to brace</source> - <translation>Выбрать до скобки</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="794"/> + <source>Select to brace</source> + <translation>Выбрать до скобки</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="796"/> <source>Select all</source> <translation>Выбрать всё</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="795"/> + <location filename="../QScintilla/Editor.py" line="797"/> <source>Deselect all</source> <translation>Снять выделение</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7686"/> + <location filename="../QScintilla/Editor.py" line="7697"/> <source>Check spelling...</source> <translation>Проверка орфографии...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="803"/> + <location filename="../QScintilla/Editor.py" line="805"/> <source>Check spelling of selection...</source> <translation>Проверка орфографии выделенного участка...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="807"/> + <location filename="../QScintilla/Editor.py" line="809"/> <source>Remove from dictionary</source> <translation>Удалить из словаря</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="811"/> + <location filename="../QScintilla/Editor.py" line="813"/> <source>Shorten empty lines</source> <translation>Укоротить пустые строки</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="818"/> + <location filename="../QScintilla/Editor.py" line="820"/> <source>Use Monospaced Font</source> <translation>Использовать моноширинный шрифт</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="823"/> + <location filename="../QScintilla/Editor.py" line="825"/> <source>Autosave enabled</source> <translation>Автосохранение разрешено</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="827"/> + <location filename="../QScintilla/Editor.py" line="829"/> <source>Typing aids enabled</source> <translation>Разрешить помощь при наборе</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="866"/> + <location filename="../QScintilla/Editor.py" line="868"/> <source>Close</source> <translation>Закрыть</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="872"/> + <location filename="../QScintilla/Editor.py" line="874"/> <source>Save</source> <translation>Сохранить</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="875"/> + <location filename="../QScintilla/Editor.py" line="877"/> <source>Save As...</source> <translation>Сохранить как...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="888"/> + <location filename="../QScintilla/Editor.py" line="890"/> <source>Print Preview</source> <translation>Предварительный просмотр печати</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="891"/> + <location filename="../QScintilla/Editor.py" line="893"/> <source>Print</source> <translation>Печать</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="920"/> - <source>Complete from Document</source> - <translation>Дополнение из документа</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="922"/> - <source>Complete from APIs</source> - <translation>Дополнение из API</translation> + <source>Complete from Document</source> + <translation>Дополнение из документа</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="924"/> + <source>Complete from APIs</source> + <translation>Дополнение из API</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="926"/> <source>Complete from Document and APIs</source> <translation>Дополнение из документа и API</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="842"/> + <location filename="../QScintilla/Editor.py" line="844"/> <source>Calltip</source> <translation>Подсказка</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="938"/> + <location filename="../QScintilla/Editor.py" line="940"/> <source>Check</source> <translation>Проверки</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="958"/> - <source>Show</source> - <translation>Показать</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="960"/> + <source>Show</source> + <translation>Показать</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="962"/> <source>Code metrics...</source> <translation>Метрики кода...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="961"/> - <source>Code coverage...</source> - <translation>Покрытие кода...</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="963"/> + <source>Code coverage...</source> + <translation>Покрытие кода...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="965"/> <source>Show code coverage annotations</source> <translation>Показать аннотации по покрытию кода</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="966"/> + <location filename="../QScintilla/Editor.py" line="968"/> <source>Hide code coverage annotations</source> <translation>Не показывать аннотации по покрытию кода</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="969"/> + <location filename="../QScintilla/Editor.py" line="971"/> <source>Profile data...</source> <translation>Данные профайлера...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="982"/> - <source>Diagrams</source> - <translation>Диаграммы</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="984"/> - <source>Class Diagram...</source> - <translation>Диаграмма классов...</translation> + <source>Diagrams</source> + <translation>Диаграммы</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="986"/> - <source>Package Diagram...</source> - <translation>Диаграмма пакетов...</translation> + <source>Class Diagram...</source> + <translation>Диаграмма классов...</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="988"/> - <source>Imports Diagram...</source> - <translation>Диаграмма импортирования...</translation> + <source>Package Diagram...</source> + <translation>Диаграмма пакетов...</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="990"/> + <source>Imports Diagram...</source> + <translation>Диаграмма импортирования...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="992"/> <source>Application Diagram...</source> <translation>Диаграмма приложения...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1008"/> + <location filename="../QScintilla/Editor.py" line="1010"/> <source>Languages</source> <translation>Языки</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1011"/> + <location filename="../QScintilla/Editor.py" line="1013"/> <source>No Language</source> <translation>Нет языка</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1037"/> + <location filename="../QScintilla/Editor.py" line="1039"/> <source>Guessed</source> <translation>Предполагаемый язык</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1345"/> + <location filename="../QScintilla/Editor.py" line="1347"/> <source>Alternatives</source> <translation>Альтернативная подсветка</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1057"/> + <location filename="../QScintilla/Editor.py" line="1059"/> <source>Encodings</source> <translation>Кодировки</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1098"/> + <location filename="../QScintilla/Editor.py" line="1100"/> <source>End-of-Line Type</source> <translation>Тип конца строки</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1102"/> + <location filename="../QScintilla/Editor.py" line="1104"/> <source>Unix</source> <translation>Unix</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1109"/> + <location filename="../QScintilla/Editor.py" line="1111"/> <source>Windows</source> <translation>Windows</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1116"/> + <location filename="../QScintilla/Editor.py" line="1118"/> <source>Macintosh</source> <translation>Macintosh</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1134"/> + <location filename="../QScintilla/Editor.py" line="1136"/> <source>Export as</source> <translation>Экспортировать как</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1156"/> - <source>Toggle bookmark</source> - <translation>Создать/Удалить закладку</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1158"/> - <source>Next bookmark</source> - <translation>Следующая закладка</translation> + <source>Toggle bookmark</source> + <translation>Создать/Удалить закладку</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="1160"/> - <source>Previous bookmark</source> - <translation>Предыдущая закладка</translation> + <source>Next bookmark</source> + <translation>Следующая закладка</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="1162"/> + <source>Previous bookmark</source> + <translation>Предыдущая закладка</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1164"/> <source>Clear all bookmarks</source> <translation>Очистить все закладки</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1171"/> - <source>Toggle breakpoint</source> - <translation>Поставить/убрать точку останова</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1173"/> + <source>Toggle breakpoint</source> + <translation>Поставить/убрать точку останова</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1175"/> <source>Toggle temporary breakpoint</source> <translation>Поставить/убрать временную точку останова</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1176"/> + <location filename="../QScintilla/Editor.py" line="1178"/> <source>Edit breakpoint...</source> <translation>Редактировать точку останова...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5490"/> + <location filename="../QScintilla/Editor.py" line="5500"/> <source>Enable breakpoint</source> <translation>Разрешить точку останова</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1181"/> - <source>Next breakpoint</source> - <translation>Следующая точка останова</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1183"/> + <source>Next breakpoint</source> + <translation>Следующая точка останова</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1185"/> <source>Previous breakpoint</source> <translation>Предыдущая точка останова</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1188"/> + <location filename="../QScintilla/Editor.py" line="1190"/> <source>Clear all breakpoints</source> <translation>Убрать все точки останова</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1236"/> + <location filename="../QScintilla/Editor.py" line="1238"/> <source>Goto syntax error</source> <translation>Перейти к синтаксической ошибке</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1240"/> + <location filename="../QScintilla/Editor.py" line="1242"/> <source>Show syntax error message</source> <translation>Показать сообщение о синтаксической ошибке</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1245"/> + <location filename="../QScintilla/Editor.py" line="1247"/> <source>Clear syntax error</source> <translation>Очистить синтаксическую ошибку</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1250"/> + <location filename="../QScintilla/Editor.py" line="1252"/> <source>Next warning</source> <translation>Следующее предупреждение</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1254"/> + <location filename="../QScintilla/Editor.py" line="1256"/> <source>Previous warning</source> <translation>Предыдущее предупреждение</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1258"/> + <location filename="../QScintilla/Editor.py" line="1260"/> <source>Show warning message</source> <translation>Показать предупреждение</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1262"/> + <location filename="../QScintilla/Editor.py" line="1264"/> <source>Clear warnings</source> <translation>Очистить предупреждения</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1267"/> + <location filename="../QScintilla/Editor.py" line="1269"/> <source>Next uncovered line</source> <translation>Следующая неохваченная строка</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1271"/> + <location filename="../QScintilla/Editor.py" line="1273"/> <source>Previous uncovered line</source> <translation>Предыдущая неохваченная строка</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1276"/> + <location filename="../QScintilla/Editor.py" line="1278"/> <source>Next task</source> <translation>Следующая задача</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1280"/> + <location filename="../QScintilla/Editor.py" line="1282"/> <source>Previous task</source> <translation>Предыдущая задача</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1330"/> + <location filename="../QScintilla/Editor.py" line="1332"/> <source>Export source</source> <translation>Экспортировать исходник</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1322"/> + <location filename="../QScintilla/Editor.py" line="1324"/> <source><p>No exporter available for the export format <b>{0}</b>. Aborting...</p></source> <translation><p>Не найден экспортёр для формата <b>{0}</b>. Отмена...</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1330"/> + <location filename="../QScintilla/Editor.py" line="1332"/> <source>No export format given. Aborting...</source> <translation>Не задан формат экспорта. Прерывание...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1341"/> + <location filename="../QScintilla/Editor.py" line="1343"/> <source>Alternatives ({0})</source> <translation>Альтернативы ({0})</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1361"/> + <location filename="../QScintilla/Editor.py" line="1363"/> <source>Pygments Lexer</source> <translation>Лексер Pygments</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1361"/> + <location filename="../QScintilla/Editor.py" line="1363"/> <source>Select the Pygments lexer to apply.</source> <translation>Выберите для использования лексер Pygments.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1846"/> + <location filename="../QScintilla/Editor.py" line="1848"/> <source>Modification of Read Only file</source> <translation>Редактирование файла, открытого только на чтение</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1846"/> + <location filename="../QScintilla/Editor.py" line="1848"/> <source>You are attempting to change a read only file. Please save to a different file first.</source> <translation>Попытка редактирования файла, открытого только на чтение. Пожалуйста, сначала сохраните изменения в другой файл.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2554"/> + <location filename="../QScintilla/Editor.py" line="2556"/> <source>Printing...</source> <translation>Печать...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2571"/> - <source>Printing completed</source> - <translation>Печать завершена</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="2573"/> + <source>Printing completed</source> + <translation>Печать завершена</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="2575"/> <source>Error while printing</source> <translation>Ошибка печати</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2576"/> + <location filename="../QScintilla/Editor.py" line="2578"/> <source>Printing aborted</source> <translation>Печать прервана</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2937"/> + <location filename="../QScintilla/Editor.py" line="2939"/> <source>File Modified</source> <translation>Файл изменён</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2937"/> + <location filename="../QScintilla/Editor.py" line="2939"/> <source><p>The file <b>{0}</b> has unsaved changes.</p></source> <translation><p>В файле <b>{0}</b> есть несохранённые изменения.</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2997"/> + <location filename="../QScintilla/Editor.py" line="2999"/> <source><p>The file <b>{0}</b> could not be opened.</p><p>Reason: {1}</p></source> <translation><p>Невозможно прочитать файл <b>{0}</b>.</p><p>Причина: {1}</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3178"/> + <location filename="../QScintilla/Editor.py" line="3188"/> <source>Save File</source> <translation>Сохранить файл</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3115"/> + <location filename="../QScintilla/Editor.py" line="3125"/> <source><p>The file <b>{0}</b> could not be saved.<br/>Reason: {1}</p></source> <translation><p>Невозможно сохранить файл <b>{0}</b>:<br>Причина: {1}.</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3178"/> + <location filename="../QScintilla/Editor.py" line="3188"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>Файл <b>{0}</b> уже существует. Переписать?</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4655"/> + <location filename="../QScintilla/Editor.py" line="4665"/> <source>Autocompletion</source> <translation>Автодополнение</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4655"/> + <location filename="../QScintilla/Editor.py" line="4665"/> <source>Autocompletion is not available because there is no autocompletion source set.</source> <translation>Автодополнение недоступно, так как не задан источник автодополнения.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5493"/> + <location filename="../QScintilla/Editor.py" line="5503"/> <source>Disable breakpoint</source> <translation>Запретить точку останова</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5867"/> + <location filename="../QScintilla/Editor.py" line="5878"/> <source>Code Coverage</source> <translation>Покрытие кода</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5867"/> + <location filename="../QScintilla/Editor.py" line="5878"/> <source>Please select a coverage file</source> <translation>Пожалуйста, выберите файл покрытия</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5930"/> + <location filename="../QScintilla/Editor.py" line="5941"/> <source>Show Code Coverage Annotations</source> <translation>Показать аннотации по покрытию кода</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5923"/> + <location filename="../QScintilla/Editor.py" line="5934"/> <source>All lines have been covered.</source> <translation>Все строки были охвачены.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5930"/> + <location filename="../QScintilla/Editor.py" line="5941"/> <source>There is no coverage file available.</source> <translation>Нет доступного файла покрытия.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6047"/> + <location filename="../QScintilla/Editor.py" line="6058"/> <source>Profile Data</source> <translation>Данные профайлера</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6047"/> + <location filename="../QScintilla/Editor.py" line="6058"/> <source>Please select a profile file</source> <translation>Пожалуйста, выберите файл профиля</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6209"/> + <location filename="../QScintilla/Editor.py" line="6220"/> <source>Syntax Error</source> <translation>Синтаксическая ошибка</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6209"/> + <location filename="../QScintilla/Editor.py" line="6220"/> <source>No syntax error message available.</source> <translation>Нет сообщения о синтаксической ошибке.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6600"/> + <location filename="../QScintilla/Editor.py" line="6611"/> <source>Macro Name</source> <translation>Имя макроса</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6600"/> + <location filename="../QScintilla/Editor.py" line="6611"/> <source>Select a macro name:</source> <translation>Задайте имя макроса:</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6628"/> + <location filename="../QScintilla/Editor.py" line="6639"/> <source>Load macro file</source> <translation>Загрузить макрос</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6671"/> + <location filename="../QScintilla/Editor.py" line="6682"/> <source>Macro files (*.macro)</source> <translation>Макросы (*.macro)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6651"/> + <location filename="../QScintilla/Editor.py" line="6662"/> <source>Error loading macro</source> <translation>Ошибка при загрузке макроса</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6642"/> + <location filename="../QScintilla/Editor.py" line="6653"/> <source><p>The macro file <b>{0}</b> could not be read.</p></source> <translation><p>Невозможно прочитать файл с макросами: <b>{0}</b>.</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6651"/> + <location filename="../QScintilla/Editor.py" line="6662"/> <source><p>The macro file <b>{0}</b> is corrupt.</p></source> <translation><p>Файл с макросами <b>{0}</b> повреждён.</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6671"/> + <location filename="../QScintilla/Editor.py" line="6682"/> <source>Save macro file</source> <translation>Сохранить файл с макросами</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6688"/> + <location filename="../QScintilla/Editor.py" line="6699"/> <source>Save macro</source> <translation>Сохранить макрос</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6688"/> + <location filename="../QScintilla/Editor.py" line="6699"/> <source><p>The macro file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>Макро <b>{0}</b> уже существует. Переписать?</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6704"/> + <location filename="../QScintilla/Editor.py" line="6715"/> <source>Error saving macro</source> <translation>Ошибка при сохранении макроса</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6704"/> + <location filename="../QScintilla/Editor.py" line="6715"/> <source><p>The macro file <b>{0}</b> could not be written.</p></source> <translation><p>Невозможно сохранить файл с макросами: <b>{0}</b>.</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6717"/> + <location filename="../QScintilla/Editor.py" line="6728"/> <source>Start Macro Recording</source> <translation>Начать запись макроса</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6717"/> + <location filename="../QScintilla/Editor.py" line="6728"/> <source>Macro recording is already active. Start new?</source> <translation>Запись макроса уже идёт. Начать новую запись?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6743"/> + <location filename="../QScintilla/Editor.py" line="6754"/> <source>Macro Recording</source> <translation>Запись макроса</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6743"/> + <location filename="../QScintilla/Editor.py" line="6754"/> <source>Enter name of the macro:</source> <translation>Задайте имя макроса:</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6883"/> + <location filename="../QScintilla/Editor.py" line="6894"/> <source>File changed</source> <translation>Файл изменен</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7049"/> + <location filename="../QScintilla/Editor.py" line="7059"/> <source>{0} (ro)</source> <translation>{0} (только чтение)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7189"/> + <location filename="../QScintilla/Editor.py" line="7200"/> <source>Drop Error</source> <translation>Ошибка Drag&&Drop</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7189"/> + <location filename="../QScintilla/Editor.py" line="7200"/> <source><p><b>{0}</b> is not a file.</p></source> <translation><p><b>{0}</b> не является файлом.</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7210"/> + <location filename="../QScintilla/Editor.py" line="7221"/> <source>Resources</source> <translation>Ресурсы</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7212"/> - <source>Add file...</source> - <translation>Добавить файл...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7214"/> - <source>Add files...</source> - <translation>Добавить файлы...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7216"/> - <source>Add aliased file...</source> - <translation>Добавить файл под другим именем...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7219"/> - <source>Add localized resource...</source> - <translation>Добавить локализованный ресурс...</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="7223"/> + <source>Add file...</source> + <translation>Добавить файл...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7225"/> + <source>Add files...</source> + <translation>Добавить файлы...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7227"/> + <source>Add aliased file...</source> + <translation>Добавить файл под другим именем...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7230"/> + <source>Add localized resource...</source> + <translation>Добавить локализованный ресурс...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7234"/> <source>Add resource frame</source> <translation>Добавить фрагмент ресурсов</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7242"/> + <location filename="../QScintilla/Editor.py" line="7253"/> <source>Add file resource</source> <translation>Добавить файл ресурсов</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7258"/> + <location filename="../QScintilla/Editor.py" line="7269"/> <source>Add file resources</source> <translation>Добавить файлы ресурсов</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7285"/> + <location filename="../QScintilla/Editor.py" line="7296"/> <source>Add aliased file resource</source> <translation>Добавить файл ресурсов под другим именем</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7285"/> + <location filename="../QScintilla/Editor.py" line="7296"/> <source>Alias for file <b>{0}</b>:</source> <translation>Другое имя для файла <b>{0}</b>:</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7351"/> + <location filename="../QScintilla/Editor.py" line="7362"/> <source>Package Diagram</source> <translation>Диаграмма пакетов</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7351"/> + <location filename="../QScintilla/Editor.py" line="7362"/> <source>Include class attributes?</source> <translation>Включать атрибуты класса?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7373"/> + <location filename="../QScintilla/Editor.py" line="7384"/> <source>Imports Diagram</source> <translation>Диаграмма импортов</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7373"/> + <location filename="../QScintilla/Editor.py" line="7384"/> <source>Include imports from external modules?</source> <translation>Включать импорты из внешних модулей?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7387"/> + <location filename="../QScintilla/Editor.py" line="7398"/> <source>Application Diagram</source> <translation>Диаграмма приложения</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7387"/> + <location filename="../QScintilla/Editor.py" line="7398"/> <source>Include module names?</source> <translation>Включать имена модулей?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7689"/> + <location filename="../QScintilla/Editor.py" line="7700"/> <source>Add to dictionary</source> <translation>Добавить в словарь</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7691"/> + <location filename="../QScintilla/Editor.py" line="7702"/> <source>Ignore All</source> <translation>Игнорировать всё</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6488"/> + <location filename="../QScintilla/Editor.py" line="6499"/> <source>Warning: {0}</source> <translation>Предупреждение: {0}</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6495"/> + <location filename="../QScintilla/Editor.py" line="6506"/> <source>Error: {0}</source> <translation>Ошибка: {0}</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6879"/> + <location filename="../QScintilla/Editor.py" line="6890"/> <source><br><b>Warning:</b> You will lose your changes upon reopening it.</source> <translation><br><b>Предупреждение:</b> При переоткрытии все изменения будут потеряны.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="884"/> + <location filename="../QScintilla/Editor.py" line="886"/> <source>Open 'rejection' file</source> <translation>Открыть 'отбракованный' файл</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="994"/> + <location filename="../QScintilla/Editor.py" line="996"/> <source>Load Diagram...</source> <translation>Загрузить диаграмму...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1285"/> + <location filename="../QScintilla/Editor.py" line="1287"/> <source>Next change</source> <translation>Следующее изменение</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1289"/> + <location filename="../QScintilla/Editor.py" line="1291"/> <source>Previous change</source> <translation>Предыдущее изменение</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8107"/> + <location filename="../QScintilla/Editor.py" line="8118"/> <source>Sort Lines</source> <translation>Сортировать строки</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8107"/> + <location filename="../QScintilla/Editor.py" line="8118"/> <source>The selection contains illegal data for a numerical sort.</source> <translation>Выборка содержит данные неподходящие для сортировки как числа.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6423"/> + <location filename="../QScintilla/Editor.py" line="6434"/> <source>Warning</source> <translation>Предупреждение</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6423"/> + <location filename="../QScintilla/Editor.py" line="6434"/> <source>No warning messages available.</source> <translation>Нет предупреждающего сообщения.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6485"/> + <location filename="../QScintilla/Editor.py" line="6496"/> <source>Style: {0}</source> <translation>Стиль: {0}</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="858"/> + <location filename="../QScintilla/Editor.py" line="860"/> <source>New Document View</source> <translation>Новое окно для документа</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="861"/> + <location filename="../QScintilla/Editor.py" line="863"/> <source>New Document View (with new split)</source> <translation>Новое окно для документа (в новом разделе)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="948"/> + <location filename="../QScintilla/Editor.py" line="950"/> <source>Tools</source> <translation>Инструменты</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1079"/> + <location filename="../QScintilla/Editor.py" line="1081"/> <source>Re-Open With Encoding</source> <translation>Открыть заново с кодировкой</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6873"/> + <location filename="../QScintilla/Editor.py" line="6884"/> <source><p>The file <b>{0}</b> has been changed while it was opened in eric6. Reread it?</p></source> <translation><p>Файл <b>{0}</b> был изменён, будучи открытым в eric6. Перепрочесть?</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="834"/> + <location filename="../QScintilla/Editor.py" line="836"/> <source>Automatic Completion enabled</source> <translation>Автоматическое дополнение</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="914"/> + <location filename="../QScintilla/Editor.py" line="916"/> <source>Complete</source> <translation>Дополнить</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4785"/> + <location filename="../QScintilla/Editor.py" line="4795"/> <source>Auto-Completion Provider</source> <translation>Источник автодополнений</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4785"/> + <location filename="../QScintilla/Editor.py" line="4795"/> <source>The completion list provider '{0}' was already registered. Ignoring duplicate request.</source> <translation>Список дополнений источника '{0}' уже зарегистрирован. Повторный запрос проигнорирован.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5060"/> + <location filename="../QScintilla/Editor.py" line="5070"/> <source>Call-Tips Provider</source> <translation>Источник всплывающих подсказок</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5060"/> + <location filename="../QScintilla/Editor.py" line="5070"/> <source>The call-tips provider '{0}' was already registered. Ignoring duplicate request.</source> <translation>Источник всплывающих подсказок '{0}' уже зарегистрирован. Повторный запрос проигнорирован.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8196"/> + <location filename="../QScintilla/Editor.py" line="8207"/> <source>Register Mouse Click Handler</source> <translation>Регистрация обработчика кликов мышки</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8196"/> + <location filename="../QScintilla/Editor.py" line="8207"/> <source>A mouse click handler for "{0}" was already registered by "{1}". Aborting request by "{2}"...</source> <translation>Обработчик кликов мышки для "{0}" уже зарегистрирован "{1}". Запрос прерван "{2}"...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="878"/> + <location filename="../QScintilla/Editor.py" line="880"/> <source>Save Copy...</source> <translation>Сохранить копию...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="917"/> + <location filename="../QScintilla/Editor.py" line="919"/> <source>Clear Completions Cache</source> <translation>Очистить кэш дополнений</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="844"/> + <location filename="../QScintilla/Editor.py" line="846"/> <source>Code Info</source> <translation>Инфо для кода</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1293"/> + <location filename="../QScintilla/Editor.py" line="1295"/> <source>Clear changes</source> <translation>Очистить изменения</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="769"/> + <location filename="../QScintilla/Editor.py" line="771"/> <source>Execute Selection In Console</source> <translation>Выполнить выбор в консоли</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8317"/> + <location filename="../QScintilla/Editor.py" line="8328"/> <source>EditorConfig Properties</source> <translation>Свойства EditorConfig</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8317"/> + <location filename="../QScintilla/Editor.py" line="8328"/> <source><p>The EditorConfig properties for file <b>{0}</b> could not be loaded.</p></source> <translation><p>Не удается загрузить свойства EditorConfig для файла <b>{0}</b>.</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1197"/> + <location filename="../QScintilla/Editor.py" line="1199"/> <source>Toggle all folds</source> <translation>Свернуть/Развернуть все свертки</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1202"/> + <location filename="../QScintilla/Editor.py" line="1204"/> <source>Toggle all folds (including children)</source> <translation>Свернуть/Развернуть все свёртки (включая дочерние)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1207"/> + <location filename="../QScintilla/Editor.py" line="1209"/> <source>Toggle current fold</source> <translation>Свернуть/Развернуть текущую свертку</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1213"/> + <location filename="../QScintilla/Editor.py" line="1215"/> <source>Expand (including children)</source> <translation>Развернуть (включая дочерние)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1218"/> + <location filename="../QScintilla/Editor.py" line="1220"/> <source>Collapse (including children)</source> <translation>Свернуть (включая дочерние)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1224"/> + <location filename="../QScintilla/Editor.py" line="1226"/> <source>Clear all folds</source> <translation>Очистить все свертки</translation> </message> @@ -12874,94 +12874,134 @@ <translation>Выбранная ширина отступа.</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="155"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="246"/> <source>Select whether tab characters are used for indentations.</source> <translation>Разрешить использовать табуляцию для отступов.</translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="249"/> + <source>Use tabs for indentations</source> + <translation>Использовать табуляцию для отступов</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="236"/> + <source>Select whether autoindentation shall be enabled</source> + <translation>Разрешить/запретить автоматические отступы</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="239"/> + <source>Auto indentation</source> + <translation>Автоматические отступы</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="266"/> + <source>Select whether tabs shall be converted upon opening the file</source> + <translation>Разрешить замену табуляции на пробелы при открытии файла</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="269"/> + <source>Convert tabs upon open</source> + <translation>Заменять табуляцию при открытии</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="256"/> + <source>Select whether pressing the tab key indents.</source> + <translation>Разрешить увеличение отступа кнопкой Tab.</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="259"/> + <source>Tab key indents</source> + <translation>Кнопка Tab увеличивает отступ</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="281"/> + <source>Comments</source> + <translation>Комментарии</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="287"/> + <source>Select to insert the comment sign at column 0</source> + <translation>Разрешить вставку символа комментария в первую колонку</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="290"/> + <source><b>Insert comment at column 0</b><p>Select to insert the comment sign at column 0. Otherwise, the comment sign is inserted at the first non-whitespace position.</p></source> + <translation><b>Вставка символа комментария в первую колонку</b><p>Вставляет символ комментария в первую колонку. Иначе символ комментария будет вставлен в позицию первого же символа, отличного от символа пропуска.</p></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="293"/> + <source>Insert comment at column 0</source> + <translation>Вставлять комментарий в первую колонку</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="303"/> + <source>Virtual Space</source> + <translation>Виртуальное пространство</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="309"/> + <source>Virtual space is the space after the last character of a line. It is not allocated unless some text is entered or copied into it. Usage of virtual space can be configured with these selections.</source> + <translation>Виртуальное пространство - это пространство за концом строки, которое не выделяется до тех пор, пока оно не потребуется.</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="319"/> + <source>Select to enable a rectangular selection to extend into virtual space</source> + <translation>Разрешить прямоугольному выделению заходить в виртуальное пространство</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="322"/> + <source>Selection may access virtual space</source> + <translation>Разрешить выделению заходить в виртуальное пространство</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="329"/> + <source>Select to allow the cursor to be moved into virtual space</source> + <translation>Разрешить курсору заходить в виртуальное пространство</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="332"/> + <source>Cursor can move into virtual space</source> + <translation>Курсор может заходить в виртуальное пространство</translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="158"/> - <source>Use tabs for indentations</source> - <translation>Использовать табуляцию для отступов</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="145"/> - <source>Select whether autoindentation shall be enabled</source> - <translation>Разрешить/запретить автоматические отступы</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="148"/> - <source>Auto indentation</source> - <translation>Автоматические отступы</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="175"/> - <source>Select whether tabs shall be converted upon opening the file</source> - <translation>Разрешить замену табуляции на пробелы при открытии файла</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="178"/> - <source>Convert tabs upon open</source> - <translation>Заменять табуляцию при открытии</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="165"/> - <source>Select whether pressing the tab key indents.</source> - <translation>Разрешить увеличение отступа кнопкой Tab.</translation> + <source>Language</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="163"/> + <source>Tab Width</source> + <translation type="unfinished"></translation> </message> <message> <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="168"/> - <source>Tab key indents</source> - <translation>Кнопка Tab увеличивает отступ</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="190"/> - <source>Comments</source> - <translation>Комментарии</translation> + <source>Indent Width</source> + <translation type="unfinished"></translation> </message> <message> <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="196"/> - <source>Select to insert the comment sign at column 0</source> - <translation>Разрешить вставку символа комментария в первую колонку</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="199"/> - <source><b>Insert comment at column 0</b><p>Select to insert the comment sign at column 0. Otherwise, the comment sign is inserted at the first non-whitespace position.</p></source> - <translation><b>Вставка символа комментария в первую колонку</b><p>Вставляет символ комментария в первую колонку. Иначе символ комментария будет вставлен в позицию первого же символа, отличного от символа пропуска.</p></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="202"/> - <source>Insert comment at column 0</source> - <translation>Вставлять комментарий в первую колонку</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="212"/> - <source>Virtual Space</source> - <translation>Виртуальное пространство</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="218"/> - <source>Virtual space is the space after the last character of a line. It is not allocated unless some text is entered or copied into it. Usage of virtual space can be configured with these selections.</source> - <translation>Виртуальное пространство - это пространство за концом строки, которое не выделяется до тех пор, пока оно не потребуется.</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="228"/> - <source>Select to enable a rectangular selection to extend into virtual space</source> - <translation>Разрешить прямоугольному выделению заходить в виртуальное пространство</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="231"/> - <source>Selection may access virtual space</source> - <translation>Разрешить выделению заходить в виртуальное пространство</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="238"/> - <source>Select to allow the cursor to be moved into virtual space</source> - <translation>Разрешить курсору заходить в виртуальное пространство</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="241"/> - <source>Cursor can move into virtual space</source> - <translation>Курсор может заходить в виртуальное пространство</translation> + <source>Press to add a language specific override</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="203"/> + <source>Press to delete the selected language specific override</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="210"/> + <source>Press to edit the selected language specific override</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.py" line="205"/> + <source>Tab and Indent Override</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.py" line="205"/> + <source>Shall the selected entries really be removed?</source> + <translation type="unfinished"></translation> </message> </context> <context> @@ -13389,6 +13429,39 @@ </message> </context> <context> + <name>EditorLanguageTabIndentOverrideDialog</name> + <message> + <location filename="../Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.ui" line="14"/> + <source>Tab and Indent Override</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.ui" line="23"/> + <source>Language:</source> + <translation type="unfinished">Язык:</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.ui" line="40"/> + <source>Tab Width:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.ui" line="47"/> + <source>Enter the tab width</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.ui" line="76"/> + <source>Indentation width:</source> + <translation type="unfinished">Ширина отступа:</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.ui" line="83"/> + <source>Enter the indentation width</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>EditorMarkerMap</name> <message> <location filename="../QScintilla/EditorMarkerMap.py" line="28"/> @@ -44885,102 +44958,102 @@ <translation><p>Невозможно прочитать файл <b>{0}</b>.</p><p>Причина: {1}</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2379"/> + <location filename="../QScintilla/MiniEditor.py" line="2368"/> <source>File loaded</source> <translation>Файл загружен</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2440"/> + <location filename="../QScintilla/MiniEditor.py" line="2449"/> <source>Save File</source> <translation>Сохранить файл</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2440"/> + <location filename="../QScintilla/MiniEditor.py" line="2449"/> <source><p>The file <b>{0}</b> could not be saved.<br/>Reason: {1}</p></source> <translation><p>Невозможно сохранить файл <b>{0}</b>.<br/>Причина: {1}.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2448"/> + <location filename="../QScintilla/MiniEditor.py" line="2457"/> <source>File saved</source> <translation>Файл сохранён</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2795"/> + <location filename="../QScintilla/MiniEditor.py" line="2805"/> <source>Untitled</source> <translation>Без имени</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2477"/> + <location filename="../QScintilla/MiniEditor.py" line="2486"/> <source>{0}[*] - {1}</source> <translation>{0}[*] - {1}</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2477"/> + <location filename="../QScintilla/MiniEditor.py" line="2486"/> <source>Mini Editor</source> <translation>Миниредактор</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2758"/> + <location filename="../QScintilla/MiniEditor.py" line="2768"/> <source>Printing...</source> <translation>Печать...</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2776"/> + <location filename="../QScintilla/MiniEditor.py" line="2786"/> <source>Printing completed</source> <translation>Печать завершена</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2778"/> + <location filename="../QScintilla/MiniEditor.py" line="2788"/> <source>Error while printing</source> <translation>Ошибка печати</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2781"/> + <location filename="../QScintilla/MiniEditor.py" line="2791"/> <source>Printing aborted</source> <translation>Печать прервана</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2836"/> + <location filename="../QScintilla/MiniEditor.py" line="2846"/> <source>Select all</source> <translation>Выбрать всё</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2837"/> + <location filename="../QScintilla/MiniEditor.py" line="2847"/> <source>Deselect all</source> <translation>Снять выделение</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2851"/> + <location filename="../QScintilla/MiniEditor.py" line="2861"/> <source>Languages</source> <translation>Языки</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2854"/> + <location filename="../QScintilla/MiniEditor.py" line="2864"/> <source>No Language</source> <translation>Нет языка</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2878"/> + <location filename="../QScintilla/MiniEditor.py" line="2888"/> <source>Guessed</source> <translation>Предполагаемый язык</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2899"/> + <location filename="../QScintilla/MiniEditor.py" line="2909"/> <source>Alternatives</source> <translation>Альтернативная подсветка</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2896"/> + <location filename="../QScintilla/MiniEditor.py" line="2906"/> <source>Alternatives ({0})</source> <translation>Альтернативы ({0})</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2913"/> + <location filename="../QScintilla/MiniEditor.py" line="2923"/> <source>Pygments Lexer</source> <translation>Лексер Pygments</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2913"/> + <location filename="../QScintilla/MiniEditor.py" line="2923"/> <source>Select the Pygments lexer to apply.</source> <translation>Выберите для использования лексер Pygments.</translation> </message> @@ -45020,17 +45093,17 @@ <translation><b>Сохранить копию</b><p>Сохранение контента текущего окна редактора. Имя файла может быть введено в диалоге выбора файла.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="3430"/> + <location filename="../QScintilla/MiniEditor.py" line="3446"/> <source>EditorConfig Properties</source> <translation>Свойства EditorConfig</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="3430"/> + <location filename="../QScintilla/MiniEditor.py" line="3446"/> <source><p>The EditorConfig properties for file <b>{0}</b> could not be loaded.</p></source> <translation><p>Не удается загрузить свойства EditorConfig для файла <b>{0}</b>.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2460"/> + <location filename="../QScintilla/MiniEditor.py" line="2469"/> <source>[*] - {0}</source> <translation>[*] - {0}</translation> </message> @@ -49490,17 +49563,17 @@ <context> <name>Preferences</name> <message> - <location filename="../Preferences/__init__.py" line="1584"/> + <location filename="../Preferences/__init__.py" line="1585"/> <source>Export Preferences</source> <translation>Экспорт предпочтений</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1612"/> + <location filename="../Preferences/__init__.py" line="1613"/> <source>Import Preferences</source> <translation>Импорт предпочтений</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1612"/> + <location filename="../Preferences/__init__.py" line="1613"/> <source>Properties File (*.ini);;All Files (*)</source> <translation>Файлы предпочтений (*.ini);;Все файлы (*)</translation> </message> @@ -80588,27 +80661,27 @@ <translation>Список исключений пользователя</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6597"/> + <location filename="../ViewManager/ViewManager.py" line="6600"/> <source>Edit Spelling Dictionary</source> <translation>Редактировать орфографический словарь</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6572"/> + <location filename="../ViewManager/ViewManager.py" line="6575"/> <source>Editing {0}</source> <translation>Редактирование {0}</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6554"/> + <location filename="../ViewManager/ViewManager.py" line="6557"/> <source><p>The spelling dictionary 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="../ViewManager/ViewManager.py" line="6584"/> + <location filename="../ViewManager/ViewManager.py" line="6587"/> <source><p>The spelling dictionary file <b>{0}</b> could not be written.</p><p>Reason: {1}</p></source> <translation><p>Невозможно записать файл словаря<b>{0}</b></p><p>Причина: {1}</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6597"/> + <location filename="../ViewManager/ViewManager.py" line="6600"/> <source>The spelling dictionary was saved successfully.</source> <translation>Файл словаря успешно сохранён.</translation> </message>
--- a/eric6/i18n/eric6_tr.ts Fri Sep 27 14:49:42 2019 +0200 +++ b/eric6/i18n/eric6_tr.ts Sat Sep 28 18:44:48 2019 +0200 @@ -10974,7 +10974,7 @@ <context> <name>Editor</name> <message> - <location filename="../QScintilla/Editor.py" line="2997"/> + <location filename="../QScintilla/Editor.py" line="2999"/> <source>Open File</source> <translation>Dosya Aç</translation> </message> @@ -10984,912 +10984,912 @@ <translation><p><b>{0}</b>dosyasının boyutu <b>{1} KB</b>. Bu dosyayı yüklemek istiyor musunuz?</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="447"/> + <location filename="../QScintilla/Editor.py" line="449"/> <source><b>A Source Editor Window</b><p>This window is used to display and edit a source file. You can open as many of these as you like. The name of the file is displayed in the window's titlebar.</p><p>In order to set breakpoints just click in the space between the line numbers and the fold markers. Via the context menu of the margins they may be edited.</p><p>In order to set bookmarks just Shift click in the space between the line numbers and the fold markers.</p><p>These actions can be reversed via the context menu.</p><p>Ctrl clicking on a syntax error marker shows some info about this error.</p></source> <translation><b>Kaynak Düzenleme Penceresi</b><p>Bu pencere kaynak kod dosyalarını düzenlemek ve göstermek için kullanılır.Bunu pekçok kez kullanmak üzere açabilirsiniz. Dosyanın isim başlıkçubuğunda gösterilir.</p><p>Bekleme noktaların kolayca ekleyip düzenleyebilmeniz için satır numaraları ve işaret alanı vardır..İçerik menüsü aracılığı ile sınırları düzenleyebilirsiniz.</p><p>Bekleme noktalarını ayarlamak için Shift ve ara çubuğuna beraber basabilirsiniz.</p><p>Bu işlem içerik menüsü ilede yapılabilir.</p><p>Bir yazım hatasının üzerinde Ctrl ile tıklarsanız o hata ile ilgili ayrıntılı yardım alırsınız.</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="749"/> + <location filename="../QScintilla/Editor.py" line="751"/> <source>Undo</source> <translation>Geri Al</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="752"/> + <location filename="../QScintilla/Editor.py" line="754"/> <source>Redo</source> <translation>İleri al</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="755"/> + <location filename="../QScintilla/Editor.py" line="757"/> <source>Revert to last saved state</source> <translation>En son kaydedileni eski haline getir</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="759"/> + <location filename="../QScintilla/Editor.py" line="761"/> <source>Cut</source> <translation>Kes</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="762"/> + <location filename="../QScintilla/Editor.py" line="764"/> <source>Copy</source> <translation>Kopyala</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="765"/> + <location filename="../QScintilla/Editor.py" line="767"/> <source>Paste</source> <translation>Yapıştır</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="773"/> + <location filename="../QScintilla/Editor.py" line="775"/> <source>Indent</source> <translation>Girinti</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="776"/> + <location filename="../QScintilla/Editor.py" line="778"/> <source>Unindent</source> <translation>Girintisiz</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="779"/> + <location filename="../QScintilla/Editor.py" line="781"/> <source>Comment</source> <translation>Yorumlayıcı</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="782"/> + <location filename="../QScintilla/Editor.py" line="784"/> <source>Uncomment</source> <translation>Yorumlanamaz</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="785"/> + <location filename="../QScintilla/Editor.py" line="787"/> <source>Stream Comment</source> <translation>Yorumlayıcı</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="788"/> + <location filename="../QScintilla/Editor.py" line="790"/> <source>Box Comment</source> <translation>Kutu Yorumlayıcı</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="792"/> - <source>Select to brace</source> - <translation>Köşeli ayracı seç</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="794"/> + <source>Select to brace</source> + <translation>Köşeli ayracı seç</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="796"/> <source>Select all</source> <translation>Hepsini seç</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="795"/> + <location filename="../QScintilla/Editor.py" line="797"/> <source>Deselect all</source> <translation>Tüm seçimi iptal et</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7686"/> + <location filename="../QScintilla/Editor.py" line="7697"/> <source>Check spelling...</source> <translation>Yazım Kontrolü...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="803"/> + <location filename="../QScintilla/Editor.py" line="805"/> <source>Check spelling of selection...</source> <translation>Seçilen alanın yazım kontrolü...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="807"/> + <location filename="../QScintilla/Editor.py" line="809"/> <source>Remove from dictionary</source> <translation>Sözlükten çıkar</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="811"/> + <location filename="../QScintilla/Editor.py" line="813"/> <source>Shorten empty lines</source> <translation>Boş satırları kısalt</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="818"/> + <location filename="../QScintilla/Editor.py" line="820"/> <source>Use Monospaced Font</source> <translation>Tek hacimli yazıtipi kullan</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="823"/> + <location filename="../QScintilla/Editor.py" line="825"/> <source>Autosave enabled</source> <translation>Otomatik kayıt kabul edildi</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="827"/> + <location filename="../QScintilla/Editor.py" line="829"/> <source>Typing aids enabled</source> <translation>Yazım yardımı etkinleştirildi</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="866"/> + <location filename="../QScintilla/Editor.py" line="868"/> <source>Close</source> <translation>Kapat</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="872"/> + <location filename="../QScintilla/Editor.py" line="874"/> <source>Save</source> <translation>Kaydet</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="875"/> + <location filename="../QScintilla/Editor.py" line="877"/> <source>Save As...</source> <translation>Farklı Kaydet...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="888"/> + <location filename="../QScintilla/Editor.py" line="890"/> <source>Print Preview</source> <translation>Baskı Öngörünümü</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="891"/> + <location filename="../QScintilla/Editor.py" line="893"/> <source>Print</source> <translation>Yazdır</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="920"/> - <source>Complete from Document</source> - <translation type="unfinished">Belgeden</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="922"/> - <source>Complete from APIs</source> - <translation type="unfinished">API'den</translation> + <source>Complete from Document</source> + <translation type="unfinished">Belgeden</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="924"/> + <source>Complete from APIs</source> + <translation type="unfinished">API'den</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="926"/> <source>Complete from Document and APIs</source> <translation type="unfinished">Belgeden ve API'den</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="842"/> + <location filename="../QScintilla/Editor.py" line="844"/> <source>Calltip</source> <translation>İpucu</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="938"/> + <location filename="../QScintilla/Editor.py" line="940"/> <source>Check</source> <translation>Kontrol</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="958"/> - <source>Show</source> - <translation>Göster</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="960"/> + <source>Show</source> + <translation>Göster</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="962"/> <source>Code metrics...</source> <translation>Metrik Kod...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="961"/> - <source>Code coverage...</source> - <translation>Kod koruyucu...</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="963"/> + <source>Code coverage...</source> + <translation>Kod koruyucu...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="965"/> <source>Show code coverage annotations</source> <translation>Kodun dipnotunu göster</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="966"/> + <location filename="../QScintilla/Editor.py" line="968"/> <source>Hide code coverage annotations</source> <translation>Kod koruyucu dipnotunu gizle</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="969"/> + <location filename="../QScintilla/Editor.py" line="971"/> <source>Profile data...</source> <translation>Veri kesiti...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="982"/> - <source>Diagrams</source> - <translation>Şema</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="984"/> - <source>Class Diagram...</source> - <translation>Sınıf Şeması...</translation> + <source>Diagrams</source> + <translation>Şema</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="986"/> - <source>Package Diagram...</source> - <translation>Paket Şeması...</translation> + <source>Class Diagram...</source> + <translation>Sınıf Şeması...</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="988"/> - <source>Imports Diagram...</source> - <translation>Şemayı İçe aktar...</translation> + <source>Package Diagram...</source> + <translation>Paket Şeması...</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="990"/> + <source>Imports Diagram...</source> + <translation>Şemayı İçe aktar...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="992"/> <source>Application Diagram...</source> <translation>Uygulama Şeması...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1008"/> + <location filename="../QScintilla/Editor.py" line="1010"/> <source>Languages</source> <translation>Diller</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1011"/> + <location filename="../QScintilla/Editor.py" line="1013"/> <source>No Language</source> <translation>Dil Yok</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1037"/> + <location filename="../QScintilla/Editor.py" line="1039"/> <source>Guessed</source> <translation>Tahmin edilen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1345"/> + <location filename="../QScintilla/Editor.py" line="1347"/> <source>Alternatives</source> <translation>Alternatifler</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1057"/> + <location filename="../QScintilla/Editor.py" line="1059"/> <source>Encodings</source> <translation>Kodlama</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1098"/> + <location filename="../QScintilla/Editor.py" line="1100"/> <source>End-of-Line Type</source> <translation>Yazım satırının sonu</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1102"/> + <location filename="../QScintilla/Editor.py" line="1104"/> <source>Unix</source> <translation>Unix</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1109"/> + <location filename="../QScintilla/Editor.py" line="1111"/> <source>Windows</source> <translation>Windows</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1116"/> + <location filename="../QScintilla/Editor.py" line="1118"/> <source>Macintosh</source> <translation>Macintosh</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1134"/> + <location filename="../QScintilla/Editor.py" line="1136"/> <source>Export as</source> <translation>Farklı Dışaktar</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1156"/> - <source>Toggle bookmark</source> - <translation>Yerimi açkapa</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1158"/> - <source>Next bookmark</source> - <translation>Sonraki yerimi</translation> + <source>Toggle bookmark</source> + <translation>Yerimi açkapa</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="1160"/> - <source>Previous bookmark</source> - <translation>Önceki yerimi</translation> + <source>Next bookmark</source> + <translation>Sonraki yerimi</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="1162"/> + <source>Previous bookmark</source> + <translation>Önceki yerimi</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1164"/> <source>Clear all bookmarks</source> <translation>Tüm yerimlerini temizle</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1171"/> - <source>Toggle breakpoint</source> - <translation>Beklemenoktası açkapa</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1173"/> + <source>Toggle breakpoint</source> + <translation>Beklemenoktası açkapa</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1175"/> <source>Toggle temporary breakpoint</source> <translation>Geçici bekleme noktası açkapa</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1176"/> + <location filename="../QScintilla/Editor.py" line="1178"/> <source>Edit breakpoint...</source> <translation>Bekleme noktasını düzenle...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5490"/> + <location filename="../QScintilla/Editor.py" line="5500"/> <source>Enable breakpoint</source> <translation>Beklemenoktasını etkinleştir</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1181"/> - <source>Next breakpoint</source> - <translation>Sonraki Beklemenoktası</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1183"/> + <source>Next breakpoint</source> + <translation>Sonraki Beklemenoktası</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1185"/> <source>Previous breakpoint</source> <translation>Önceki bekleme noktası</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1188"/> + <location filename="../QScintilla/Editor.py" line="1190"/> <source>Clear all breakpoints</source> <translation>Tüm beklemenoktalarını temizle</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1236"/> + <location filename="../QScintilla/Editor.py" line="1238"/> <source>Goto syntax error</source> <translation>Sözdizimi hatasına git</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1240"/> + <location filename="../QScintilla/Editor.py" line="1242"/> <source>Show syntax error message</source> <translation>Sözdizimi hata mesajını göster</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1245"/> + <location filename="../QScintilla/Editor.py" line="1247"/> <source>Clear syntax error</source> <translation>Sözdizimi hatalarını sil</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1250"/> + <location filename="../QScintilla/Editor.py" line="1252"/> <source>Next warning</source> <translation>Sonraki Uyarı</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1254"/> + <location filename="../QScintilla/Editor.py" line="1256"/> <source>Previous warning</source> <translation>Önceki Uyarı</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1258"/> + <location filename="../QScintilla/Editor.py" line="1260"/> <source>Show warning message</source> <translation>Uyarı mesajını göster</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1262"/> + <location filename="../QScintilla/Editor.py" line="1264"/> <source>Clear warnings</source> <translation>Uyarıları temizle</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1267"/> + <location filename="../QScintilla/Editor.py" line="1269"/> <source>Next uncovered line</source> <translation>Sonraki kapanmamış satır</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1271"/> + <location filename="../QScintilla/Editor.py" line="1273"/> <source>Previous uncovered line</source> <translation>Önceki kaplanmamış satır</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1276"/> + <location filename="../QScintilla/Editor.py" line="1278"/> <source>Next task</source> <translation>Sonraki görev</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1280"/> + <location filename="../QScintilla/Editor.py" line="1282"/> <source>Previous task</source> <translation>Önceki görev</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1330"/> + <location filename="../QScintilla/Editor.py" line="1332"/> <source>Export source</source> <translation>Kaynağı dışaktar</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1322"/> + <location filename="../QScintilla/Editor.py" line="1324"/> <source><p>No exporter available for the export format <b>{0}</b>. Aborting...</p></source> <translation><p>dışa katarma tipi <b>{0}</b>için dışaaktarıcı yok. Vazgeçiliyior...</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1330"/> + <location filename="../QScintilla/Editor.py" line="1332"/> <source>No export format given. Aborting...</source> <translation>Girilen dışaaktarma formatı yok. İptal edildi...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1341"/> + <location filename="../QScintilla/Editor.py" line="1343"/> <source>Alternatives ({0})</source> <translation>Alternatifler ({0})</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1361"/> + <location filename="../QScintilla/Editor.py" line="1363"/> <source>Pygments Lexer</source> <translation>Pygments Lexer</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1361"/> + <location filename="../QScintilla/Editor.py" line="1363"/> <source>Select the Pygments lexer to apply.</source> <translation>Kullanmak için Pygment lexer seç.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1846"/> + <location filename="../QScintilla/Editor.py" line="1848"/> <source>Modification of Read Only file</source> <translation>Yalnızca okunabilir dosyada değişiklik</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1846"/> + <location filename="../QScintilla/Editor.py" line="1848"/> <source>You are attempting to change a read only file. Please save to a different file first.</source> <translation>Yalnızca okunabilir bir dosyayı değiştirmeşe çalışıyorsunuz. Lütfen önce farklı bir isimde kaydediniz.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2554"/> + <location filename="../QScintilla/Editor.py" line="2556"/> <source>Printing...</source> <translation>Yazılıyor...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2571"/> - <source>Printing completed</source> - <translation>Yazdırma tamalandı</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="2573"/> + <source>Printing completed</source> + <translation>Yazdırma tamalandı</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="2575"/> <source>Error while printing</source> <translation>Yazdırılırken hata</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2576"/> + <location filename="../QScintilla/Editor.py" line="2578"/> <source>Printing aborted</source> <translation>Yazdırma iptal edildi</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2937"/> + <location filename="../QScintilla/Editor.py" line="2939"/> <source>File Modified</source> <translation>Dosya Değiştirildi</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2937"/> + <location filename="../QScintilla/Editor.py" line="2939"/> <source><p>The file <b>{0}</b> has unsaved changes.</p></source> <translation><p><b>{0}</b>dosyasında kaydedilmemiş değişiklikler var.</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2997"/> + <location filename="../QScintilla/Editor.py" line="2999"/> <source><p>The file <b>{0}</b> could not be opened.</p><p>Reason: {1}</p></source> <translation><p>Dosya <b>{0}</b> açılamıyor.</p><p>Sebep: {1}</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3178"/> + <location filename="../QScintilla/Editor.py" line="3188"/> <source>Save File</source> <translation>Dosyayı Kaydet</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3115"/> + <location filename="../QScintilla/Editor.py" line="3125"/> <source><p>The file <b>{0}</b> could not be saved.<br/>Reason: {1}</p></source> <translation><p>Dosya <b>{0}</b> kaydedilemiyor.</p><p>Sebep: {1}</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4655"/> + <location filename="../QScintilla/Editor.py" line="4665"/> <source>Autocompletion</source> <translation>Otomatik tamamlama</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4655"/> + <location filename="../QScintilla/Editor.py" line="4665"/> <source>Autocompletion is not available because there is no autocompletion source set.</source> <translation>Otomatiktamamlama uygun değil çünkü bu otomatiktamamlama kaynağı değil.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5493"/> + <location filename="../QScintilla/Editor.py" line="5503"/> <source>Disable breakpoint</source> <translation>Durmanoktasını iptal et</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5867"/> + <location filename="../QScintilla/Editor.py" line="5878"/> <source>Code Coverage</source> <translation>Kod Koruyucu</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5867"/> + <location filename="../QScintilla/Editor.py" line="5878"/> <source>Please select a coverage file</source> <translation>Lütfen bir koruyucu dosya seçiniz</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5930"/> + <location filename="../QScintilla/Editor.py" line="5941"/> <source>Show Code Coverage Annotations</source> <translation>Kodların Dipnotunu Göster</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5923"/> + <location filename="../QScintilla/Editor.py" line="5934"/> <source>All lines have been covered.</source> <translation>Tüm satırlar korumaya alındı.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5930"/> + <location filename="../QScintilla/Editor.py" line="5941"/> <source>There is no coverage file available.</source> <translation>Hazırda koruma dosyası yok.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6047"/> + <location filename="../QScintilla/Editor.py" line="6058"/> <source>Profile Data</source> <translation>Veri Kesiti</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6047"/> + <location filename="../QScintilla/Editor.py" line="6058"/> <source>Please select a profile file</source> <translation>Lütfen kesit dosyasını seçiniz</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6209"/> + <location filename="../QScintilla/Editor.py" line="6220"/> <source>Syntax Error</source> <translation>Sözdizimi Hatası</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6209"/> + <location filename="../QScintilla/Editor.py" line="6220"/> <source>No syntax error message available.</source> <translation>Uygun söz dizimi hata mesajı yok.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6600"/> + <location filename="../QScintilla/Editor.py" line="6611"/> <source>Macro Name</source> <translation>Makro Adı</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6600"/> + <location filename="../QScintilla/Editor.py" line="6611"/> <source>Select a macro name:</source> <translation>Bir makro ismi seç:</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6628"/> + <location filename="../QScintilla/Editor.py" line="6639"/> <source>Load macro file</source> <translation>Makro dosyasını yükle</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6671"/> + <location filename="../QScintilla/Editor.py" line="6682"/> <source>Macro files (*.macro)</source> <translation>Makro dosyaları (*.macro)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6651"/> + <location filename="../QScintilla/Editor.py" line="6662"/> <source>Error loading macro</source> <translation>Makronun yüklenmesinde hata</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6642"/> + <location filename="../QScintilla/Editor.py" line="6653"/> <source><p>The macro file <b>{0}</b> could not be read.</p></source> <translation><p>Makro dosyası <b>{0}</b> okunamıyor.</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6651"/> + <location filename="../QScintilla/Editor.py" line="6662"/> <source><p>The macro file <b>{0}</b> is corrupt.</p></source> <translation><p>Makro dosyası <b>{0}</b> bozuk.</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6671"/> + <location filename="../QScintilla/Editor.py" line="6682"/> <source>Save macro file</source> <translation>Makro Dosyasını Kaydet</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6688"/> + <location filename="../QScintilla/Editor.py" line="6699"/> <source>Save macro</source> <translation>Makro Kaydet</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6704"/> + <location filename="../QScintilla/Editor.py" line="6715"/> <source>Error saving macro</source> <translation>Makronun kaydedilmesinde hata</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6704"/> + <location filename="../QScintilla/Editor.py" line="6715"/> <source><p>The macro file <b>{0}</b> could not be written.</p></source> <translation><p>Makro dosyası <b>{0}</b> yazılamıyor.</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6717"/> + <location filename="../QScintilla/Editor.py" line="6728"/> <source>Start Macro Recording</source> <translation>Makro Kaydı Başladı</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6717"/> + <location filename="../QScintilla/Editor.py" line="6728"/> <source>Macro recording is already active. Start new?</source> <translation>Makro kaydı şuan aktif. Yeniden başlasın mı?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6743"/> + <location filename="../QScintilla/Editor.py" line="6754"/> <source>Macro Recording</source> <translation>Makro Kaydediliyor</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6743"/> + <location filename="../QScintilla/Editor.py" line="6754"/> <source>Enter name of the macro:</source> <translation>Makronun ismini gir:</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6883"/> + <location filename="../QScintilla/Editor.py" line="6894"/> <source>File changed</source> <translation>Dosya değiştirilmiş</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7049"/> + <location filename="../QScintilla/Editor.py" line="7059"/> <source>{0} (ro)</source> <translation>{0} (ro)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7189"/> + <location filename="../QScintilla/Editor.py" line="7200"/> <source>Drop Error</source> <translation>Düşme hatası</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7189"/> + <location filename="../QScintilla/Editor.py" line="7200"/> <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="../QScintilla/Editor.py" line="7210"/> + <location filename="../QScintilla/Editor.py" line="7221"/> <source>Resources</source> <translation>Kaynaklar</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7212"/> - <source>Add file...</source> - <translation>Dosya ekle...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7214"/> - <source>Add files...</source> - <translation>Dosyaları ekle...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7216"/> - <source>Add aliased file...</source> - <translation>Kısaltmalar dosyasına ekle...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7219"/> - <source>Add localized resource...</source> - <translation>Yaral kaynak ekle...</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="7223"/> + <source>Add file...</source> + <translation>Dosya ekle...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7225"/> + <source>Add files...</source> + <translation>Dosyaları ekle...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7227"/> + <source>Add aliased file...</source> + <translation>Kısaltmalar dosyasına ekle...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7230"/> + <source>Add localized resource...</source> + <translation>Yaral kaynak ekle...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7234"/> <source>Add resource frame</source> <translation>Çerçeve kaynağı ekle</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7242"/> + <location filename="../QScintilla/Editor.py" line="7253"/> <source>Add file resource</source> <translation>Dosya kaynağını ekle</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7258"/> + <location filename="../QScintilla/Editor.py" line="7269"/> <source>Add file resources</source> <translation>Dosya kaynaklarını ekle</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7285"/> + <location filename="../QScintilla/Editor.py" line="7296"/> <source>Add aliased file resource</source> <translation>Kısaltmalar dosyası kaynağını ekle</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7285"/> + <location filename="../QScintilla/Editor.py" line="7296"/> <source>Alias for file <b>{0}</b>:</source> <translation><b>{0} dosyası için takma ad</b>:</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7351"/> + <location filename="../QScintilla/Editor.py" line="7362"/> <source>Package Diagram</source> <translation>Paket Şeması</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7351"/> + <location filename="../QScintilla/Editor.py" line="7362"/> <source>Include class attributes?</source> <translation>Sınıf nitelikleri dahil edilsin mi?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7373"/> + <location filename="../QScintilla/Editor.py" line="7384"/> <source>Imports Diagram</source> <translation>Şemayı İçe Aktar</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7373"/> + <location filename="../QScintilla/Editor.py" line="7384"/> <source>Include imports from external modules?</source> <translation>Harici modüllerdan içe aktarım dahil edilsin mi?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7387"/> + <location filename="../QScintilla/Editor.py" line="7398"/> <source>Application Diagram</source> <translation>Uygulama Şeması</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7387"/> + <location filename="../QScintilla/Editor.py" line="7398"/> <source>Include module names?</source> <translation>Modül isimleri dahil edilsin mi?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7689"/> + <location filename="../QScintilla/Editor.py" line="7700"/> <source>Add to dictionary</source> <translation>Sözlüğe ekle</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7691"/> + <location filename="../QScintilla/Editor.py" line="7702"/> <source>Ignore All</source> <translation>Hepsini Yoksay</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3178"/> + <location filename="../QScintilla/Editor.py" line="3188"/> <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="../QScintilla/Editor.py" line="6488"/> + <location filename="../QScintilla/Editor.py" line="6499"/> <source>Warning: {0}</source> <translation>Dikkat: {0}</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6495"/> + <location filename="../QScintilla/Editor.py" line="6506"/> <source>Error: {0}</source> <translation>Hata: {0}</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6688"/> + <location filename="../QScintilla/Editor.py" line="6699"/> <source><p>The macro file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>Makro dosyası <b>{0}</b> zaten var. Üzerine yazılsın mı?</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6879"/> + <location filename="../QScintilla/Editor.py" line="6890"/> <source><br><b>Warning:</b> You will lose your changes upon reopening it.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="884"/> + <location filename="../QScintilla/Editor.py" line="886"/> <source>Open 'rejection' file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="994"/> + <location filename="../QScintilla/Editor.py" line="996"/> <source>Load Diagram...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1285"/> + <location filename="../QScintilla/Editor.py" line="1287"/> <source>Next change</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1289"/> + <location filename="../QScintilla/Editor.py" line="1291"/> <source>Previous change</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8107"/> + <location filename="../QScintilla/Editor.py" line="8118"/> <source>Sort Lines</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8107"/> + <location filename="../QScintilla/Editor.py" line="8118"/> <source>The selection contains illegal data for a numerical sort.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6423"/> + <location filename="../QScintilla/Editor.py" line="6434"/> <source>Warning</source> <translation type="unfinished">Dikkat</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6423"/> + <location filename="../QScintilla/Editor.py" line="6434"/> <source>No warning messages available.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6485"/> + <location filename="../QScintilla/Editor.py" line="6496"/> <source>Style: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="858"/> + <location filename="../QScintilla/Editor.py" line="860"/> <source>New Document View</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="861"/> + <location filename="../QScintilla/Editor.py" line="863"/> <source>New Document View (with new split)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="948"/> + <location filename="../QScintilla/Editor.py" line="950"/> <source>Tools</source> <translation type="unfinished">Araçlar</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1079"/> + <location filename="../QScintilla/Editor.py" line="1081"/> <source>Re-Open With Encoding</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6873"/> + <location filename="../QScintilla/Editor.py" line="6884"/> <source><p>The file <b>{0}</b> has been changed while it was opened in eric6. Reread it?</p></source> <translation type="unfinished"><p>Eric5 ile açıldıktan sonra <b>{0}</b> dosyasında değişiklik olmuş. Yeniden açılsın mı?</p> {0}?} {6.?}</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="834"/> + <location filename="../QScintilla/Editor.py" line="836"/> <source>Automatic Completion enabled</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="914"/> + <location filename="../QScintilla/Editor.py" line="916"/> <source>Complete</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4785"/> + <location filename="../QScintilla/Editor.py" line="4795"/> <source>Auto-Completion Provider</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4785"/> + <location filename="../QScintilla/Editor.py" line="4795"/> <source>The completion list provider '{0}' was already registered. Ignoring duplicate request.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5060"/> + <location filename="../QScintilla/Editor.py" line="5070"/> <source>Call-Tips Provider</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5060"/> + <location filename="../QScintilla/Editor.py" line="5070"/> <source>The call-tips provider '{0}' was already registered. Ignoring duplicate request.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8196"/> + <location filename="../QScintilla/Editor.py" line="8207"/> <source>Register Mouse Click Handler</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8196"/> + <location filename="../QScintilla/Editor.py" line="8207"/> <source>A mouse click handler for "{0}" was already registered by "{1}". Aborting request by "{2}"...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="878"/> + <location filename="../QScintilla/Editor.py" line="880"/> <source>Save Copy...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="917"/> + <location filename="../QScintilla/Editor.py" line="919"/> <source>Clear Completions Cache</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="844"/> + <location filename="../QScintilla/Editor.py" line="846"/> <source>Code Info</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1293"/> + <location filename="../QScintilla/Editor.py" line="1295"/> <source>Clear changes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="769"/> + <location filename="../QScintilla/Editor.py" line="771"/> <source>Execute Selection In Console</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8317"/> + <location filename="../QScintilla/Editor.py" line="8328"/> <source>EditorConfig Properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8317"/> + <location filename="../QScintilla/Editor.py" line="8328"/> <source><p>The EditorConfig properties for file <b>{0}</b> could not be loaded.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1197"/> + <location filename="../QScintilla/Editor.py" line="1199"/> <source>Toggle all folds</source> <translation type="unfinished">Tüm Açkapaları Kapat</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1202"/> + <location filename="../QScintilla/Editor.py" line="1204"/> <source>Toggle all folds (including children)</source> <translation type="unfinished">Tüm açkapalar (iç içe olanlar dahil)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1207"/> + <location filename="../QScintilla/Editor.py" line="1209"/> <source>Toggle current fold</source> <translation type="unfinished">Geçerli açkapayı kapat</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1213"/> + <location filename="../QScintilla/Editor.py" line="1215"/> <source>Expand (including children)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1218"/> + <location filename="../QScintilla/Editor.py" line="1220"/> <source>Collapse (including children)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1224"/> + <location filename="../QScintilla/Editor.py" line="1226"/> <source>Clear all folds</source> <translation type="unfinished"></translation> </message> @@ -13096,93 +13096,133 @@ <translation>Seçilen girinti genişliğini göster.</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="148"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="239"/> <source>Auto indentation</source> <translation>Otomatik Girintileme</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="155"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="246"/> <source>Select whether tab characters are used for indentations.</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="249"/> + <source>Use tabs for indentations</source> + <translation>Sekmeyi giriti için kullan</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="236"/> + <source>Select whether autoindentation shall be enabled</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="266"/> + <source>Select whether tabs shall be converted upon opening the file</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="269"/> + <source>Convert tabs upon open</source> + <translation>Açarken sekmeleri çevir</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="256"/> + <source>Select whether pressing the tab key indents.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="259"/> + <source>Tab key indents</source> + <translation>Sekme tuşu girintiler</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="281"/> + <source>Comments</source> + <translation>Yorumlar</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="287"/> + <source>Select to insert the comment sign at column 0</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="290"/> + <source><b>Insert comment at column 0</b><p>Select to insert the comment sign at column 0. Otherwise, the comment sign is inserted at the first non-whitespace position.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="293"/> + <source>Insert comment at column 0</source> + <translation>Yorumlayıcının 0 sütununa araya ekle</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="303"/> + <source>Virtual Space</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="309"/> + <source>Virtual space is the space after the last character of a line. It is not allocated unless some text is entered or copied into it. Usage of virtual space can be configured with these selections.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="319"/> + <source>Select to enable a rectangular selection to extend into virtual space</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="322"/> + <source>Selection may access virtual space</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="329"/> + <source>Select to allow the cursor to be moved into virtual space</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="332"/> + <source>Cursor can move into virtual space</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="158"/> - <source>Use tabs for indentations</source> - <translation>Sekmeyi giriti için kullan</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="145"/> - <source>Select whether autoindentation shall be enabled</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="175"/> - <source>Select whether tabs shall be converted upon opening the file</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="178"/> - <source>Convert tabs upon open</source> - <translation>Açarken sekmeleri çevir</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="165"/> - <source>Select whether pressing the tab key indents.</source> + <source>Language</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="163"/> + <source>Tab Width</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="168"/> - <source>Tab key indents</source> - <translation>Sekme tuşu girintiler</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="190"/> - <source>Comments</source> - <translation>Yorumlar</translation> + <source>Indent Width</source> + <translation type="unfinished"></translation> </message> <message> <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="196"/> - <source>Select to insert the comment sign at column 0</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="199"/> - <source><b>Insert comment at column 0</b><p>Select to insert the comment sign at column 0. Otherwise, the comment sign is inserted at the first non-whitespace position.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="202"/> - <source>Insert comment at column 0</source> - <translation>Yorumlayıcının 0 sütununa araya ekle</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="212"/> - <source>Virtual Space</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="218"/> - <source>Virtual space is the space after the last character of a line. It is not allocated unless some text is entered or copied into it. Usage of virtual space can be configured with these selections.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="228"/> - <source>Select to enable a rectangular selection to extend into virtual space</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="231"/> - <source>Selection may access virtual space</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="238"/> - <source>Select to allow the cursor to be moved into virtual space</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="241"/> - <source>Cursor can move into virtual space</source> + <source>Press to add a language specific override</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="203"/> + <source>Press to delete the selected language specific override</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="210"/> + <source>Press to edit the selected language specific override</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.py" line="205"/> + <source>Tab and Indent Override</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.py" line="205"/> + <source>Shall the selected entries really be removed?</source> <translation type="unfinished"></translation> </message> </context> @@ -13616,6 +13656,39 @@ </message> </context> <context> + <name>EditorLanguageTabIndentOverrideDialog</name> + <message> + <location filename="../Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.ui" line="14"/> + <source>Tab and Indent Override</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.ui" line="23"/> + <source>Language:</source> + <translation type="unfinished">Dil:</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.ui" line="40"/> + <source>Tab Width:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.ui" line="47"/> + <source>Enter the tab width</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.ui" line="76"/> + <source>Indentation width:</source> + <translation type="unfinished">Girinti genişliği:</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.ui" line="83"/> + <source>Enter the indentation width</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>EditorMarkerMap</name> <message> <location filename="../QScintilla/EditorMarkerMap.py" line="28"/> @@ -47199,102 +47272,102 @@ <translation><p>Dosya <b>{0}</b> açılamıyor.</p><p>Sebep: {1}</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2379"/> + <location filename="../QScintilla/MiniEditor.py" line="2368"/> <source>File loaded</source> <translation>Dosya Yüklendi</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2440"/> + <location filename="../QScintilla/MiniEditor.py" line="2449"/> <source>Save File</source> <translation>Dosyayı Kaydet</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2440"/> + <location filename="../QScintilla/MiniEditor.py" line="2449"/> <source><p>The file <b>{0}</b> could not be saved.<br/>Reason: {1}</p></source> <translation><p>Dosya <b>{0}</b> kaydedilemiyor.</p><p>Sebep: {1}</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2448"/> + <location filename="../QScintilla/MiniEditor.py" line="2457"/> <source>File saved</source> <translation>Dosya Kaydedildi</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2795"/> + <location filename="../QScintilla/MiniEditor.py" line="2805"/> <source>Untitled</source> <translation>Başlıksız</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2477"/> + <location filename="../QScintilla/MiniEditor.py" line="2486"/> <source>{0}[*] - {1}</source> <translation>{0}[*] - {1}</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2477"/> + <location filename="../QScintilla/MiniEditor.py" line="2486"/> <source>Mini Editor</source> <translation>Mini Düzenleyici</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2758"/> + <location filename="../QScintilla/MiniEditor.py" line="2768"/> <source>Printing...</source> <translation>Yazılıyor...</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2776"/> + <location filename="../QScintilla/MiniEditor.py" line="2786"/> <source>Printing completed</source> <translation>Yazdırma tamalandı</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2778"/> + <location filename="../QScintilla/MiniEditor.py" line="2788"/> <source>Error while printing</source> <translation>Yazdırılırken hata</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2781"/> + <location filename="../QScintilla/MiniEditor.py" line="2791"/> <source>Printing aborted</source> <translation>Yazdırma iptal edildi</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2836"/> + <location filename="../QScintilla/MiniEditor.py" line="2846"/> <source>Select all</source> <translation>Hepsini seç</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2837"/> + <location filename="../QScintilla/MiniEditor.py" line="2847"/> <source>Deselect all</source> <translation>Tüm seçimi iptal et</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2851"/> + <location filename="../QScintilla/MiniEditor.py" line="2861"/> <source>Languages</source> <translation>Diller</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2854"/> + <location filename="../QScintilla/MiniEditor.py" line="2864"/> <source>No Language</source> <translation>Dil Yok</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2878"/> + <location filename="../QScintilla/MiniEditor.py" line="2888"/> <source>Guessed</source> <translation>Tahmin edilen</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2899"/> + <location filename="../QScintilla/MiniEditor.py" line="2909"/> <source>Alternatives</source> <translation>Alternatifler</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2896"/> + <location filename="../QScintilla/MiniEditor.py" line="2906"/> <source>Alternatives ({0})</source> <translation>Alternatifler ({0})</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2913"/> + <location filename="../QScintilla/MiniEditor.py" line="2923"/> <source>Pygments Lexer</source> <translation>Pygments Lexer</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2913"/> + <location filename="../QScintilla/MiniEditor.py" line="2923"/> <source>Select the Pygments lexer to apply.</source> <translation>Kullanmak için Pygment lexer seç.</translation> </message> @@ -47339,17 +47412,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="3430"/> + <location filename="../QScintilla/MiniEditor.py" line="3446"/> <source>EditorConfig Properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="3430"/> + <location filename="../QScintilla/MiniEditor.py" line="3446"/> <source><p>The EditorConfig properties for file <b>{0}</b> could not be loaded.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2460"/> + <location filename="../QScintilla/MiniEditor.py" line="2469"/> <source>[*] - {0}</source> <translation type="unfinished"></translation> </message> @@ -51912,17 +51985,17 @@ <context> <name>Preferences</name> <message> - <location filename="../Preferences/__init__.py" line="1584"/> + <location filename="../Preferences/__init__.py" line="1585"/> <source>Export Preferences</source> <translation>Seçenekleri Dışa Aktar</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1612"/> + <location filename="../Preferences/__init__.py" line="1613"/> <source>Import Preferences</source> <translation>Seçenekleri İçe Aktar</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1612"/> + <location filename="../Preferences/__init__.py" line="1613"/> <source>Properties File (*.ini);;All Files (*)</source> <translation type="unfinished"></translation> </message> @@ -82811,27 +82884,27 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6597"/> + <location filename="../ViewManager/ViewManager.py" line="6600"/> <source>Edit Spelling Dictionary</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6572"/> + <location filename="../ViewManager/ViewManager.py" line="6575"/> <source>Editing {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6554"/> + <location filename="../ViewManager/ViewManager.py" line="6557"/> <source><p>The spelling dictionary file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6584"/> + <location filename="../ViewManager/ViewManager.py" line="6587"/> <source><p>The spelling dictionary file <b>{0}</b> could not be written.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6597"/> + <location filename="../ViewManager/ViewManager.py" line="6600"/> <source>The spelling dictionary was saved successfully.</source> <translation type="unfinished"></translation> </message>
--- a/eric6/i18n/eric6_zh_CN.ts Fri Sep 27 14:49:42 2019 +0200 +++ b/eric6/i18n/eric6_zh_CN.ts Sat Sep 28 18:44:48 2019 +0200 @@ -10914,642 +10914,642 @@ <context> <name>Editor</name> <message> - <location filename="../QScintilla/Editor.py" line="2997"/> + <location filename="../QScintilla/Editor.py" line="2999"/> <source>Open File</source> <translation>打开文件</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="447"/> + <location filename="../QScintilla/Editor.py" line="449"/> <source><b>A Source Editor Window</b><p>This window is used to display and edit a source file. You can open as many of these as you like. The name of the file is displayed in the window's titlebar.</p><p>In order to set breakpoints just click in the space between the line numbers and the fold markers. Via the context menu of the margins they may be edited.</p><p>In order to set bookmarks just Shift click in the space between the line numbers and the fold markers.</p><p>These actions can be reversed via the context menu.</p><p>Ctrl clicking on a syntax error marker shows some info about this error.</p></source> <translation><b>源代码编辑器窗口</b><p>该窗口用于显示和编辑源文件。可以打开任意多个窗口。文件名显示在窗口标题栏中。</p><p>要设置断点只需在行号与折叠标记之间的空白处点击即可。通过页边空白的上下文菜单可进行编辑。</p><p>要设置书签只需按住 Shift 键再在行号与折叠标记之间的空白处点击即可。</p><p>以上行为都可能通过上下文菜单进行反转。</p><p>按住 Ctrl 再语法错误标记上点击可显示该错误的部分信息。</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="749"/> + <location filename="../QScintilla/Editor.py" line="751"/> <source>Undo</source> <translation>撤消</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="752"/> + <location filename="../QScintilla/Editor.py" line="754"/> <source>Redo</source> <translation>重做</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="755"/> + <location filename="../QScintilla/Editor.py" line="757"/> <source>Revert to last saved state</source> <translation>还原到最后保存的状态</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="759"/> + <location filename="../QScintilla/Editor.py" line="761"/> <source>Cut</source> <translation>剪切</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="762"/> + <location filename="../QScintilla/Editor.py" line="764"/> <source>Copy</source> <translation>复制</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="765"/> + <location filename="../QScintilla/Editor.py" line="767"/> <source>Paste</source> <translation>粘贴</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="773"/> + <location filename="../QScintilla/Editor.py" line="775"/> <source>Indent</source> <translation>缩进</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="776"/> + <location filename="../QScintilla/Editor.py" line="778"/> <source>Unindent</source> <translation>取消缩进</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="779"/> + <location filename="../QScintilla/Editor.py" line="781"/> <source>Comment</source> <translation>注释</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="782"/> + <location filename="../QScintilla/Editor.py" line="784"/> <source>Uncomment</source> <translation>取消注释</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="785"/> + <location filename="../QScintilla/Editor.py" line="787"/> <source>Stream Comment</source> <translation>流注释</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="788"/> + <location filename="../QScintilla/Editor.py" line="790"/> <source>Box Comment</source> <translation>块注释</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="792"/> - <source>Select to brace</source> - <translation>选择括号内容</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="794"/> + <source>Select to brace</source> + <translation>选择括号内容</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="796"/> <source>Select all</source> <translation>全选</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="795"/> + <location filename="../QScintilla/Editor.py" line="797"/> <source>Deselect all</source> <translation>全部取消选择</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7686"/> + <location filename="../QScintilla/Editor.py" line="7697"/> <source>Check spelling...</source> <translation>正在进行拼写检查…</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="803"/> + <location filename="../QScintilla/Editor.py" line="805"/> <source>Check spelling of selection...</source> <translation>正在对所选内容进行拼写检查…</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="811"/> + <location filename="../QScintilla/Editor.py" line="813"/> <source>Shorten empty lines</source> <translation>缩减空行</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="818"/> + <location filename="../QScintilla/Editor.py" line="820"/> <source>Use Monospaced Font</source> <translation>使用单空格字体</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="823"/> + <location filename="../QScintilla/Editor.py" line="825"/> <source>Autosave enabled</source> <translation>允许自动保存</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="827"/> + <location filename="../QScintilla/Editor.py" line="829"/> <source>Typing aids enabled</source> <translation>允许输入辅助</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="866"/> + <location filename="../QScintilla/Editor.py" line="868"/> <source>Close</source> <translation>关闭</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="872"/> + <location filename="../QScintilla/Editor.py" line="874"/> <source>Save</source> <translation>保存</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="875"/> + <location filename="../QScintilla/Editor.py" line="877"/> <source>Save As...</source> <translation>另存为…</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="888"/> + <location filename="../QScintilla/Editor.py" line="890"/> <source>Print Preview</source> <translation>打印预览</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="891"/> + <location filename="../QScintilla/Editor.py" line="893"/> <source>Print</source> <translation>打印</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="920"/> - <source>Complete from Document</source> - <translation type="unfinished">从文档</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="922"/> - <source>Complete from APIs</source> - <translation type="unfinished">从 APIs</translation> + <source>Complete from Document</source> + <translation type="unfinished">从文档</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="924"/> + <source>Complete from APIs</source> + <translation type="unfinished">从 APIs</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="926"/> <source>Complete from Document and APIs</source> <translation type="unfinished">从文档和 APIs</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="842"/> + <location filename="../QScintilla/Editor.py" line="844"/> <source>Calltip</source> <translation>调用提示</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="938"/> + <location filename="../QScintilla/Editor.py" line="940"/> <source>Check</source> <translation>检查</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="958"/> - <source>Show</source> - <translation>显示</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="960"/> + <source>Show</source> + <translation>显示</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="962"/> <source>Code metrics...</source> <translation>代码度量…</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="961"/> - <source>Code coverage...</source> - <translation>代码覆盖率…</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="963"/> + <source>Code coverage...</source> + <translation>代码覆盖率…</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="965"/> <source>Show code coverage annotations</source> <translation>显示代码覆盖率注解</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="966"/> + <location filename="../QScintilla/Editor.py" line="968"/> <source>Hide code coverage annotations</source> <translation>隐藏代码覆盖率注解</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="969"/> + <location filename="../QScintilla/Editor.py" line="971"/> <source>Profile data...</source> <translation>剖析数据…</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="982"/> - <source>Diagrams</source> - <translation>图表</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="984"/> - <source>Class Diagram...</source> - <translation>类图…</translation> + <source>Diagrams</source> + <translation>图表</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="986"/> - <source>Package Diagram...</source> - <translation>程序包图…</translation> + <source>Class Diagram...</source> + <translation>类图…</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="988"/> - <source>Imports Diagram...</source> - <translation>引用图…</translation> + <source>Package Diagram...</source> + <translation>程序包图…</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="990"/> + <source>Imports Diagram...</source> + <translation>引用图…</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="992"/> <source>Application Diagram...</source> <translation>应用程序图…</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1008"/> + <location filename="../QScintilla/Editor.py" line="1010"/> <source>Languages</source> <translation>语言</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1011"/> + <location filename="../QScintilla/Editor.py" line="1013"/> <source>No Language</source> <translation>无语言</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1037"/> + <location filename="../QScintilla/Editor.py" line="1039"/> <source>Guessed</source> <translation>猜测</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1345"/> + <location filename="../QScintilla/Editor.py" line="1347"/> <source>Alternatives</source> <translation>备选</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1057"/> + <location filename="../QScintilla/Editor.py" line="1059"/> <source>Encodings</source> <translation>编码</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1098"/> + <location filename="../QScintilla/Editor.py" line="1100"/> <source>End-of-Line Type</source> <translation>行尾类型</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1102"/> + <location filename="../QScintilla/Editor.py" line="1104"/> <source>Unix</source> <translation>Unix</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1109"/> + <location filename="../QScintilla/Editor.py" line="1111"/> <source>Windows</source> <translation>Windows</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1116"/> + <location filename="../QScintilla/Editor.py" line="1118"/> <source>Macintosh</source> <translation>Macintosh</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1134"/> + <location filename="../QScintilla/Editor.py" line="1136"/> <source>Export as</source> <translation>导出为</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1156"/> - <source>Toggle bookmark</source> - <translation>切换书签</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1158"/> - <source>Next bookmark</source> - <translation>下一个书签</translation> + <source>Toggle bookmark</source> + <translation>切换书签</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="1160"/> - <source>Previous bookmark</source> - <translation>上一个书签</translation> + <source>Next bookmark</source> + <translation>下一个书签</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="1162"/> + <source>Previous bookmark</source> + <translation>上一个书签</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1164"/> <source>Clear all bookmarks</source> <translation>清除所有书签</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1171"/> - <source>Toggle breakpoint</source> - <translation>切换断点</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1173"/> + <source>Toggle breakpoint</source> + <translation>切换断点</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1175"/> <source>Toggle temporary breakpoint</source> <translation>切换临时断点</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1176"/> + <location filename="../QScintilla/Editor.py" line="1178"/> <source>Edit breakpoint...</source> <translation>编辑断点…</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5490"/> + <location filename="../QScintilla/Editor.py" line="5500"/> <source>Enable breakpoint</source> <translation>允许断点</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1181"/> - <source>Next breakpoint</source> - <translation>下一个断点</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1183"/> + <source>Next breakpoint</source> + <translation>下一个断点</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1185"/> <source>Previous breakpoint</source> <translation>上一个断点</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1188"/> + <location filename="../QScintilla/Editor.py" line="1190"/> <source>Clear all breakpoints</source> <translation>清除所有断点</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1236"/> + <location filename="../QScintilla/Editor.py" line="1238"/> <source>Goto syntax error</source> <translation>转到语法错误处</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1240"/> + <location filename="../QScintilla/Editor.py" line="1242"/> <source>Show syntax error message</source> <translation>显示语法错误消息</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1245"/> + <location filename="../QScintilla/Editor.py" line="1247"/> <source>Clear syntax error</source> <translation>清除语法错误</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1267"/> + <location filename="../QScintilla/Editor.py" line="1269"/> <source>Next uncovered line</source> <translation>下一个未覆盖行</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1271"/> + <location filename="../QScintilla/Editor.py" line="1273"/> <source>Previous uncovered line</source> <translation>上一个未覆盖行</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1276"/> + <location filename="../QScintilla/Editor.py" line="1278"/> <source>Next task</source> <translation>下一个任务</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1280"/> + <location filename="../QScintilla/Editor.py" line="1282"/> <source>Previous task</source> <translation>上一个任务</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1330"/> + <location filename="../QScintilla/Editor.py" line="1332"/> <source>Export source</source> <translation>导出源代码</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1330"/> + <location filename="../QScintilla/Editor.py" line="1332"/> <source>No export format given. Aborting...</source> <translation>没有给定导出格式。终止…</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1361"/> + <location filename="../QScintilla/Editor.py" line="1363"/> <source>Pygments Lexer</source> <translation>Pygments 词法分析器</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1361"/> + <location filename="../QScintilla/Editor.py" line="1363"/> <source>Select the Pygments lexer to apply.</source> <translation>选择要应用的 Pygments 词法分析器。</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1846"/> + <location filename="../QScintilla/Editor.py" line="1848"/> <source>Modification of Read Only file</source> <translation>只读文件的改变</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1846"/> + <location filename="../QScintilla/Editor.py" line="1848"/> <source>You are attempting to change a read only file. Please save to a different file first.</source> <translation>试图改变只读文件。请先保存到另一个文件中。</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2554"/> + <location filename="../QScintilla/Editor.py" line="2556"/> <source>Printing...</source> <translation>打印中…</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2571"/> - <source>Printing completed</source> - <translation>打印已完成</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="2573"/> + <source>Printing completed</source> + <translation>打印已完成</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="2575"/> <source>Error while printing</source> <translation>打印时出错</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2576"/> + <location filename="../QScintilla/Editor.py" line="2578"/> <source>Printing aborted</source> <translation>打印失败</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2937"/> + <location filename="../QScintilla/Editor.py" line="2939"/> <source>File Modified</source> <translation>文件已改变</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3178"/> + <location filename="../QScintilla/Editor.py" line="3188"/> <source>Save File</source> <translation>保存文件</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4655"/> + <location filename="../QScintilla/Editor.py" line="4665"/> <source>Autocompletion</source> <translation>自动完成</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4655"/> + <location filename="../QScintilla/Editor.py" line="4665"/> <source>Autocompletion is not available because there is no autocompletion source set.</source> <translation>自动完成无效,没有设定自动完成源。</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5493"/> + <location filename="../QScintilla/Editor.py" line="5503"/> <source>Disable breakpoint</source> <translation>去除断点</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5867"/> + <location filename="../QScintilla/Editor.py" line="5878"/> <source>Code Coverage</source> <translation>代码覆盖率</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5867"/> + <location filename="../QScintilla/Editor.py" line="5878"/> <source>Please select a coverage file</source> <translation>请选择一个覆盖率文件</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5930"/> + <location filename="../QScintilla/Editor.py" line="5941"/> <source>Show Code Coverage Annotations</source> <translation>显示代码覆盖率注解</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5923"/> + <location filename="../QScintilla/Editor.py" line="5934"/> <source>All lines have been covered.</source> <translation>所有行均被已覆盖。</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5930"/> + <location filename="../QScintilla/Editor.py" line="5941"/> <source>There is no coverage file available.</source> <translation>没有有效的覆盖率文件。</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6047"/> + <location filename="../QScintilla/Editor.py" line="6058"/> <source>Profile Data</source> <translation>剖析数据</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6047"/> + <location filename="../QScintilla/Editor.py" line="6058"/> <source>Please select a profile file</source> <translation>请选择一个剖析文件</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6209"/> + <location filename="../QScintilla/Editor.py" line="6220"/> <source>Syntax Error</source> <translation>语法错误</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6209"/> + <location filename="../QScintilla/Editor.py" line="6220"/> <source>No syntax error message available.</source> <translation>语法错误消息无效。</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6600"/> + <location filename="../QScintilla/Editor.py" line="6611"/> <source>Macro Name</source> <translation>宏名称</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6600"/> + <location filename="../QScintilla/Editor.py" line="6611"/> <source>Select a macro name:</source> <translation>选择一个宏名称:</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6628"/> + <location filename="../QScintilla/Editor.py" line="6639"/> <source>Load macro file</source> <translation>输入宏文件</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6671"/> + <location filename="../QScintilla/Editor.py" line="6682"/> <source>Macro files (*.macro)</source> <translation>宏文件 (*.macro)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6651"/> + <location filename="../QScintilla/Editor.py" line="6662"/> <source>Error loading macro</source> <translation>载入宏文件出错</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6671"/> + <location filename="../QScintilla/Editor.py" line="6682"/> <source>Save macro file</source> <translation>保存宏文件</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6688"/> + <location filename="../QScintilla/Editor.py" line="6699"/> <source>Save macro</source> <translation>保存宏</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6704"/> + <location filename="../QScintilla/Editor.py" line="6715"/> <source>Error saving macro</source> <translation>保存宏出错</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6717"/> + <location filename="../QScintilla/Editor.py" line="6728"/> <source>Start Macro Recording</source> <translation>开始宏录制</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6717"/> + <location filename="../QScintilla/Editor.py" line="6728"/> <source>Macro recording is already active. Start new?</source> <translation>宏录制已激活。开始录制新宏?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6743"/> + <location filename="../QScintilla/Editor.py" line="6754"/> <source>Macro Recording</source> <translation>宏录制</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6743"/> + <location filename="../QScintilla/Editor.py" line="6754"/> <source>Enter name of the macro:</source> <translation>输入宏名称:</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6883"/> + <location filename="../QScintilla/Editor.py" line="6894"/> <source>File changed</source> <translation>文件已改变</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7189"/> + <location filename="../QScintilla/Editor.py" line="7200"/> <source>Drop Error</source> <translation>降落误差</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7210"/> + <location filename="../QScintilla/Editor.py" line="7221"/> <source>Resources</source> <translation>资源</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7212"/> - <source>Add file...</source> - <translation>添加文件…</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7214"/> - <source>Add files...</source> - <translation>添加文件…</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7216"/> - <source>Add aliased file...</source> - <translation>添加别名文件…</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7219"/> - <source>Add localized resource...</source> - <translation>添加本地资源…</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="7223"/> + <source>Add file...</source> + <translation>添加文件…</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7225"/> + <source>Add files...</source> + <translation>添加文件…</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7227"/> + <source>Add aliased file...</source> + <translation>添加别名文件…</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7230"/> + <source>Add localized resource...</source> + <translation>添加本地资源…</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7234"/> <source>Add resource frame</source> <translation>添加资源结构</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7242"/> + <location filename="../QScintilla/Editor.py" line="7253"/> <source>Add file resource</source> <translation>添加文件资源</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7258"/> + <location filename="../QScintilla/Editor.py" line="7269"/> <source>Add file resources</source> <translation>添加多个文件资源</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7285"/> + <location filename="../QScintilla/Editor.py" line="7296"/> <source>Add aliased file resource</source> <translation>添加别名文件资源</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7351"/> + <location filename="../QScintilla/Editor.py" line="7362"/> <source>Package Diagram</source> <translation>程序包图</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7351"/> + <location filename="../QScintilla/Editor.py" line="7362"/> <source>Include class attributes?</source> <translation>包含类属性?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7373"/> + <location filename="../QScintilla/Editor.py" line="7384"/> <source>Imports Diagram</source> <translation>引用图</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7373"/> + <location filename="../QScintilla/Editor.py" line="7384"/> <source>Include imports from external modules?</source> <translation>从外部模块包含引用?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7387"/> + <location filename="../QScintilla/Editor.py" line="7398"/> <source>Application Diagram</source> <translation>应用程序图</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7387"/> + <location filename="../QScintilla/Editor.py" line="7398"/> <source>Include module names?</source> <translation>包含模块名?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7689"/> + <location filename="../QScintilla/Editor.py" line="7700"/> <source>Add to dictionary</source> <translation>添加到文件夹</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7691"/> + <location filename="../QScintilla/Editor.py" line="7702"/> <source>Ignore All</source> <translation>全部忽略</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="807"/> + <location filename="../QScintilla/Editor.py" line="809"/> <source>Remove from dictionary</source> <translation>从词典里移除</translation> </message> @@ -11559,277 +11559,277 @@ <translation><p>文件 <b>{0}</b> 的大小为 <b>{1} KB</b>。确认要读取它?</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1322"/> + <location filename="../QScintilla/Editor.py" line="1324"/> <source><p>No exporter available for the export format <b>{0}</b>. Aborting...</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1341"/> + <location filename="../QScintilla/Editor.py" line="1343"/> <source>Alternatives ({0})</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2937"/> + <location filename="../QScintilla/Editor.py" line="2939"/> <source><p>The file <b>{0}</b> has unsaved changes.</p></source> <translation><p>文件 <b>{0}</b> 有未保存的更改。</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2997"/> + <location filename="../QScintilla/Editor.py" line="2999"/> <source><p>The file <b>{0}</b> could not be opened.</p><p>Reason: {1}</p></source> <translation><p>文件 <b>{0}</b> 无法打开。</p><p>原因:{1}</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3115"/> + <location filename="../QScintilla/Editor.py" line="3125"/> <source><p>The file <b>{0}</b> could not be saved.<br/>Reason: {1}</p></source> <translation><p>文件 <b>{0}</b> 无法保存。<br />原因:{1}</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6642"/> + <location filename="../QScintilla/Editor.py" line="6653"/> <source><p>The macro file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6651"/> + <location filename="../QScintilla/Editor.py" line="6662"/> <source><p>The macro file <b>{0}</b> is corrupt.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6704"/> + <location filename="../QScintilla/Editor.py" line="6715"/> <source><p>The macro file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7049"/> + <location filename="../QScintilla/Editor.py" line="7059"/> <source>{0} (ro)</source> <translation>{0}(只读)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7189"/> + <location filename="../QScintilla/Editor.py" line="7200"/> <source><p><b>{0}</b> is not a file.</p></source> <translation><p><b>{0}</b> 不是一个文件。</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7285"/> + <location filename="../QScintilla/Editor.py" line="7296"/> <source>Alias for file <b>{0}</b>:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1250"/> + <location filename="../QScintilla/Editor.py" line="1252"/> <source>Next warning</source> <translation>下一个警告</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1254"/> + <location filename="../QScintilla/Editor.py" line="1256"/> <source>Previous warning</source> <translation>上一个警告</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1258"/> + <location filename="../QScintilla/Editor.py" line="1260"/> <source>Show warning message</source> <translation>显示警告信息</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1262"/> + <location filename="../QScintilla/Editor.py" line="1264"/> <source>Clear warnings</source> <translation>清空警告</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3178"/> + <location filename="../QScintilla/Editor.py" line="3188"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>文件 <b>{0}</b> 已经存在。是否覆盖?</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6688"/> + <location filename="../QScintilla/Editor.py" line="6699"/> <source><p>The macro file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>宏文件 <b>{0}</b> 已经存在。是否覆盖?</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6488"/> + <location filename="../QScintilla/Editor.py" line="6499"/> <source>Warning: {0}</source> <translation>警告:{0}</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6495"/> + <location filename="../QScintilla/Editor.py" line="6506"/> <source>Error: {0}</source> <translation>错误:{0}</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6879"/> + <location filename="../QScintilla/Editor.py" line="6890"/> <source><br><b>Warning:</b> You will lose your changes upon reopening it.</source> <translation><br><b>警告:</b>您在重新打开时将丢失所有更改。</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="884"/> + <location filename="../QScintilla/Editor.py" line="886"/> <source>Open 'rejection' file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="994"/> + <location filename="../QScintilla/Editor.py" line="996"/> <source>Load Diagram...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1285"/> + <location filename="../QScintilla/Editor.py" line="1287"/> <source>Next change</source> <translation>下一个更改</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1289"/> + <location filename="../QScintilla/Editor.py" line="1291"/> <source>Previous change</source> <translation>上一个更改</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8107"/> + <location filename="../QScintilla/Editor.py" line="8118"/> <source>Sort Lines</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8107"/> + <location filename="../QScintilla/Editor.py" line="8118"/> <source>The selection contains illegal data for a numerical sort.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6423"/> + <location filename="../QScintilla/Editor.py" line="6434"/> <source>Warning</source> <translation>警告</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6423"/> + <location filename="../QScintilla/Editor.py" line="6434"/> <source>No warning messages available.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6485"/> + <location filename="../QScintilla/Editor.py" line="6496"/> <source>Style: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="858"/> + <location filename="../QScintilla/Editor.py" line="860"/> <source>New Document View</source> <translation>新建文档视图</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="861"/> + <location filename="../QScintilla/Editor.py" line="863"/> <source>New Document View (with new split)</source> <translation>新建文档视图(在新拆分页中)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="948"/> + <location filename="../QScintilla/Editor.py" line="950"/> <source>Tools</source> <translation>工具</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1079"/> + <location filename="../QScintilla/Editor.py" line="1081"/> <source>Re-Open With Encoding</source> <translation>使用指定编码重新打开</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6873"/> + <location filename="../QScintilla/Editor.py" line="6884"/> <source><p>The file <b>{0}</b> has been changed while it was opened in eric6. Reread it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="834"/> + <location filename="../QScintilla/Editor.py" line="836"/> <source>Automatic Completion enabled</source> <translation>允许自动补全</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="914"/> + <location filename="../QScintilla/Editor.py" line="916"/> <source>Complete</source> <translation>补全</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4785"/> + <location filename="../QScintilla/Editor.py" line="4795"/> <source>Auto-Completion Provider</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4785"/> + <location filename="../QScintilla/Editor.py" line="4795"/> <source>The completion list provider '{0}' was already registered. Ignoring duplicate request.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5060"/> + <location filename="../QScintilla/Editor.py" line="5070"/> <source>Call-Tips Provider</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5060"/> + <location filename="../QScintilla/Editor.py" line="5070"/> <source>The call-tips provider '{0}' was already registered. Ignoring duplicate request.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8196"/> + <location filename="../QScintilla/Editor.py" line="8207"/> <source>Register Mouse Click Handler</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8196"/> + <location filename="../QScintilla/Editor.py" line="8207"/> <source>A mouse click handler for "{0}" was already registered by "{1}". Aborting request by "{2}"...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="878"/> + <location filename="../QScintilla/Editor.py" line="880"/> <source>Save Copy...</source> <translation type="unfinished">保存副本…</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="917"/> + <location filename="../QScintilla/Editor.py" line="919"/> <source>Clear Completions Cache</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="844"/> + <location filename="../QScintilla/Editor.py" line="846"/> <source>Code Info</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1293"/> + <location filename="../QScintilla/Editor.py" line="1295"/> <source>Clear changes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="769"/> + <location filename="../QScintilla/Editor.py" line="771"/> <source>Execute Selection In Console</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8317"/> + <location filename="../QScintilla/Editor.py" line="8328"/> <source>EditorConfig Properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8317"/> + <location filename="../QScintilla/Editor.py" line="8328"/> <source><p>The EditorConfig properties for file <b>{0}</b> could not be loaded.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1197"/> + <location filename="../QScintilla/Editor.py" line="1199"/> <source>Toggle all folds</source> <translation type="unfinished">开关所有折叠</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1202"/> + <location filename="../QScintilla/Editor.py" line="1204"/> <source>Toggle all folds (including children)</source> <translation type="unfinished">开关所有折叠(包含子项)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1207"/> + <location filename="../QScintilla/Editor.py" line="1209"/> <source>Toggle current fold</source> <translation type="unfinished">开关当前折叠</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1213"/> + <location filename="../QScintilla/Editor.py" line="1215"/> <source>Expand (including children)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1218"/> + <location filename="../QScintilla/Editor.py" line="1220"/> <source>Collapse (including children)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1224"/> + <location filename="../QScintilla/Editor.py" line="1226"/> <source>Clear all folds</source> <translation type="unfinished"></translation> </message> @@ -13036,93 +13036,133 @@ <translation>显示已选择的缩进宽度。</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="145"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="236"/> <source>Select whether autoindentation shall be enabled</source> <translation>选择是否启用自动缩进</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="148"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="239"/> <source>Auto indentation</source> <translation>自动缩进</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="155"/> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="246"/> <source>Select whether tab characters are used for indentations.</source> <translation>选择是否为缩进使用制表符。</translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="249"/> + <source>Use tabs for indentations</source> + <translation>缩进使用制表符</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="266"/> + <source>Select whether tabs shall be converted upon opening the file</source> + <translation>选择在打开文件时是否转换制表符</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="269"/> + <source>Convert tabs upon open</source> + <translation>打开时转换制表符</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="256"/> + <source>Select whether pressing the tab key indents.</source> + <translation>选择按下 tab 键时是否缩进。</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="259"/> + <source>Tab key indents</source> + <translation>Tab 键缩进</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="281"/> + <source>Comments</source> + <translation>注释</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="287"/> + <source>Select to insert the comment sign at column 0</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="293"/> + <source>Insert comment at column 0</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="290"/> + <source><b>Insert comment at column 0</b><p>Select to insert the comment sign at column 0. Otherwise, the comment sign is inserted at the first non-whitespace position.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="303"/> + <source>Virtual Space</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="309"/> + <source>Virtual space is the space after the last character of a line. It is not allocated unless some text is entered or copied into it. Usage of virtual space can be configured with these selections.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="319"/> + <source>Select to enable a rectangular selection to extend into virtual space</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="322"/> + <source>Selection may access virtual space</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="329"/> + <source>Select to allow the cursor to be moved into virtual space</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="332"/> + <source>Cursor can move into virtual space</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="158"/> - <source>Use tabs for indentations</source> - <translation>缩进使用制表符</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="175"/> - <source>Select whether tabs shall be converted upon opening the file</source> - <translation>选择在打开文件时是否转换制表符</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="178"/> - <source>Convert tabs upon open</source> - <translation>打开时转换制表符</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="165"/> - <source>Select whether pressing the tab key indents.</source> - <translation>选择按下 tab 键时是否缩进。</translation> + <source>Language</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="163"/> + <source>Tab Width</source> + <translation type="unfinished"></translation> </message> <message> <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="168"/> - <source>Tab key indents</source> - <translation>Tab 键缩进</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="190"/> - <source>Comments</source> - <translation>注释</translation> + <source>Indent Width</source> + <translation type="unfinished"></translation> </message> <message> <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="196"/> - <source>Select to insert the comment sign at column 0</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="202"/> - <source>Insert comment at column 0</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="199"/> - <source><b>Insert comment at column 0</b><p>Select to insert the comment sign at column 0. Otherwise, the comment sign is inserted at the first non-whitespace position.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="212"/> - <source>Virtual Space</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="218"/> - <source>Virtual space is the space after the last character of a line. It is not allocated unless some text is entered or copied into it. Usage of virtual space can be configured with these selections.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="228"/> - <source>Select to enable a rectangular selection to extend into virtual space</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="231"/> - <source>Selection may access virtual space</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="238"/> - <source>Select to allow the cursor to be moved into virtual space</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="241"/> - <source>Cursor can move into virtual space</source> + <source>Press to add a language specific override</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="203"/> + <source>Press to delete the selected language specific override</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="210"/> + <source>Press to edit the selected language specific override</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.py" line="205"/> + <source>Tab and Indent Override</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.py" line="205"/> + <source>Shall the selected entries really be removed?</source> <translation type="unfinished"></translation> </message> </context> @@ -13551,6 +13591,39 @@ </message> </context> <context> + <name>EditorLanguageTabIndentOverrideDialog</name> + <message> + <location filename="../Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.ui" line="14"/> + <source>Tab and Indent Override</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.ui" line="23"/> + <source>Language:</source> + <translation type="unfinished">语言:</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.ui" line="40"/> + <source>Tab Width:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.ui" line="47"/> + <source>Enter the tab width</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.ui" line="76"/> + <source>Indentation width:</source> + <translation type="unfinished">缩进宽度:</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.ui" line="83"/> + <source>Enter the indentation width</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>EditorMarkerMap</name> <message> <location filename="../QScintilla/EditorMarkerMap.py" line="28"/> @@ -47689,82 +47762,82 @@ <translation>就绪</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2379"/> + <location filename="../QScintilla/MiniEditor.py" line="2368"/> <source>File loaded</source> <translation>文件已载入</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2448"/> + <location filename="../QScintilla/MiniEditor.py" line="2457"/> <source>File saved</source> <translation>文件已保存</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2795"/> + <location filename="../QScintilla/MiniEditor.py" line="2805"/> <source>Untitled</source> <translation>未命名</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2477"/> + <location filename="../QScintilla/MiniEditor.py" line="2486"/> <source>Mini Editor</source> <translation>迷你编辑器</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2758"/> + <location filename="../QScintilla/MiniEditor.py" line="2768"/> <source>Printing...</source> <translation>打印中…</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2776"/> + <location filename="../QScintilla/MiniEditor.py" line="2786"/> <source>Printing completed</source> <translation>打印已完成</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2778"/> + <location filename="../QScintilla/MiniEditor.py" line="2788"/> <source>Error while printing</source> <translation>打印时出错</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2781"/> + <location filename="../QScintilla/MiniEditor.py" line="2791"/> <source>Printing aborted</source> <translation>打印失败</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2836"/> + <location filename="../QScintilla/MiniEditor.py" line="2846"/> <source>Select all</source> <translation>全选</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2837"/> + <location filename="../QScintilla/MiniEditor.py" line="2847"/> <source>Deselect all</source> <translation>全部取消选择</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2851"/> + <location filename="../QScintilla/MiniEditor.py" line="2861"/> <source>Languages</source> <translation>语言</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2854"/> + <location filename="../QScintilla/MiniEditor.py" line="2864"/> <source>No Language</source> <translation>无语言</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2878"/> + <location filename="../QScintilla/MiniEditor.py" line="2888"/> <source>Guessed</source> <translation>猜测</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2899"/> + <location filename="../QScintilla/MiniEditor.py" line="2909"/> <source>Alternatives</source> <translation>备选</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2913"/> + <location filename="../QScintilla/MiniEditor.py" line="2923"/> <source>Pygments Lexer</source> <translation>Pygments 词法分析器</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2913"/> + <location filename="../QScintilla/MiniEditor.py" line="2923"/> <source>Select the Pygments lexer to apply.</source> <translation>选择要应用的 Pygments 词法分析器。</translation> </message> @@ -47789,22 +47862,22 @@ <translation><p>文件 <b>{0}</b> 无法打开。</p><p>原因:{1}</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2440"/> + <location filename="../QScintilla/MiniEditor.py" line="2449"/> <source>Save File</source> <translation>保存文件</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2440"/> + <location filename="../QScintilla/MiniEditor.py" line="2449"/> <source><p>The file <b>{0}</b> could not be saved.<br/>Reason: {1}</p></source> <translation><p>文件 <b>{0}</b> 无法保存。<br />原因:{1}</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2477"/> + <location filename="../QScintilla/MiniEditor.py" line="2486"/> <source>{0}[*] - {1}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2896"/> + <location filename="../QScintilla/MiniEditor.py" line="2906"/> <source>Alternatives ({0})</source> <translation type="unfinished"></translation> </message> @@ -47849,17 +47922,17 @@ <translation><b>保存副本</b>保存当前编辑器窗口内容的一个副本。文件可以在文件选择对话框中输入。</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="3430"/> + <location filename="../QScintilla/MiniEditor.py" line="3446"/> <source>EditorConfig Properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="3430"/> + <location filename="../QScintilla/MiniEditor.py" line="3446"/> <source><p>The EditorConfig properties for file <b>{0}</b> could not be loaded.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="2460"/> + <location filename="../QScintilla/MiniEditor.py" line="2469"/> <source>[*] - {0}</source> <translation type="unfinished"></translation> </message> @@ -52528,17 +52601,17 @@ <context> <name>Preferences</name> <message> - <location filename="../Preferences/__init__.py" line="1584"/> + <location filename="../Preferences/__init__.py" line="1585"/> <source>Export Preferences</source> <translation>导出首选项</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1612"/> + <location filename="../Preferences/__init__.py" line="1613"/> <source>Import Preferences</source> <translation>导入首选项</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1612"/> + <location filename="../Preferences/__init__.py" line="1613"/> <source>Properties File (*.ini);;All Files (*)</source> <translation>属性文件 (*.ini);;所有文件 (*)</translation> </message> @@ -83685,27 +83758,27 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6597"/> + <location filename="../ViewManager/ViewManager.py" line="6600"/> <source>Edit Spelling Dictionary</source> <translation type="unfinished">编辑拼写字典</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6572"/> + <location filename="../ViewManager/ViewManager.py" line="6575"/> <source>Editing {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6554"/> + <location filename="../ViewManager/ViewManager.py" line="6557"/> <source><p>The spelling dictionary file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6584"/> + <location filename="../ViewManager/ViewManager.py" line="6587"/> <source><p>The spelling dictionary file <b>{0}</b> could not be written.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6597"/> + <location filename="../ViewManager/ViewManager.py" line="6600"/> <source>The spelling dictionary was saved successfully.</source> <translation type="unfinished"></translation> </message>